Path-Based Contextualization of Knowledge Graphs for Textual Entailment
In this paper, we introduce the problem of knowledge graph contextualization -- that is, given a specific NLP task, the problem of extracting meaningful and relevant sub-graphs from a given knowledge graph. The task in the case of this paper is the textual entailment problem, and the context is a relevant sub-graph for an instance of the textual entailment problem -- where given two sentences p and h, the entailment relationship between them has to be predicted automatically. We base our methodology on finding paths in a cost-customized external knowledge graph, and building the most relevant sub-graph that connects p and h. We show that our path selection mechanism to generate sub-graphs not only reduces noise, but also retrieves meaningful information from large knowledge graphs. Our evaluation shows that using information on entities as well as the relationships between them improves on the performance of purely text-based systems.
Code (0)
등록된 구현이 없습니다.
Tasks
Knowledge GraphsNatural Language InferenceSimilar Papers 제목 키워드 기반
Infusing Knowledge into the Textual Entailment Task Using Graph Convolutional Networks
Textual entailment is a fundamental task in natural language processing. Most approaches for solving the problem use only the textual content present in training data. A few approaches have shown that information from ex…
Knowledge GraphsNatural Language InferenceTextual Entailment for Effective Triple Validation in Object Prediction
Knowledge base population seeks to expand knowledge graphs with facts that are typically extracted from a text corpus. Recently, language models pretrained on large corpora have been shown to contain factual knowledge th…
Knowledge Base PopulationKnowledge GraphsLanguage ModelingLanguage Modelling+4Weakly-supervised Contextualization of Knowledge Graph Facts
Knowledge graphs (KGs) model facts about the world, they consist of nodes (entities such as companies and people) that are connected by edges (relations such as founderOf). Facts encoded in KGs are frequently used by sea…
Knowledge GraphsLearning-To-RankEntailment Graph Learning with Textual Entailment and Soft Transitivity
Typed entailment graphs try to learn the entailment relations between predicates from text and model them as edges between predicate nodes. The construction of entailment graphs usually suffers from severe sparsity and u…
Graph LearningNatural Language InferenceEntailment Graph Learning with Textual Entailment and Soft Transitivity
Typed entailment graphs try to learn the entailment relations between predicates from text and model them as edges between predicate nodes. The construction of entailment graphs usually suffers from severe sparsity and u…
Graph LearningNatural Language Inference