Reading Comprehension

569 papers with code • 7 benchmarks • 95 datasets

Most current question answering datasets frame the task as reading comprehension where the question is about a paragraph or document and the answer often is a span in the document.

Some specific tasks of reading comprehension include multi-modal machine reading comprehension and textual machine reading comprehension, among others. In the literature, machine reading comprehension can be divide into four categories: cloze style, multiple choice, span prediction, and free-form answer. Read more about each category here.

Benchmark datasets used for testing a model's reading comprehension abilities include MovieQA, ReCoRD, and RACE, among others.

The Machine Reading group at UCL also provides an overview of reading comprehension tasks.

Figure source: A Survey on Machine Reading Comprehension: Tasks, Evaluation Metrics and Benchmark Datasets

Libraries

Use these libraries to find Reading Comprehension models and implementations
4 papers
1,108
2 papers
8,670
See all 6 libraries.

Latest papers with no code

MRC-based Nested Medical NER with Co-prediction and Adaptive Pre-training

no code yet • 23 Mar 2024

In medical information extraction, medical Named Entity Recognition (NER) is indispensable, playing a crucial role in developing medical knowledge graphs, enhancing medical question-answering systems, and analyzing electronic medical records.

Knowledge Condensation and Reasoning for Knowledge-based VQA

no code yet • 15 Mar 2024

We condense the retrieved knowledge passages from two perspectives.

CuentosIE: can a chatbot about "tales with a message" help to teach emotional intelligence?

no code yet • 11 Mar 2024

In this article, we present CuentosIE (TalesEI: chatbot of tales with a message to develop Emotional Intelligence), an educational chatbot on emotions that also provides teachers and psychologists with a tool to monitor their students/patients through indicators and data compiled by CuentosIE.

Towards a Psychology of Machines: Large Language Models Predict Human Memory

no code yet • 8 Mar 2024

Participants, both human and ChatGPT, were presented with pairs of sentences.

SaulLM-7B: A pioneering Large Language Model for Law

no code yet • 6 Mar 2024

In this paper, we introduce SaulLM-7B, a large language model (LLM) tailored for the legal domain.

AceMap: Knowledge Discovery through Academic Graph

no code yet • 5 Mar 2024

The exponential growth of scientific literature requires effective management and extraction of valuable insights.

Choose Your Own Adventure: Interactive E-Books to Improve Word Knowledge and Comprehension Skills

no code yet • 4 Mar 2024

Students read two e-Books that taught word learning and comprehension monitoring strategies in the service of learning difficult vocabulary and targeted science concepts about hurricanes.

Predicting Learning Performance with Large Language Models: A Study in Adult Literacy

no code yet • 4 Mar 2024

This research is motivated by the potential of LLMs to predict learning performance based on its inherent reasoning and computational capabilities.

Do Large Language Models Mirror Cognitive Language Processing?

no code yet • 28 Feb 2024

We employ Representational Similarity Analysis (RSA) to mearsure the alignment between 16 mainstream LLMs and fMRI signals of the brain.

QASE Enhanced PLMs: Improved Control in Text Generation for MRC

no code yet • 26 Feb 2024

To address the challenges of out-of-control generation in generative models for machine reading comprehension (MRC), we introduce the Question-Attended Span Extraction (QASE) module.