Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Dataset Summary
|
| 2 |
+
|
| 3 |
+
**CQADupstack-mathematica-Fa** is a Persian (Farsi) dataset created for the **Retrieval** task, focused on **duplicate question detection** in community question-answering (CQA) forums. It is a translated version of the **"mathematica" (Mathematica Stack Exchange)** subforum from the English **CQADupstack** dataset and is part of the **FaMTEB** benchmark within 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 is designed to test **text embedding models** for their ability to retrieve **semantically similar or duplicate questions** within the domain of **Mathematica software and symbolic computation**. Results can be evaluated on the **Persian MTEB Leaderboard** (filter by language: Persian).
|
| 13 |
+
|
| 14 |
+
## Construction
|
| 15 |
+
|
| 16 |
+
The dataset was built by:
|
| 17 |
+
|
| 18 |
+
- Translating the "mathematica" StackExchange subforum using the **Google Translate API**
|
| 19 |
+
- Preserving the structure of community QA for **duplicate retrieval** evaluation
|
| 20 |
+
|
| 21 |
+
Translation quality, as detailed in the FaMTEB paper, was assessed by:
|
| 22 |
+
|
| 23 |
+
- **BM25 performance comparisons** with the original English versions
|
| 24 |
+
- **GEMBA-DA framework** using LLMs for qualitative analysis
|
| 25 |
+
|
| 26 |
+
## Data Splits
|
| 27 |
+
|
| 28 |
+
According to the FaMTEB paper (Table 5), all CQADupstack-Fa datasets use the following combined test set:
|
| 29 |
+
|
| 30 |
+
- **Train:** 0 samples
|
| 31 |
+
- **Dev:** 0 samples
|
| 32 |
+
- **Test:** 480,902 samples (aggregate)
|
| 33 |
+
|
| 34 |
+
This particular sub-dataset includes approximately **18.9k examples** (user-provided). Specific train/dev/test splits for `cqadupstack-mathematica-fa` are not detailed in the FaMTEB paper. Refer to the dataset provider for finer-grained information.
|