mehran-sarmadi commited on
Commit
c0633a5
·
verified ·
1 Parent(s): c996606

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Dataset Summary
2
+
3
+ **CQADupstack-programmers-Fa** is a Persian (Farsi) dataset developed for the **Retrieval** task, with a focus on **duplicate question detection** in community question-answering (CQA) platforms. This dataset is a translated version of the **"Programmers" (Software Engineering)** 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 specialized domains like **software engineering**. 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 "programmers" 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-programmers-fa` subset contains approximately **34.7k examples** (user-provided figure). For more granular splits, consult the dataset provider or FaMTEB documentation.