Question Answering

2874 papers with code • 143 benchmarks • 360 datasets

Question Answering is the task of answering questions (typically reading comprehension questions), but abstaining when presented with a question that cannot be answered based on the provided context.

Question answering can be segmented into domain-specific tasks like community question answering and knowledge-base question answering. Popular benchmark datasets for evaluation question answering systems include SQuAD, HotPotQA, bAbI, TriviaQA, WikiQA, and many others. Models for question answering are typically evaluated on metrics like EM and F1. Some recent top performing models are T5 and XLNet.

( Image credit: SQuAD )

Libraries

Use these libraries to find Question Answering models and implementations
29 papers
124,889
5 papers
2,548
See all 11 libraries.

EuSQuAD: Automatically Translated and Aligned SQuAD2.0 for Basque

vicomtech/eusquad 18 Apr 2024

The widespread availability of Question Answering (QA) datasets in English has greatly facilitated the advancement of the Natural Language Processing (NLP) field.

0
18 Apr 2024

Consistency Training by Synthetic Question Generation for Conversational Question Answering

hamedhematian/syncqg 17 Apr 2024

In our novel model-agnostic approach, referred to as CoTaH (Consistency-Trained augmented History), we augment the historical information with synthetic questions and subsequently employ consistency training to train a model that utilizes both real and augmented historical data to implicitly make the reasoning robust to irrelevant history.

0
17 Apr 2024

ViTextVQA: A Large-Scale Visual Question Answering Dataset for Evaluating Vietnamese Text Comprehension in Images

minhquan6203/vitextvqa-dataset 16 Apr 2024

Visual Question Answering (VQA) is a complicated task that requires the capability of simultaneously processing natural language and images.

5
16 Apr 2024

Spiral of Silences: How is Large Language Model Killing Information Retrieval? -- A Case Study on Open Domain Question Answering

verdurechen/sos-retrieval-loop 16 Apr 2024

The practice of Retrieval-Augmented Generation (RAG), which integrates Large Language Models (LLMs) with retrieval systems, has become increasingly prevalent.

5
16 Apr 2024

TextCoT: Zoom In for Enhanced Multimodal Text-Rich Image Understanding

bzluan/textcot 15 Apr 2024

The image overview stage provides a comprehensive understanding of the global scene information, and the coarse localization stage approximates the image area containing the answer based on the question asked.

13
15 Apr 2024

Bridging Vision and Language Spaces with Assignment Prediction

park-jungin/vlap 15 Apr 2024

This paper introduces VLAP, a novel approach that bridges pretrained vision models and large language models (LLMs) to make frozen LLMs understand the visual world.

4
15 Apr 2024

Constructing Benchmarks and Interventions for Combating Hallucinations in LLMs

technion-cs-nlp/hallucination-mitigation 15 Apr 2024

In this work, we first introduce an approach for constructing datasets based on the model knowledge for detection and intervention methods in closed-book and open-book question-answering settings.

2
15 Apr 2024

CuriousLLM: Elevating Multi-Document QA with Reasoning-Infused Knowledge Graph Prompting

zukangy/kgp-curiousllm 13 Apr 2024

In the field of Question Answering (QA), unifying large language models (LLMs) with external databases has shown great success.

2
13 Apr 2024

Synthetic Dataset Creation and Fine-Tuning of Transformer Models for Question Answering in Serbian

faceonlive/ai-research 12 Apr 2024

In this paper, we focus on generating a synthetic question answering (QA) dataset using an adapted Translate-Align-Retrieve method.

144
12 Apr 2024

Enhancing Visual Question Answering through Question-Driven Image Captions as Prompts

faceonlive/ai-research 12 Apr 2024

This study explores the impact of incorporating image captioning as an intermediary process within the VQA pipeline.

144
12 Apr 2024