Papers › MS MARCO: A Human Generated MAchine Reading COmprehension Dataset

MS MARCO: A Human Generated MAchine Reading COmprehension Dataset

28 Nov 2016arXiv:1611.09268archive 2025-07-28

Payal Bajaj, Daniel Campos, Nick Craswell, Li Deng, Jianfeng Gao, Xiaodong Liu, Rangan Majumder, Andrew McNamara, Bhaskar Mitra, Tri Nguyen, Mir Rosenberg, Xia Song, Alina Stoica, Saurabh Tiwary, Tong Wang

We introduce a large scale MAchine Reading COmprehension dataset, which we name MS MARCO. The dataset comprises of 1,010,916 anonymized questions---sampled from Bing's search query logs---each with a human generated answer and 182,669 completely human rewritten generated answers. In addition, the dataset contains 8,841,823 passages---extracted from 3,563,535 web documents retrieved by Bing---that provide the information necessary for curating the natural language answers. A question in the MS MARCO dataset may have multiple answers or no answers at all. Using this dataset, we propose three different tasks with varying levels of difficulty: (i) predict if a question is answerable given a set of context passages, and extract and synthesize the answer as a human would (ii) generate a well-formed answer (if possible) based on the context passages that can be understood with the question and passage context, and finally (iii) rank a set of retrieved passages given a question. The size of the dataset and the fact that the questions are derived from real user search queries distinguishes MS MARCO from other well-known publicly available datasets for machine reading comprehension and question-answering. We believe that the scale and the real-world nature of this dataset makes it attractive for benchmarking machine reading comprehension and question-answering models.

PaperPDFCodeCode 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="1611.09268")

Code

Syntology Ran 3 of 33 code samples harvested from 6 repositories linked to this paper; 30 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran with no contract checked.

By repository: community (archive-listed): 33 samples from 6 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

14 repositories listed; official and paper-mentioned ones first.

AmenRa/rank_eval mentioned on GitHubMIT report
amenra/ranx mentioned on GitHubMIT report
axiomlab/Cable mentioned on GitHubpytorch report
dfcf93/MSMARCO mentioned on GitHubpytorchMIT report
microsoft/MSMARCO-Document-Ranking mentioned on GitHubCC-BY-4.0 report
microsoft/MSMARCO-OpenKP mentioned on GitHubMIT report
microsoft/MSMARCO-Passage-Ranking mentioned on GitHubMIT report
microsoft/MSMARCO-Question-Answering mentioned on GitHubpytorchMIT report
microsoft/OpenKP mentioned on GitHubMIT report
microsoft/TREC-2019-Deep-Learning mentioned on GitHubCC-BY-4.0 report
princeton-nlp/helmet mentioned on GitHubpytorchMIT report
yongbowin/OpenKP_annotation mentioned on GitHubMIT 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

33 samples harvested; 3 ran; 0 honoured the contract we drafted; 30 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.

1ran · our draft was wrong
2ran
30unverified

Licence: 0 of the 33 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 6 repositories linked to this paper, official or community; each sample names its own and says which. “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.

load_candidate_from_stream microsoft/MSMARCO-Passage-Ranking/ms_marco_eval.py community (archive-listed) ran MIT (permissive) · 44dabd5275dfdd74 · report
load_reference_from_stream microsoft/MSMARCO-Passage-Ranking/ms_marco_eval.py community (archive-listed) ran MIT (permissive) · b09cad901d138056 · report
precook microsoft/MSMARCO-Question-Answering/Evaluation/bleu_scorer.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · ec4448373d72d636 · report
cook_refs microsoft/MSMARCO-Question-Answering/Evaluation/bleu_scorer.py community (archive-listed) unverified MIT (permissive) · 7586e1d32f7325f7 · report
cook_test microsoft/MSMARCO-Question-Answering/Evaluation/bleu_scorer.py community (archive-listed) unverified MIT (permissive) · 019ae8bc6f98133f · report
dedup microsoft/OpenKP/evaluate.py community (archive-listed) unverified MIT (permissive) · 2a9560b1d7891c67 · report
generateOuput dfcf93/MSMARCO/ConversationalSearch/generateQueryEmbeddings.py community (archive-listed) unverified MIT (permissive) · 537a8f2a5574b5d6 · report
getScoreEM microsoft/OpenKP/agreement.py community (archive-listed) unverified MIT (permissive) · 5bbdf43246de0b42 · report
getScoreUnigram microsoft/OpenKP/agreement.py community (archive-listed) unverified MIT (permissive) · 1789c669f2709136 · report
get_candidates amenra/ranx/ranx/fusion/bordafuse.py community (archive-listed) unverified MIT (permissive) · ccb4d73aaca976aa · report
get_file_kind AmenRa/rank_eval/ranx/data_structures/qrels.py community (archive-listed) unverified MIT (permissive) · 77f6de2e73ca8660 · report
get_metric_label AmenRa/rank_eval/ranx/ranxhub.py community (archive-listed) unverified MIT (permissive) · ec8c6814aa969fd2 · report
get_path AmenRa/rank_eval/ranx/io.py community (archive-listed) unverified MIT (permissive) · cdbcc024a7240d33 · report
get_stats microsoft/MSMARCO-Question-Answering/Utils/get_stats_about_length.py community (archive-listed) unverified MIT (permissive) · 9346371b965cc92e · report
get_tmp_path AmenRa/rank_eval/ranx/io.py community (archive-listed) unverified MIT (permissive) · 036a6050bf6f5374 · report
get_url AmenRa/rank_eval/ranx/io.py community (archive-listed) unverified MIT (permissive) · 76ec290b848f6d2d · report
loadJudgements microsoft/OpenKP/agreement.py community (archive-listed) unverified MIT (permissive) · 2e000671b39ad111 · report
loadMSMARCO dfcf93/MSMARCO/ConversationalSearch/generateQuerysets.py community (archive-listed) unverified MIT (permissive) · 19ad04a1d7cd706f · report
loadNQ dfcf93/MSMARCO/ConversationalSearch/generateQuerysets.py community (archive-listed) unverified MIT (permissive) · f35b559c8eea08c7 · report
loadPassages microsoft/MSMARCO-Passage-Ranking/generateBERTPassageEmbedding.py community (archive-listed) unverified MIT (permissive) · 4aae25f3615c1cb4 · report
loadQueries dfcf93/MSMARCO/ConversationalSearch/generateArtificialSessions.py community (archive-listed) unverified MIT (permissive) · 31374e7d57fb5faa · report
loadQueries dfcf93/MSMARCO/ConversationalSearch/generateQueryEmbeddings.py community (archive-listed) unverified MIT (permissive) · f65721714fdad34b · report
loadQuora dfcf93/MSMARCO/ConversationalSearch/generateQuerysets.py community (archive-listed) unverified MIT (permissive) · 16d3a24b2a035ad7 · report
loadSessions dfcf93/MSMARCO/ConversationalSearch/generateArtificialSessions.py community (archive-listed) unverified MIT (permissive) · daf613df77edb1b0 · report
loadVectors dfcf93/MSMARCO/ConversationalSearch/generateArtificialSessions.py community (archive-listed) unverified MIT (permissive) · 695af7f11d756cdd · report
load_reference microsoft/MSMARCO-Passage-Ranking/ms_marco_eval.py community (archive-listed) unverified MIT (permissive) · 52e247dd5467b4bb · report
normalize_answer microsoft/OpenKP/evaluate.py community (archive-listed) unverified MIT (permissive) · ae96a7f4fe58827f · report
process microsoft/MSMARCO-Passage-Ranking/generateBERTPassageEmbedding.py community (archive-listed) unverified MIT (permissive) · ab7871c7af226530 · report
process dfcf93/MSMARCO/ConversationalSearch/generateQueryEmbeddingsBERT.py community (archive-listed) unverified MIT (permissive) · 90cfc8bb296d7674 · report
remove_empty microsoft/MSMARCO-Passage-Ranking/getstats.py community (archive-listed) unverified MIT (permissive) · 6f73ec516845e330 · report
remove_empty microsoft/OpenKP/evaluate.py community (archive-listed) unverified MIT (permissive) · 113dbc7ab532d6a3 · report
remove_punctuation microsoft/MSMARCO-Question-Answering/Evaluation/eval_exp.py community (archive-listed) unverified MIT (permissive) · 0a2e4a7e57b0e25a · report
whether_ynq microsoft/MSMARCO-Question-Answering/Utils/exploredata.py community (archive-listed) unverified MIT (permissive) · 5b99609663c1da5c · report

Tasks

BenchmarkingMachine Reading ComprehensionQuestion AnsweringReading Comprehension

Datasets

Introduced by this paper, per the archive.

MS MARCO

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