paper-with-me

Papers

Variational Open-Domain Question Answering

2022-09-23 · Valentin Liévin, Andreas Geert Motzfeldt, Ida Riis Jensen, Ole Winther

Retrieval-augmented models have proven to be effective in natural language processing tasks, yet there remains a lack of research on their optimization using variational inference. We introduce the Variational Open-Domain (VOD) framework for end-to-end training and evaluation of retrieval-augmented models, focusing on open-domain question answering and language modelling. The VOD objective, a self-normalized estimate of the R\'enyi variational bound, approximates the task marginal likelihood and is evaluated under samples drawn from an auxiliary sampling distribution (cached retriever and/or approximate posterior). It remains tractable, even for retriever distributions defined on large corpora. We demonstrate VOD's versatility by training reader-retriever BERT-sized models on multiple-choice medical exam questions. On the MedMCQA dataset, we outperform the domain-tuned Med-PaLM by +5.3% despite using 2.500$\times$ fewer parameters. Our retrieval-augmented BioLinkBERT model scored 62.9% on the MedMCQA and 55.0% on the MedQA-USMLE. Last, we show the effectiveness of our learned retriever component in the context of medical semantic search.

📄 PDF Abstract BibTeX arXiv:2210.06345

Code (2)

VodLM/vod 공식 구현 pytorch
findzebra/fz-openqa 공식 구현 pytorch

Tasks

Language ModellingMedQAMultiple-choiceMultiple Choice Question Answering (MCQA)Open-Domain Question AnsweringQuestion AnsweringRetrievalVariational Inference

Similar Papers 제목 키워드 기반

A dataset and baselines for sequential open-domain question answering

2018-10-01 · EMNLP 2018 10 · Ahmed Elgohary, Chen Zhao, Jordan Boyd-Graber

Previous work on question-answering systems mainly focuses on answering individual questions, assuming they are independent and devoid of context. Instead, we investigate sequential question answering, asking multiple re…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension

RETQA: A Large-Scale Open-Domain Tabular Question Answering Dataset for Real Estate Sector

2024-12-13 · Zhensheng Wang, Wenmian Yang, Kun Zhou, Yiquan Zhang 외

The real estate market relies heavily on structured data, such as property details, market trends, and price fluctuations. However, the lack of specialized Tabular Question Answering datasets in this domain limits the de…

In-Context LearningQuestion AnsweringRetrievalSpoken Language Understanding

Question Answering in the Biomedical Domain

2019-07-01 · ACL 2019 7 · Vincent Nguyen

Question answering techniques have mainly been investigated in open domains. However, there are particular challenges in extending these open-domain techniques to extend into the biomedical domain. Question answering foc…

Question Answering

SPARTA: Efficient Open-Domain Question Answering via Sparse Transformer Matching Retrieval

2020-09-28 · NAACL 2021 4 · Tiancheng Zhao, Xiaopeng Lu, Kyusong Lee

We introduce SPARTA, a novel neural retrieval method that shows great promise in performance, generalization, and interpretability for open-domain question answering. Unlike many neural ranking methods that use dense vec…

Open-Domain Question AnsweringQuestion AnsweringRetrieval

AmbigQA: Answering Ambiguous Open-domain Questions

2020-04-22 · EMNLP 2020 11 · Sewon Min, Julian Michael, Hannaneh Hajishirzi, Luke Zettlemoyer

Ambiguity is inherent to open-domain question answering; especially when exploring new topics, it can be difficult to ask questions that have a single, unambiguous answer. In this paper, we introduce AmbigQA, a new open-…

Open-Domain Question AnsweringQuestion AnsweringWeakly-supervised Learning