paper-with-me

Papers

Enhanced Knowledge Graphs Using Typed Entailment Graphs

2022-01-20 · ACL ARR January 2022 1 · Anonymous

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsOpen Information ExtractionQuestion Answering

Similar Papers 제목 키워드 기반

Learning Typed Entailment Graphs with Global Soft Constraints

2018-01-01 · TACL 2018 1 · Mohammad Javad Hosseini, Nathanael Chambers, Siva Reddy, Xavier R. Holt 외

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 Learning

Entailment Graph Learning with Textual Entailment and Soft Transitivity

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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

Entailment Graph Learning with Textual Entailment and Soft Transitivity

2022-04-07 · ACL 2022 5 · Zhibin Chen, Yansong Feng, Dongyan Zhao

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

Cross-lingual Inference with A Chinese Entailment Graph

2022-03-11 · Findings (ACL) 2022 5 · Tianyi Li, Sabine Weber, Mohammad Javad Hosseini, Liane Guillou 외

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 Extraction

From the One, Judge of the Whole: Typed Entailment Graph Construction with Predicate Generation

2023-06-07 · Zhibin Chen, Yansong Feng, Dongyan Zhao

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