Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Dataset Summary
|
| 2 |
|
| 3 |
**CQADupstack-webmasters-Fa** is a Persian (Farsi) dataset created for the **Retrieval** task, focusing on identifying **duplicate or semantically similar questions** within community question-answering (CQA) platforms. It is a **translated version** of the *Webmasters StackExchange* data from the English **CQADupstack** dataset and is part of the [FaMTEB (Farsi Massive Text Embedding Benchmark)](https://huggingface.co/spaces/mteb/leaderboard).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: qrels/train.jsonl
|
| 7 |
+
- split: test
|
| 8 |
+
path: qrels/test.jsonl
|
| 9 |
+
- config_name: corpus
|
| 10 |
+
data_files:
|
| 11 |
+
- split: corpus
|
| 12 |
+
path: corpus.jsonl
|
| 13 |
+
- config_name: queries
|
| 14 |
+
data_files:
|
| 15 |
+
- split: queries
|
| 16 |
+
path: queries.jsonl
|
| 17 |
+
---
|
| 18 |
## Dataset Summary
|
| 19 |
|
| 20 |
**CQADupstack-webmasters-Fa** is a Persian (Farsi) dataset created for the **Retrieval** task, focusing on identifying **duplicate or semantically similar questions** within community question-answering (CQA) platforms. It is a **translated version** of the *Webmasters StackExchange* data from the English **CQADupstack** dataset and is part of the [FaMTEB (Farsi Massive Text Embedding Benchmark)](https://huggingface.co/spaces/mteb/leaderboard).
|