Papers › Addressing Semantic Drift in Question Generation for Semi-Supervised Question Answering

Addressing Semantic Drift in Question Generation for Semi-Supervised Question Answering

13 Sep 2019IJCNLP 2019 11arXiv:1909.06356archive 2025-07-28

Shiyue Zhang, Mohit Bansal

Text-based Question Generation (QG) aims at generating natural and relevant questions that can be answered by a given answer in some context. Existing QG models suffer from a "semantic drift" problem, i.e., the semantics of the model-generated question drifts away from the given context and answer. In this paper, we first propose two semantics-enhanced rewards obtained from downstream question paraphrasing and question answering tasks to regularize the QG model to generate semantically valid questions. Second, since the traditional evaluation metrics (e.g., BLEU) often fall short in evaluating the quality of generated questions, we propose a QA-based evaluation method which measures the QG model's ability to mimic human annotators in generating QA training data. Experiments show that our method achieves the new state-of-the-art performance w.r.t. traditional metrics, and also performs best on our QA-based evaluation metrics. Further, we investigate how to use our QG model to augment QA datasets and enable semi-supervised QA. We propose two ways to generate synthetic QA pairs: generate new questions from existing articles or collect QA pairs from new articles. We also propose two empirically effective strategies, a data filter and mixing mini-batch training, to properly use the QG-generated data for QA. Experiments show that our method improves over both BiDAF and BERT QA baselines, even without introducing new articles.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1909.06356")

Code

Syntology Ran 5 of 19 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong.

By repository: official repository: 19 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ZhangShiyue/QGforQA officialmentioned in papermentioned on GitHubtfMIT report
CLUEbenchmark/LGEB mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 5 ran; 2 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
14unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ZhangShiyue/QGforQA. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

exact_match_score ZhangShiyue/QGforQA/LIB/EVAL/evaluate.py official repository ran · violated contract fingerprinted MIT (permissive) · f6c275d6a18330a9 · report
f1_score ZhangShiyue/QGforQA/LIB/EVAL/evaluate.py official repository ran · honoured contract fingerprinted MIT (permissive) · 2112c433b9c6d343 · report
gelu ZhangShiyue/QGforQA/LIB/bert/modeling.py official repository ran · honoured contract fingerprinted MIT (permissive) · d08f324f950148de · report
get_activation ZhangShiyue/QGforQA/LIB/bert/modeling.py official repository ran · our draft was wrong MIT (permissive) · 5842ee67106321d6 · report
normalize_answer ZhangShiyue/QGforQA/LIB/EVAL/evaluate.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · c6a80c065d2e4851 · report
compute_bleu ZhangShiyue/QGforQA/LIB/EVAL/bleu.py official repository unverified MIT (permissive) · 9212e9aaf973fc1a · report
compute_rouge_L ZhangShiyue/QGforQA/LIB/EVAL/rouge.py official repository unverified MIT (permissive) · 30f594e125b54470 · report
create_float_feature ZhangShiyue/QGforQA/LIB/bert/create_pretraining_data.py official repository unverified MIT (permissive) · b24b3b9c700da839 · report
create_int_feature ZhangShiyue/QGforQA/LIB/bert/create_pretraining_data.py official repository unverified MIT (permissive) · dd3ef48a15aec0cd · report
diverse_bleu ZhangShiyue/QGforQA/LIB/EVAL/bleu.py official repository unverified MIT (permissive) · 51e2ecf02135f000 · report
file_based_input_fn_builder ZhangShiyue/QGforQA/LIB/bert/run_classifier.py official repository unverified MIT (permissive) · 1b46c9ce24fc6db3 · report
get_assignment_map_from_checkpoint ZhangShiyue/QGforQA/LIB/bert/modeling.py official repository unverified MIT (permissive) · 50958618b65e514e · report
get_batch_dataset ZhangShiyue/QGforQA/LIB/utils.py official repository unverified MIT (permissive) · a92cc5798a065cd8 · report
get_dataset ZhangShiyue/QGforQA/LIB/utils.py official repository unverified MIT (permissive) · d542375d94644b96 · report
glu ZhangShiyue/QGforQA/LIB/layers.py official repository unverified MIT (permissive) · f9afe5c09ca7b577 · report
input_fn_builder ZhangShiyue/QGforQA/LIB/bert/extract_features.py official repository unverified MIT (permissive) · 47a3c792cebb6603 · report
layer_norm_compute_python ZhangShiyue/QGforQA/LIB/layers.py official repository unverified MIT (permissive) · df5f1c26bcb94d35 · report
my_lcs ZhangShiyue/QGforQA/LIB/EVAL/rouge.py official repository unverified MIT (permissive) · 16b3541623c0f60b · report
noam_norm ZhangShiyue/QGforQA/LIB/layers.py official repository unverified MIT (permissive) · 15b2eb813c7ac34f · report

Tasks

ArticlesQuestion AnsweringQuestion GenerationQuestion-Generation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionAttention DropoutBERTDense ConnectionsDropoutLayer NormalizationLinear LayerLinear Warmup With Linear DecayMulti-Head AttentionResidual ConnectionSoftmaxWeight DecayWordPiece

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections