paper-with-me

홈 › Papers

Chains of Reasoning over Entities, Relations, and Text using Recurrent Neural Networks

2016-07-05 · EACL 2017 4 · Rajarshi Das, Arvind Neelakantan, David Belanger, Andrew McCallum

Our goal is to combine the rich multistep inference of symbolic logical reasoning with the generalization capabilities of neural networks. We are particularly interested in complex reasoning about entities and relations in text and large-scale knowledge bases (KBs). Neelakantan et al. (2015) use RNNs to compose the distributed semantics of multi-hop paths in KBs; however for multiple reasons, the approach lacks accuracy and practicality. This paper proposes three significant modeling advances: (1) we learn to jointly reason about relations, entities, and entity-types; (2) we use neural attention modeling to incorporate multiple paths; (3) we learn to share strength in a single RNN that represents logical composition across all relations. On a largescale Freebase+ClueWeb prediction task, we achieve 25% error reduction, and a 53% error reduction on sparse relations due to shared strength. On chains of reasoning in WordNet we reduce error in mean quantile by 84% versus previous state-of-the-art. The code and data are available at https://rajarshd.github.io/ChainsofReasoning

📄 PDF Abstract BibTeX arXiv:1607.01426

Code (2)

eBay/KPRN
rajarshd/ChainsofReasoning torch

Tasks

Logical Reasoning

Similar Papers 제목 키워드 기반

DOLORES: Deep Contextualized Knowledge Graph Embeddings

2018-10-31 · AKBC 2020 6 · Haoyu Wang, Vivek Kulkarni, William Yang Wang

We introduce a new method DOLORES for learning knowledge graph embeddings that effectively captures contextual cues and dependencies among entities and relations. First, we note that short paths on knowledge graphs compr…

Knowledge Graph EmbeddingsKnowledge GraphsLink PredictionPrediction+3

Creating a Gold Standard Corpus for the Extraction of Chemistry-Disease Relations from Patent Texts

2014-05-01 · LREC 2014 5 · Antje Schlaf, Claudia Bobach, Matthias Irmer

This paper describes the creation of a gold standard for chemistry-disease relations in patent texts. We start with an automated annotation of named entities of the domains chemistry (e.g. “propranolol”) and diseases (e.…

Information RetrievalNamed Entity Recognition (NER)RelationRelation Extraction

MCMH: Learning Multi-Chain Multi-Hop Rules for Knowledge Graph Reasoning

2020-10-05 · Findings of the Association for Computational Linguistics 2020 · Lu Zhang, Mo Yu, Tian Gao, Yue Yu

Multi-hop reasoning approaches over knowledge graphs infer a missing relationship between entities with a multi-hop rule, which corresponds to a chain of relationships. We extend existing works to consider a generalized …

Knowledge GraphsRelation

Path-of-Thoughts: Extracting and Following Paths for Robust Relational Reasoning with Large Language Models

2024-12-23 · Ge Zhang, Mohammad Ali Alomrani, Hongjian Gu, Jiaming Zhou 외

Large language models (LLMs) possess vast semantic knowledge but often struggle with complex reasoning tasks, particularly in relational reasoning problems such as kinship or spatial reasoning. In this paper, we present …

Relational ReasoningSpatial Reasoning

SCoRE: Benchmarking Long-Chain Reasoning in Commonsense Scenarios

2025-03-08 · Weidong Zhan, Yue Wang, Nan Hu, Liming Xiao 외

Currently, long-chain reasoning remains a key challenge for large language models (LLMs) because natural texts lack sufficient explicit reasoning data. However, existing benchmarks suffer from limitations such as narrow …

BenchmarkingDiagnosticLogical ReasoningMultiple-choice