paper-with-me

홈 › Papers

Identify, Align, and Integrate: Matching Knowledge Graphs to Commonsense Reasoning Tasks

2021-04-20 · EACL 2021 2 · Lisa Bauer, Mohit Bansal

Integrating external knowledge into commonsense reasoning tasks has shown progress in resolving some, but not all, knowledge gaps in these tasks. For knowledge integration to yield peak performance, it is critical to select a knowledge graph (KG) that is well-aligned with the given task's objective. We present an approach to assess how well a candidate KG can correctly identify and accurately fill in gaps of reasoning for a task, which we call KG-to-task match. We show this KG-to-task match in 3 phases: knowledge-task identification, knowledge-task alignment, and knowledge-task integration. We also analyze our transformer-based KG-to-task models via commonsense probes to measure how much knowledge is captured in these models before and after KG integration. Empirically, we investigate KG matches for the SocialIQA (SIQA) (Sap et al., 2019b), Physical IQA (PIQA) (Bisk et al., 2020), and MCScript2.0 (Ostermann et al., 2019) datasets with 3 diverse KGs: ATOMIC (Sap et al., 2019a), ConceptNet (Speer et al., 2017), and an automatically constructed instructional KG based on WikiHow (Koupaee and Wang, 2018). With our methods we are able to demonstrate that ATOMIC, an event-inference focused KG, is the best match for SIQA and MCScript2.0, and that the taxonomic ConceptNet and WikiHow-based KGs are the best matches for PIQA across all 3 analysis phases. We verify our methods and findings with human evaluation.

📄 PDF Abstract BibTeX arXiv:2104.10193

Code (1)

lbauer6/IdentifyAlignIntegrate 공식 구현 pytorch

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Full Triple Matcher: Integrating all triple elements between heterogeneous Knowledge Graphs

2025-07-20 · Victor Eiti Yamamoto, Hideaki Takeda arxiv

Knowledge graphs (KGs) are powerful tools for representing and reasoning over structured information. Their main components include schema, identity, and context. While schema and identity matching are well-established i…

Knowledge Graphs

Gollum: A Gold Standard for Large Scale Multi Source Knowledge Graph Matching

2022-09-15 · Sven Hertling, Heiko Paulheim

The number of Knowledge Graphs (KGs) generated with automatic and manual approaches is constantly growing. For an integrated view and usage, an alignment between these KGs is necessary on the schema as well as instance l…

Graph MatchingKnowledge Graphs

Background Knowledge in Schema Matching: Strategy vs. Data

2021-06-29 · Jan Portisch, Michael Hladik, Heiko Paulheim

The use of external background knowledge can be beneficial for the task of matching schemas or ontologies automatically. In this paper, we exploit six general-purpose knowledge graphs as sources of background knowledge f…

Knowledge Graphs

Order Matters: Matching Multiple Knowledge Graphs

2021-11-03 · Sven Hertling, Heiko Paulheim

Knowledge graphs (KGs) provide information in machine interpretable form. In cases where multiple KGs are used in the same system, that information needs to be integrated. This is usually done by automated matching syste…

Knowledge Graphs

ASGEA: Exploiting Logic Rules from Align-Subgraphs for Entity Alignment

2024-02-16 · Yangyifei Luo, Zhuo Chen, Lingbing Guo, Qian Li 외

Entity alignment (EA) aims to identify entities across different knowledge graphs that represent the same real-world objects. Recent embedding-based EA methods have achieved state-of-the-art performance in EA yet faced i…

Entity AlignmentGraph Neural NetworkKnowledge Graphs