aplycaebous commited on
Commit
d160f5b
·
verified ·
1 Parent(s): a9d8879

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text2text-generation
5
+ language:
6
+ - bn
7
+ pretty_name: BanglaTLit
8
+ size_categories:
9
+ - 10K<n<100K
10
+ ---
11
+
12
+ # BanglaTLit: A Benchmark Dataset for Back-Transliteration of Romanized Bangla
13
+
14
+ [![arXiv](https://img.shields.io/badge/Code-farhanishmam/BanTH-blue?logo=GitHub)](https://github.com/farhanishmam/BanglaTLit)
15
+
16
+ ## Dataset Overview
17
+
18
+ - **BanglaTLit-PT:** A pre-training corpus with 245727 transliterated or romanized Bangla samples for further pre-training language models.
19
+ - **BanglaTLit:** Subset of the BanglaTLit-PT dataset containing 42705 romanized Bangla and its corresponding Bangla back-transliteration pairs.
20
+
21
+ ## Data Description
22
+
23
+ | **Column Title** | **Description** |
24
+ |----------------------|----------------------------------------------------------------------------------|
25
+ | `id` | A unique identifier for each data point in the dataset. |
26
+ | `text_transliterated`| The transliterated (romanized) Bengali text input that needs to be back-transliterated. |
27
+ | `text_bengali` | The corresponding Bengali text that is the correct back-transliteration output. |
28
+
29
+ ## Summary Statistics
30
+
31
+ | Statistic | Transliterated | Back-Transliterated |
32
+ |-------------------------|-------|-------|
33
+ | Mean Character Length | 59.24 | 58.28 |
34
+ | Max Character Length | 1406 | 1347 |
35
+ | Min Character Length | 3 | 4 |
36
+ | Mean Word Count | 10.35 | 10.51 |
37
+ | Max Word Count | 212 | 226 |
38
+ | Min Word Count | 2 | 2 |
39
+ | Unique Word Count | 81848 | 60644 |
40
+ | Unique Sentence Count | 42705 | 42471 |