-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
1,173 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.svg binary | ||
*.svgz binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Association for the Advancement of Artificial Intelligence (AAAI) | ||
|
||
[1]: https://aaai.org/conference/aaai-25/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#let std-bibliography = bibliography | ||
|
||
#let aaai2024( | ||
title: [], | ||
authors: (), | ||
abstract: [], | ||
bibliography: none, | ||
body, | ||
) = { | ||
set document(title: title) | ||
set page( | ||
paper: "us-letter", | ||
margin: (left: 0.75in, right: 0.75in, top: 0.75in, bottom: 1.25in)) | ||
|
||
set text(font: ("Times New Roman", "Times"), size: 10pt) | ||
set par(leading: 0.55em, justify: true) | ||
|
||
align(center, | ||
text(size: 14pt, weight: "bold", title)) | ||
|
||
columns(2, { | ||
align(center, text(size: 12pt, weight: "bold", [Abstract])) | ||
pad(left: 10pt, right: 10pt, abstract) | ||
body | ||
}) | ||
|
||
if bibliography != none { | ||
bibliography | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#let kern(length) = h(length, weak: true) | ||
#let TeX = style(styles => { | ||
let e = measure(text("E"), styles) | ||
let T = "T" | ||
let E = text(baseline: e.height / 2, "E") | ||
let X = "X" | ||
box(T + kern(-0.1667em) + E + kern(-0.125em) + X) | ||
}) | ||
#let LaTeX = style(styles => { | ||
let l = measure(text(10pt, "L"), styles) | ||
let a = measure(text(7pt, "A"), styles) | ||
let L = "L" | ||
let A = text(7pt, baseline: a.height - l.height, "A") | ||
box(L + kern(-0.36em) + A + kern(-0.15em) + TeX) | ||
}) | ||
#let LaTeXe = style(styles => { | ||
box(LaTeX + sym.space.sixth + [2#text(baseline: 0.3em, $epsilon$)]) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
@book{em:86, | ||
editor = "Engelmore, Robert and Morgan, Anthony", | ||
title = "Blackboard Systems", | ||
year = 1986, | ||
address = "Reading, Mass.", | ||
publisher = "Addison-Wesley", | ||
} | ||
|
||
@inproceedings{c:83, | ||
author = "Clancey, William J.", | ||
year = 1983, | ||
title = "{Communication, Simulation, and Intelligent | ||
Agents: Implications of Personal Intelligent Machines | ||
for Medical Education}", | ||
booktitle="Proceedings of the Eighth International Joint Conference on Artificial Intelligence {(IJCAI-83)}", | ||
pages = "556-560", | ||
address = "Menlo Park, Calif", | ||
publisher = "{IJCAI Organization}", | ||
} | ||
@inproceedings{c:84, | ||
author = "Clancey, William J.", | ||
year = 1984, | ||
title = "{Classification Problem Solving}", | ||
booktitle = "Proceedings of the Fourth National | ||
Conference on Artificial Intelligence", | ||
pages = "45-54", | ||
address = "Menlo Park, Calif.", | ||
publisher="AAAI Press", | ||
} | ||
@article{r:80, | ||
author = {Robinson, Arthur L.}, | ||
title = {New Ways to Make Microcircuits Smaller}, | ||
volume = {208}, | ||
number = {4447}, | ||
pages = {1019--1022}, | ||
year = {1980}, | ||
doi = {10.1126/science.208.4447.1019}, | ||
publisher = {American Association for the Advancement of Science}, | ||
issn = {0036-8075}, | ||
URL = {https://science.sciencemag.org/content/208/4447/1019}, | ||
eprint = {https://science.sciencemag.org/content/208/4447/1019.full.pdf}, | ||
journal = {Science}, | ||
} | ||
@article{r:80x, | ||
author = "Robinson, Arthur L.", | ||
year = 1980, | ||
title = "{New Ways to Make Microcircuits Smaller---Duplicate Entry}", | ||
journal = "Science", | ||
volume = 208, | ||
pages = "1019-1026", | ||
} | ||
@article{hcr:83, | ||
title = {Strategic explanations for a diagnostic consultation system}, | ||
journal = {International Journal of Man-Machine Studies}, | ||
volume = {20}, | ||
number = {1}, | ||
pages = {3-19}, | ||
year = {1984}, | ||
issn = {0020-7373}, | ||
doi = {https://doi.org/10.1016/S0020-7373(84)80003-6}, | ||
url = {https://www.sciencedirect.com/science/article/pii/S0020737384800036}, | ||
author = {Diane Warner Hasling and William J. Clancey and Glenn Rennels}, | ||
abstract = {This article examines the problem of automatte explanation of reasoning, especially as it relates to expert systems. By explanation we mean the ability of a program to discuss what it is doing in some understandable way. We first present a general framework in which to view explanation and review some of the research done in this area. We then focus on the explanation system for NEOMYCIN, a medical consultation program. A consultation program interactively helps a user to solve a problem. Our goal is to have NEOMYCIN explain its problem-solving strategies. An explanation of strategy describes the plan the program is using to reach a solution. Such an explanation is usually concrete, referring to aspects of the current problem situation. Abstract explanations articulate a general principle, which can be applied in different situations; such explanations are useful in teaching and in explaining by analogy. We describe the aspects of NEOMYCIN that make abstract strategic explanations possible—the representation of strategic knowledge explicitly and separately from domain knowledge— and demonstrate how this representation can be used to generate explanations.} | ||
} | ||
@article{hcrt:83, | ||
author = "Hasling, Diane Warner and Clancey, William J. and Rennels, Glenn R. and Test, Thomas", | ||
year = 1983, | ||
title = "{Strategic Explanations in Consultation---Duplicate}", | ||
journal = "The International Journal of Man-Machine Studies", | ||
volume = 20, | ||
number = 1, | ||
pages = "3-19", | ||
} | ||
@techreport{r:86, | ||
author = "Rice, James", | ||
year = 1986, | ||
title = "{Poligon: A System for Parallel Problem Solving}", | ||
type = "Technical Report", | ||
number = "KSL-86-19", | ||
institution = "Dept.\ of Computer Science, Stanford Univ.", | ||
} | ||
@phdthesis{c:79, | ||
author = "Clancey, William J.", | ||
year = 1979, | ||
title = "{Transfer of Rule-Based Expertise | ||
through a Tutorial Dialogue}", | ||
type = "{Ph.D.} diss.", | ||
school = "Dept.\ of Computer Science, Stanford Univ.", | ||
address = "Stanford, Calif.", | ||
} | ||
@unpublished{c:21, | ||
author = "Clancey, William J.", | ||
title = "{The Engineering of Qualitative Models}", | ||
year = 2021, | ||
note = "Forthcoming", | ||
} | ||
@misc{c:22, | ||
title={Attention Is All You Need}, | ||
author={Ashish Vaswani and Noam Shazeer and Niki Parmar and Jakob Uszkoreit and Llion Jones and Aidan N. Gomez and Lukasz Kaiser and Illia Polosukhin}, | ||
year={2017}, | ||
eprint={1706.03762}, | ||
archivePrefix={arXiv}, | ||
primaryClass={cs.CL} | ||
} | ||
@misc{c:23, | ||
title = "Pluto: The 'Other' Red Planet", | ||
author = "{NASA}", | ||
howpublished = "\url{https://www.nasa.gov/nh/pluto-the-other-red-planet}", | ||
year = 2015, | ||
note = "Accessed: 2018-12-06" | ||
} |
Oops, something went wrong.