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›Deep learning›Weakly Supervised Question Answering
Machine learningDeep learning / NLP / CV

Weakly Supervised Question Answering

Also known as: WS-QA, distantly supervised QA, noisy-label question answering, indirect supervision QA

Weakly supervised question answering (WS-QA) trains neural reading-comprehension models using indirect or automatically derived answer labels rather than expensive human-annotated span annotations. By exploiting distant supervision, heuristic labeling, or answer-presence signals, WS-QA makes QA feasible in domains and languages where full annotation is impractical.

ScholarGate
  1. Machine learning
  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.

Weakly supervised question answering
BERT-based ClassificationDomain-adaptive Question…Fine-Tuned Question Answ…Semi-supervised Question…

When to use it

Use weakly supervised QA when labeled answer-span annotations are unavailable or prohibitively expensive but some indirect signal exists, such as known answer strings, knowledge-base facts, or binary answer-present flags. It is well suited to low-resource domains — medical, legal, scientific — where expert annotation is scarce and to new languages where large supervised QA datasets do not exist. Do not use it when fully annotated span-level data is available, as standard fine-tuning will outperform weak supervision. Avoid it when the weak labels are so noisy that no signal remains, or when exact span precision is legally or clinically critical without post-hoc human verification.

Strengths & limitations

Strengths
  • Enables QA model training without expensive span-level annotation by exploiting freely available weak signals.
  • Scales to low-resource domains and languages where fully labeled QA datasets are absent.
  • Compatible with powerful pre-trained language models (BERT, RoBERTa, T5) as the reader backbone.
  • Iterative self-training loops can progressively improve accuracy beyond the initial weak-label quality.
  • Distant supervision from knowledge bases or answer strings is cheap to generate at scale.
Limitations
  • Answer quality is bounded by the quality and coverage of the weak signals; highly noisy signals lead to poorly calibrated models.
  • Label noise can cause the model to learn spurious correlations between surface patterns and answers.
  • Evaluation is harder because retrieved weak labels may inflate apparent performance if the test set shares the same bias.
  • Iterative self-training risks reinforcing early model errors, creating confirmation loops.

Frequently asked

What counts as weak supervision in QA?

Any label that is cheaper than a human-annotated answer span: knowing only that a passage contains the answer string (distant supervision), a binary yes/no flag for answer presence, or automatically extracted answer candidates from a knowledge base.

How does hard EM help with noisy labels?

Hard expectation-maximization treats the correct passage or span as a latent variable. At each iteration it picks the highest-scoring candidate as the pseudo-ground-truth and updates the model, iteratively sharpening localization despite the absence of exact annotations.

Can I use weakly supervised QA with GPT-style models?

Yes. Large language models can be fine-tuned or prompted with weak supervision signals, and self-training loops using model-generated answers as pseudo-labels are common. The pre-trained knowledge often compensates for label noise.

When should I prefer semi-supervised over weakly supervised QA?

Choose semi-supervised QA when you have a small but clean set of span-annotated examples alongside a large unlabeled corpus. Choose weakly supervised QA when even a small clean set is unavailable but indirect answer signals exist.

How do I evaluate a weakly supervised QA model fairly?

Use a held-out test set with human-verified answer spans that was not derived from the same weak-labeling pipeline as training. Standard metrics are Exact Match and F1 over the answer string.

Sources

  1. Clark, C., & Gardner, M. (2018). Simple and Effective Multi-Paragraph Reading Comprehension. In Proceedings of ACL 2018, pp. 845–855. Association for Computational Linguistics. link ↗
  2. Min, S., Chen, D., Hajishirzi, H., & Zettlemoyer, L. (2019). A Discrete Hard EM Approach for Weakly Supervised Question Answering. In Proceedings of EMNLP-IJCNLP 2019, pp. 2083–2093. Association for Computational Linguistics. link ↗

How to cite this page

ScholarGate. (2026, June 3). Weakly Supervised Question Answering. ScholarGate. https://scholargate.app/en/deep-learning/weakly-supervised-question-answering

Related methods

BERT-based ClassificationDomain-adaptive Question AnsweringFine-Tuned Question AnsweringSemi-supervised Question Answering

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.

  • BERT-based ClassificationDeep learning↔ compare
  • Domain-adaptive Question AnsweringDeep learning↔ compare
  • Fine-Tuned Question AnsweringDeep learning↔ compare
  • Semi-supervised Question AnsweringDeep learning↔ compare
Compare side by side →

Referenced by

Semi-supervised Question Answering

Similar methods

Semi-supervised Question AnsweringWeakly supervised text summarizationSelf-supervised Question AnsweringWeakly supervised sentence embeddingsWeakly supervised BERT-based classificationWeakly supervised transformerWeakly Supervised RoBERTa-based ClassificationWeakly supervised Word2Vec

Related reference concepts

Question Answering and Dialogue SystemsInformation ExtractionInformation ExtractionLexical Semantics and Word-Sense DisambiguationLearning to RankText Classification and Sentiment Analysis

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

ScholarGate — Weakly supervised question answering (Weakly Supervised Question Answering). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/weakly-supervised-question-answering · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Multiple authors (Clark, Gardner, Min et al.)
Year
2017–2019
Type
Weakly supervised NLP model
DataType
Text passages, questions, and weak/distant answer labels
Subfamily
Deep learning / NLP / CV
Related methods
BERT-based ClassificationDomain-adaptive Question AnsweringFine-Tuned Question AnsweringSemi-supervised Question Answering
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