Pith. sign in

REVIEW 4 major objections 5 minor 1 cited by

Neurosymbolic Graph Enrichment for Grounded World Models

T0 review · 4 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read A single image becomes a formal graph enriched with eleven layers of implicit knowledge.

desk verdict A well-specified neurosymbolic pipeline with a genuine heuristic set, but the evaluation is a single hand-picked image with no baseline; the 'strong evidence' claim overreaches. read the letter →

arxiv 2411.12671 v1 pith:FZSBFE4O submitted 2024-11-19 cs.AI cs.CLcs.ET

classification cs.AIcs.CLcs.ET
keywords NeurosymbolicAIKnowledgeRepresentationExtractionLargeLanguageModelsGraphRAGHybridReasoningAbstractMeaningGroundedWorld
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper claims that a hybrid neurosymbolic pipeline can turn a raw image into a formal knowledge graph that includes the implicit knowledge humans normally infer but do not state. The pipeline first uses a multimodal LLM to describe the image, converts that description into an Abstract Meaning Representation graph, and formalizes it as an RDF/OWL ontology-aligned base graph. The base graph is then fed back to an LLM with eleven heuristics, covering presuppositions, conversational implicatures, factual impact, image schemas, metonymic and moral coercions, causal relations, and temporal and counterfactual structure, each generating additional triples that capture hidden layers of meaning. If the method works, it offers a way to build grounded world models that combine the generative flexibility of LLMs with the inferential rigor of symbolic knowledge representation.

What carries the argument

The load-bearing object is the XKG generation pipeline, specifically its feedback loop. A base graph is built by Text2AMR2FRED, which turns an LLM-generated description into an AMR graph and then into a motif-based RDF/OWL knowledge graph aligned to Framester, the linguistic linked-data hub connecting WordNet, FrameNet, PropBank, DOLCE, and related resources. This base graph, serialized in Turtle, is re-injected into an LLM with eleven heuristic-specific prompts; each heuristic produces a separate graph of new triples anchored to base-graph nodes, and all are merged into the extended XKG. The mechanism that carries the argument is anchoring: every new triple is attached to an existing node, which lets the symbolic layer keep the LLM's additions formally checkable by a reasoner.

What would settle it

Change the evaluation so annotators see unsourced triples without knowing which heuristic produced them, and expand the test to many images across domains; if expert ratings drop to neutral or the reasoner begins rejecting a substantial share of triples, the paper's evidence for capturing correct implicit knowledge would be refuted.

Watch

Extended reading notes

Core claim

Stated on the paper's own terms, the central claim is that LLMs can serve as reactive engines for implicit knowledge extraction rather than as expert systems: when prompted with a formally structured base graph, they produce plausible and logically grounded triples that expand the graph along cognitively motivated dimensions. On a single post-training-cutoff sports image, the pipeline produced a 293-axiom base graph and eleven extended knowledge graphs; the HermiT reasoner found only one inconsistency, in the Metonymic Coercion graph, and inferred event ordering from transitive properties of temporal precedence, while five RDF-literate annotators rated most heuristics at or above 'fairly plausible' on a five-point scale. The paper presents this as evidence that the method captures multilayered implicit knowledge, including emotions, moral values, spatial schemas, and causal and counterfactual structure, in a form that supports downstream reasoning.

Load-bearing premise

The central claim rests on the assumption that the average plausibility scores of five annotators who are not experts in the topic, judging one hand-picked image, actually measure whether the generated knowledge is correct and useful.

Editorial extensions

If this is right

  • If the method is correct, implicit-knowledge enrichment of knowledge graphs no longer requires hand-crafted rules or expert annotation; it can be prompted from pretrained LLMs and validated automatically with reasoners.
  • Because the heuristics are modular, new knowledge dimensions can be added simply by writing a new prompt, making graph enrichment scalable across domains such as politics, everyday life, and eventually robotics safety.
  • The transitive ordering inference over temporal precedence shows that enriched graphs support conclusions not present in the original text, such as deriving that celebration follows competition and winning.
  • Using an image released after the LLM's training cutoff indicates the pipeline is not merely retrieving memorized captions, at least when the description model has not seen the input.
  • The approach repositions LLM hallucination: instead of treating unsupported generation as an error, the pipeline channels generation into plausible implicit-knowledge candidates subject to logical vetting.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper leaves implicit that the same anchoring mechanism could be turned into an evaluation tool by scoring each LLM-generated triple on whether it survives reasoner consistency and alignment checks, rather than relying only on human ratings.
  • A testable extension, not run in the paper, is to blind annotators to the heuristic that produced each triple; the paper's own closing section admits the current protocol may bias ratings, so a blinded rerun would separate content-driven plausibility from prompt-driven agreement.
  • The single-image evaluation is too narrow to support the paper's cross-domain framing by itself; a broader image set with domain-expert judges would show whether high ratings reflect genuine knowledge capture or generalist annotators recognizing common sense.
  • The method's stated model-agnosticism suggests a concrete stress test: running the same prompts through smaller or open models would reveal how much of the effect depends on proprietary model scale.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes a neurosymbolic pipeline (XKG) that takes an image, generates a natural-language caption with GPT-4o, converts the caption to an AMR graph and then to an RDF/OWL 'Base Graph' using Text2AMR2FRED and Framester, and then prompts Claude 3.5 Sonnet with 11 hand-defined heuristics to generate additional implied-knowledge triples. The resulting Extended Knowledge Graphs are evaluated with Hermit consistency checking, OOPS! pitfall scanning, and human plausibility ratings by five RDF-literate annotators on a single Olympic image. The authors claim that this multi-tiered evaluation provides strong evidence for the efficacy of the approach.

Significance. The pipeline is clearly specified, the code and demo are public, and the logical-consistency checks are a useful sanity layer. If the semantic enrichment were shown to be reliable across multiple domains and against baselines, the method would be a valuable contribution to neurosymbolic KG construction and grounding. However, the current evidence does not support the central claim of demonstrated efficacy: the only semantic-quality signal is plausibility ratings of triples from one hand-picked image, with no baseline, no blind protocol, and negative inter-rater agreement for several heuristics. The strengths (open resources, deterministic base-graph steps) do not compensate for the absence of a controlled evaluation.

major comments (4)
  1. [Section 4, first paragraph and 'Due to space constraints'] The entire efficacy evaluation rests on a single, hand-picked image from the sport domain. A single instance cannot support the paper's broad claims about 'multiple knowledge domains' or generalizable grounded world models. Please report results on the additional politics and everyday-life examples already in the GitHub repository, or explicitly limit the paper's claim to a system demonstration and remove 'strong evidence for the efficacy of our approach' from Section 6.
  2. [Section 4, 'XKGs Human Evaluation' and Section 5] The human evaluation is confounded. Annotators are told which heuristic each triple belongs to, and Section 5 acknowledges that this 'may be influencing results.' Without a blinded protocol or a baseline condition (e.g., triples from the LLM without the Base Graph, or generic commonsense triples), mean Likert ratings cannot distinguish triples that are genuinely grounded in the formal graph from fluent text that a prompted LLM would produce anyway. The claim that the XKG pipeline 'captures' implicit knowledge therefore lacks a discriminating test.
  3. [Section 4, 'Agreement Measures', Figure 8] Krippendorff's alpha is negative for several heuristics (including Metonymic Coercions and Moral Value-driven Coercions), which indicates systematic disagreement beyond chance and undermines the reliability of the mean ratings used as the primary evidence. The paper mentions this discrepancy but does not explain it or exclude unreliable heuristics from the aggregate claims of 'high plausibility ratings across most heuristics' in Section 6.
  4. [Section 3.1, Presuppositions heuristic and Table 2 discussion] The Presuppositions XKG introduces 11 new datatype properties that all take the boolean value 'true', e.g., fred:wasBuiltBefore true . This is semantically ill-formed: a property named wasBuiltBefore expects a temporal or event argument, not a truth value. The presence of such template-generated axioms in the graphs raises doubts about whether the human-rated 'plausibility' captures real semantic adequacy, and it suggests the LLM is sometimes producing syntactically neat but meaningless triples. Please address how the evaluation handles such cases and consider filtering or post-processing them.
minor comments (5)
  1. [Throughout Section 4 and figures] There are several typos and labeling inconsistencies, e.g., 'Agrement measures' in the caption of Figure 8 and 'vizualisation' in the text for Figure 5; please correct these.
  2. [Section 2 and Section 3, references] References have unresolved placeholders: 'AMR2FRED [?]' in Section 2 and 'Text2AMR2FRED [15 ?, 63]' in Section 3; these need to be fixed before publication.
  3. [Section 2, model agnosticism claim] The statement that the tool is 'model-agnostic' is not supported by experiments, since only GPT-4o and Claude 3.5 are used. If agnosticism is claimed, provide at least a small comparison with an open-weight model.
  4. [Section 4, human evaluation methodology] The annotation form is available online, but the paper does not describe the annotator instructions or any calibration procedure; without this, the Likert ratings are hard to interpret or reproduce.
  5. [Section 4, agreement measures] The text says 'inter-rater agreement of 0.75 and a Cohen's Kappa of 0.51' for Moral Value-driven Coercions; 'inter-rater agreement' is ambiguous here (percent agreement? another coefficient?), so please specify the exact metric.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the XKG pipeline is an implemented system with an external human evaluation; no prediction reduces to a fitted input or to a self-citation by construction.

full rationale

The paper's derivation chain is a pipeline, not a formal derivation: image, GPT-4o description, Text2AMR2FRED Base Graph, Claude-generated triples per 11 heuristics, and XKGs evaluated by Hermit consistency, OOPS!, and five annotators' plausibility ratings. No quantity is fitted to the evaluated data and then renamed as a prediction; the plausibility ratings are measurements, not outputs of the pipeline. The self-citations (FRED, AMR2FRED, Text2AMR2FRED, Framester, ImageSchemaNet, ValueNet) are code-reproduced tools and ontologies used as components, not invoked as uniqueness theorems to forbid alternatives, so they do not make the central claim circular. The Section 5 admission that telling annotators which heuristic they are validating 'may be influencing results' is a genuine external-validity limitation, but it does not exhibit a reduction of the claimed result to its inputs by construction: a triple can still be judged implausible even when the heuristic label is known, and the reported low or negative Krippendorff alphas show the ratings were not forced. Concerns about the single hand-picked image, the absence of baselines, and the non-expert annotators are correctness and evidential-weight issues, not circularity.

Assumptions & free parameters 2 free parameters · 6 assumptions · 2 invented entities

The paper's central claim that XKGs capture plausible implicit knowledge rests on several unverified premises: the hand-selected heuristics, the faithfulness of the AMR2FRED conversion and Framester alignments, the ability of LLMs to generate valid implicit knowledge from prompts, and the validity of subjective human ratings on a single example as evidence of general efficacy.

free parameters (2)
  • Set of 11 enrichment heuristics = presuppositions, conversational implicatures, factual impact, image schemas, metonymic coercion, moral value coercion…
    Hand-selected by the authors based on their analysis of human understanding; no principled criterion for exhaustiveness is given, and the choice directly determines the generated triples.
  • LLM prompt templates = Not specified in the paper; available on GitHub
    The behavior of the enrichment step depends on prompt wording, which was tuned per heuristic; treated as a design choice rather than derived.
assumptions (6)
  • ad hoc to paper The 11 heuristic categories are the essential elements of daily human understanding.
    Section 3.1 states the heuristics 'are chosen according to an analysis of the essential elements that constitute daily human understanding', but no independent criterion or benchmark is provided.
  • domain assumption LLMs can be prompted to generate correct implicit knowledge triples anchored to the base graph.
    Section 3's feedback loop relies on Claude Sonnet 3.5 to produce plausible triples; the paper's own evaluation shows hallucinations and inconsistencies.
  • domain assumption AMR graphs and Framester alignments provide a faithful formal semantics for natural language descriptions.
    The method converts natural language to AMR and then to RDF using AMR2FRED and Framester (Section 3), assuming these resources carry the intended meaning.
  • domain assumption Human plausibility ratings by five non-domain-expert annotators are a valid measure of the quality of generated triples.
    Section 4 uses 5 annotators 'proficient in RDF and Turtle syntax, but not domain experts across all 11 heuristics' to validate triple plausibility.
  • ad hoc to paper The single Paris 2024 image is representative of the method's performance across domains.
    Section 4 presents a detailed evaluation of only this image; other domains are only linked to the repository, so generalization is assumed.
  • domain assumption The image captured after May 2024 is outside the training data of GPT-4o.
    Section 4 argues the temporal selection 'guarantees that the image is not part of the model's training dataset', but this is not verified.
invented entities (2)
  • Extended Knowledge Graph (XKG)
    purpose: The output artifact of the pipeline, an enriched RDF/OWL graph combining the base AMR2FRED graph with heuristic triples.
    It is a new term and artifact introduced by this paper; no independent validation beyond the paper's own evaluation.
  • Heuristic-specific object and datatype properties (e.g., impact:hasExpectedEmotion, impact:hasExpectedPhysicalState, fred:wasBuiltBefore, :hasVictory)
    purpose: To express layered implicit knowledge (emotions, physical states, temporal presuppositions) in the generated graphs.
    Introduced in the graphs (Table 2, Box 3) with no external benchmark or reuse; their semantics are defined only by the prompt and the LLM output.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Neurosymbolic Graph Enrichment for Grounded World Models." pith.science (2026). https://pith.science/paper/FZSBFE4O

@misc{pith2026241112671,
  author       = {Pith},
  title        = {Pith review of: Neurosymbolic Graph Enrichment for Grounded World Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/FZSBFE4O}},
  note         = {Machine review of arXiv:2411.12671}
}
read the original abstract

The development of artificial intelligence systems capable of understanding and reasoning about complex real-world scenarios is a significant challenge. In this work we present a novel approach to enhance and exploit LLM reactive capability to address complex problems and interpret deeply contextual real-world meaning. We introduce a method and a tool for creating a multimodal, knowledge-augmented formal representation of meaning that combines the strengths of large language models with structured semantic representations. Our method begins with an image input, utilizing state-of-the-art large language models to generate a natural language description. This description is then transformed into an Abstract Meaning Representation (AMR) graph, which is formalized and enriched with logical design patterns, and layered semantics derived from linguistic and factual knowledge bases. The resulting graph is then fed back into the LLM to be extended with implicit knowledge activated by complex heuristic learning, including semantic implicatures, moral values, embodied cognition, and metaphorical representations. By bridging the gap between unstructured language models and formal semantic structures, our method opens new avenues for tackling intricate problems in natural language understanding and reasoning.

Figures

Figures reproduced from arXiv: 2411.12671 by the authors.

Figure 1
Figure 1. Roadmap for LLMs and KGs interactions, taken from [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Hybrid knowledge enrichment pipeline. and output; furthermore, all the prompts are provided as additional material on the GitHub repository6 . This textual representation is passed to the Text2AMR2FRED (TAF) tool [63], which transforms the input text into an Abstract Meaning Repre￾sentation (AMR) graph using the SPRING parser [13]. As part of this step, entity linking is performed from the nodes of the AMR graph to … view at source ↗
Figure 3
Figure 3. Gold medal winner Julien Alfred in the 100m female com￾petition at Paris 2024 Olympic games.(© Getty Images) We adopt a comprehensive three-tiered evaluation framework designed to rigorously assess our model’s performance, and vali￾date the integrity of the XKGs. The evalua￾tion process encompasses: (i) logical valida￾tion of the triples, encompassing both syn￾tactic correctness and proper anchoring to pre-existing … view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: An excerpt of the AMR2FRED RDF graph. (including type declaration, label annotations, etc.). Out of these axioms, 21 are equivalence axioms, expressed via the owl:equivalentClass prop￾erty. Box 2 - Base graph fred:Athlete rdfs:subClassOf dul:Person, wn30:supersense-nou…
Figure 5
Figure 5. Figure 5: Prot´eg´e vizualisation of inferences obtained running Hermit 1.2.3.456 on the Event Sequences extended graph. The reasoner’s check is meant to ver￾ify soundness and consistency of the newly introduced LLM-generated triples, thereby ensuring that the extended knowledge…
Figure 6
Figure 6. Figure 6: Mean Ratings and Standard Deviation per Heuristics. [PITH_FULL_IMAGE:figures/full_fig_p022_6.png]
Figure 7
Figure 7. Figure 7: Mean Scores by Annotator for Each Heuristic. [PITH_FULL_IMAGE:figures/full_fig_p023_7.png]
Figure 8
Figure 8. Figure 8: Agrement measures driven Coercions. This discrepancy between Krippendorff’s Alpha and other measures warrants further investigation, as it may indicate sensitivity to spe￾cific patterns in the data or potential limitations in applying this metric to the current evaluat…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Logic Augmented Generation

    cs.AI 2024-11 conditional novelty 6.0 of 10

    The paper introduces LAG, a neuro-symbolic architecture in which LLMs act as reactive continuous knowledge graphs constrained by semantic knowledge graphs.

Reference graph

Works this paper leans on

70 extracted references · 64 canonical work pages · cited by 1 Pith paper

  1. [1]

    LLM-assisted knowledge graph engineering: Experiments with ChatGPT,

    Meyer, L.P., Stadler, C., Frey, J., Radtke, N., Junghanns, K., Meissner, R., Dziwis, G., Bulert, K., Martin, M., “LLM-assisted knowledge graph engineering: Experiments with ChatGPT,” in Working conference on Artificial Intelligence Development for a Resilient and Sustainable To- morrow, pp. 103–115, 2023

  2. [2]

    Identifying motifs for evaluating open knowledge extraction on the Web,

    Gangemi, A., Recupero, D.R., Mongiov ` ı, M., Nuzzolese, A.G., Presutti, V., “Identifying motifs for evaluating open knowledge extraction on the Web,” Knowledge Based Systems, vol. 108, pp. 33–41, 2016. 28

  3. [3]

    LLMs for knowledge graph construction and reasoning: Recent capabilities and future opportunities,

    Zhu, Y., Wang, X., Chen, J., Qiao, S., Ou, Y., Yao, Y., Deng, S., Chen, H., Zhang, N., “LLMs for knowledge graph construction and reasoning: Recent capabilities and future opportunities,” World Wide Web, vol. 27, no. 5, pp. 58, 2024

  4. [4]

    Knowledge graph-augmented lan- guage models for complex question answering,

    Sen, P., Mavadia, S., Saffari, A., “Knowledge graph-augmented lan- guage models for complex question answering,” in Proceedings of the 1st Workshop on Natural Language Reasoning and Structured Expla- nations (NLRSE), pp. 1–8, 2023

  5. [5]

    From local to global: A graph rag approach to query- focused summarization,

    Edge, D., Trinh, H., Cheng, N., Bradley, J., Chao, A., Mody, A., Truitt, S., Larson, J., “From local to global: A graph rag approach to query- focused summarization,” arXiv preprint arXiv:2404.16130, 2024

  6. [6]

    KG-BERT: BERT for knowledge graph completion,

    Yao, L., Mao, C., Luo, Y., “KG-BERT: BERT for knowledge graph completion,” arXiv preprint arXiv:1909.03193, 2019

  7. [7]

    Utilizing textual information in knowledge graph embedding: A survey of methods and applications,

    Lu, F., Cong, P., Huang, X., “Utilizing textual information in knowledge graph embedding: A survey of methods and applications,” IEEE Access, vol. 8, pp. 92072–92088, 2020

  8. [8]

    Preface for the International Work- shop on Knowledge Graph Generation from Text,

    Tiwari, S., Mihindukulasooriya, N., Osborne, F., Kontokostas, D., D’Souza, J., Kejriwal, M., et al., “Preface for the International Work- shop on Knowledge Graph Generation from Text,” in CEUR WORK- SHOP PROCEEDINGS, vol. 3184, 2022

Show all 70 references
  1. [9]

    Oops!(ontology pitfall scanner!): An on-line tool for ontology evalua- tion,

    Poveda-Villal´ on, M., G´ omez-P´ erez, A., Su´ arez-Figueroa, M.C., “Oops!(ontology pitfall scanner!): An on-line tool for ontology evalua- tion,” International Journal on Semantic Web and Information Systems (IJSWIS), vol. 10, no. 2, pp. 7–34, 2014

  2. [10]

    NeOn-GPT: A Large Language Model-Powered Pipeline for Ontology Learning,

    Fathallah, N., Das, A., De Giorgis, S., Poltronieri, A., Haase, P., Kovriguina, L., “NeOn-GPT: A Large Language Model-Powered Pipeline for Ontology Learning,” in The Extended Semantic Web Con- ference, 2024

  3. [11]

    HermiT: an OWL 2 reasoner,

    Glimm, B., Horrocks, I., Motik, B., Stoilos, G., Wang, Z., “HermiT: an OWL 2 reasoner,” Journal of automated reasoning, vol. 53, pp. 245–269, 2014. 29

  4. [12]

    Serving DBpedia with DOLCE–more than just adding a cherry on top,

    Paulheim, H., Gangemi, A., “Serving DBpedia with DOLCE–more than just adding a cherry on top,” in The Semantic Web-ISWC 2015: 14th International Semantic Web Conference, pp. 180–196, 2015

  5. [13]

    One SPRING to rule them both: Symmetric AMR semantic parsing and generation without a com- plex pipeline,

    Bevilacqua, M., Blloshmi, R., Navigli, R., “One SPRING to rule them both: Symmetric AMR semantic parsing and generation without a com- plex pipeline,” in Proceedings of the AAAI Conference on Artificial In- telligence, vol. 35, no. 14, pp. 12564–12573, 2021

  6. [14]

    Scal- able zero-shot entity linking with dense entity retrieval,

    Wu, L., Petroni, F., Josifoski, M., Riedel, S., Zettlemoyer, L., “Scal- able zero-shot entity linking with dense entity retrieval,” arXiv preprint arXiv:1911.03814, 2019

  7. [15]

    AMR2FRED, a tool for translating abstract meaning representation to motif-based linguistic knowledge graphs,

    Meloni, A., Reforgiato Recupero, D., Gangemi, A., “AMR2FRED, a tool for translating abstract meaning representation to motif-based linguistic knowledge graphs,” in The Semantic Web: ESWC 2017 Satellite Events, pp. 43–47, 2017

  8. [16]

    Breaking Through the 80% Glass Ceiling: Raising the State of the Art in Word Sense Disambiguation by Incor- porating Knowledge Graph Information,

    Bevilacqua, M., Navigli, R., “Breaking Through the 80% Glass Ceiling: Raising the State of the Art in Word Sense Disambiguation by Incor- porating Knowledge Graph Information,” in Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pp. 2854...

  9. [17]

    Is neuro-symbolic ai meeting its promises in natural language processing? a structured re- view,

    Hamilton, K., Nayak, A., Boˇ zi´ c, B., Longo, L., “Is neuro-symbolic ai meeting its promises in natural language processing? a structured re- view,” Semantic Web, pp. 1–42, 2022

  10. [18]

    The third ai summer: AAAI robert s. engelmore memorial lecture,

    Kautz, H., “The third ai summer: AAAI robert s. engelmore memorial lecture,” AI magazine, vol. 43, no. 1, pp. 105–125, 2022

  11. [19]

    Framester: A wide coverage linguistic linked data hub,

    Gangemi, A., Alam, M., Asprino, L., Presutti, V., Recupero, D.R., “Framester: A wide coverage linguistic linked data hub,” in Knowledge Engineering and Knowledge Management, pp. 239–254, 2016

  12. [20]

    Symbolic logic meets machine learning: A brief survey in infinite domains,

    Belle, V., “Symbolic logic meets machine learning: A brief survey in infinite domains,” in International conference on scalable uncertainty management, pp. 3–16, 2020

  13. [21]

    Neural-symbolic learning and reasoning: A survey 30 and interpretation 1,

    Besold, T.R., d’Avila Garcez, A., Bader, S., Bowman, H., Domingos, P., Hitzler, P., et al., “Neural-symbolic learning and reasoning: A survey 30 and interpretation 1,” in Neuro-Symbolic Artificial Intelligence: The State of the Art, pp. 1–51, 2021

  14. [22]

    Neurosymbolic AI: The 3rd wave,

    Garcez, A.d’A., Lamb, L.C., “Neurosymbolic AI: The 3rd wave,” Arti- ficial Intelligence Review, vol. 56, no. 11, pp. 12387–12406, 2023

  15. [23]

    Graph neural networks meet neural-symbolic computing: A survey and perspective,

    Lamb, L.C., Garcez, A., Gori, M., Prates, M., Avelar, P., Vardi, M., “Graph neural networks meet neural-symbolic computing: A survey and perspective,” arXiv preprint arXiv:2003.00330, 2020

  16. [24]

    Neuro-symbolic ar- tificial intelligence,

    Sarker, M.K., Zhou, L., Eberhart, A., Hitzler, P., “Neuro-symbolic ar- tificial intelligence,” AI Communications, vol. 34, no. 3, pp. 197–209, 2021

  17. [25]

    Learning to activate logic rules for textual reasoning,

    Yao, Y., Xu, J., Shi, J., Xu, B., “Learning to activate logic rules for textual reasoning,” Neural Networks, vol. 106, pp. 42–49, 2018

  18. [26]

    A survey on neural- symbolic learning systems,

    Yu, D., Yang, B., Liu, D., Wang, H., Pan, S., “A survey on neural- symbolic learning systems,” Neural Networks, 2023

  19. [27]

    Neural, symbolic and neural-symbolic reasoning on knowledge graphs,

    Zhang, J., Chen, B., Zhang, L., Ke, X., Ding, H., “Neural, symbolic and neural-symbolic reasoning on knowledge graphs,” AI Open, vol. 2, pp. 14–35, 2021

  20. [28]

    What’s in a concept: structural foundations for se- mantic networks,

    Brachman, R.J., “What’s in a concept: structural foundations for se- mantic networks,” International journal of man-machine studies, vol. 9, no. 2, pp. 127–152, 1977

  21. [29]

    A framework for representing knowledge,

    Minsky, M., et al., “A framework for representing knowledge,” Mas- sachusetts Institute of Technology AI Laboratory Cambridge, 1974

  22. [30]

    Frame semantics,

    Fillmore, C.J., et al., “Frame semantics,” Cognitive linguistics: Basic readings, vol. 34, pp. 373–400, 2006

  23. [31]

    Neurosymbolic Methods for Dy- namic Knowledge Graphs,

    Alam, M., Gesese, G.A., Paris, P.H., “Neurosymbolic Methods for Dy- namic Knowledge Graphs,” arXiv preprint arXiv:2409.04572, 2024

  24. [32]

    Closing the Loop between knowledge patterns in cogni- tion and the Semantic Web,

    Gangemi, A., “Closing the Loop between knowledge patterns in cogni- tion and the Semantic Web,” Semantic Web, vol. 11, no. 1, pp. 139–151, 2020. 31

  25. [33]

    WordNet: An electronic lexical database,

    Miller, G.A., “WordNet: An electronic lexical database,” MIT press, 1998

  26. [34]

    VerbNet: A broad-coverage, comprehensive verb lexi- con,

    Schuler, K.K., “VerbNet: A broad-coverage, comprehensive verb lexi- con,” University of Pennsylvania, 2005

  27. [35]

    Amnestic Forgery: An Ontology of Conceptual Metaphors,

    Gangemi, A., Presutti, V., Alam, M., “Amnestic Forgery: An Ontology of Conceptual Metaphors,” in Formal Ontology in Information Systems, 2018

  28. [36]

    Imageschemanet: Formal- izing embodied commonsense knowledge providing an imageschematic layer to framester,

    De Giorgis, S., Gangemi, A., Gromann, D., “Imageschemanet: Formal- izing embodied commonsense knowledge providing an imageschematic layer to framester,” Semantic Web Journal, 2022

  29. [37]

    BabelNet: Building a very large multilin- gual semantic network,

    Navigli, R., Ponzetto, S.P., “BabelNet: Building a very large multilin- gual semantic network,” in Proceedings of the 48th annual meeting of the association for computational linguistics, pp. 216–225, 2010

  30. [38]

    Dbpedia: A nucleus for a web of open data,

    Auer, S., Bizer, C., Kobilarov, G., Lehmann, J., Cyganiak, R., Ives, Z., “Dbpedia: A nucleus for a web of open data,” in The semantic web, pp. 722–735, 2007

  31. [39]

    Yago: a core of seman- tic knowledge,

    Suchanek, F.M., Kasneci, G., Weikum, G., “Yago: a core of seman- tic knowledge,” in Proceedings of the 16th international conference on World Wide Web, pp. 697–706, 2007

  32. [40]

    Sweetening wordnet with dolce,

    Gangemi, A., Guarino, N., Masolo, C., Oltramari, A., “Sweetening wordnet with dolce,” AI magazine, vol. 24, no. 3, pp. 13–13, 2003

  33. [41]

    Unifying large language models and knowledge graphs: A roadmap,

    Pan, S., Luo, L., Wang, Y., Chen, C., Wang, J., Wu, X., “Unifying large language models and knowledge graphs: A roadmap,” IEEE Transac- tions on Knowledge and Data Engineering, 2024

  34. [42]

    Semantic web machine reading with FRED,

    Gangemi, A., Presutti, V., Reforgiato Recupero, D., Nuzzolese, A.G., Draicchio, F., Mongiov ` ı, M., “Semantic web machine reading with FRED,” Semantic Web, vol. 8, no. 6, pp. 873–893, 2017

  35. [43]

    The berkeley framenet project,

    Baker, C.F., Fillmore, C.J., Lowe, J.B., “The berkeley framenet project,” in Proceedings of the 17th international conference on Com- putational linguistics, pp. 86–90, 1998. 32

  36. [44]

    From TreeBank to PropBank,

    Kingsbury, P.R., Palmer, M., “From TreeBank to PropBank,” in LREC, pp. 1989–1993, 2002

  37. [45]

    Presupposition: What went wrong?,

    Karttunen, L., “Presupposition: What went wrong?,” in Semantics and Linguistic Theory, pp. 705–731, 2016

  38. [46]

    On sense and reference,

    Frege, G., “On sense and reference,” 1892

  39. [47]

    On referring,

    Strawson, P.F., “On referring,” Mind, vol. 59, no. 235, pp. 320–344, 1950

  40. [48]

    Logic and conversation,

    Grice, H.P., “Logic and conversation,” Syntax and semantics, vol. 3, 1975

  41. [49]

    Presumptive meanings: The theory of generalized con- versational implicature,

    Levinson, S.C., “Presumptive meanings: The theory of generalized con- versational implicature,” MIT press, 2000

  42. [50]

    Article commentary: Judgment and decision making: A personal view,

    Kahneman, D., “Article commentary: Judgment and decision making: A personal view,” Psychological science, vol. 2, no. 3, pp. 142–145, 1991

  43. [51]

    The Body in the Mind: The Bodily Basis of Meaning, Imagination, and Reason,

    Johnson, M., “The Body in the Mind: The Bodily Basis of Meaning, Imagination, and Reason,” The University of Chicago Press, 1987

  44. [52]

    Metaphors we live by,

    Lakoff, G., Johnson, M., “Metaphors we live by,” University of Chicago press, 1980

  45. [53]

    Philosophy in the flesh: The embodied mind and its challenge to western thought,

    Lakoff, G., Johnson, M., et al., “Philosophy in the flesh: The embodied mind and its challenge to western thought,” Basic books New York, 1999

  46. [54]

    A narrative in three acts: Using combinations of image schemas to model events,

    Besold, T.R., Hedblom, M.M., Kutz, O., “A narrative in three acts: Using combinations of image schemas to model events,” Biologically inspired cognitive architectures, vol. 19, pp. 10–20, 2017

  47. [55]

    Image schemas and concept invention: cognitive, log- ical, and linguistic investigations,

    Hedblom, M.M., “Image schemas and concept invention: cognitive, log- ical, and linguistic investigations,” Springer Nature, 2020

  48. [56]

    ChainNet: Structured Metaphor and Metonymy in WordNet,

    Maudslay, R.H., Teufel, S., Bond, F., Pustejovsky, J., “ChainNet: Structured Metaphor and Metonymy in WordNet,” arXiv preprint arXiv:2403.20308, 2024. 33

  49. [57]

    Moral foundations theory: The pragmatic validity of moral pluralism,

    Graham, J., Haidt, J., Koleva, S., Motyl, M., Iyer, R., Wojcik, S.P., Ditto, P.H., “Moral foundations theory: The pragmatic validity of moral pluralism,” Advances in experimental social psychology, vol. 47, pp. 55– 130, 2013

  50. [58]

    The CAD triad hypothesis: a mapping between three moral emotions (contempt, anger, disgust) and three moral codes (community, autonomy, divinity),

    Rozin, P., Lowery, L., Imada, S., Haidt, J., “The CAD triad hypothesis: a mapping between three moral emotions (contempt, anger, disgust) and three moral codes (community, autonomy, divinity),” Journal of personality and social psychology, vol. 76, no. 4, pp. 574, 1999

  51. [59]

    Extending the cross-cultural validity of the theory of ba- sic human values with a different method of measurement,

    Schwartz, S.H., Melech, G., Lehmann, A., Burgess, S., Harris, M., Owens, V., “Extending the cross-cultural validity of the theory of ba- sic human values with a different method of measurement,” Journal of cross-cultural psychology, vol. 32, no. 5, pp. 519–542, 2001

  52. [60]

    Logic as semiotic: The theory of signs,

    Peirce, C.S., Buchler, J., “Logic as semiotic: The theory of signs,” Philo- sophical Writings of Peirce, pp. 100, 1902

  53. [61]

    Hamlet and his problems,

    Eliot, T.S., et al., “Hamlet and his problems,” The sacred wood: Essays on poetry and criticism, vol. 4, pp. 95–104, 1920

  54. [62]

    Counterintuitive behavior of social systems,

    Forrester, J.W., “Counterintuitive behavior of social systems,” Theory and decision, vol. 2, no. 2, pp. 109–140, 1971

  55. [63]

    Text2AMR2FRED, a Tool for Transforming Text into RDF/OWL Knowledge Graphs via Abstract Meaning Representation,

    Gangemi, A., Graciotti, A., Meloni, A., Nuzzolese, A.G., Presutti, V., Reforgiato Recupero, D., Russo, A., Tripodi, R., “Text2AMR2FRED, a Tool for Transforming Text into RDF/OWL Knowledge Graphs via Abstract Meaning Representation,” in Proceedings of the ISWC 2023 Posters, Dem...

  56. [64]

    World models,

    Ha, D., Schmidhuber, J., “World models,” arXiv preprint arXiv:1803.10122, 2018

  57. [65]

    On the unexpected abilities of large language models,

    Nolfi, S., “On the unexpected abilities of large language models,” Adap- tive Behavior, 2023

  58. [66]

    Categorial and categorical grammars,

    Lambek, J., “Categorial and categorical grammars,” in Categorial gram- mars and natural language structures, pp. 297–317, 1988

  59. [67]

    Wide-coverage semantic analysis with boxer,

    Bos, J., “Wide-coverage semantic analysis with boxer,” in Semantics in text processing. STEP 2008 conference proceedings, pp. 277–286, 2008. 34

  60. [68]

    OWL 2: The next step for OWL,

    Grau, B.C., Horrocks, I., Motik, B., Parsia, B., Patel-Schneider, P., Sat- tler, U., “OWL 2: The next step for OWL,” Journal of Web Semantics, vol. 6, no. 4, pp. 309–322, 2008

  61. [69]

    Basic human values and moral foundations theory in valuenet ontology,

    De Giorgis, S., Gangemi, A., Damiano, R., “Basic human values and moral foundations theory in valuenet ontology,” in International confer- ence on knowledge engineering and knowledge management, pp. 3–18, 2022

  62. [70]

    Qlever: A query engine for efficient sparql+ text search,

    Bast, H., Buchhold, B., “Qlever: A query engine for efficient sparql+ text search,” in Proceedings of the 2017 ACM on Conference on Infor- mation and Knowledge Management, pp. 647–656, 2017. 35

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.