1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
//! Cognition breed witness markers — compiled from `breed-vocabulary.ttl`.
//!
//! Every entry here is derived from a `compat:CognitionBreed` instance in the ontology.
//! To add a breed witness: declare the breed in `breed-vocabulary.ttl`, run
//! `ggen sync --rule cognition-witnesses`, this file updates.
//!
//! These are structure-only authority labels. A witness names the founding paper
//! of a cognition breed algorithm. It does not implement the algorithm. Graduate
//! to `wasm4pm` when the breed must actually manufacture an artifact.
use crate::witness::WitnessFamily;
witness_marker!(
/// Harman, G. H. (1965). The Inference to the Best Explanation. The Philosophical Review, 74(1), 88–95. Thagard, P. R. (...
AbductiveIbePaper,
"cognition/abductive-ibe",
WitnessFamily::Paper,
"AbductiveIbe",
None
);
witness_marker!(
/// Kakas, A. C., Kowalski, R. A., & Toni, F. (1992). Abductive Logic Programming. Journal of Logic and Computation, 2(6)...
AbductiveLpPaper,
"cognition/abductive-lp",
WitnessFamily::Paper,
"AbductiveLp",
None
);
witness_marker!(
/// Anderson, J. R., & Lebiere, C. (1998). Lawrence Erlbaum Associates. Chapter 3 (the activation equation A_i = B_i + Σ_...
ActRPaper,
"cognition/act-r",
WitnessFamily::Paper,
"ActR",
None
);
witness_marker!(
/// Allen, J. F. (1983). Maintaining Knowledge about Temporal Intervals. Communications of the ACM, 26(11), 832-843.
AllenTemporalPaper,
"cognition/allen-temporal",
WitnessFamily::Paper,
"AllenTemporal",
None
);
witness_marker!(
/// Falkenhainer, B., Forbus, K. D., & Gentner, D. (1989). Artificial Intelligence, 41(1), 1-63.
AnalogySmePaper,
"cognition/analogy-sme",
WitnessFamily::Paper,
"AnalogySme",
None
);
witness_marker!(
/// Gelfond, M., & Lifschitz, V. (1988). The Stable Model Semantics for Logic Programming. In: Proceedings of the Fifth I...
AspPaper,
"cognition/asp",
WitnessFamily::Paper,
"Asp",
None
);
witness_marker!(
/// Sussman, Gerald Jay. \\
AutoinstinctLearningPaper,
"cognition/autoinstinct-learning",
WitnessFamily::Paper,
"AutoinstinctLearning",
None
);
witness_marker!(
/// Boden, M. A. (1977). Artificial Intelligence and Natural Man. New York: Basic Books. Chapter 6: \\
AutoinstinctNeurosisPaper,
"cognition/autoinstinct-neurosis",
WitnessFamily::Paper,
"AutoinstinctNeurosis",
None
);
witness_marker!(
/// Schank, R. C. (1972). Conceptual dependency: A theory of natural language understanding. Cognitive Psychology, 3(4), ...
AutoinstinctSemanticsPaper,
"cognition/autoinstinct-semantics",
WitnessFamily::Paper,
"AutoinstinctSemantics",
None
);
witness_marker!(
/// Marr, D., & Poggio, T. (1976). Cooperative computation of stereo disparity. Science, 194(4262), 283–287. https://doi....
AutoinstinctVisionPaper,
"cognition/autoinstinct-vision",
WitnessFamily::Paper,
"AutoinstinctVision",
None
);
witness_marker!(
/// Pearl, J. (1988). Probabilistic Reasoning in Intelligent Systems: Networks of Plausible Inference. Morgan Kaufmann.
BayesianNetworkPaper,
"cognition/bayesian-network",
WitnessFamily::Paper,
"BayesianNetwork",
None
);
witness_marker!(
/// Konieczny, S., & Pino Pérez, R. (2002). Merging Information Under Constraints: A Logical Framework. Journal of Logic ...
BeliefMergingPaper,
"cognition/belief-merging",
WitnessFamily::Paper,
"BeliefMerging",
None
);
witness_marker!(
/// A. Aamodt, E. Plaza (1994). Case-Based Reasoning: Foundational Issues, Methodological Variations, and System Approach...
CbrPaper,
"cognition/cbr",
WitnessFamily::Paper,
"Cbr",
None
);
witness_marker!(
/// McCarthy, J. (1980). Artificial Intelligence, 13(1-2), 27-39.
CircumscriptionPaper,
"cognition/circumscription",
WitnessFamily::Paper,
"Circumscription",
None
);
witness_marker!(
/// Jaffar, J., & Lassez, J.-L. (1987). Constraint Logic Programming. In: Proceedings of the 14th ACM SIGACT-SIGPLAN Symp...
ClpPaper,
"cognition/clp",
WitnessFamily::Paper,
"Clp",
None
);
witness_marker!(
/// Adele E. Goldberg (1995). Constructions: A Construction Grammar Approach to Argument Structure. University of Chicago...
ConstructionGrammarPaper,
"cognition/construction-grammar",
WitnessFamily::Paper,
"ConstructionGrammar",
None
);
witness_marker!(
/// Stuart Russell and Peter Norvig (2010). Artificial Intelligence: A Modern Approach (3rd ed.). Pearson.
ContingentPlanPaper,
"cognition/contingent-plan",
WitnessFamily::Paper,
"ContingentPlan",
None
);
witness_marker!(
/// Mackworth, A. K. (1977). Consistency in Networks of Relations. Artificial Intelligence, 8(1), 99-118.
CspAc3Paper,
"cognition/csp-ac3",
WitnessFamily::Paper,
"CspAc3",
None
);
witness_marker!(
/// Clarke, E. M., Emerson, E. A., & Sistla, A. P. (1986). ACM Transactions on Programming Languages and Systems, 8(2), 2...
CtlCheckPaper,
"cognition/ctl-check",
WitnessFamily::Paper,
"CtlCheck",
None
);
witness_marker!(
/// Reiter, R. (1980). A Logic for Default Reasoning. Artificial Intelligence, 13(1-2), 81-132.
DefaultLogicPaper,
"cognition/default-logic",
WitnessFamily::Paper,
"DefaultLogic",
None
);
witness_marker!(
/// Shafer, G. (1976). A Mathematical Theory of Evidence. Princeton University Press.
DempsterShaferPaper,
"cognition/dempster-shafer",
WitnessFamily::Paper,
"DempsterShafer",
None
);
witness_marker!(
/// Feigenbaum, E. A., Buchanan, B. G., & Lederberg, J. (1971). On generality and problem solving: A case study using the...
DendralPaper,
"cognition/dendral",
WitnessFamily::Paper,
"Dendral",
None
);
witness_marker!(
/// Baader, F., Brandt, S., & Lutz, C. (2005). Pushing the EL Envelope. In: Proceedings of the 19th International Joint C...
DescriptionLogicPaper,
"cognition/description-logic",
WitnessFamily::Paper,
"DescriptionLogic",
None
);
witness_marker!(
/// Mitchell, T. M., Keller, R. M., & Kedar-Cabelli, S. T. (1986). Explanation-Based Generalization: A Unifying View. Mac...
EblPaper,
"cognition/ebl",
WitnessFamily::Paper,
"Ebl",
None
);
witness_marker!(
/// Weizenbaum, J. (1966). ELIZA—A computer program for the study of natural language communication between man and machi...
ElizaPaper,
"cognition/eliza",
WitnessFamily::Paper,
"Eliza",
None
);
witness_marker!(
/// Tulving, E. (1983). Oxford University Press (Ch. 7: encoding specificity and temporal organisation). Nuxoll, A. M., &...
EpisodicMemoryPaper,
"cognition/episodic-memory",
WitnessFamily::Paper,
"EpisodicMemory",
None
);
witness_marker!(
/// Kowalski, R., & Sergot, M. (1986). A Logic-based Calculus of Events. New Generation Computing, 4(1), 67–95.
EventCalculusPaper,
"cognition/event-calculus",
WitnessFamily::Paper,
"EventCalculus",
None
);
witness_marker!(
/// Minsky, M. (1974). A Framework for Representing Knowledge. MIT AI Laboratory Memo 306. Reprinted in Winston (Ed.), Th...
FramesInheritancePaper,
"cognition/frames-inheritance",
WitnessFamily::Paper,
"FramesInheritance",
None
);
witness_marker!(
/// Mamdani, E. H., & Assilian, S. (1975). An Experiment in Linguistic Synthesis with a Fuzzy Logic Controller. Internati...
FuzzyLogicPaper,
"cognition/fuzzy-logic",
WitnessFamily::Paper,
"FuzzyLogic",
None
);
witness_marker!(
/// A. Newell and H. A. Simon, \\
GpsPaper,
"cognition/gps",
WitnessFamily::Paper,
"Gps",
None
);
witness_marker!(
/// Erman, L. D., Hayes-Roth, F., Lesser, V. R., and Reddy, D. R. (1980). The Hearsay-II speech-understanding system: Int...
HearsayPaper,
"cognition/hearsay",
WitnessFamily::Paper,
"Hearsay",
None
);
witness_marker!(
/// Nau, D., Au, T.-C., Ilghami, O., Kuter, U., Murdock, J. W., Wu, D., & Yaman, F. (2003). SHOP2: An HTN Planning System...
HtnPlanningPaper,
"cognition/htn-planning",
WitnessFamily::Paper,
"HtnPlanning",
None
);
witness_marker!(
/// Quinlan, J. R. (1990). Machine Learning, 5(3), 239-266.
IlpPaper,
"cognition/ilp",
WitnessFamily::Paper,
"Ilp",
None
);
witness_marker!(
/// Havelund, K., & Rosu, G. (2001). Monitoring Programs Using Rewriting. Proceedings of ASE 2001 (16th IEEE Internationa...
LtlMonitorPaper,
"cognition/ltl-monitor",
WitnessFamily::Paper,
"LtlMonitor",
None
);
witness_marker!(
/// Matthew Richardson and Pedro Domingos (2006). Markov logic networks. Machine Learning 62(1-2):107-136.
MarkovLogicPaper,
"cognition/markov-logic",
WitnessFamily::Paper,
"MarkovLogic",
None
);
witness_marker!(
/// Bellman, R. (1957). Dynamic Programming. Princeton University Press. (Functional equation / principle of optimality, ...
MdpPaper,
"cognition/mdp",
WitnessFamily::Paper,
"Mdp",
None
);
witness_marker!(
/// Michael T. Cox and Anita Raja (eds.) (2011). Metareasoning: Thinking about Thinking. MIT Press.
MetaReasoningPaper,
"cognition/meta-reasoning",
WitnessFamily::Paper,
"MetaReasoning",
None
);
witness_marker!(
/// Zwicky, F. (1969). Discovery, Invention, Research Through the Morphological Approach. Macmillan.
MorphologicalPaper,
"cognition/morphological",
WitnessFamily::Paper,
"Morphological",
None
);
witness_marker!(
/// Shortliffe, E. H., & Buchanan, B. G. (1975). A model of inexact reasoning in medicine. Mathematical Biosciences, 23(3...
MycinPaper,
"cognition/mycin",
WitnessFamily::Paper,
"Mycin",
None
);
witness_marker!(
/// Hayes, P. J. (1979). In D. Michie (Ed.), Expert Systems in the Micro-Electronic Age. Edinburgh University Press. Haye...
NaivePhysicsPaper,
"cognition/naive-physics",
WitnessFamily::Paper,
"NaivePhysics",
None
);
witness_marker!(
/// van der Aalst, W.M.P. (2019). Object-Centric Process Mining: Dealing with Divergence and Convergence.
OcpmRouteDiscovererPaper,
"cognition/ocpm-route-discoverer",
WitnessFamily::Paper,
"OcpmRouteDiscoverer",
None
);
witness_marker!(
/// McAllester, D., & Rosenblitt, D. (1991). Systematic Nonlinear Planning. In: Proceedings of the Ninth National Confere...
PartialOrderPlanPaper,
"cognition/partial-order-plan",
WitnessFamily::Paper,
"PartialOrderPlan",
None
);
witness_marker!(
/// Leslie Pack Kaelbling, Michael L. Littman and Anthony R. Cassandra (1998). Planning and acting in partially observabl...
PomdpPaper,
"cognition/pomdp",
WitnessFamily::Paper,
"Pomdp",
None
);
witness_marker!(
/// De Raedt, L., Kimmig, A., & Toivonen, H. (2007). Proceedings of IJCAI 2007, 2468-2473.
ProblogPaper,
"cognition/problog",
WitnessFamily::Paper,
"Problog",
None
);
witness_marker!(
/// Kowalski, R. A. (1974). Predicate logic as programming language. IFIP Congress 74, Stockholm, pp. 569–574.
PrologPaper,
"cognition/prolog",
WitnessFamily::Paper,
"Prolog",
None
);
witness_marker!(
/// de Kleer, J., & Brown, J. S. (1984). A Qualitative Physics Based on Confluences. Artificial Intelligence, 24(1–3), 7–83.
QualitativeReasonPaper,
"cognition/qualitative-reason",
WitnessFamily::Paper,
"QualitativeReason",
None
);
witness_marker!(
/// Watkins, C. J. C. H., & Dayan, P. (1992). Machine Learning, 8(3-4), 279-292.
RlSymbolicPaper,
"cognition/rl-symbolic",
WitnessFamily::Paper,
"RlSymbolic",
None
);
witness_marker!(
/// Marques-Silva, J. P., & Sakallah, K. A. (1999). IEEE Transactions on Computers, 48(5), 506-521.
SatCdclPaper,
"cognition/sat-cdcl",
WitnessFamily::Paper,
"SatCdcl",
None
);
witness_marker!(
/// Schank, R. C., & Abelson, R. P. (1977). Scripts, Plans, Goals and Understanding: An Inquiry into Human Knowledge Stru...
ScriptSamPaper,
"cognition/script-sam",
WitnessFamily::Paper,
"ScriptSam",
None
);
witness_marker!(
/// Reiter, R. (1991). In V. Lifschitz (Ed.), Artificial Intelligence and Mathematical Theory of Computation: Papers in H...
SituationCalculusPaper,
"cognition/situation-calculus",
WitnessFamily::Paper,
"SituationCalculus",
None
);
witness_marker!(
/// Laird, J. E., Newell, A., & Rosenbloom, P. S. (1987). Soar: An architecture for general intelligence. Artificial Inte...
SoarPaper,
"cognition/soar",
WitnessFamily::Paper,
"Soar",
None
);
witness_marker!(
/// Fikes, R. E., & Nilsson, N. J. (1971). STRIPS: A new approach to the application of theorem proving to problem solvin...
StripsPaper,
"cognition/strips",
WitnessFamily::Paper,
"Strips",
None
);
witness_marker!(
/// Raymond M. Smullyan (1968). First-Order Logic. Springer-Verlag, Ergebnisse der Mathematik und ihrer Grenzgebiete 43.
TableauxPaper,
"cognition/tableaux",
WitnessFamily::Paper,
"Tableaux",
None
);
witness_marker!(
/// Altshuller, G. (1984). Creativity as an Exact Science. Gordon and Breach Science Publishers.
TrizPaper,
"cognition/triz",
WitnessFamily::Paper,
"Triz",
None
);
witness_marker!(
/// Mitchell, T. M. (1982). Generalization as Search. Artificial Intelligence, 18(2), 203–226.
VersionSpacePaper,
"cognition/version-space",
WitnessFamily::Paper,
"VersionSpace",
None
);