Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,21 +43,12 @@ QuestionAnswering/
|
|
| 43 |
│ └─ Biblisha/
|
| 44 |
│ └─ train.json
|
| 45 |
|
| 46 |
-
|
| 47 |
-
---
|
| 48 |
-
|
| 49 |
-
## Dataset Viewer Links
|
| 50 |
-
|
| 51 |
-
- **[SQuAD-sr-md](https://huggingface.co/datasets/JovanaR/SQuAD-sr-md?viewer=true)**
|
| 52 |
-
- **[SerbianQA-Gen / PaSaz](https://huggingface.co/datasets/JovanaR/PaSaz?viewer=true)**
|
| 53 |
-
- **[SerbianQA-Gen / Wikipedia](https://huggingface.co/datasets/JovanaR/Wikipedia?viewer=true)**
|
| 54 |
-
- **[SerbianQA-Gen / Sveznanje](https://huggingface.co/datasets/JovanaR/Sveznanje?viewer=true)**
|
| 55 |
-
- **[SerbianQA-Gen / Biblisha](https://huggingface.co/datasets/JovanaR/Biblisha?viewer=true)**
|
| 56 |
-
|
| 57 |
-
---
|
| 58 |
|
| 59 |
## About the Work
|
| 60 |
|
|
|
|
|
|
|
| 61 |
**Development of Serbian QA Datasets through Prompt-Based Generation and Human Validation**
|
| 62 |
*Jovana Rađenović, Olivera Kitanović, Ranka Stanković, Mihailo Škorić*
|
| 63 |
Faculty of Mining and Geology, University of Belgrade, Serbia
|
|
@@ -65,15 +56,20 @@ Faculty of Mining and Geology, University of Belgrade, Serbia
|
|
| 65 |
|
| 66 |
> **Status:** Accepted, not yet published
|
| 67 |
|
| 68 |
-
|
| 69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
---
|
| 72 |
|
| 73 |
## Citation
|
| 74 |
|
| 75 |
```bibtex
|
| 76 |
-
@unpublished{
|
| 77 |
title={Development of Serbian QA Datasets through Prompt-Based Generation and Human Validation},
|
| 78 |
author={Jovana Rađenović and Olivera Kitanović and Ranka Stanković and Mihailo Škorić},
|
| 79 |
year={2026},
|
|
|
|
| 43 |
│ └─ Biblisha/
|
| 44 |
│ └─ train.json
|
| 45 |
|
| 46 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
## About the Work
|
| 49 |
|
| 50 |
+
The datasets in this repository are described in the following paper:
|
| 51 |
+
|
| 52 |
**Development of Serbian QA Datasets through Prompt-Based Generation and Human Validation**
|
| 53 |
*Jovana Rađenović, Olivera Kitanović, Ranka Stanković, Mihailo Škorić*
|
| 54 |
Faculty of Mining and Geology, University of Belgrade, Serbia
|
|
|
|
| 56 |
|
| 57 |
> **Status:** Accepted, not yet published
|
| 58 |
|
| 59 |
+
This work presents the development of two question–answering (QA) datasets for the Serbian language: **SQuAD-sr-md** and **SerbianQA-Gen**.
|
| 60 |
+
|
| 61 |
+
The **SQuAD-sr-md** dataset contains around 7k examples and represents a manually refined subset of the original SQuAD-sr dataset. While SQuAD-sr is a significant resource for Serbian QA research, it was created through a translation-based approach using an adapted Translate–Align–Retrieve method, which introduced various linguistic inconsistencies. The manual revision process, although time-consuming, substantially improved the grammatical correctness, terminological consistency, and overall reliability of the dataset, making it more suitable for training extractive QA models. Evaluation conducted on several Serbian base encoder models highlighted the TeslaXLM base model as a particularly promising candidate for future extractive QA training.
|
| 62 |
+
|
| 63 |
+
The **SerbianQA-Gen** dataset consists of approximately 74k automatically generated QA pairs produced with the assistance of large language models (LLMs). The dataset covers a wide range of topics and sources and is currently undergoing additional manual revision to improve grammatical accuracy, fluency, and naturalness.
|
| 64 |
+
|
| 65 |
+
Together, these datasets contribute to addressing the lack of large-scale QA resources for the Serbian language. They enable the training and evaluation of language models capable of deeper semantic understanding of Serbian, a language characterized by rich morphology and complex syntax. By making these datasets publicly available, we aim to support further research in Serbian NLP and encourage the development of more robust QA and conversational AI systems for the language.
|
| 66 |
|
| 67 |
---
|
| 68 |
|
| 69 |
## Citation
|
| 70 |
|
| 71 |
```bibtex
|
| 72 |
+
@unpublished{SerbianQA2026,
|
| 73 |
title={Development of Serbian QA Datasets through Prompt-Based Generation and Human Validation},
|
| 74 |
author={Jovana Rađenović and Olivera Kitanović and Ranka Stanković and Mihailo Škorić},
|
| 75 |
year={2026},
|