paper-with-me

Papers

Self-Supervised Detection of Contextual Synonyms in a Multi-Class Setting: Phenotype Annotation Use Case

2021-09-04 · EMNLP 2021 11 · Jingqing Zhang, Luis Bolanos, Tong Li, Ashwani Tanwar, Guilherme Freire, Xian Yang, Julia Ive, Vibhor Gupta, Yike Guo

Contextualised word embeddings is a powerful tool to detect contextual synonyms. However, most of the current state-of-the-art (SOTA) deep learning concept extraction methods remain supervised and underexploit the potential of the context. In this paper, we propose a self-supervised pre-training approach which is able to detect contextual synonyms of concepts being training on the data created by shallow matching. We apply our methodology in the sparse multi-class setting (over 15,000 concepts) to extract phenotype information from electronic health records. We further investigate data augmentation techniques to address the problem of the class sparsity. Our approach achieves a new SOTA for the unsupervised phenotype concept annotation on clinical text on F1 and Recall outperforming the previous SOTA with a gain of up to 4.5 and 4.0 absolute points, respectively. After fine-tuning with as little as 20\% of the labelled data, we also outperform BioBERT and ClinicalBERT. The extrinsic evaluation on three ICU benchmarks also shows the benefit of using the phenotypes annotated by our model as features.

📄 PDF Abstract BibTeX arXiv:2109.01935

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationWord Embeddings

Similar Papers 제목 키워드 기반

Unsupervised Multi-document Summarization for News Corpus with Key Synonyms and Contextual Embeddings

2021-10-01 · ROCLING 2021 10 · Yen-Hao Huang, Ratana Pornvattanavichai, Fernando Henrique Calderon Alvarado, Yi-Shin Chen

Information overload has been one of the challenges regarding information from the Internet. It is not a matter of information access, instead, the focus had shifted towards the quality of the retrieved data. Particularl…

Document SummarizationMulti-Document SummarizationSentence

Self-supervised Learning of Contextualized Local Visual Embeddings

2023-10-01 · Thalles Santos Silva, Helio Pedrini, Adín Ramírez Rivera

We present Contextualized Local Visual Embeddings (CLoVE), a self-supervised convolutional-based method that learns representations suited for dense prediction tasks. CLoVE deviates from current methods and optimizes a s…

Instance SegmentationKeypoint Detectionobject-detectionObject Detection+3

Improving Disfluency Detection by Self-Training a Self-Attentive Model

2020-04-11 · ACL 2020 6 · Paria Jamshid Lou, Mark Johnson

Self-attentive neural syntactic parsers using contextualized word embeddings (e.g. ELMo or BERT) currently produce state-of-the-art results in joint parsing and disfluency detection in speech transcripts. Since the conte…

Word Embeddings

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

Semi-compositional Method for Synonym Extraction of Multi-Word Terms

2014-05-01 · LREC 2014 5 · B{\'e}atrice Daille, Amir Hazem

Automatic synonyms and semantically related word extraction is a challenging task, useful in many NLP applications such as question answering, search query expansion, text summarization, etc. While different studies addr…

Question AnsweringText Summarization