paper-with-me

홈 › Papers

Mining Entity Synonyms with Efficient Neural Set Generation

2018-11-16 · Jiaming Shen, Ruiliang Lyu, Xiang Ren, Michelle Vanni, Brian Sadler, Jiawei Han

Mining entity synonym sets (i.e., sets of terms referring to the same entity) is an important task for many entity-leveraging applications. Previous work either rank terms based on their similarity to a given query term, or treats the problem as a two-phase task (i.e., detecting synonymy pairs, followed by organizing these pairs into synonym sets). However, these approaches fail to model the holistic semantics of a set and suffer from the error propagation issue. Here we propose a new framework, named SynSetMine, that efficiently generates entity synonym sets from a given vocabulary, using example sets from external knowledge bases as distant supervision. SynSetMine consists of two novel modules: (1) a set-instance classifier that jointly learns how to represent a permutation invariant synonym set and whether to include a new instance (i.e., a term) into the set, and (2) a set generation algorithm that enumerates the vocabulary only once and applies the learned set-instance classifier to detect all entity synonym sets in it. Experiments on three real datasets from different domains demonstrate both effectiveness and efficiency of SynSetMine for mining entity synonym sets.

📄 PDF Abstract BibTeX arXiv:1811.07032

Code (1)

mickeystroller/SynSetMine-pytorch 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Biomedical Entity Representations with Synonym Marginalization

2020-05-01 · ACL 2020 6 · Mujeen Sung, Hwisang Jeon, Jinhyuk Lee, Jaewoo Kang

Biomedical named entities often play important roles in many biomedical text mining tools. However, due to the incompleteness of provided synonyms and numerous variations in their surface forms, normalization of biomedic…

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

Generative Biomedical Entity Linking via Knowledge Base-Guided Pre-training and Synonyms-Aware Fine-tuning

2022-04-11 · NAACL 2022 7 · Hongyi Yuan, Zheng Yuan, Sheng Yu

Entities lie in the heart of biomedical natural language understanding, and the biomedical entity linking (EL) task remains challenging due to the fine-grained and diversiform concept names. Generative methods achieve re…

DecoderEntity LinkingNatural Language Understanding

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

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