paper-with-me

홈 › Papers

BioTABQA: Instruction Learning for Biomedical Table Question Answering

2022-07-06 · Man Luo, Sharad Saxena, Swaroop Mishra, Mihir Parmar, Chitta Baral

Table Question Answering (TQA) is an important but under-explored task. Most of the existing QA datasets are in unstructured text format and only few of them use tables as the context. To the best of our knowledge, none of TQA datasets exist in the biomedical domain where tables are frequently used to present information. In this paper, we first curate a table question answering dataset, BioTABQA, using 22 templates and the context from a biomedical textbook on differential diagnosis. BioTABQA can not only be used to teach a model how to answer questions from tables but also evaluate how a model generalizes to unseen questions, an important scenario for biomedical applications. To achieve the generalization evaluation, we divide the templates into 17 training and 5 cross-task evaluations. Then, we develop two baselines using single and multi-tasks learning on BioTABQA. Furthermore, we explore instructional learning, a recent technique showing impressive generalizing performance. Experimental results show that our instruction-tuned model outperforms single and multi-task baselines on an average by ~23% and ~6% across various evaluation settings, and more importantly, instruction-tuned model outperforms baselines by ~5% on cross-tasks.

📄 PDF Abstract BibTeX arXiv:2207.02419

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Scaling Up Biomedical Vision-Language Models: Fine-Tuning, Instruction Tuning, and Multi-Modal Learning

2025-05-23 · Cheng Peng, Kai Zhang, Mengxian Lyu, Hongfang Liu 외

To advance biomedical vison-language model capabilities through scaling up, fine-tuning, and instruction tuning, develop vision-language models with improved performance in handling long text, explore strategies to effic…

DecoderImage Captioningimage-classificationImage Classification+6

MedMax: Mixed-Modal Instruction Tuning for Training Biomedical Assistants

2024-12-17 · Hritik Bansal, Daniel Israel, Siyan Zhao, Shufan Li 외

Recent advancements in mixed-modal generative models have enabled flexible integration of information across image-text content. These models have opened new avenues for developing unified biomedical assistants capable o…

Image CaptioningQuestion AnsweringVisual Question Answering

HypothesisMed: Inference-Time Answer Fusion and Structured Hypothesis-Space Reporting for Biomedical Question Answering

2026-05-31 · Md Motaleb Hossen Manik, Ge Wang arxiv

Biomedical question answering with large language models is commonly evaluated using answer accuracy, but answer accuracy alone does not indicate whether a model can produce parseable outputs, follow structured reliabili…

Question Answering

LLaVA-Med: Training a Large Language-and-Vision Assistant for Biomedicine in One Day

2023-06-01 · NeurIPS 2023 11 · Chunyuan Li, Cliff Wong, Sheng Zhang, Naoto Usuyama 외

Conversational generative AI has demonstrated remarkable promise for empowering biomedical practitioners, but current investigations focus on unimodal text. Multimodal conversational AI has seen rapid progress by leverag…

Image ClassificationInstruction FollowingLanguage ModellingQuestion Answering+3

Using Centroids of Word Embeddings and Word Mover's Distance for Biomedical Document Retrieval in Question Answering

2016-08-12 · WS 2016 8 · Brokos Georgios-Ioannis, Malakasiotis Prodromos, Androutsopoulos Ion

We propose a document retrieval method for question answering that represents documents and questions as weighted centroids of word embeddings and reranks the retrieved documents with a relaxation of Word Mover's Distanc…

Question AnsweringRetrievalWord Embeddings