paper-with-me

Papers

Biomedical Interpretable Entity Representations

2021-06-17 · Findings (ACL) 2021 8 · Diego Garcia-Olano, Yasumasa Onoe, Ioana Baldini, Joydeep Ghosh, Byron C. Wallace, Kush R. Varshney

Pre-trained language models induce dense entity representations that offer strong performance on entity-centric NLP tasks, but such representations are not immediately interpretable. This can be a barrier to model uptake in important domains such as biomedicine. There has been recent work on general interpretable representation learning (Onoe and Durrett, 2020), but these domain-agnostic representations do not readily transfer to the important domain of biomedicine. In this paper, we create a new entity type system and training set from a large corpus of biomedical texts by mapping entities to concepts in a medical ontology, and from these to Wikipedia pages whose categories are our types. From this mapping we derive Biomedical Interpretable Entity Representations(BIERs), in which dimensions correspond to fine-grained entity types, and values are predicted probabilities that a given entity is of the corresponding type. We propose a novel method that exploits BIER's final sparse and intermediate dense representations to facilitate model and entity type debugging. We show that BIERs achieve strong performance in biomedical tasks including named entity disambiguation and entity label classification, and we provide error analysis to highlight the utility of their interpretability, particularly in low-supervision settings. Finally, we provide our induced 68K biomedical type system, the corresponding 37 million triples of derived data used to train BIER models and our best performing model.

📄 PDF Abstract BibTeX arXiv:2106.09502

Code (2)

diegoolano/biomedical_interpretable_entity_representations 공식 구현 pytorch
diegoolano/itsirl pytorch

Tasks

Entity DisambiguationRepresentation Learning

Similar Papers 제목 키워드 기반

Intermediate Entity-based Sparse Interpretable Representation Learning

2022-12-03 · Diego Garcia-Olano, Yasumasa Onoe, Joydeep Ghosh, Byron C. Wallace

Interpretable entity representations (IERs) are sparse embeddings that are "human-readable" in that dimensions correspond to fine-grained entity types and values are predicted probabilities that a given entity is of the …

counterfactualRepresentation Learning

MedPath: Multi-Domain Cross-Vocabulary Hierarchical Paths for Biomedical Entity Linking

2025-11-14 · Nishant Mishra, Wilker Aziz, Iacer Calixto arxiv

Progress in biomedical Named Entity Recognition (NER) and Entity Linking (EL) is currently hindered by a fragmented data landscape, a lack of resources for building explainable models, and the limitations of semantically…

Entity Linking

Biomedical Entity Representations with Synonym Marginalization

2020-05-01 · ACL 2020 6 · Mujeen Sung, Hwisang Jeon, Jinhyuk Lee, Jaewoo Kang

Biomedical named entities often play important roles in many biomedical text mining tools. However, due to the incompleteness of provided synonyms and numerous variations in their surface forms, normalization of biomedic…

Unsupervised Pre-training for Biomedical Question Answering

2020-09-27 · Vaishnavi Kommaraju, Karthick Gunasekaran, Kun Li, Trapit Bansal 외

We explore the suitability of unsupervised representation learning methods on biomedical text -- BioBERT, SciBERT, and BioSentVec -- for biomedical question answering. To further improve unsupervised representations for …

Question AnsweringRepresentation LearningUnsupervised Pre-training

BioALBERT: A Simple and Effective Pre-trained Language Model for Biomedical Named Entity Recognition

2020-09-19 · Usman Naseem, Matloob Khushi, Vinay Reddy, Sakthivel Rajendran 외

In recent years, with the growing amount of biomedical documents, coupled with advancement in natural language processing algorithms, the research on biomedical named entity recognition (BioNER) has increased exponential…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3