paper-with-me

Papers

N-ary Relation Extraction using Graph State LSTM

2018-08-28 · Linfeng Song, Yue Zhang, Zhiguo Wang, Daniel Gildea

Cross-sentence $n$-ary relation extraction detects relations among $n$ entities across multiple sentences. Typical methods formulate an input as a \textit{document graph}, integrating various intra-sentential and inter-sentential dependencies. The current state-of-the-art method splits the input graph into two DAGs, adopting a DAG-structured LSTM for each. Though being able to model rich linguistic knowledge by leveraging graph edges, important information can be lost in the splitting procedure. We propose a graph-state LSTM model, which uses a parallel state to model each word, recurrently enriching state values via message passing. Compared with DAG LSTMs, our graph LSTM keeps the original graph structure, and speeds up computation by allowing more parallelization. On a standard benchmark, our model shows the best result in the literature.

📄 PDF Abstract BibTeX arXiv:1808.09101

Code (2)

freesunshine0316/nary-grn 공식 구현 tf
pencoa/state-lstm pytorch

Tasks

RelationRelation ExtractionSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

N-ary Relation Extraction using Graph-State LSTM

2018-10-01 · EMNLP 2018 10 · Linfeng Song, Yue Zhang, Zhiguo Wang, Daniel Gildea

Cross-sentence $n$-ary relation extraction detects relations among $n$ entities across multiple sentences. Typical methods formulate an input as a \textit{document graph}, integrating various intra-sentential and inter-s…

RelationRelation ExtractionSentence

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

Combining Long Short Term Memory and Convolutional Neural Network for Cross-Sentence n-ary Relation Extraction

2018-11-02 · AKBC 2019 · Angrosh Mandya, Danushka Bollegala, Frans Coenen, Katie Atkinson

We propose in this paper a combined model of Long Short Term Memory and Convolutional Neural Networks (LSTM-CNN) that exploits word embeddings and positional embeddings for cross-sentence n-ary relation extraction. The p…

RelationRelation ExtractionSentenceWord Embeddings

BERT-GT: Cross-sentence n-ary relation extraction with BERT and Graph Transformer

2021-01-11 · Po-Ting Lai, Zhiyong Lu

A biomedical relation statement is commonly expressed in multiple sentences and consists of many concepts, including gene, disease, chemical, and mutation. To automatically extract information from biomedical literature,…

BenchmarkingBinary Relation ExtractionGraph Neural NetworkRelation+2

A General Framework for Information Extraction using Dynamic Span Graphs

2019-04-05 · NAACL 2019 6 · Yi Luan, Dave Wadden, Luheng He, Amy Shah 외

We introduce a general framework for several information extraction tasks that share span representations using dynamically constructed span graphs. The graphs are constructed by selecting the most confident entity spans…

Joint Entity and Relation ExtractionNamed Entity Recognition (NER)RelationRelation Extraction