paper-with-me

홈 › Papers

Biomedical Language Models are Robust to Sub-optimal Tokenization

2023-06-30 · Bernal Jiménez Gutiérrez, Huan Sun, Yu Su

As opposed to general English, many concepts in biomedical terminology have been designed in recent history by biomedical professionals with the goal of being precise and concise. This is often achieved by concatenating meaningful biomedical morphemes to create new semantic units. Nevertheless, most modern biomedical language models (LMs) are pre-trained using standard domain-specific tokenizers derived from large scale biomedical corpus statistics without explicitly leveraging the agglutinating nature of biomedical language. In this work, we first find that standard open-domain and biomedical tokenizers are largely unable to segment biomedical terms into meaningful components. Therefore, we hypothesize that using a tokenizer which segments biomedical terminology more accurately would enable biomedical LMs to improve their performance on downstream biomedical NLP tasks, especially ones which involve biomedical terms directly such as named entity recognition (NER) and entity linking. Surprisingly, we find that pre-training a biomedical LM using a more accurate biomedical tokenizer does not improve the entity representation quality of a language model as measured by several intrinsic and extrinsic measures such as masked language modeling prediction (MLM) accuracy as well as NER and entity linking performance. These quantitative findings, along with a case study which explores entity representation quality more directly, suggest that the biomedical pre-training process is quite robust to instances of sub-optimal tokenization.

📄 PDF Abstract BibTeX arXiv:2306.17649

Code (1)

osu-nlp-group/bio-tokenization 공식 구현 pytorch

Tasks

Entity LinkingLanguage ModelingLanguage ModellingMasked Language Modelingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Similar Papers 제목 키워드 기반

How Important Is Tokenization in French Medical Masked Language Models?

2024-02-22 · Yanis Labrak, Adrien Bazoge, Beatrice Daille, Mickael Rouvier 외

Subword tokenization has become the prevailing standard in the field of natural language processing (NLP) over recent years, primarily due to the widespread utilization of pre-trained language models. This shift began wi…

Adapting the TTL Romanian POS Tagger to the Biomedical Domain

2017-09-01 · RANLP 2017 9 · Maria Mitrofan, Radu Ion

This paper presents the adaptation of the Hidden Markov Models-based TTL part-of-speech tagger to the biomedical domain. TTL is a text processing platform that performs sentence splitting, tokenization, POS tagging, chun…

ChunkingDomain AdaptationLemmatizationnamed-entity-recognition+8

An Analysis of Biomedical Tokenization: Problems and Strategies

2015-09-01 · WS 2015 9 · Noa P. Cruz D{\'\i}az, Manuel Ma{\~n}a L{\'o}pez
Decision MakingNamed Entity Recognition (NER)

AVocaDo: Strategy for Adapting Vocabulary to Downstream Domain

2021-10-26 · EMNLP 2021 11 · Jimin Hong, Taehee Kim, Hyesu Lim, Jaegul Choo

During the fine-tuning phase of transfer learning, the pretrained vocabulary remains unchanged, while model parameters are updated. The vocabulary generated based on the pretrained data is suboptimal for downstream data …

Language ModelingLanguage ModellingTransfer Learning

An Information Extraction Study: Take In Mind the Tokenization!

2023-03-27 · Christos Theodoropoulos, Marie-Francine Moens

Current research on the advantages and trade-offs of using characters, instead of tokenized text, as input for deep learning models, has evolved substantially. New token-free models remove the traditional tokenization st…

Inductive BiasNamed Entity Recognition (NER)Relation Extraction