paper-with-me

Papers

Contextual embedding and model weighting by fusing domain knowledge on Biomedical Question Answering

2022-06-26 · Yuxuan Lu, Jingya Yan, Zhixuan Qi, Zhongzheng Ge, Yongping Du

Biomedical Question Answering aims to obtain an answer to the given question from the biomedical domain. Due to its high requirement of biomedical domain knowledge, it is difficult for the model to learn domain knowledge from limited training data. We propose a contextual embedding method that combines open-domain QA model \aoa and \biobert model pre-trained on biomedical domain data. We adopt unsupervised pre-training on large biomedical corpus and supervised fine-tuning on biomedical question answering dataset. Additionally, we adopt an MLP-based model weighting layer to automatically exploit the advantages of two models to provide the correct answer. The public dataset \biomrc constructed from PubMed corpus is used to evaluate our method. Experimental results show that our model outperforms state-of-the-art system by a large margin.

📄 PDF Abstract BibTeX arXiv:2206.12866

Code (1)

leoleoasd/mlp-based-weighting 공식 구현 pytorch

Tasks

Cloze TestMachine Reading ComprehensionQuestion AnsweringUnsupervised Pre-training

Similar Papers 제목 키워드 기반

KI-BERT: Infusing Knowledge Context for Better Language and Domain Understanding

2021-04-09 · Keyur Faldu, Amit Sheth, Prashant Kikani, Hemang Akbari

Contextualized entity representations learned by state-of-the-art transformer-based language models (TLMs) like BERT, GPT, T5, etc., leverage the attention mechanism to learn the data context from training data corpus. H…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsKnowledge Graphs+2

Target Speaker Extraction by Directly Exploiting Contextual Information in the Time-Frequency Domain

2024-02-27 · Xue Yang, Changchun Bao, Jing Zhou, Xianhong Chen

In target speaker extraction, many studies rely on the speaker embedding which is obtained from an enrollment of the target speaker and employed as the guidance. However, solely using speaker embedding may not fully util…

Target Speaker Extraction

Incorporating Domain Knowledge into Medical NLI using Knowledge Graphs

2019-08-31 · IJCNLP 2019 11 · Soumya Sharma, Bishal Santra, Abhik Jana, T. Y. S. S. Santosh 외

Recently, biomedical version of embeddings obtained from language models such as BioELMo have shown state-of-the-art results for the textual inference task in the medical domain. In this paper, we explore how to incorpor…

Knowledge Graphs

UmlsBERT: Clinical Domain Knowledge Augmentation of Contextual Embeddings Using the Unified Medical Language System Metathesaurus

2020-10-20 · NAACL 2021 4 · George Michalopoulos, Yuanxin Wang, Hussam Kaka, Helen Chen 외

Contextual word embedding models, such as BioBERT and Bio_ClinicalBERT, have achieved state-of-the-art results in biomedical natural language processing tasks by focusing their pre-training process on domain-specific cor…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language Inference+2

Grape: Knowledge Graph Enhanced Passage Reader for Open-domain Question Answering

2022-10-06 · Mingxuan Ju, Wenhao Yu, Tong Zhao, Chuxu Zhang 외

A common thread of open-domain question answering (QA) models employs a retriever-reader pipeline that first retrieves a handful of relevant passages from Wikipedia and then peruses the passages to produce an answer. How…

Entity EmbeddingsGraph Neural NetworkOpen-Domain Question AnsweringQuestion Answering