paper-with-me

홈 › Papers

BioAMA: Towards an End to End BioMedical Question Answering System

2018-07-01 · WS 2018 7 · Vasu Sharma, Nitish Kulkarni, Srividya Pranavi, Gabriel Bayomi, Eric Nyberg, Teruko Mitamura

In this paper, we present a novel Biomedical Question Answering system, BioAMA: {`}Biomedical Ask Me Anything{''} on task 5b of the annual BioASQ challenge. In this work, we focus on a wide variety of question types including factoid, list based, summary and yes/no type questions that generate both exact and well-formed {}ideal{'} answers. For summary-type questions, we combine effective IR-based techniques for retrieval and diversification of relevant snippets for a question to create an end-to-end system which achieves a ROUGE-2 score of 0.72 and a ROUGE-SU4 score of 0.71 on ideal answer questions (7{\%} improvement over the previous best model). Additionally, we propose a novel NLI-based framework to answer the yes/no questions. To train the NLI model, we also devise a transfer-learning technique by cross-domain projection of word embeddings. Finally, we present a two-stage approach to address the factoid and list type questions by first generating a candidate set using NER taggers and ranking them using both supervised or unsupervised techniques.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceNERQuestion AnsweringRetrievalTransfer LearningWord Embeddings

Similar Papers 제목 키워드 기반

Biomedical Question Answering via Weighted Neural Network Passage Retrieval

2018-01-09 · Ferenc Galkó, Carsten Eickhoff

The amount of publicly available biomedical literature has been growing rapidly in recent years, yet question answering systems still struggle to exploit the full potential of this source of data. In a preliminary proces…

Passage RetrievalQuestion AnsweringRetrievalWord Embeddings

Biomedical Multi-hop Question Answering Using Knowledge Graph Embeddings and Language Models

2022-11-10 · Dattaraj J. Rao, Shraddha S. Mane, Mukta A. Paliwal

Biomedical knowledge graphs (KG) are heterogenous networks consisting of biological entities as nodes and relations between them as edges. These entities and relations are extracted from millions of research papers and u…

Knowledge Graph EmbeddingsKnowledge GraphsMulti-hop Question AnsweringQuestion Answering

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

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

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…

Cloze TestMachine Reading ComprehensionQuestion AnsweringUnsupervised Pre-training

Pre-trained Language Model for Biomedical Question Answering

2019-09-18 · Wonjin Yoon, Jinhyuk Lee, Donghyeon Kim, Minbyul Jeong 외

The recent success of question answering systems is largely attributed to pre-trained language models. However, as language models are mostly pre-trained on general domain corpora such as Wikipedia, they often have diffi…

Language ModelingLanguage ModellingmodelQuestion Answering

UNCC Biomedical Semantic Question Answering Systems. BioASQ: Task-7B, Phase-B

2020-02-05 · Sai Krishna Telukuntla, Aditya Kapri, Wlodek Zadrozny

In this paper, we detail our submission to the 2019, 7th year, BioASQ competition. We present our approach for Task-7b, Phase B, Exact Answering Task. These Question Answering (QA) tasks include Factoid, Yes/No, List Typ…

Question Answering