paper-with-me

홈 › Papers

Aligning Entity Names with Online Aliases on Twitter

2017-04-01 · WS 2017 4 · Kevin McKelvey, Peter Goutzounis, Stephen da Cruz, Nathanael Chambers

This paper presents new models that automatically align online aliases with their real entity names. Many research applications rely on identifying entity names in text, but people often refer to entities with unexpected nicknames and aliases. For example, The King and King James are aliases for Lebron James, a professional basketball player. Recent work on entity linking attempts to resolve mentions to knowledge base entries, like a wikipedia page, but linking is unfortunately limited to well-known entities with pre-built pages. This paper asks a more basic question: can aliases be aligned without background knowledge of the entity? Further, can the semantics surrounding alias mentions be used to inform alignments? We describe statistical models that make decisions based on the lexicographic properties of the aliases with their semantic context in a large corpus of tweets. We experiment on a database of Twitter users and their usernames, and present the first human evaluation for this task. Alignment accuracy approaches human performance at 81{\%}, and we show that while lexicographic features are most important, the semantic context of an alias further improves classification accuracy.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Coreference ResolutionEntity LinkingSentiment Analysis

Similar Papers 제목 키워드 기반

How to merge three different methods for information filtering ?

2015-10-26 · Jean-Valère Cossu, Ludovic Bonnefoy, Xavier Bost, Marc El Bèze

Twitter is now a gold marketing tool for entities concerned with online reputation. To automatically monitor online reputation of entities , systems have to deal with ambiguous entity names, polarity detection and topic …

Marketing

Whose Nickname is This? Recognizing Politicians from Their Aliases

2016-12-01 · WS 2016 12 · Wei-Chung Wang, Hung-Chen Chen, Zhi-Kai Ji, Hui-I Hsiao 외

Using aliases to refer to public figures is one way to make fun of people, to express sarcasm, or even to sidestep legal issues when expressing opinions on social media. However, linking an alias back to the real name is…

Entity LinkingNamed Entity Recognition (NER)Transliteration

Feature-Rich Twitter Named Entity Recognition and Classification

2016-12-01 · WS 2016 12 · Utpal Kumar Sikdar, Bj{\"o}rn Gamb{\"a}ck

Twitter named entity recognition is the process of identifying proper names and classifying them into some predefined labels/categories. The paper introduces a Twitter named entity system using a supervised machine learn…

ClassificationEntity Extraction using GANGeneral ClassificationMachine Translation+4

A Generalized Vector Space Model for Ontology-Based Information Retrieval

2018-07-20 · Vuong M. Ngo, Tru H. Cao

Named entities (NE) are objects that are referred to by names such as people, organizations and locations. Named entities and keywords are important to the meaning of a document. We propose a generalized vector space mod…

Information RetrievalRetrieval

RESIDE: Improving Distantly-Supervised Neural Relation Extraction using Side Information

2018-12-11 · EMNLP 2018 10 · Shikhar Vashishth, Rishabh Joshi, Sai Suman Prayaga, Chiranjib Bhattacharyya 외

Distantly-supervised Relation Extraction (RE) methods train an extractor by automatically aligning relation instances in a Knowledge Base (KB) with unstructured text. In addition to relation instances, KBs often contain …

RelationRelation ExtractionRelationship Extraction (Distant Supervised)