AIAny
Icon for item

MS MARCO Translations Dataset (ai4bharat/MSMARCO-XI)

Provides MS MARCO queries, passages and answers translated into 14 Indic languages while keeping the original English content and per-example translation metadata. Includes train/validation splits, passage selection flags, and translation model parameters for multilingual IR, QA and RAG research.

Introduction

MS MARCO is a cornerstone resource for retrieval and question answering; this dataset fills a practical gap by providing the same query–passage–answer triples translated into 14 Indic languages with preserved English originals and translation metadata. That makes it immediately usable for building and evaluating multilingual retrieval, cross-lingual QA, and RAG systems that target Indian languages rather than only English.

What Sets It Apart
  • Parallel retrieval-ready examples: each record contains the translated query/answer/passages alongside the original English query and answer — so you can evaluate monolingual, cross-lingual, and bilingual pipelines without re-annotation. This reduces dataset engineering effort when adapting English IR datasets to Indic languages.
  • Translation metadata per example: model name, temperature, max_tokens, top_p and penalty settings are included — so you can audit or filter by translation quality/setting and reproduce or compare translation conditions.
  • Language coverage and splits: train and validation files are provided per language for 14 Indic languages (e.g., hi, bn, ta, te, ml), plus passage selection flags to support passage-ranking tasks and RAG retrieval evaluation.
  • Practical formats and scale: distributed in parquet/jsonl-ready splits and sized for research experiments (tens of GB across languages) — suitable for embedding/indexing pipelines and large-scale IR benchmarks.
Who it's for and tradeoffs

Great fit if you are building or evaluating multilingual retrieval, QA, or RAG systems for Indian languages, need parallel English↔Indic testbeds, or want to study translation impact on downstream retrieval. Look elsewhere if you require human-verified annotations for every translation quality dimension (some portions use model translations and include metadata but not exhaustive human verification), or if you need a small toy dataset — this is designed for mid-to-large scale research and indexing workloads. Also note licensing follows the original MS MARCO terms, so check those before redistribution or commercial use.

Information

Categories

More Items

Hugging Face

A 16 GB, 507-file PhD‑level cybersecurity knowledge base for training and evaluating security-focused LLMs and automation. Covers offensive/defensive/forensics/cloud/iot and AI-security across 30+ domains with real-world labs and framework mappings.

Hugging Face

Structured dataset for training and evaluating LLM agentic behavior: function-calling conversations, JSON-mode structured outputs, and extraction samples for teaching models to generate tool calls and strict structured responses. Includes single-turn and multi-turn scenarios across several configs.

Hugging Face

A multi-task English NLU benchmark for evaluating models across nine tasks (acceptability, sentiment, paraphrase, similarity, and various NLI setups), with a diagnostic evaluation set and an online leaderboard to compare generalization and transfer learning.