IRCLMar 7, 2022

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

arXiv:2203.03367v237 citationsh-index: 30
AI Analysis

This provides a benchmark for Chinese passage retrieval in specific domains, addressing a data scarcity problem for researchers and practitioners in information retrieval.

The authors tackled the lack of large-scale annotated datasets for Chinese passage retrieval in specific domains by introducing Multi-CPR, a multi-domain dataset from E-commerce, Entertainment video, and Medical fields, which shows that in-domain training significantly improves retrieval performance over general-domain models.

Passage retrieval is a fundamental task in information retrieval (IR) research, which has drawn much attention recently. In the English field, the availability of large-scale annotated dataset (e.g, MS MARCO) and the emergence of deep pre-trained language models (e.g, BERT) has resulted in a substantial improvement of existing passage retrieval systems. However, in the Chinese field, especially for specific domains, passage retrieval systems are still immature due to quality-annotated dataset being limited by scale. Therefore, in this paper, we present a novel multi-domain Chinese dataset for passage retrieval (Multi-CPR). 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. We implement various representative passage retrieval methods as baselines. We find that the performance of retrieval models trained on dataset from general domain will inevitably decrease on specific domain. Nevertheless, a passage retrieval system built on in-domain annotated dataset can achieve significant improvement, which indeed demonstrates the necessity of domain labeled data for further optimization. We hope the release of the Multi-CPR dataset could benchmark Chinese passage retrieval task in specific domain and also make advances for future studies.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes