paper-with-me

홈 › Papers

Enhancing Relation Extraction Using Syntactic Indicators and Sentential Contexts

2019-12-04 · Qiongxing Tao, Xiangfeng Luo, Hao Wang

State-of-the-art methods for relation extraction consider the sentential context by modeling the entire sentence. However, syntactic indicators, certain phrases or words like prepositions that are more informative than other words and may be beneficial for identifying semantic relations. Other approaches using fixed text triggers capture such information but ignore the lexical diversity. To leverage both syntactic indicators and sentential contexts, we propose an indicator-aware approach for relation extraction. Firstly, we extract syntactic indicators under the guidance of syntactic knowledge. Then we construct a neural network to incorporate both syntactic indicators and the entire sentences into better relation representations. By this way, the proposed model alleviates the impact of noisy information from entire sentences and breaks the limit of text triggers. Experiments on the SemEval-2010 Task 8 benchmark dataset show that our model significantly outperforms the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1912.01858

Code (1)

taoqiongxing/Enhancing-Relation-Extraction-using-Syntactic-Indicators-and-Sentential-Contexts tf

Tasks

DiversityRelationRelation ExtractionSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

ASPER: Attention-based Approach to Extract Syntactic Patterns denoting Semantic Relations in Sentential Context

2021-04-04 · Md. Ahsanul Kabir, Typer Phillips, Xiao Luo, Mohammad Al Hasan

Semantic relationships, such as hyponym-hypernym, cause-effect, meronym-holonym etc. between a pair of entities in a sentence are usually reflected through syntactic patterns. Automatic extraction of such patterns benefi…

Information RetrievalQuestion AnsweringRelationRetrieval+1

Syntactic Multi-view Learning for Open Information Extraction

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

Open Information Extraction (OpenIE) aims to extract relational tuples from open-domain sentences. Traditional rule-based or statistical models have been developed based on syntactic structures of sentences, identified b…

MULTI-VIEW LEARNINGOpen Information Extraction

Cross-Sentence N-ary Relation Extraction with Graph LSTMs

2017-08-12 · TACL 2017 1 · Nanyun Peng, Hoifung Poon, Chris Quirk, Kristina Toutanova 외

Past work in relation extraction has focused on binary relations in single sentences. Recent NLP inroads in high-value domains have sparked interest in the more general setting of extracting n-ary relations that span mul…

Multi-Task LearningRelationRelation ExtractionSentence

Inter-sentence Relation Extraction for Associating Biological Context with Events in Biomedical Texts

2018-12-14 · Enrique Noriega-Atala, Paul D. Hein, Shraddha S. Thumsi, Zechy Wong 외

We present an analysis of the problem of identifying biological context and associating it with biochemical events in biomedical texts. This constitutes a non-trivial, inter-sentential relation extraction task. We focus …

RelationRelation ExtractionSentenceVocal Bursts Type Prediction

Re-Representation in Sentential Relation Extraction with Sequence Routing Algorithm

2025-08-28 · Ramazan Ali Bahrami, Ramin Yahyapour arxiv

Sentential relation extraction (RE) is an important task in natural language processing (NLP). In this paper we propose to do sentential RE with dynamic routing in capsules. We first show that the proposed approach outpe…

Relation Extraction