Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Text mining›Machine Reading Comprehension (MRC)
Process / pipeline

Machine Reading Comprehension (MRC)

Neural Machine Reading Comprehension (MRC) · Also known as: MRC, question answering over passages, extractive question answering, Makine Okuma Anlama (MRC)

Machine reading comprehension (MRC), popularised by the SQuAD benchmark of Rajpurkar, Zhang, Lopyrev and Liang (2016), is a natural-language-processing task in which a model reads a given passage and answers multiple-choice or open-ended questions about it. It turns a passage plus a question into a machine-generated answer, supporting information retrieval, educational technology, and querying research databases.

ScholarGate
  1. Process / pipeline
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Machine Reading Comprehension
Domain AdaptationSentiment AnalysisText ClassificationCommonsense Reasoning

When to use it

Use MRC when you have text passages and want a machine to answer questions grounded in them — for example knowledge access, tutoring tools, or interrogating a research database. It requires that a context passage is available and that each question is clearly formulated; without a supporting passage or with a vague question, the task cannot produce a reliable answer. A modest collection of passage-question pairs is enough to start; larger labelled sets support stronger evaluation.

Strengths & limitations

Strengths
  • Grounds every answer in a supplied passage, so responses are tied to a verifiable source rather than free recall.
  • Handles both multiple-choice and open-ended questions within a single pipeline.
  • Builds on pretrained transformer models, so strong comprehension is available without training from scratch.
Limitations
  • Answers are only as good as the passage; if the text does not contain the answer, the model cannot supply it.
  • Vague or ambiguous questions degrade accuracy, since the model has no way to clarify intent.
  • Questions that require combining evidence from multiple passages (multi-hop reasoning) remain hard.

Frequently asked

What is the difference between multiple-choice and extractive MRC?

In multiple-choice MRC the model picks the correct option from a fixed set, while in extractive MRC it identifies and returns the exact span of the passage that answers the question. Open-ended MRC instead generates a short free-form answer. All three read the same supplied passage; they differ only in how the answer is delivered.

Can the model answer if the passage does not contain the answer?

No — MRC answers with respect to the given context. If the passage does not contain or support the answer, the task cannot produce a reliable one, which is why a relevant, sufficient passage is a prerequisite.

Why does question phrasing matter so much?

The model aligns the question against the passage to locate the answer, so a clearly formulated, unambiguous question is essential. Vague or compound questions split the model's focus and lead to partial or incorrect answers.

What makes multi-hop questions harder?

Multi-hop questions require combining evidence from several places — often several documents — before an answer can be formed. Single-passage models that excel at locating one span struggle here, which is why dedicated multi-hop datasets such as HotpotQA were created.

Sources

  1. Rajpurkar, P., Zhang, J., Lopyrev, K. & Liang, P. (2016). SQuAD: 100,000+ Questions for Machine Comprehension of Text. EMNLP, 2383-2392. DOI: 10.18653/v1/D16-1264 ↗
  2. Yang, Z. et al. (2018). HotpotQA: A Dataset for Diverse, Explainable Multi-hop Question Answering. EMNLP. DOI: 10.18653/v1/D18-1259 ↗

How to cite this page

ScholarGate. (2026, June 1). Neural Machine Reading Comprehension (MRC). ScholarGate. https://scholargate.app/en/text-mining/neural-machine-reading

Related methods

Domain AdaptationSentiment AnalysisText Classification

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Domain AdaptationText mining↔ compare
  • Sentiment AnalysisText mining↔ compare
  • Text ClassificationText mining↔ compare
Compare side by side →

Referenced by

Commonsense Reasoning

Similar methods

Question AnsweringMultilingual question answeringFine-Tuned Question AnsweringExplainable Question AnsweringTextual EntailmentMultimodal question answeringSelf-supervised Question AnsweringDomain-adaptive Question Answering

Related reference concepts

Question Answering and Dialogue SystemsInformation ExtractionInformation ExtractionNatural Language ProcessingMachine TranslationPart-of-Speech Tagging and Sequence Labeling

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Machine Reading Comprehension (Neural Machine Reading Comprehension (MRC)). Retrieved 2026-07-21 from https://scholargate.app/en/text-mining/neural-machine-reading · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Rajpurkar, Zhang, Lopyrev & Liang (SQuAD)
Year
2016
Type
NLP question-answering task
AnswerForms
Multiple-choice / extractive span / open-ended
Output
An answer drawn from or grounded in a given passage
Related methods
Domain AdaptationSentiment AnalysisText Classification
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account