paper-with-me

Papers

Enriching Relation Extraction with OpenIE

2022-12-19 · Alessandro Temperoni, Maria Biryukov, Martin Theobald

Relation extraction (RE) is a sub-discipline of information extraction (IE) which focuses on the prediction of a relational predicate from a natural-language input unit (such as a sentence, a clause, or even a short paragraph consisting of multiple sentences and/or clauses). Together with named-entity recognition (NER) and disambiguation (NED), RE forms the basis for many advanced IE tasks such as knowledge-base (KB) population and verification. In this work, we explore how recent approaches for open information extraction (OpenIE) may help to improve the task of RE by encoding structured information about the sentences' principal units, such as subjects, objects, verbal phrases, and adverbials, into various forms of vectorized (and hence unstructured) representations of the sentences. Our main conjecture is that the decomposition of long and possibly convoluted sentences into multiple smaller clauses via OpenIE even helps to fine-tune context-sensitive language models such as BERT (and its plethora of variants) for RE. Our experiments over two annotated corpora, KnowledgeNet and FewRel, demonstrate the improved accuracy of our enriched models compared to existing RE approaches. Our best results reach 92% and 71% of F1 score for KnowledgeNet and FewRel, respectively, proving the effectiveness of our approach on competitive benchmarks.

📄 PDF Abstract BibTeX arXiv:2212.09376

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NEROpen Information ExtractionRelationRelation ExtractionSentence

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Scalable Construction of a Lung Cancer Knowledge Base: Profiling Semantic Reasoning in LLMs

2026-01-05 · Cesar Felipe Martínez Cisneros, Jesús Ulises Quiroz Bautista, Claudia Anahí Guzmán Solano, Bogdan Kaleb García Rivera 외 arxiv

The integration of Large Language Models (LLMs) into biomedical research offers new opportunities for domainspecific reasoning and knowledge representation. However, their performance depends heavily on the semantic qual…

Open Information Extraction

OpenKI: Integrating Open Information Extraction and Knowledge Bases with Relation Inference

2019-04-12 · NAACL 2019 6 · Dongxu Zhang, Subhabrata Mukherjee, Colin Lockard, Xin Luna Dong 외

In this paper, we consider advancing web-scale knowledge extraction and alignment by integrating OpenIE extractions in the form of (subject, predicate, object) triples with Knowledge Bases (KB). Traditional techniques fr…

Open Information ExtractionRelation

DocOIE: A Document-level Context-Aware Dataset for OpenIE

2021-05-10 · Findings (ACL) 2021 8 · Kuicai Dong, Yilin Zhao, Aixin Sun, Jung-jae Kim 외

Open Information Extraction (OpenIE) aims to extract structured relational tuples (subject, relation, object) from sentences and plays critical roles for many downstream NLP applications. Existing solutions perform extra…

Open Information ExtractionSentence

Learning Open Information Extraction of Implicit Relations from Reading Comprehension Datasets

2019-05-15 · Jacob Beckerman, Theodore Christakis

The relationship between two entities in a sentence is often implied by word order and common sense, rather than an explicit predicate. For example, it is evident that "Fed chair Powell indicates rate hike" implies (Powe…

Common Sense ReasoningImplicit RelationsOpen Information ExtractionReading Comprehension+1

A Survey on Neural Open Information Extraction: Current Status and Future Directions

2022-05-24 · Shaowen Zhou, Bowen Yu, Aixin Sun, Cheng Long 외

Open Information Extraction (OpenIE) facilitates domain-independent discovery of relational facts from large corpora. The technique well suits many open-world natural language understanding scenarios, such as automatic k…

Knowledge Base ConstructionNatural Language UnderstandingOpen-Domain Question AnsweringOpen Information Extraction+1