updated readme
Browse files
README.md
CHANGED
|
@@ -17,6 +17,14 @@ size_categories:
|
|
| 17 |
|
| 18 |
# Reddit Tunisia Tech QA Dataset
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
**5,500 instruction-following QA pairs** scraped from Reddit communities with
|
| 21 |
strong Tunisian presence, filtered and ranked for technical relevance.
|
| 22 |
|
|
@@ -73,10 +81,10 @@ print(ds["train"][0])
|
|
| 73 |
## Citation
|
| 74 |
|
| 75 |
```bibtex
|
| 76 |
-
@dataset{
|
| 77 |
title={Reddit Tunisia Tech QA},
|
| 78 |
author={TunisIA-Co-Lab},
|
| 79 |
-
year={
|
| 80 |
url={https://huggingface.co/datasets/Farah21/Tunisia_Tech}
|
| 81 |
}
|
| 82 |
```
|
|
|
|
| 17 |
|
| 18 |
# Reddit Tunisia Tech QA Dataset
|
| 19 |
|
| 20 |
+
The pipeline employs a multi-layer scraping strategy to collect Tunisian Arabic tech QA pairs from Reddit.
|
| 21 |
+
It combines three data sources: the Reddit JSON API for real-time posts and comment threads, RSS feeds for post discovery with JSON
|
| 22 |
+
comment fetching, and Arctic Shift for historical data.
|
| 23 |
+
The system builds both direct QA pairs (post → top comment) and conversation chains (comment → reply) to capture nuanced technical discussions.
|
| 24 |
+
Each pair is scored using a quality function that considers length, tech relevance, and upvotes, then filtered and ranked
|
| 25 |
+
to produce the top 5,000 high-quality instruction pairs. The final dataset is formatted in Alpaca standard and uploaded
|
| 26 |
+
to Hugging Face with automatic train/test splitting.
|
| 27 |
+
**results**:
|
| 28 |
**5,500 instruction-following QA pairs** scraped from Reddit communities with
|
| 29 |
strong Tunisian presence, filtered and ranked for technical relevance.
|
| 30 |
|
|
|
|
| 81 |
## Citation
|
| 82 |
|
| 83 |
```bibtex
|
| 84 |
+
@dataset{tunisian_tech_qa_2026,
|
| 85 |
title={Reddit Tunisia Tech QA},
|
| 86 |
author={TunisIA-Co-Lab},
|
| 87 |
+
year={2026},
|
| 88 |
url={https://huggingface.co/datasets/Farah21/Tunisia_Tech}
|
| 89 |
}
|
| 90 |
```
|