Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Dataset Summary
|
| 2 |
|
| 3 |
**NFCorpus-Fa** is a Persian (Farsi) dataset designed for the **Retrieval** task, with a focus on **medical and nutrition information retrieval**. It is a translated version of the original English **NFCorpus** (NutritionFacts Corpus), used in the **BEIR benchmark**, and is part of the **FaMTEB** (Farsi Massive Text Embedding Benchmark) under the BEIR-Fa collection.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: qrels/train.jsonl
|
| 7 |
+
- split: dev
|
| 8 |
+
path: qrels/dev.jsonl
|
| 9 |
+
- split: test
|
| 10 |
+
path: qrels/test.jsonl
|
| 11 |
+
- config_name: corpus
|
| 12 |
+
data_files:
|
| 13 |
+
- split: corpus
|
| 14 |
+
path: corpus.jsonl
|
| 15 |
+
- config_name: queries
|
| 16 |
+
data_files:
|
| 17 |
+
- split: queries
|
| 18 |
+
path: queries.jsonl
|
| 19 |
+
---
|
| 20 |
## Dataset Summary
|
| 21 |
|
| 22 |
**NFCorpus-Fa** is a Persian (Farsi) dataset designed for the **Retrieval** task, with a focus on **medical and nutrition information retrieval**. It is a translated version of the original English **NFCorpus** (NutritionFacts Corpus), used in the **BEIR benchmark**, and is part of the **FaMTEB** (Farsi Massive Text Embedding Benchmark) under the BEIR-Fa collection.
|