paper-with-me

홈 › Papers

Sequence tagging for biomedical extractive question answering

2021-04-15 · Wonjin Yoon, Richard Jackson, Aron Lagerberg, Jaewoo Kang

Current studies in extractive question answering (EQA) have modeled the single-span extraction setting, where a single answer span is a label to predict for a given question-passage pair. This setting is natural for general domain EQA as the majority of the questions in the general domain can be answered with a single span. Following general domain EQA models, current biomedical EQA (BioEQA) models utilize the single-span extraction setting with post-processing steps. In this article, we investigate the question distribution across the general and biomedical domains and discover biomedical questions are more likely to require list-type answers (multiple answers) than factoid-type answers (single answer). This necessitates the models capable of producing multiple answers for a question. Based on this preliminary study, we propose a sequence tagging approach for BioEQA, which is a multi-span extraction setting. Our approach directly tackles questions with a variable number of phrases as their answer and can learn to decide the number of answers for a question from training data. Our experimental results on the BioASQ 7b and 8b list-type questions outperformed the best-performing existing models without requiring post-processing steps. Source codes and resources are freely available for download at https://github.com/dmis-lab/SeqTagQA

📄 PDF Abstract BibTeX arXiv:2104.07535

Code (1)

dmis-lab/seqtagqa 공식 구현 pytorch

Tasks

Extractive Question-AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

UNCC QA: Biomedical Question Answering system

2018-11-01 · WS 2018 11 · Bh, Abhishek waldar, Wlodek Zadrozny

In this paper, we detail our submission to the BioASQ competition{'}s Biomedical Semantic Question and Answering task. Our system uses extractive summarization techniques to generate answers and has scored highest ROUGE-…

Extractive SummarizationQuestion Answering

Attention-guided Generative Models for Extractive Question Answering

2021-10-12 · Peng Xu, Davis Liang, Zhiheng Huang, Bing Xiang

We propose a novel method for applying Transformer models to extractive question answering (QA) tasks. Recently, pretrained generative sequence-to-sequence (seq2seq) models have achieved great success in question answeri…

DecoderExtractive Question-AnsweringHallucinationOpen-Domain Question Answering+2

Neural Question Answering at BioASQ 5B

2017-06-26 · WS 2017 8 · Georg Wiese, Dirk Weissenborn, Mariana Neves

This paper describes our submission to the 2017 BioASQ challenge. We participated in Task B, Phase B which is concerned with biomedical question answering (QA). We focus on factoid and list question, using an extractive …

Question AnsweringWord Embeddings

BioPulse-QA: A Dynamic Biomedical Question-Answering Benchmark for Evaluating Factuality, Robustness, and Bias in Large Language Models

2026-01-19 · Kriti Bhattarai, Vipina K. Keloth, Donald Wright, Andrew Loza 외 arxiv

Objective: Large language models (LLMs) are increasingly applied in biomedical settings, and existing benchmark datasets have played an important role in supporting model development and evaluation. However, these benchm…

Question Answering

Transferability of Natural Language Inference to Biomedical Question Answering

2020-07-01 · Minbyul Jeong, Mujeen Sung, Gangwoo Kim, Donghyeon Kim 외

Biomedical question answering (QA) is a challenging task due to the scarcity of data and the requirement of domain expertise. Pre-trained language models have been used to address these issues. Recently, learning relatio…

Natural Language InferenceQuestion AnsweringSentenceTransfer Learning