Update README.md
Browse files
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
|
| 26 |
|
| 27 |
### Introduction
|
| 28 |
|
| 29 |
-
CapRetrieval evaluates the fine-grained embedding matching (dense passage retrieval)
|
| 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 |
-
@
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 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 |
|