Add link to Github repository
Browse filesThis PR adds a link to the Github repository for easier access to the evaluation script.
README.md
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
task_categories:
|
4 |
- text-retrieval
|
5 |
-
language:
|
6 |
-
- zh
|
7 |
tags:
|
8 |
- text
|
9 |
- retrieval
|
10 |
-
size_categories:
|
11 |
-
- 1K<n<10K
|
12 |
configs:
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
---
|
22 |
|
23 |
Dataset **CapRetrieval** introduced in [Dense Retrievers Can Fail on Simple Queries: Revealing The Granularity Dilemma of Embeddings](https://arxiv.org/abs/2506.08592).
|
@@ -38,7 +38,6 @@ A small amount of queries do not have any relevant captions; they are excluded i
|
|
38 |
|
39 |
Please see the evaluation script and results at https://github.com/lxucs/CapRetrieval.
|
40 |
|
41 |
-
|
42 |
| Type | Model | nDCG@10 |
|
43 |
|----------|-------------------------|-----------|
|
44 |
| **BM25** | Basic BM25 | 66.54 |
|
@@ -73,5 +72,4 @@ The trained models (based on `bge-base-zh-v1.5`) are trained with queries by our
|
|
73 |
primaryClass={cs.CL},
|
74 |
url={https://arxiv.org/abs/2506.08592},
|
75 |
}
|
76 |
-
```
|
77 |
-
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
license: apache-2.0
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
task_categories:
|
8 |
- text-retrieval
|
|
|
|
|
9 |
tags:
|
10 |
- text
|
11 |
- retrieval
|
|
|
|
|
12 |
configs:
|
13 |
+
- config_name: passages
|
14 |
+
data_files:
|
15 |
+
- split: test
|
16 |
+
path: passages/test*
|
17 |
+
- config_name: queries
|
18 |
+
data_files:
|
19 |
+
- split: test
|
20 |
+
path: queries/test*
|
21 |
---
|
22 |
|
23 |
Dataset **CapRetrieval** introduced in [Dense Retrievers Can Fail on Simple Queries: Revealing The Granularity Dilemma of Embeddings](https://arxiv.org/abs/2506.08592).
|
|
|
38 |
|
39 |
Please see the evaluation script and results at https://github.com/lxucs/CapRetrieval.
|
40 |
|
|
|
41 |
| Type | Model | nDCG@10 |
|
42 |
|----------|-------------------------|-----------|
|
43 |
| **BM25** | Basic BM25 | 66.54 |
|
|
|
72 |
primaryClass={cs.CL},
|
73 |
url={https://arxiv.org/abs/2506.08592},
|
74 |
}
|
75 |
+
```
|
|