paper-with-me

Papers

Fine-Grained Entity Typing for Domain Independent Entity Linking

2019-09-12 · Yasumasa Onoe, Greg Durrett

Neural entity linking models are very powerful, but run the risk of overfitting to the domain they are trained in. For this problem, a domain is characterized not just by genre of text but even by factors as specific as the particular distribution of entities, as neural models tend to overfit by memorizing properties of frequent entities in a dataset. We tackle the problem of building robust entity linking models that generalize effectively and do not rely on labeled entity linking data with a specific entity distribution. Rather than predicting entities directly, our approach models fine-grained entity properties, which can help disambiguate between even closely related entities. We derive a large inventory of types (tens of thousands) from Wikipedia categories, and use hyperlinked mentions in Wikipedia to distantly label data and train an entity typing model. At test time, we classify a mention with this typing model and use soft type predictions to link the mention to the most similar candidate entity. We evaluate our entity linking system on the CoNLL-YAGO dataset (Hoffart et al., 2011) and show that our approach outperforms prior domain-independent entity linking systems. We also test our approach in a harder setting derived from the WikilinksNED dataset (Eshel et al., 2017) where all the mention-entity pairs are unseen during test time. Results indicate that our approach generalizes better than a state-of-the-art neural model on the dataset.

📄 PDF Abstract BibTeX arXiv:1909.05780

Code (1)

yasumasaonoe/ET4EL 공식 구현 pytorch

Tasks

Entity LinkingEntity Typing

Similar Papers 제목 키워드 기반

Fine-grained Entity Typing via Label Reasoning

2021-09-13 · EMNLP 2021 11 · Qing Liu, Hongyu Lin, Xinyan Xiao, Xianpei Han 외

Conventional entity typing approaches are based on independent classification paradigms, which make them difficult to recognize inter-dependent, long-tailed and fine-grained entity types. In this paper, we argue that the…

AttributeEntity Typing

ENTYFI: A System for Fine-grained Entity Typing in Fictional Texts

2020-10-01 · EMNLP 2020 11 · Cuong Xuan Chu, Simon Razniewski, Gerhard Weikum

Fiction and fantasy are archetypes of long-tail domains that lack suitable NLP methodologies and tools. We present ENTYFI, a web-based system for fine-grained typing of entity mentions in fictional texts. It builds on 20…

DiversityEntity TypingVocal Bursts Type Prediction

A Chinese Corpus for Fine-grained Entity Typing

2020-04-19 · LREC 2020 5 · Chin Lee, Hongliang Dai, Yangqiu Song, Xin Li

Fine-grained entity typing is a challenging task with wide applications. However, most existing datasets for this task are in English. In this paper, we introduce a corpus for Chinese fine-grained entity typing that cont…

Cross-Lingual TransferEntity TypingTransfer Learning

Zero-Shot Open Entity Typing as Type-Compatible Grounding

2019-07-07 · EMNLP 2018 10 · Ben Zhou, Daniel Khashabi, Chen-Tse Tsai, Dan Roth

The problem of entity-typing has been studied predominantly in supervised learning fashion, mostly with task-specific annotations (for coarse types) and sometimes with distant supervision (for fine types). While such app…

Entity TypingNERVocal Bursts Type Prediction

Fine-grained General Entity Typing in German using GermaNet

2021-06-01 · NAACL (TextGraphs) 2021 6 · Sabine Weber, Mark Steedman

Fine-grained entity typing is important to tasks like relation extraction and knowledge base construction. We find however, that fine-grained entity typing systems perform poorly on general entities (e.g. “ex-president”)…

Entity TypingKnowledge Base ConstructionRelation ExtractionType prediction