deshanksuman commited on
Commit
f141f0b
·
verified ·
1 Parent(s): 8ed9e15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +92 -81
README.md CHANGED
@@ -1,82 +1,93 @@
1
- # Sinhala Romanized Dataset
2
-
3
- This dataset contains Sinhala text with romanized (transliterated) versions, created using publicly available Sinhala data sources.
4
-
5
- ## Dataset Description
6
-
7
- The Augmented Sinhala to Romanized Sinhala Dataset provides paired examples of Sinhala text and their corresponding romanized transliterations. This dataset aims to facilitate research in Sinhala language processing, particularly for applications that require romanized representations of Sinhala text.
8
-
9
- ## Sources
10
-
11
- The data was compiled from the following publicly available datasets:
12
- - [SemiSOLD](https://huggingface.co/datasets/sinhala-nlp/SemiSOLD)
13
- - [Sinhala Sentiment Analysis Dataset](https://huggingface.co/datasets/sinhala-nlp/sinhala-sentiment-analysis)
14
- - [NSINA](https://huggingface.co/datasets/sinhala-nlp/NSINA)
15
-
16
- ## Transliteration
17
-
18
- The romanized (transliterated) version of the Sinhala text was generated using a standardized transliteration process.
19
- The transliteration follows standard patterns for converting Sinhala characters to Roman script.
20
-
21
- **Note**: This dataset uses standardized transliteration patterns and does not capture ad hoc transliterations
22
- that might be used in informal contexts.
23
-
24
- ## Usage
25
-
26
- ```python
27
- from datasets import load_dataset
28
-
29
- # Load the dataset
30
- dataset = load_dataset("deshanksuman/Augmented_SinhalatoRomanizedSinhala_Dataset")
31
-
32
- # Example usage
33
- for example in dataset['train'][:5]:
34
- print(f"Sinhala: {example['sinhala_text']}")
35
- print(f"Romanized: {example['romanized_text']}")
36
- print("---")
37
- ```
38
-
39
- ## Citation
40
-
41
- If you use this dataset in your research, please cite:
42
-
43
- ```bibtex
44
- @misc{suman2025augmentedsinhala,
45
- author = {Deshan Sumanathilaka},
46
- title = {Augmented Sinhala to Romanized Sinhala Dataset},
47
- year = {2025},
48
- publisher = {Hugging Face},
49
- howpublished = {\url{https://huggingface.co/datasets/deshanksuman/Augmented_SinhalatoRomanizedSinhala_Dataset}}
50
- }
51
- ```
52
-
53
- Please also cite the original sources as appropriate:
54
-
55
- - SemiSOLD dataset:
56
- ```bibtex
57
- @article{ranasinghe2022sold,
58
- title={SOLD: Sinhala Offensive Language Dataset},
59
- author={Ranasinghe, Tharindu and Anuradha, Isuri and Premasiri, Damith and Silva, Kanishka and Hettiarachchi, Hansi and Uyangodage, Lasitha and Zampieri, Marcos},
60
- journal={arXiv preprint arXiv:2212.00851},
61
- year={2022}
62
- }
63
- ```
64
-
65
- - NSINA dataset:
66
- ```bibtex
67
- @inproceedings{Nsina2024,
68
- author={Hettiarachchi, Hansi and Premasiri, Damith and Uyangodage, Lasitha and Ranasinghe, Tharindu},
69
- title={{NSINA: A News Corpus for Sinhala}},
70
- booktitle={The 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
71
- year={2024},
72
- month={May},
73
- }
74
- ```
75
-
76
- ## License
77
-
78
- This dataset is released under the same licenses as the original source datasets. Please refer to the original datasets for specific licensing information.
79
-
80
- ## Acknowledgements
81
-
 
 
 
 
 
 
 
 
 
 
 
82
  We thank the creators of the original datasets for making their data publicly available.
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - translation
5
+ language:
6
+ - si
7
+ tags:
8
+ - transliteration
9
+ size_categories:
10
+ - 1M<n<10M
11
+ ---
12
+ # Sinhala Romanized Dataset
13
+
14
+ This dataset contains Sinhala text with romanized (transliterated) versions, created using publicly available Sinhala data sources.
15
+
16
+ ## Dataset Description
17
+
18
+ The Augmented Sinhala to Romanized Sinhala Dataset provides paired examples of Sinhala text and their corresponding romanized transliterations. This dataset aims to facilitate research in Sinhala language processing, particularly for applications that require romanized representations of Sinhala text.
19
+
20
+ ## Sources
21
+
22
+ The data was compiled from the following publicly available datasets:
23
+ - [SemiSOLD](https://huggingface.co/datasets/sinhala-nlp/SemiSOLD)
24
+ - [Sinhala Sentiment Analysis Dataset](https://huggingface.co/datasets/sinhala-nlp/sinhala-sentiment-analysis)
25
+ - [NSINA](https://huggingface.co/datasets/sinhala-nlp/NSINA)
26
+
27
+ ## Transliteration
28
+
29
+ The romanized (transliterated) version of the Sinhala text was generated using a standardized transliteration process.
30
+ The transliteration follows standard patterns for converting Sinhala characters to Roman script.
31
+
32
+ **Note**: This dataset uses standardized transliteration patterns and does not capture ad hoc transliterations
33
+ that might be used in informal contexts.
34
+
35
+ ## Usage
36
+
37
+ ```python
38
+ from datasets import load_dataset
39
+
40
+ # Load the dataset
41
+ dataset = load_dataset("deshanksuman/Augmented_SinhalatoRomanizedSinhala_Dataset")
42
+
43
+ # Example usage
44
+ for example in dataset['train'][:5]:
45
+ print(f"Sinhala: {example['sinhala_text']}")
46
+ print(f"Romanized: {example['romanized_text']}")
47
+ print("---")
48
+ ```
49
+
50
+ ## Citation
51
+
52
+ If you use this dataset in your research, please cite:
53
+
54
+ ```bibtex
55
+ @misc{suman2025augmentedsinhala,
56
+ author = {Deshan Sumanathilaka},
57
+ title = {Augmented Sinhala to Romanized Sinhala Dataset},
58
+ year = {2025},
59
+ publisher = {Hugging Face},
60
+ howpublished = {\url{https://huggingface.co/datasets/deshanksuman/Augmented_SinhalatoRomanizedSinhala_Dataset}}
61
+ }
62
+ ```
63
+
64
+ Please also cite the original sources as appropriate:
65
+
66
+ - SemiSOLD dataset:
67
+ ```bibtex
68
+ @article{ranasinghe2022sold,
69
+ title={SOLD: Sinhala Offensive Language Dataset},
70
+ author={Ranasinghe, Tharindu and Anuradha, Isuri and Premasiri, Damith and Silva, Kanishka and Hettiarachchi, Hansi and Uyangodage, Lasitha and Zampieri, Marcos},
71
+ journal={arXiv preprint arXiv:2212.00851},
72
+ year={2022}
73
+ }
74
+ ```
75
+
76
+ - NSINA dataset:
77
+ ```bibtex
78
+ @inproceedings{Nsina2024,
79
+ author={Hettiarachchi, Hansi and Premasiri, Damith and Uyangodage, Lasitha and Ranasinghe, Tharindu},
80
+ title={{NSINA: A News Corpus for Sinhala}},
81
+ booktitle={The 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
82
+ year={2024},
83
+ month={May},
84
+ }
85
+ ```
86
+
87
+ ## License
88
+
89
+ This dataset is released under the same licenses as the original source datasets. Please refer to the original datasets for specific licensing information.
90
+
91
+ ## Acknowledgements
92
+
93
  We thank the creators of the original datasets for making their data publicly available.