paper-with-me

Papers

Zero-Shot Open-Book Question Answering

2021-11-22 · Sia Gholami, Mehdi Noori

Open book question answering is a subset of question answering tasks where the system aims to find answers in a given set of documents (open-book) and common knowledge about a topic. This article proposes a solution for answering natural language questions from a corpus of Amazon Web Services (AWS) technical documents with no domain-specific labeled data (zero-shot). These questions can have yes-no-none answers, short answers, long answers, or any combination of the above. This solution comprises a two-step architecture in which a retriever finds the right document and an extractor finds the answers in the retrieved document. We are introducing a new test dataset for open-book QA based on real customer questions on AWS technical documentation. After experimenting with several information retrieval systems and extractor models based on extractive language models, the solution attempts to find the yes-no-none answers and text answers in the same pass. The model is trained on the The Stanford Question Answering Dataset - SQuAD (Rajpurkaret al., 2016) and Natural Questions (Kwiatkowski et al., 2019) datasets. We were able to achieve 49% F1 and 39% exact match score (EM) end-to-end with no domain-specific training.

📄 PDF Abstract BibTeX arXiv:2111.11520

Code (1)

siagholami/zero-shot-open-book-qa 공식 구현 tf

Tasks

Information RetrievalNatural QuestionsQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Understanding and Improving Zero-shot Multi-hop Reasoning in Generative Question Answering

2022-10-09 · COLING 2022 10 · Zhengbao Jiang, Jun Araki, Haibo Ding, Graham Neubig

Generative question answering (QA) models generate answers to questions either solely based on the parameters of the model (the closed-book setting) or additionally retrieving relevant evidence (the open-book setting). G…

Generative Question AnsweringQuestion Answering

Perhaps PTLMs Should Go to School – A Task to Assess Open Book and Closed Book QA

2021-10-01 · AKBC Workshop CSKB 2021 10 · Manuel Ciosici, Joe Cecil, Dong-Ho Lee, Alex Hedges 외

Our goal is to deliver a new task and leaderboard to stimulate research on question answering and pre-trained language models (PTLMs) to understand a significant instructional document, e.g., an introductory college text…

Question Answering

Perhaps PTLMs Should Go to School -- A Task to Assess Open Book and Closed Book QA

2021-10-04 · Manuel R. Ciosici, Joe Cecil, Alex Hedges, Dong-Ho Lee 외

Our goal is to deliver a new task and leaderboard to stimulate research on question answering and pre-trained language models (PTLMs) to understand a significant instructional document, e.g., an introductory college text…

Question Answering

To Generate or to Retrieve? On the Effectiveness of Artificial Contexts for Medical Open-Domain Question Answering

2024-03-04 · Giacomo Frisoni, Alessio Cocchieri, Alex Presepi, Gianluca Moro 외

Medical open-domain question answering demands substantial access to specialized knowledge. Recent efforts have sought to decouple knowledge from model parameters, counteracting architectural scaling and allowing for tra…

MedQAMMLUMultiple-choiceOpen-Domain Question Answering+1

Knowledge-Augmented Language Model Prompting for Zero-Shot Knowledge Graph Question Answering

2023-06-07 · Jinheon Baek, Alham Fikri Aji, Amir Saffari

Large Language Models (LLMs) are capable of performing zero-shot closed-book question answering tasks, based on their internal knowledge stored in parameters during pre-training. However, such internalized knowledge migh…

Graph Question AnsweringLanguage ModelingLanguage ModellingQuestion Answering