A Bi-LSTM Mention Hypergraph Model with Encoding Schema for Mention Extraction

Jerry Chun-Wei Lin,Yinan Shao,Yujie Zhou,Matin Pirouz,Hsing-Chung Chen
DOI: https://doi.org/10.1016/j.engappai.2019.06.005
IF: 8
2019-01-01
Engineering Applications of Artificial Intelligence
Abstract:Natural language processing is a technique to process data such as text and speech. Some fundamental research includes named-entity recognition, which recognizes name entities (i.e., persons, companies) from texts; semantic parsing, which is used to convert a natural language utterance to the representation of logical form; and co-reference resolution, which extracts nouns (including pronouns, noun phrases) pointing to the same reference body. In this paper, we mainly focus on the task of mention extraction, which extract and classify overlapping or nested structure mentions. We proposed a neural-encoded mention-hypergraph (NEMH) model to use hypergraph to model overlapping or nested structure mentions and use neural networks to extract features for hypergraph automatically. Unlike the existing approaches, our hypergraph model can effectively capture nested mention entities with unlimited lengths. Also, the proposed model is highly scalable and the time complexity of the proposed model is linear in the number of mention classes and the number of input words. Extensive experiments are conducted on several standard datasets to demonstrate the effectiveness of the proposed model.
What problem does this paper attempt to address?