Enhanced Knowledge Graphs Using Typed Entailment Graphs
Constructing knowledge graphs from open-domain corpora is a crucial stage in question answering. Most previous works are based on open information extraction methods, which extract relations by parsing sentences into triples <e1, r, e2>. These methods lack inference ability and are limited by corpus. When the query is different from the relations in the text-based knowledge graph, it is hard to return correct answers. In this paper, we propose a method to enhance knowledge graphs by using typed entailment graphs to add missing links. We construct the enhanced knowledge graph in both dynamical and offline ways. The experiment shows that our method outperforms the pre-trained language models in zero-shot cloze-style question answering. Furthermore, we find entailment graphs can significantly improve the recall and F-score of knowledge graphs.
Code (0)
등록된 구현이 없습니다.
Tasks
Knowledge GraphsOpen Information ExtractionQuestion AnsweringSimilar Papers 제목 키워드 기반
Learning Typed Entailment Graphs with Global Soft Constraints
This paper presents a new method for learning typed entailment graphs from text. We extract predicate-argument structures from multiple-source news corpora, and compute local distributional similarity scores to learn ent…
Graph LearningEntailment 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 InferenceCross-lingual Inference with A Chinese Entailment Graph
Predicate entailment detection is a crucial task for question-answering from text, where previous work has explored unsupervised learning of entailment graphs from typed open relation triples. In this paper, we present t…
Entity TypingQuestion AnsweringRelationRelation ExtractionFrom the One, Judge of the Whole: Typed Entailment Graph Construction with Predicate Generation
Entailment Graphs (EGs) have been constructed based on extracted corpora as a strong and explainable form to indicate context-independent entailment relations in natural languages. However, EGs built by previous methods …
graph construction