paper-with-me

홈 › Papers

Stress Test Evaluation of Biomedical Word Embeddings

2021-07-24 · NAACL (BioNLP) 2021 6 · Vladimir Araujo, Andrés Carvallo, Carlos Aspillaga, Camilo Thorne, Denis Parra

The success of pretrained word embeddings has motivated their use in the biomedical domain, with contextualized embeddings yielding remarkable results in several biomedical NLP tasks. However, there is a lack of research on quantifying their behavior under severe "stress" scenarios. In this work, we systematically evaluate three language models with adversarial examples -- automatically constructed tests that allow us to examine how robust the models are. We propose two types of stress scenarios focused on the biomedical named entity recognition (NER) task, one inspired by spelling errors and another based on the use of synonyms for medical terms. Our experiments with three benchmarks show that the performance of the original models decreases considerably, in addition to revealing their weaknesses and strengths. Finally, we show that adversarial training causes the models to improve their robustness and even to exceed the original performance in some cases.

📄 PDF Abstract BibTeX arXiv:2107.11652

Code (1)

ialab-puc/BioNLP-StressTest 공식 구현

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERWord Embeddings

Similar Papers 제목 키워드 기반

Evaluating Sparse Interpretable Word Embeddings for Biomedical Domain

2020-05-11 · Mohammad Amin Samadi, Mohammad Sadegh Akhondzadeh, Sayed Jalal Zahabi, Mohammad Hossein Manshaei 외

Word embeddings have found their way into a wide range of natural language processing tasks including those in the biomedical domain. While these vector representations successfully capture semantic and syntactic word re…

Word Embeddings

Word stress in self-supervised speech models: A cross-linguistic comparison

2025-07-07 · Martijn Bentum, Louis ten Bosch, Tomas O. Lentz arxiv

In this paper we study word stress representations learned by self-supervised speech models (S3M), specifically the Wav2vec 2.0 model. We investigate the S3M representations of word stress for five different languages: T…

Evaluating Biomedical Word Embeddings for Vocabulary Alignment at Scale in the UMLS Metathesaurus Using Siamese Networks

2022-05-01 · insights (ACL) 2022 5 · Goonmeet Bajaj, Vinh Nguyen, Thilini Wijesiriwardene, Hong Yung Yip 외

Recent work uses a Siamese Network, initialized with BioWordVec embeddings (distributed word embeddings), for predicting synonymy among biomedical terms to automate a part of the UMLS (Unified Medical Language System) Me…

Word Embeddings

Spanish Biomedical and Clinical Language Embeddings

2021-02-25 · Asier Gutiérrez-Fandiño, Jordi Armengol-Estapé, Casimiro Pio Carrino, Ona de Gibert 외

We computed both Word and Sub-word Embeddings using FastText. For Sub-word embeddings we selected Byte Pair Encoding (BPE) algorithm to represent the sub-words. We evaluated the Biomedical Word Embeddings obtaining bette…

Word Embeddings

Improving Biomedical Analogical Retrieval with Embedding of Structural Dependencies

2020-07-01 · WS 2020 7 · Am Paullada, alynne, Bethany Percha, Trevor Cohen

Inferring the nature of the relationships between biomedical entities from text is an important problem due to the difficulty of maintaining human-curated knowledge bases in rapidly evolving fields. Neural word embedding…

RetrievalWord Embeddings