paper-with-me

Papers

Improving Open Relation Extraction via Sentence Re-Structuring

2014-05-01 · LREC 2014 5 · Jordan Schmidek, Denilson Barbosa

Information Extraction is an important task in Natural Language Processing, consisting of finding a structured representation for the information expressed in natural language text. Two key steps in information extraction are identifying the entities mentioned in the text, and the relations among those entities. In the context of Information Extraction for the World Wide Web, unsupervised relation extraction methods, also called Open Relation Extraction (ORE) systems, have become prevalent, due to their effectiveness without domain-specific training data. In general, these systems exploit part-of-speech tags or semantic information from the sentences to determine whether or not a relation exists, and if so, its predicate. This paper discusses some of the issues that arise when even moderately complex sentences are fed into ORE systems. A process for re-structuring such sentences is discussed and evaluated. The proposed approach replaces complex sentences by several others that, together, convey the same meaning and are more amenable to extraction by current ORE systems. The results of an experimental evaluation show that this approach succeeds in reducing the processing time and increasing the accuracy of the state-of-the-art ORE systems.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingNamed Entity Recognition (NER)RelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

Experiments on transfer learning architectures for biomedical relation extraction

2020-11-24 · Walid Hafiane, Joel Legrand, Yannick Toussaint, Adrien Coulet

Relation extraction (RE) consists in identifying and structuring automatically relations of interest from texts. Recently, BERT improved the top performances for several NLP tasks, including RE. However, the best way to …

Open-Ended Question AnsweringRelationRelation ExtractionSentence+2

Learning Dual Retrieval Module for Semi-supervised Relation Extraction

2019-02-20 · Hongtao Lin, Jun Yan, Meng Qu, Xiang Ren

Relation extraction is an important task in structuring content of text data, and becomes especially challenging when learning with weak supervision---where only a limited number of labeled sentences are given and a larg…

MULTI-VIEW LEARNINGRelationRelation ExtractionRelation Prediction+2

Open Information Extraction via Chunks

2023-05-05 · Kuicai Dong, Aixin Sun, Jung-jae Kim, XiaoLi Li

Open Information Extraction (OIE) aims to extract relational tuples from open-domain sentences. Existing OIE systems split a sentence into tokens and recognize token spans as tuple relations and arguments. We instead pro…

ChunkingOpen Information ExtractionSentence

Can Neural Generators for Dialogue Learn Sentence Planning and Discourse Structuring?

2018-09-09 · WS 2018 11 · Lena Reed, Shereen Oraby, Marilyn Walker

Responses in task-oriented dialogue systems often realize multiple propositions whose ultimate form depends on the use of sentence planning and discourse structuring operations. For example a recommendation may consist o…

RelationSentenceTask-Oriented Dialogue Systems

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