Papers › A Little Human Data Goes A Long Way

A Little Human Data Goes A Long Way

17 Oct 2024arXiv:2410.13098archive 2025-07-28

Dhananjay Ashok, Jonathan May

Faced with an expensive human annotation process, creators of NLP systems increasingly turn to synthetic data generation. While this method shows promise, the extent to which synthetic data can replace human annotation is poorly understood. We investigate the use of synthetic data in Fact Verification (FV) and Question Answering (QA) by studying the effects of incrementally replacing human generated data with synthetic points on eight diverse datasets. Strikingly, replacing up to 90% of the training data only marginally decreases performance, but replacing the final 10% leads to severe declines. We find that models trained on purely synthetic data can be reliably improved by including as few as 125 human generated data points. We show that matching the performance gain of just a little additional human data (only 200 points) requires an order of magnitude more synthetic data and estimate price ratios at which human annotation would be a more cost-effective solution. Our results suggest that even when human annotation at scale is infeasible, there is great value to having a small proportion of the dataset being human generated.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2410.13098")

Code

Syntology Ran 15 of 17 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 15 ran with no contract checked.

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

dhananjayashok/littlehumandata officialmentioned in papermentioned on GitHubpytorchMIT 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

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

15ran
2unverified

Licence: 0 of the 17 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 dhananjayashok/littlehumandata. “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.

compute_inclusion dhananjayashok/littlehumandata/compute_qa_metrics.py official repository ran MIT (permissive) · 100237b0db550ff3 · report
compute_mode_ngrams dhananjayashok/littlehumandata/analysis.py official repository ran MIT (permissive) · dca52e1f7f4a7dbc · report
create_conversation dhananjayashok/littlehumandata/llm-utils/data_script.py official repository ran MIT (permissive) · 29bacdfb84b03880 · report
do_evaluation dhananjayashok/littlehumandata/llm-utils/common_utils.py official repository ran MIT (permissive) · 5c01635c26b2b6f5 · report
get_df dhananjayashok/littlehumandata/llm-utils/predict.py official repository ran MIT (permissive) · c4bde9e27f99624d · report
get_label_list dhananjayashok/littlehumandata/llm-utils/classification.py official repository ran MIT (permissive) · adb7541f2edf078e · report
get_metric_report_str dhananjayashok/littlehumandata/llm-utils/causal_lm_conditional_generation.py official repository ran MIT (permissive) · 29596155303849f9 · report
get_metric_report_str dhananjayashok/littlehumandata/llm-utils/classification.py official repository ran MIT (permissive) · 3a484a15b2187487 · report
get_metric_report_str dhananjayashok/littlehumandata/llm-utils/common_utils.py official repository ran MIT (permissive) · dec1cca2d250dd20 · report
get_n_gram dhananjayashok/littlehumandata/analysis.py official repository ran fingerprinted MIT (permissive) · 18bd2e3ef915c4a4 · report
guarded_lower dhananjayashok/littlehumandata/add_info_predfile.py official repository ran fingerprinted MIT (permissive) · 2b29adfbbb6ee76b · report
guarded_split dhananjayashok/littlehumandata/analysis.py official repository ran fingerprinted MIT (permissive) · cb42513ddf067d63 · report
remove_urls dhananjayashok/littlehumandata/prompt_generation/prompt_models.py official repository ran fingerprinted MIT (permissive) · b726f185fd16d31d · report
tok_len dhananjayashok/littlehumandata/prompt_generation/prompt_models.py official repository ran fingerprinted MIT (permissive) · 019975ab5eef2a08 · report
truncate_context dhananjayashok/littlehumandata/prompt_generation/prompt_models.py official repository ran fingerprinted MIT (permissive) · 859b0c517f44d1ae · report
compute_exact_match dhananjayashok/littlehumandata/compute_qa_metrics.py official repository unverified MIT (permissive) · d046034742d3fdba · report
get_model dhananjayashok/littlehumandata/llm-utils/predict.py official repository unverified MIT (permissive) · 795fca5aa8f88621 · report

Tasks

Fact VerificationQuestion AnsweringSynthetic Data Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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