Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -21,12 +21,27 @@ configs:
|
|
21 |
path: data/train-*
|
22 |
- split: test
|
23 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
|
|
26 |
|
27 |
# ATHAR: A High-Quality and Diverse Dataset for Classical Arabic to English Translation
|
28 |
|
29 |
-
> Welcome to
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
|
32 |
<!--  -->
|
@@ -47,6 +62,19 @@ configs:
|
|
47 |
-->
|
48 |
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
## Citation
|
51 |
|
52 |
```
|
|
|
21 |
path: data/train-*
|
22 |
- split: test
|
23 |
path: data/test-*
|
24 |
+
task_categories:
|
25 |
+
- translation
|
26 |
+
language:
|
27 |
+
- ar
|
28 |
+
- en
|
29 |
+
pretty_name: ATHAR
|
30 |
+
size_categories:
|
31 |
+
- 10K<n<100K
|
32 |
---
|
33 |
|
34 |
+
# Dataset Card for "ATHAR"
|
35 |
|
36 |
# ATHAR: A High-Quality and Diverse Dataset for Classical Arabic to English Translation
|
37 |
|
38 |
+
> Welcome to ATHAR Dataset
|
39 |
+
|
40 |
+
<p align="center">
|
41 |
+
<!-- <img src="https://cdn-uploads.huggingface.co/production/uploads/64af7c627ab7586520ed8688/SwkKk3Z6kT5VZ3Oj-bVMC.jpeg" width = "150px"/> -->
|
42 |
+
<p align="center"> [ <a href="https://arxiv.org/abs/2407.19835">Paper</a> ]<!-- - <a href="https://github.com/ARBML/CIDAR">GitHub</a> ]</p> -->
|
43 |
+
|
44 |
+
</p>
|
45 |
|
46 |
|
47 |
<!--  -->
|
|
|
62 |
-->
|
63 |
|
64 |
|
65 |
+
## Overview
|
66 |
+
|
67 |
+
The ATHAR dataset is a comprehensive collection of classical Arabic texts translated into English. This dataset contains approximately 66,000 rows of translated texts, including the original Classical Arabic texts and their English translations.
|
68 |
+
|
69 |
+
|
70 |
+
|
71 |
+
|
72 |
+
|
73 |
+
|
74 |
+
|
75 |
+
|
76 |
+
|
77 |
+
|
78 |
## Citation
|
79 |
|
80 |
```
|