paper-with-me

Papers

Simultaneously Self-Attending to All Mentions for Full-Abstract Biological Relation Extraction

2018-02-28 · NAACL 2018 6 · Patrick Verga, Emma Strubell, Andrew McCallum

Most work in relation extraction forms a prediction by looking at a short span of text within a single sentence containing a single entity pair mention. This approach often does not consider interactions across mentions, requires redundant computation for each mention pair, and ignores relationships expressed across sentence boundaries. These problems are exacerbated by the document- (rather than sentence-) level annotation common in biological text. In response, we propose a model which simultaneously predicts relationships between all mention pairs in a document. We form pairwise predictions over entire paper abstracts using an efficient self-attention encoder. All-pairs mention scores allow us to perform multi-instance learning by aggregating over mentions to form entity pair representations. We further adapt to settings without mention-level annotation by jointly training to predict named entities and adding a corpus of weakly labeled data. In experiments on two Biocreative benchmark datasets, we achieve state of the art performance on the Biocreative V Chemical Disease Relation dataset for models without external KB resources. We also introduce a new dataset an order of magnitude larger than existing human-annotated biological information extraction datasets and more accurate than distantly supervised alternatives.

📄 PDF Abstract BibTeX arXiv:1802.10569

Code (1)

patverga/bran 공식 구현 tf

Tasks

AllRelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

Attending to All Mention Pairs for Full Abstract Biological Relation Extraction

2017-10-23 · Patrick Verga, Emma Strubell, Ofer Shai, Andrew McCallum

Most work in relation extraction forms a prediction by looking at a short span of text within a single sentence containing a single entity pair mention. However, many relation types, particularly in biomedical text, are …

AllPredictionRelationRelation Extraction+1

MedMentions: A Large Biomedical Corpus Annotated with UMLS Concepts

2019-02-25 · AKBC 2019 · Sunil Mohan, Donghui Li

This paper presents the formal release of MedMentions, a new manually annotated resource for the recognition of biomedical concepts. What distinguishes MedMentions from other annotated biomedical corpora is its size (ove…

Entity Linkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Attending to Long-Distance Document Context for Sequence Labeling

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Matthew J{\"o}rke, Jon Gillick, Matthew Sims, David Bamman

We present in this work a method for incorporating global context in long documents when making local decisions in sequence labeling problems like NER. Inspired by work in featurized log-linear models (Chieu and Ng, 2002…

NER

Identification of Mentions and Relations between Bacteria and Biotope from PubMed Abstracts

2016-08-01 · WS 2016 8 · Cyril Grouin
Knowledge Base PopulationNamed Entity Recognition (NER)Relation Extraction

A Reinforced Topic-Aware Convolutional Sequence-to-Sequence Model for Abstractive Text Summarization

2018-05-09 · Li Wang, Junlin Yao, Yunzhe Tao, Li Zhong 외

In this paper, we propose a deep learning approach to tackle the automatic summarization tasks by incorporating topic information into the convolutional sequence-to-sequence (ConvS2S) model and using self-critical sequen…

Abstractive Text SummarizationDiversityInformativenessText Summarization