Aloka commited on
Commit
70d64a1
·
1 Parent(s): a13a3d2

readme content updated

Browse files
Files changed (1) hide show
  1. README.md +46 -3
README.md CHANGED
@@ -1,3 +1,46 @@
1
- ---
2
- license: afl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### **Dataset summary**
2
+ This is a gold-standard benchmark dataset for sentence alignment, between Sinhala-English-Tamil languages. Data had been crawled from the following news websites. The aligned documents annotated in the dataset NLPC-UOM/document_alignment_dataset-Sinhala-Tamil-English had been considered to annotate the aligned sentences.
3
+
4
+ Army - https://www.army.lk/<br/>
5
+ Hiru -http://www.hirunews.lk<br/>
6
+ ITN - https://www.newsfirst.lk<br/>
7
+ Newsfirst -https://www.itnnews.lk<br/>
8
+
9
+ The aligned documents have been manually annotated.
10
+
11
+ ### **Dataset**
12
+ The folder structure for each news source is as follows.
13
+
14
+ si-en<br/>
15
+ |--army<br/>
16
+ |--Sinhala<br/>
17
+ |--English<br/>
18
+ |--army.si-en<br/>
19
+ |--hiru<br/>
20
+ |--Sinhala<br/>
21
+ |--English<br/>
22
+ |--hiru.si-en<br/>
23
+ |--itn<br/>
24
+ |--Sinhala<br/>
25
+ |--English<br/>
26
+ |--itn.si-en<br/>
27
+ |--newsfirst<br/>
28
+ |--Sinhala<br/>
29
+ |--English<br/>
30
+ |--newsfirst.si-en<br/>
31
+ ta-en<br/>
32
+ si-ta<br/>
33
+
34
+ Sinhala/English/Tamil - contain the aligned documents in the two languages with respective to the news source (army/hiru/itn/newsfirst)
35
+ army.si-en - golden aligned sentence alignment. Each sentence is referenced according to the languageprefix_fileid_sentenceId.
36
+
37
+
38
+ Citation Information
39
+ @article{fernando2022exploiting,<br/>
40
+ title={Exploiting bilingual lexicons to improve multilingual embedding-based document and sentence alignment for low-resource languages},<br/>
41
+ author={Fernando, Aloka and Ranathunga, Surangika and Sachintha, Dilan and Piyarathna, Lakmali and Rajitha, Charith},<br/>
42
+ journal={Knowledge and Information Systems},<br/>
43
+ pages={1--42},<br/>
44
+ year={2022},<br/>
45
+ publisher={Springer}<br/>
46
+ }