paper-with-me

홈 › Papers

Using Weak Supervision and Data Augmentation in Question Answering

2023-09-28 · Chumki Basu, Himanshu Garg, Allen McIntosh, Sezai Sablak, John R. Wullert II

The onset of the COVID-19 pandemic accentuated the need for access to biomedical literature to answer timely and disease-specific questions. During the early days of the pandemic, one of the biggest challenges we faced was the lack of peer-reviewed biomedical articles on COVID-19 that could be used to train machine learning models for question answering (QA). In this paper, we explore the roles weak supervision and data augmentation play in training deep neural network QA models. First, we investigate whether labels generated automatically from the structured abstracts of scholarly papers using an information retrieval algorithm, BM25, provide a weak supervision signal to train an extractive QA model. We also curate new QA pairs using information retrieval techniques, guided by the clinicaltrials.gov schema and the structured abstracts of articles, in the absence of annotated data from biomedical domain experts. Furthermore, we explore augmenting the training data of a deep neural network model with linguistic features from external sources such as lexical databases to account for variations in word morphology and meaning. To better utilize our training data, we apply curriculum learning to domain adaptation, fine-tuning our QA model in stages based on characteristics of the QA pairs. We evaluate our methods in the context of QA models at the core of a system to answer questions about COVID-19.

📄 PDF Abstract BibTeX arXiv:2309.16175

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesData AugmentationDomain AdaptationInformation RetrievalQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

What's in a Question: Using Visual Questions as a Form of Supervision

2017-04-12 · CVPR 2017 7 · Siddha Ganju, Olga Russakovsky, Abhinav Gupta

Collecting fully annotated image datasets is challenging and expensive. Many types of weak supervision have been explored: weak manual annotations, web search results, temporal continuity, ambient sound and others. We fo…

Data AugmentationFormVisual Question AnsweringVisual Question Answering (VQA)

Retrieving Contextual Information for Long-Form Question Answering using Weak Supervision

2024-10-11 · Philipp Christmann, Svitlana Vakulenko, Ionut Teodor Sorodoc, Bill Byrne 외

Long-form question answering (LFQA) aims at generating in-depth answers to end-user questions, providing relevant information beyond the direct answer. However, existing retrievers are typically optimized towards informa…

FormLong Form Question AnsweringQuestion AnsweringRetrieval

Frame-Subtitle Self-Supervision for Multi-Modal Video Question Answering

2022-09-08 · Jiong Wang, Zhou Zhao, Weike Jin

Multi-modal video question answering aims to predict correct answer and localize the temporal boundary relevant to the question. The temporal annotations of questions improve QA performance and interpretability of recent…

Question AnsweringVideo Question Answering

Hypergraph Transformer: Weakly-supervised Multi-hop Reasoning for Knowledge-based Visual Question Answering

2022-04-22 · ACL 2022 5 · Yu-Jung Heo, Eun-Sol Kim, Woo Suk Choi, Byoung-Tak Zhang

Knowledge-based visual question answering (QA) aims to answer a question which requires visually-grounded external knowledge beyond image content itself. Answering complex questions that require multi-hop reasoning under…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Weakly-Supervised Open-Retrieval Conversational Question Answering

2021-03-03 · Chen Qu, Liu Yang, Cen Chen, W. Bruce Croft 외

Recent studies on Question Answering (QA) and Conversational QA (ConvQA) emphasize the role of retrieval: a system first retrieves evidence from a large collection and then extracts answers. This open-retrieval ConvQA se…

Conversational Question AnsweringQuestion AnsweringRetrieval