monkeyshichi / Multi-CPR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-CPR: A Multi Domain Chinese Dataset for Passage Retrieval

This repo contains the annotated datasets introduced in our resource paper Multi-CPR: A Multi Domain Chinese Dataset for Passage Retrieval. [Paper].

Introduction

Multi-CPR is a multi-domain Chinese dataset for passage retrieval. The dataset is collected from three different domains, including E-commerce, Entertainment video and Medical. Each dataset contains millions of passages and a certain amount of human annotated query-passage related pairs.

Examples of annotated query-passage related pairs in three different domains:

Domain Query Passage
E-commerce 尼康z62 (Nikon z62)
Nikon/尼康二代全画幅微单机身Z62 Z72 24-70mm套机 (Nikon/Nikon II, full-frame micro-single camera, body Z62 Z72 24-70mm set)
Entertainment video 海神妈祖 (Ma-tsu, Goddess of the Sea) 海上女神妈祖 (Ma-tsu, Goddess of the Sea)
Medical
大人能把手放在睡觉婴儿胸口吗 (Can adults put their hands on the chest of a sleeping baby?)
大人不能把手放在睡觉>婴儿胸口,对孩子呼吸不好,要注意 (Adults should not put their hands on the chest of a sleeping baby as this is not good for the baby's breathing.)

Data Format

Datasets of each domain share a uniform format, more details can be found in our paper:

  • qid: A unique id for each query that is used in evaluation
  • pid: A unique id for each passaage that is used in evaluation
File name number of record format
corpus.tsv 1002822 pid, passage content
train.query.txt 100000 qid, query content
dev.query.txt 1000 qid, query content
qrels.train.tsv 100000 qid, '0', pid, '1'
qrels.dev.tsv 1000 qid, '0', pid, '1'

Citing us

If you feel the datasets helpful, please cite:

@article{Long2022MultiCPRAM,
  title={Multi-CPR: A Multi Domain Chinese Dataset for Passage Retrieval},
  author={Dingkun Long and Qiong Gao and Kuan Zou and Guangwei Xu and Pengjun Xie and Rui Guo and Jianfeng Xu and Guanjun Jiang and Luxi Xing and P. Yang},
  journal={ArXiv},
  year={2022},
  volume={abs/2203.03367}
}

About