paper-with-me

홈 › Papers

Cluster-based Mention Typing for Named Entity Disambiguation

2021-09-23 · Arda Çelebi, Arzucan Özgür

An entity mention in text such as "Washington" may correspond to many different named entities such as the city "Washington D.C." or the newspaper "Washington Post." The goal of named entity disambiguation is to identify the mentioned named entity correctly among all possible candidates. If the type (e.g. location or person) of a mentioned entity can be correctly predicted from the context, it may increase the chance of selecting the right candidate by assigning low probability to the unlikely ones. This paper proposes cluster-based mention typing for named entity disambiguation. The aim of mention typing is to predict the type of a given mention based on its context. Generally, manually curated type taxonomies such as Wikipedia categories are used. We introduce cluster-based mention typing, where named entities are clustered based on their contextual similarities and the cluster ids are assigned as types. The hyperlinked mentions and their context in Wikipedia are used in order to obtain these cluster-based types. Then, mention typing models are trained on these mentions, which have been labeled with their cluster-based types through distant supervision. At the named entity disambiguation phase, first the cluster-based types of a given mention are predicted and then, these types are used as features in a ranking model to select the best entity among the candidates. We represent entities at multiple contextual levels and obtain different clusterings (and thus typing models) based on each level. As each clustering breaks the entity space differently, mention typing based on each clustering discriminates the mention differently. When predictions from all typing models are used together, our system achieves better or comparable results based on randomization tests with respect to the state-of-the-art levels on four defacto test sets.

📄 PDF Abstract BibTeX arXiv:2109.11389

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringEntity Disambiguation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Entity Linking with a Paraphrase Flavor

2016-05-01 · LREC 2016 5 · Maria Pershina, Yifan He, Ralph Grishman

The task of Named Entity Linking is to link entity mentions in the document to their correct entries in a knowledge base and to cluster NIL mentions. Ambiguous, misspelled, and incomplete entity mention names are the mai…

ClusteringDiagnosticEntity DisambiguationEntity Linking

Language-Independent Named Entity Analysis Using Parallel Projection and Rule-Based Disambiguation

2017-04-01 · WS 2017 4 · James Mayfield, Paul McNamee, Cash Costello

The 2017 shared task at the Balto-Slavic NLP workshop requires identifying coarse-grained named entities in seven languages, identifying each entity{'}s base form, and clustering name mentions across the multilingual set…

Clusteringnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Benchmarking Scalable Methods for Streaming Cross Document Entity Coreference

2021-08-01 · ACL 2021 5 · Robert L Logan IV, Andrew McCallum, Sameer Singh, Dan Bikel

Streaming cross document entity coreference (CDC) systems disambiguate mentions of named entities in a scalable manner via incremental clustering. Unlike other approaches for named entity disambiguation (e.g., entity lin…

BenchmarkingClusteringEntity DisambiguationEntity Linking

A comparison of Named-Entity Disambiguation and Word Sense Disambiguation

2016-05-01 · LREC 2016 5 · Angel Chang, Valentin I. Spitkovsky, Christopher D. Manning, Eneko Agirre

Named Entity Disambiguation (NED) is the task of linking a named-entity mention to an instance in a knowledge-base, typically Wikipedia-derived resources like DBpedia. This task is closely related to word-sense disambigu…

Entity DisambiguationWord Sense Disambiguation

Evaluating the word-expert approach for Named-Entity Disambiguation

2016-03-15 · Angel X. Chang, Valentin I. Spitkovsky, Christopher D. Manning, Eneko Agirre

Named Entity Disambiguation (NED) is the task of linking a named-entity mention to an instance in a knowledge-base, typically Wikipedia. This task is closely related to word-sense disambiguation (WSD), where the supervis…

Entity DisambiguationWord Sense Disambiguation