paper-with-me

Papers

Entity Synonym Discovery via Multipiece Bilateral Context Matching

2018-12-31 · Chenwei Zhang, Yaliang Li, Nan Du, Wei Fan, Philip S. Yu

Being able to automatically discover synonymous entities in an open-world setting benefits various tasks such as entity disambiguation or knowledge graph canonicalization. Existing works either only utilize entity features, or rely on structured annotations from a single piece of context where the entity is mentioned. To leverage diverse contexts where entities are mentioned, in this paper, we generalize the distributional hypothesis to a multi-context setting and propose a synonym discovery framework that detects entity synonyms from free-text corpora with considerations on effectiveness and robustness. As one of the key components in synonym discovery, we introduce a neural network model SYNONYMNET to determine whether or not two given entities are synonym with each other. Instead of using entities features, SYNONYMNET makes use of multiple pieces of contexts in which the entity is mentioned, and compares the context-level similarity via a bilateral matching schema. Experimental results demonstrate that the proposed model is able to detect synonym sets that are not observed during training on both generic and domain-specific datasets: Wiki+Freebase, PubMed+UMLS, and MedBook+MKG, with up to 4.16% improvement in terms of Area Under the Curve and 3.19% in terms of Mean Average Precision compared to the best baseline method.

📄 PDF Abstract BibTeX arXiv:1901.00056

Code (1)

czhang99/SynonymNet 공식 구현 tf

Tasks

Entity Disambiguation

Similar Papers 제목 키워드 기반

SynonymNet: Multi-context Bilateral Matching for Entity Synonyms

2018-09-27 · Chenwei Zhang, Yaliang Li, Nan Du, Wei Fan 외

Being able to automatically discover synonymous entities from a large free-text corpus has transformative effects on structured knowledge discovery. Existing works either require structured annotations, or fail to incorp…

Automatic Synonym Discovery with Knowledge Bases

2017-06-25 · Meng Qu, Xiang Ren, Jiawei Han

Recognizing entity synonyms from text has become a crucial task in many entity-leveraging applications. However, discovering entity synonyms from domain-specific text corpora (e.g., news articles, scientific papers) is r…

Articles

SynSetExpan: An Iterative Framework for Joint Entity Set Expansion and Synonym Discovery

2020-09-29 · EMNLP 2020 11 · Jiaming Shen, Wenda Qiu, Jingbo Shang, Michelle Vanni 외

Entity set expansion and synonym discovery are two critical NLP tasks. Previous studies accomplish them separately, without exploring their interdependencies. In this work, we hypothesize that these two tasks are tightly…

KGSynNet: A Novel Entity Synonyms Discovery Framework with Knowledge Graph

2021-03-16 · Yiying Yang, Xi Yin, Haiqin Yang, Xingjian Fei 외

Entity synonyms discovery is crucial for entity-leveraging applications. However, existing studies suffer from several critical issues: (1) the input mentions may be out-of-vocabulary (OOV) and may come from a different …

Entity LinkingKnowledge GraphsQuestion Answering

Embracing Ambiguity: Improving Similarity-oriented Tasks with Contextual Synonym Knowledge

2022-11-20 · Yangning Li, Jiaoyan Chen, Yinghui Li, Tianyu Yu 외

Contextual synonym knowledge is crucial for those similarity-oriented tasks whose core challenge lies in capturing semantic similarity between entities in their contexts, such as entity linking and entity matching. Howev…

Entity LinkingLanguage ModelingLanguage ModellingMasked Language Modeling+3