Source: OpenCog Background Publications Scope: ~34 papers, 5 books, ~6 background resources Goal: Create wiki cards for each publication with proper contributor attribution and topic tagging.
Each publication gets its own card under a Publications parent:
Publications (parent — table of contents)
Publications+intro (overview text)
Publications+The General Theory of General Intelligence (individual publication)
Publications+Probabilistic Logic Networks (individual publication)
...
Each card should be Markdown type with this structure:
```markdown # [Title]
Authors: [Author1], [Author2], … Year: [YYYY] Venue: [Conference/Journal name] Links: PDF, arXiv, Amazon
[Brief description of the paper’s contribution, 2-4 sentences. Can be pulled from the abstract if available, or written based on the title and context.]
[1-2 sentences on why this publication matters for the Hyperon/OpenCog ecosystem. E.g., “Describes the PLN framework that underlies MeTTa’s probabilistic reasoning capabilities.”] ```
Each publication card should have a +tags subcard with:
contributor:Ben Goertzelcontributor:Nil Geisweillercontributor:Matthew IkléPLN — Probabilistic Logic NetworksMOSES — Meta-Optimizing Semantic Evolutionary SearchAttention Allocation — ECAN / economic attentionNLP — Natural language processing, Link GrammarAGI Theory — General AGI architecture and theoryEmbodiment — Robotics, virtual worlds, Second Life, MinecraftPattern Mining — FISHGRAM, frequent subhypergraph miningCognitive Synergy — Integration of multiple AI componentsMeTTa — Directly relevant to MeTTa language/runtimepublication:paper or publication:book
Card: Publications+The General Theory of General Intelligence
Content: ```markdown # The General Theory of General Intelligence: A Pragmatic Patternist Perspective
Authors: Ben Goertzel Year: 2021 Links: arXiv
Presents a formal theory of general intelligence grounded in pattern theory, connecting algorithmic information theory with practical AGI architecture design.
Provides the theoretical foundation for the Hyperon/MeTTa approach to AGI, articulating how pattern recognition and formation underlie general intelligence. ```
Tags subcard (Publications+The General Theory of General Intelligence+tags):
contributor:Ben Goertzel
AGI Theory
publication:paper
Publications parent cardPublications+intro card with an overviewCreate cards for the 5 books: - Engineering General Intelligence vol. 1 (Goertzel, 2014) - Engineering General Intelligence vol. 2 (Goertzel, 2014) - Probabilistic Logic Networks (Goertzel et al.) - Real World Reasoning (Goertzel et al.) - The Hidden Pattern (Goertzel)
Create cards for each paper, working through the source page section by section.
Use batch_cards where possible to create the content card and +tags subcard together.
Create cards for key background references: - Universal AI / AIXI (Hutter) - Solomonoff induction papers - Gödel Machine (Schmidhuber) - Gödel’s incompleteness theorems - JAGI (Journal of AGI) - AGI Conference series
Publications+table-of-contents card listing all publications grouped by topicThese are the unique contributors identified from the publications page. Each should get a contributor: tag:
search_cards to avoid duplicatesbatch_cards to create the content card and +tags subcard in one operation