paper-with-me

홈 › Papers

Distilling Structured Knowledge for Text-Based Relational Reasoning

2020-11-01 · EMNLP 2020 11 · Jin Dong, Marc-Antoine Rondeau, William L. Hamilton

There is an increasing interest in developing text-based relational reasoning systems, which are capable of systematically reasoning about the relationships between entities mentioned in a text. However, there remains a substantial performance gap between NLP models for relational reasoning and models based on graph neural networks (GNNs), which have access to an underlying symbolic representation of the text. In this work, we investigate how the structured knowledge of a GNN can be distilled into various NLP models in order to improve their performance. We first pre-train a GNN on a reasoning task using structured inputs and then incorporate its knowledge into an NLP model (e.g., an LSTM) via knowledge distillation. To overcome the difficulty of cross-modal knowledge transfer, we also employ a contrastive learning based module to align the latent representations of NLP models and the GNN. We test our approach with two state-of-the-art NLP models on 13 different inductive reasoning datasets from the CLUTRR benchmark and obtain significant improvements.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningKnowledge DistillationRelational ReasoningTransfer Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Numerical Reasoning over Legal Contracts via Relational Database

2021-10-03 · NeurIPS Workshop DBAI 2021 12 · Jiani Huang, Ziyang Li, Ilias Fountalis, Mayur Naik

Numerical reasoning over text requires deep integration between the semantic understanding of the natural language context and the mathematical calculation of the symbolic terms. However, existing approaches are limited …

SocraticKG: Knowledge Graph Construction via QA-Driven Fact Extraction

2026-01-15 · Sanghyeok Choi, Woosang Jeon, Kyuseok Yang, Taehyeong Kim arxiv

Constructing Knowledge Graphs (KGs) from unstructured text provides a structured framework for knowledge representation and reasoning, yet current LLM-based approaches struggle with a fundamental trade-off: factual cover…

Knowledge Graphs

Geometric Relational Embeddings: A Survey

2023-04-24 · Bo Xiong, Mojtaba Nayyeri, Ming Jin, Yunjie He 외

Geometric relational embeddings map relational data as geometric objects that combine vector information suitable for machine learning and structured/relational information for structured/relational reasoning, typically …

Hierarchical Multi-label ClassificationKnowledge Graph CompletionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2

CORSD: Class-Oriented Relational Self Distillation

2023-04-28 · Muzhou Yu, Sia Huat Tan, Kailu Wu, Runpei Dong 외

Knowledge distillation conducts an effective model compression method while holding some limitations:(1) the feature based distillation methods only focus on distilling the feature map but are lack of transferring the re…

Knowledge DistillationModel CompressionRelationRelation Extraction

SALT-KG: A Benchmark for Semantics-Aware Learning on Enterprise Tables

2026-01-12 · Isaiah Onando Mulang, Felix Sasaki, Tassilo Klein, Jonas Kolk 외 arxiv

Building upon the SALT benchmark for relational prediction (Klein et al., 2024), we introduce SALT-KG, a benchmark for semantics-aware learning on enterprise tables. SALT-KG extends SALT by linking its multi-table transa…