paper-with-me

홈 › Papers

Neural Mention Detection

2019-07-29 · LREC 2020 5 · Juntao Yu, Bernd Bohnet, Massimo Poesio

Mention detection is an important preprocessing step for annotation and interpretation in applications such as NER and coreference resolution, but few stand-alone neural models have been proposed able to handle the full range of mentions. In this work, we propose and compare three neural network-based approaches to mention detection. The first approach is based on the mention detection part of a state of the art coreference resolution system; the second uses ELMO embeddings together with a bidirectional LSTM and a biaffine classifier; the third approach uses the recently introduced BERT model. Our best model (using a biaffine classifier) achieves gains of up to 1.8 percentage points on mention recall when compared with a strong baseline in a HIGH RECALL coreference annotation setting. The same model achieves improvements of up to 5.3 and 6.2 p.p. when compared with the best-reported mention detection F1 on the CONLL and CRAC coreference data sets respectively in a HIGH F1 annotation setting. We then evaluate our models for coreference resolution by using mentions predicted by our best model in start-of-the-art coreference systems. The enhanced model achieved absolute improvements of up to 1.7 and 0.7 p.p. when compared with our strong baseline systems (pipeline system and end-to-end system) respectively. For nested NER, the evaluation of our model on the GENIA corpora shows that our model matches or outperforms state-of-the-art models despite not being specifically designed for this task.

📄 PDF Abstract BibTeX arXiv:1907.12524

Code (1)

juntaoy/dali-md 공식 구현 tf

Tasks

coreference-resolutionCoreference ResolutionNER

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Residual Connection 설명 없음
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.
Weight Decay 설명 없음
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 &…

Similar Papers 제목 키워드 기반

Figurative Usage Detection of Symptom Words to Improve Personal Health Mention Detection

2019-06-13 · ACL 2019 7 · Adith Iyer, Aditya Joshi, Sarvnaz Karimi, Ross Sparks 외

Personal health mention detection deals with predicting whether or not a given sentence is a report of a health condition. Past work mentions errors in this prediction when symptom words, i.e. names of symptoms of intere…

Sentence

Reinforcement Learning for Transition-Based Mention Detection

2017-03-13 · Georgiana Dinu, Wael Hamza, Radu Florian

This paper describes an application of reinforcement learning to the mention detection task. We define a novel action-based formulation for the mention detection task, in which a model can flexibly revise past labeling d…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

DMDD: A Large-Scale Dataset for Dataset Mentions Detection

2023-05-19 · Huitong Pan, Qi Zhang, Eduard Dragut, Cornelia Caragea 외

The recognition of dataset names is a critical task for automatic information extraction in scientific literature, enabling researchers to understand and identify research opportunities. However, existing corpora for dat…

ArticlesDiversity

SMDDH: Singleton Mention detection using Deep Learning in Hindi Text

2023-01-23 · Kusum Lata, Pardeep Singh, Kamlesh Dutta

Mention detection is an important component of coreference resolution system, where mentions such as name, nominal, and pronominals are identified. These mentions can be purely coreferential mentions or singleton mention…

coreference-resolutionCoreference ResolutionDeep Learning

Sequence-to-Nuggets: Nested Entity Mention Detection via Anchor-Region Networks

2019-06-10 · ACL 2019 7 · Hongyu Lin, Yaojie Lu, Xianpei Han, Le Sun

Sequential labeling-based NER approaches restrict each word belonging to at most one entity mention, which will face a serious problem when recognizing nested entity mentions. In this paper, we propose to resolve this pr…

Named Entity Recognition (NER)NERNested Mention RecognitionNested Named Entity Recognition