Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
Dask
andrejridzik commited on
Commit
c37615b
·
1 Parent(s): 7cfcb12

Converting reranking dataset to MTEB v2 format

Browse files
README.md CHANGED
@@ -1,7 +1,7 @@
1
  This dataset is designed for training and evaluating reranking models for Slovak information retrieval.
2
 
3
 
4
- It is structured to provide, for each query, a set of relevant (positive) and irrelevant (negative) documents. This format is particularly useful for evaluation of cross-encoder models.
5
 
6
  The dataset is generated from three source files:
7
  - A queries.jsonl file containing user queries.
@@ -12,19 +12,19 @@ It is structured to provide, for each query, a set of relevant (positive) and i
12
  passage is considered "positive" if its relevance score is 4 or higher, and "negative" otherwise.
13
 
14
  Example Data Instance:
15
-
16
- 1 {
17
- 2 "query": "Aká je hlavná funkcia mitochondrií v bunke?",
18
- 3 "positives": [
19
- 4 "Mitochondrie sú známe ako 'elektrárne' bunky. Ich hlavnou funkciou je generovanie väčšiny bunkovej
20
- zásoby adenozíntrifosfátu (ATP), ktorý sa používa ako zdroj chemickej energie."
21
- 5 ],
22
- 6 "negatives": [
23
- 7 "Jadro bunky obsahuje genetický materiál.",
24
- 8 "Ribozómy zodpovedné za syntézu proteínov.",
25
- 9 "Bunka je základnou stavebnou a funkčnou jednotkou všetkých známych organizmov."
26
- 10 ]
27
- 11 }
28
 
29
  Data Fields:
30
  - query: A string representing the search query.
 
1
  This dataset is designed for training and evaluating reranking models for Slovak information retrieval.
2
 
3
 
4
+ It is structured to provide, for each query, a set of relevant (positive) and irrelevant (negative) documents. This format is particularly useful for evaluation of cross-encoder models.
5
 
6
  The dataset is generated from three source files:
7
  - A queries.jsonl file containing user queries.
 
12
  passage is considered "positive" if its relevance score is 4 or higher, and "negative" otherwise.
13
 
14
  Example Data Instance:
15
+ ```json
16
+ {
17
+ "query": "Aká je hlavná funkcia mitochondrií v bunke?",
18
+ "positives": [
19
+ "Mitochondrie sú známe ako 'elektrárne' bunky. Ich hlavnou funkciou je generovanie väčšiny bunkovej zásoby adenozíntrifosfátu (ATP), ktorý sa používa ako zdroj chemickej energie."
20
+ ],
21
+ "negatives": [
22
+ "Jadro bunky obsahuje genetický materiál.",
23
+ "Ribozómy zodpovedné za syntézu proteínov.",
24
+ "Bunka je základnou stavebnou a funkčnou jednotkou všetkých známych organizmov."
25
+ ]
26
+ }
27
+ ```
28
 
29
  Data Fields:
30
  - query: A string representing the search query.
corpus/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0460411e66a1f4d497a33500db6b31e1443e63b39dca498f20a997e9fe12d2
3
+ size 5656983
qrels/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d39a505a86edc5da8b43507532cac0bb53d0992686f2124e5f932d5539abc6
3
+ size 95497
queries/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bad2f8122bcca46eeb2f6e4b2dff234fff14a374a62d675430323634c52b42a5
3
+ size 48573
top_ranked/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4884cca7497990d8b7e0ca9509c5eb5a17d2a9abfdd7b9e3d8e3127e57e7b95f
3
+ size 91021