paper-with-me

Papers

Probing Biomedical Embeddings from Language Models

2019-04-03 · WS 2019 6 · Qiao Jin, Bhuwan Dhingra, William W. Cohen, Xinghua Lu

Contextualized word embeddings derived from pre-trained language models (LMs) show significant improvements on downstream NLP tasks. Pre-training on domain-specific corpora, such as biomedical articles, further improves their performance. In this paper, we conduct probing experiments to determine what additional information is carried intrinsically by the in-domain trained contextualized embeddings. For this we use the pre-trained LMs as fixed feature extractors and restrict the downstream task models to not have additional sequence modeling layers. We compare BERT, ELMo, BioBERT and BioELMo, a biomedical version of ELMo trained on 10M PubMed abstracts. Surprisingly, while fine-tuned BioBERT is better than BioELMo in biomedical NER and NLI tasks, as a fixed feature extractor BioELMo outperforms BioBERT in our probing tasks. We use visualization and nearest neighbor analysis to show that better encoding of entity-type and relational information leads to this superiority.

📄 PDF Abstract BibTeX arXiv:1904.02181

Code (1)

Andy-jqa/bioelmo 공식 구현 tf

Tasks

ArticlesNERWord Embeddings

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Weight Decay 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Automatic Biomedical Term Clustering by Learning Fine-grained Term Representations

2022-04-01 · BioNLP (ACL) 2022 5 · Sihang Zeng, Zheng Yuan, Sheng Yu

Term clustering is important in biomedical knowledge graph construction. Using similarities between terms embedding is helpful for term clustering. State-of-the-art term embeddings leverage pretrained language models to …

ClusteringContrastive Learninggraph constructionKnowledge Graphs

Can Language Models be Biomedical Knowledge Bases?

2021-09-15 · EMNLP 2021 11 · Mujeen Sung, Jinhyuk Lee, Sean Yi, Minji Jeon 외

Pre-trained language models (LMs) have become ubiquitous in solving various natural language processing (NLP) tasks. There has been increasing interest in what knowledge these LMs contain and how we can extract that know…

Rewire-then-Probe: A Contrastive Recipe for Probing Biomedical Knowledge of Pre-trained Language Models

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Knowledge probing is crucial for understanding the knowledge transfer mechanism behind the pre-trained language models (PLMs). Despite the growing progress of probing knowledge for PLMs in the general domain, specialised…

Knowledge ProbingTransfer Learning

Rewire-then-Probe: A Contrastive Recipe for Probing Biomedical Knowledge of Pre-trained Language Models

2021-10-15 · ACL 2022 5 · Zaiqiao Meng, Fangyu Liu, Ehsan Shareghi, Yixuan Su 외

Knowledge probing is crucial for understanding the knowledge transfer mechanism behind the pre-trained language models (PLMs). Despite the growing progress of probing knowledge for PLMs in the general domain, specialised…

Knowledge ProbingTransfer Learning

Time Matters: Examine Temporal Effects on Biomedical Language Models

2024-07-24 · Weisi Liu, Zhe He, Xiaolei Huang

Time roots in applying language models for biomedical applications: models are trained on historical data and will be deployed for new or future data, which may vary from training data. While increasing biomedical tasks …

Language ModelingLanguage Modelling