paper-with-me

Papers

Using Word Embeddings for Unsupervised Acronym Disambiguation

2018-08-01 · COLING 2018 8 · Jean Charbonnier, Christian Wartena

Scientific papers from all disciplines contain many abbreviations and acronyms. In many cases these acronyms are ambiguous. We present a method to choose the contextual correct definition of an acronym that does not require training for each acronym and thus can be applied to a large number of different acronyms with only few instances. We constructed a set of 19,954 examples of 4,365 ambiguous acronyms from image captions in scientific papers along with their contextually correct definition from different domains. We learn word embeddings for all words in the corpus and compare the averaged context vector of the words in the expansion of an acronym with the weighted average vector of the words in the context of the acronym. We show that this method clearly outperforms (classical) cosine similarity. Furthermore, we show that word embeddings learned from a 1 billion word corpus of scientific texts outperform word embeddings learned on much large general corpora.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningWord EmbeddingsWord Sense Disambiguation

Similar Papers 제목 키워드 기반

m-Networks: Adapting the Triplet Networks for Acronym Disambiguation

2022-07-01 · NAACL (ClinicalNLP) 2022 7 · Sandaru Seneviratne, Elena Daskalaki, Artem Lenskiy, Hanna Suominen

Acronym disambiguation (AD) is the process of identifying the correct expansion of the acronyms in text. AD is crucial in natural language understanding of scientific and medical documents due to the high prevalence of t…

Natural Language UnderstandingTriplet

Primer AI's Systems for Acronym Identification and Disambiguation

2020-12-14 · Nicholas Egan, John Bohannon

The prevalence of ambiguous acronyms make scientific documents harder to understand for humans and machines alike, presenting a need for models that can automatically identify acronyms in text and disambiguate their mean…

document understandingSentenceSentence EmbeddingsTAG

Guess Me if You Can: Acronym Disambiguation for Enterprises

2018-07-01 · ACL 2018 7 · Yang Li, Bo Zhao, Ariel Fuxman, Fangbo Tao

Acronyms are abbreviations formed from the initial components of words or phrases. In enterprises, people often use acronyms to make communications more efficient. However, acronyms could be difficult to understand for p…

Question Answering

Acronym Identification and Disambiguation Shared Tasks for Scientific Document Understanding

2020-12-22 · Amir Pouran Ben Veyseh, Franck Dernoncourt, Thien Huu Nguyen, Walter Chang 외

Acronyms are the short forms of longer phrases and they are frequently used in writing, especially scholarly writing, to save space and facilitate the communication of information. As such, every text understanding tool …

document understanding

Leveraging Domain Agnostic and Specific Knowledge for Acronym Disambiguation

2021-07-01 · Qiwei Zhong, Guanxiong Zeng, Danqing Zhu, Yang Zhang 외

An obstacle to scientific document understanding is the extensive use of acronyms which are shortened forms of long technical phrases. Acronym disambiguation aims to find the correct meaning of an ambiguous acronym in a …

document understandingWord Embeddings