irds/mmarco_zh_dev_small
收藏Hugging Face2023-01-05 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/irds/mmarco_zh_dev_small
下载链接
链接失效反馈官方服务:
资源简介:
`mmarco/zh/dev/small`数据集由`ir-datasets`包提供,包含6,980个`queries`(主题)和7,437个`qrels`(相关性评估)。对于`docs`部分,需要使用`irds/mmarco_zh`数据集。该数据集主要用于文本检索任务。
The `mmarco/zh/dev/small` dataset is provided by the `ir-datasets` package, containing 6,980 `queries` (topics) and 7,437 `qrels` (relevance judgments). For the `docs` section, the `irds/mmarco_zh` dataset should be utilized. This dataset is primarily intended for text retrieval tasks.
提供机构:
irds
原始信息汇总
数据集概述
数据集名称
mmarco/zh/dev/small
数据提供者
由ir-datasets包提供。
数据内容
- queries(查询/主题):数量为6,980。
- qrels(相关性评估):数量为7,437。
数据使用
- 对于文档数据,使用
irds/mmarco_zh。
数据集加载示例
python from datasets import load_dataset
queries = load_dataset(irds/mmarco_zh_dev_small, queries) for record in queries: record # {query_id: ..., text: ...}
qrels = load_dataset(irds/mmarco_zh_dev_small, qrels) for record in qrels: record # {query_id: ..., doc_id: ..., relevance: ..., iteration: ...}
引用信息
@article{Bonifacio2021MMarco, title={{mMARCO}: A Multilingual Version of {MS MARCO} Passage Ranking Dataset}, author={Luiz Henrique Bonifacio and Israel Campiotti and Roberto Lotufo and Rodrigo Nogueira}, year={2021}, journal={arXiv:2108.13897} }



