Datasets:

Modalities:
Text
Formats:
json
Languages:
Chinese
ArXiv:
Libraries:
Datasets
pandas
License:
lxucs commited on
Commit
14fb296
·
verified ·
1 Parent(s): a17764a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -20,13 +20,13 @@ configs:
20
  path: queries/test*
21
  ---
22
 
23
- The dataset **CapRetrieval** introduced in [Dense Retrievers Can Fail on Simple Queries: Revealing The Granularity Dilemma of Embeddings](https://arxiv.org/abs/2506.08592).
24
 
25
- **CapRetrieval** is prepared in Chinese; the English version of CapRetrieval is available at [CapRetrievalEn](https://huggingface.co/datasets/lxucs/CapRetrievalEn), sharing the same queries, passages and labels.
26
 
27
  ### Introduction
28
 
29
- CapRetrieval evaluates the fine-grained embedding matching (dense passage retrieval) in Chinese, tailored towards a practical image search scenario:
30
  - Candidate passages are image captions, and queries are short phrases of entities or events reflected in captions.
31
  - Overall, the dataset comprises seemingly simple queries and captions; however, text encoders are shown limitations resolving these cases.
32
  - Evaluation results call for attention on embedding training strategies with different **granularity**.
@@ -68,14 +68,14 @@ The trained models (based on `bge-base-zh-v1.5`) are trained with queries by our
68
  ### Citation
69
 
70
  ```bibtex
71
- @misc{xu2025denseretrieversfailsimple,
72
- title={Dense Retrievers Can Fail on Simple Queries: Revealing The Granularity Dilemma of Embeddings},
73
- author={Liyan Xu and Zhenlin Su and Mo Yu and Jiangnan Li and Fandong Meng and Jie Zhou},
74
- year={2025},
75
- eprint={2506.08592},
76
- archivePrefix={arXiv},
77
- primaryClass={cs.CL},
78
- url={https://arxiv.org/abs/2506.08592},
79
  }
80
  ```
81
 
 
20
  path: queries/test*
21
  ---
22
 
23
+ The dataset **CapRetrieval** introduced in the EMNLP 2025 Finding paper: [[Dense Retrievers Can Fail on Simple Queries: Revealing The Granularity Dilemma of Embeddings](https://arxiv.org/abs/2506.08592)].
24
 
25
+ **CapRetrieval** is in Chinese; the according English version is available at [CapRetrievalEn](https://huggingface.co/datasets/lxucs/CapRetrievalEn), sharing the same queries, passages and labels.
26
 
27
  ### Introduction
28
 
29
+ CapRetrieval evaluates the fine-grained embedding matching (dense passage retrieval), tailored towards a practical image search scenario:
30
  - Candidate passages are image captions, and queries are short phrases of entities or events reflected in captions.
31
  - Overall, the dataset comprises seemingly simple queries and captions; however, text encoders are shown limitations resolving these cases.
32
  - Evaluation results call for attention on embedding training strategies with different **granularity**.
 
68
  ### Citation
69
 
70
  ```bibtex
71
+ @inproceedings{xu-etal-2025-dense,
72
+ title = "Dense Retrievers Can Fail on Simple Queries: Revealing The Granularity Dilemma of Embeddings",
73
+ author = "Xu, Liyan and Su, Zhenlin and Yu, Mo and Li, Jiangnan and Meng, Fandong and Zhou, Jie",
74
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2025",
75
+ month = nov,
76
+ year = "2025",
77
+ address = "Suzhou, China",
78
+ publisher = "Association for Computational Linguistics"
79
  }
80
  ```
81