Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
MultipleSearch Tier 1 (Full Phase-1 Build)
Origin
- Queries: sewon/ambig_qa (train + validation), parsed into ambiguous/unambiguous QA records.
- Passage source: wiki_snippets (wiki40b_en_100_0) streamed from Hugging Face Datasets.
- Embeddings: Qwen/Qwen3-Embedding-0.6B.
Processing Summary
- Parse AmbigQA records and answer clusters.
- Sample 1,000,000 distractor passages (reservoir sampling over wiki stream).
- Collect gold passages by:
- matching article titles from AmbigQA metadata (nq_doc_title / viewed_doc_titles), then
- matching normalized answer strings in passage text (Aho-Corasick multi-pattern matching).
- Link queries to passage IDs via answer-cluster passage matches.
- Keep queries with at least one matched gold cluster.
- Build train/test split with approximate 50/50 ambiguous/unambiguous balance and 80/20 split.
- Embed passages to 1024-d vectors.
Main Files
- documents.jsonl
- document_embeddings.pt
- queries_train.jsonl
- queries_test.jsonl
- dataset_stats.json
- answer_to_passage_ids.json
- Downloads last month
- 8