Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Dataset Summary
|
| 2 |
+
|
| 3 |
+
**SID Classification** is a Persian (Farsi) dataset designed for the **Classification** task, specifically targeting **document classification** of academic articles. It is a component of the [FaMTEB (Farsi Massive Text Embedding Benchmark)](https://huggingface.co/spaces/mteb/leaderboard). The dataset was constructed by collecting academic texts from **SID (Scientific Information Database – sid.ir)**, one of Iran’s major platforms for scientific publications. Each document—formed by concatenating an article’s title and abstract—is labeled with one of 8 predefined scientific disciplines from the SID website.
|
| 4 |
+
|
| 5 |
+
* **Language(s):** Persian (Farsi)
|
| 6 |
+
* **Task(s):** Classification (Document Classification, Topic Classification)
|
| 7 |
+
* **Source:** Collected from SID (sid.ir)
|
| 8 |
+
* **Part of FaMTEB:** Yes
|
| 9 |
+
|
| 10 |
+
## Supported Tasks and Leaderboards
|
| 11 |
+
|
| 12 |
+
This dataset is used to evaluate the performance of text embedding models on the **Classification** task—measuring their ability to assign academic documents to appropriate scientific categories. Results are benchmarked on the **Persian MTEB Leaderboard** on Hugging Face Spaces (filtered by language: Persian).
|
| 13 |
+
|
| 14 |
+
## Construction
|
| 15 |
+
|
| 16 |
+
The dataset was built by:
|
| 17 |
+
|
| 18 |
+
- Crawling the **SID** academic repository (sid.ir)
|
| 19 |
+
- Extracting the **title** and **abstract** of each academic article
|
| 20 |
+
- Concatenating the title and abstract to form a single input text
|
| 21 |
+
- Using the site's predefined 8-category taxonomy to assign a label to each document
|
| 22 |
+
|
| 23 |
+
This dataset complements the [SID Clustering dataset](https://huggingface.co/datasets/MCINext/sid-clustering), sharing the same underlying texts but serving a **supervised** classification task.
|
| 24 |
+
|
| 25 |
+
## Data Splits
|
| 26 |
+
|
| 27 |
+
As reported in the *FaMTEB* paper (Table 5):
|
| 28 |
+
|
| 29 |
+
* **Train:** 8,712 samples
|
| 30 |
+
* **Development (Dev):** 0 samples
|
| 31 |
+
* **Test:** 3,735 samples
|