Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Dataset Summary
|
| 2 |
+
|
| 3 |
+
**CQADupstack-android-Fa** is a Persian (Farsi) dataset developed for the **Retrieval** task, with a focus on **duplicate question detection** in community question-answering (CQA) forums. This dataset is a translated version of the **"android" (Android Enthusiasts)** StackExchange subforum from the English **CQADupstack** collection and is part of the **FaMTEB** benchmark under the **BEIR-Fa** suite.
|
| 4 |
+
|
| 5 |
+
- **Language(s):** Persian (Farsi)
|
| 6 |
+
- **Task(s):** Retrieval (Duplicate Question Retrieval)
|
| 7 |
+
- **Source:** Translated from English using Google Translate
|
| 8 |
+
- **Part of FaMTEB:** Yes — under BEIR-Fa
|
| 9 |
+
|
| 10 |
+
## Supported Tasks and Leaderboards
|
| 11 |
+
|
| 12 |
+
This dataset evaluates **text embedding models** on their ability to retrieve **semantically equivalent or duplicate questions** in the **Android usage and development** domain. Results can be viewed on the **Persian MTEB Leaderboard** (filter by language: Persian).
|
| 13 |
+
|
| 14 |
+
## Construction
|
| 15 |
+
|
| 16 |
+
The dataset was created by:
|
| 17 |
+
|
| 18 |
+
- Translating the "android" (Android Enthusiasts) subforum from the English CQADupstack dataset using the **Google Translate API**
|
| 19 |
+
- Preserving the CQA structure for evaluating **duplicate retrieval** tasks
|
| 20 |
+
|
| 21 |
+
According to the FaMTEB paper, the BEIR-Fa datasets underwent translation quality evaluation using:
|
| 22 |
+
|
| 23 |
+
- **BM25 retrieval performance comparisons** (English vs Persian)
|
| 24 |
+
- **GEMBA-DA evaluation**, leveraging LLMs for quality control
|
| 25 |
+
|
| 26 |
+
## Data Splits
|
| 27 |
+
|
| 28 |
+
As per the FaMTEB paper (Table 5), all **CQADupstack-Fa** sub-datasets share a pooled evaluation set:
|
| 29 |
+
|
| 30 |
+
- **Train:** 0 samples
|
| 31 |
+
- **Dev:** 0 samples
|
| 32 |
+
- **Test:** 480,902 samples (aggregate)
|
| 33 |
+
|
| 34 |
+
The `cqadupstack-android-fa` subset contains approximately **25.4k examples** (user-provided figure). For more granular splits, consult the dataset provider or FaMTEB documentation.
|