Question Answering

2883 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.

Latest papers with no code

Boter: Bootstrapping Knowledge Selection and Question Answering for Knowledge-based VQA

no code yet • 22 Apr 2024

Knowledge-based Visual Question Answering (VQA) requires models to incorporate external knowledge to respond to questions about visual content.

Tree of Reviews: A Tree-based Dynamic Iterative Retrieval Framework for Multi-hop Question Answering

no code yet • 22 Apr 2024

Compared to related work, we introduce a tree structure to handle each retrieved paragraph separately, alleviating the misleading effect of irrelevant paragraphs on the reasoning path; the diversity of reasoning path extension reduces the impact of a single reasoning error on the whole.

WangLab at MEDIQA-M3G 2024: Multimodal Medical Answer Generation using Large Language Models

no code yet • 22 Apr 2024

This paper outlines our submission to the MEDIQA2024 Multilingual and Multimodal Medical Answer Generation (M3G) shared task.

WangLab at MEDIQA-CORR 2024: Optimized LLM-based Programs for Medical Error Detection and Correction

no code yet • 22 Apr 2024

Our results demonstrate the effectiveness of LLM based programs for medical error correction.

Exploring Diverse Methods in Visual Question Answering

no code yet • 21 Apr 2024

This study explores innovative methods for improving Visual Question Answering (VQA) using Generative Adversarial Networks (GANs), autoencoders, and attention mechanisms.

Listen Then See: Video Alignment with Speaker Attention

no code yet • 21 Apr 2024

Our approach exhibits an improved ability to leverage the video modality by using the audio modality as a bridge with the language modality.

FakeBench: Uncover the Achilles' Heels of Fake Images with Large Multimodal Models

no code yet • 20 Apr 2024

Therefore, we propose FakeBench, the first-of-a-kind benchmark towards transparent defake, consisting of fake images with human language descriptions on forgery signs.

Predicting Question Quality on StackOverflow with Neural Networks

no code yet • 20 Apr 2024

The wealth of information available through the Internet and social media is unprecedented.

Eyes Can Deceive: Benchmarking Counterfactual Reasoning Abilities of Multi-modal Large Language Models

no code yet • 19 Apr 2024

Counterfactual reasoning, as a crucial manifestation of human intelligence, refers to making presuppositions based on established facts and extrapolating potential outcomes.

MM-PhyRLHF: Reinforcement Learning Framework for Multimodal Physics Question-Answering

no code yet • 19 Apr 2024

We employ the LLaVA open-source model to answer multimodal physics MCQs and compare the performance with and without using RLHF.