Aloka commited on
Commit
18690ae
·
1 Parent(s): 32d5fde

update readme contents.

Browse files
Files changed (1) hide show
  1. README.md +43 -19
README.md CHANGED
@@ -1,19 +1,43 @@
1
- annotations_creators: []
2
- language_creators: []
3
- languages:
4
- - si
5
- - en
6
- - ta
7
-
8
- licenses: [afl-3.0]
9
- multilinguality:
10
- - multilingual
11
- pretty_name: ''
12
- size_categories: []
13
- source_datasets: []
14
-
15
- The following is the tag scheme.
16
- * Sentiment - Positive, Negative, Neutral, Conflict
17
- * Language ID - Sinhala, English, Sin-Eng, Eng-Sin, Mixed, Named-Entity, Symbol
18
-
19
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Dataset summary
2
+
3
+ This is a gold-standard benchmark dataset for document alignment, between Sinhala-English-Tamil languages.
4
+ Data had been crawled from the following news websites.
5
+
6
+ Army - https://www.army.lk/
7
+ Hiru -http://www.hirunews.lk.
8
+ ITN - https://www.newsfirst.lk/
9
+ Newsfirst -https://www.itnnews.lk.
10
+
11
+ The aligned documents have been manually annotated.
12
+
13
+ Dataset
14
+
15
+ The folder structure for each news source is as follows.
16
+
17
+ army----|--Sinhala
18
+ |--English
19
+ |--Tamil
20
+ |--armynews_english_sinhala.txt
21
+ |--armynews_english_tamil.txt
22
+ |--armynews_sinhala_tamil.txt
23
+
24
+
25
+
26
+ Sinhala/English/Tamil - contain the crawled data for the respective news source
27
+ army_news_english_sinhala.txt - contains the annotated aligned documents between English and Sinhala languages.
28
+ armynews_english_tamil.txt - contains the annotated aligned documents between English and Tamil languages.
29
+ armynews_sinhala_tamil.txt - contains the annotated aligned documents between Sinhala and Tamil languages.
30
+
31
+ Citation Information
32
+
33
+ @article{fernando2022exploiting,
34
+ title={Exploiting bilingual lexicons to improve multilingual embedding-based document and sentence alignment for low-resource languages},
35
+ author={Fernando, Aloka and Ranathunga, Surangika and Sachintha, Dilan and Piyarathna, Lakmali and Rajitha, Charith},
36
+ journal={Knowledge and Information Systems},
37
+ pages={1--42},
38
+ year={2022},
39
+ publisher={Springer}
40
+ }
41
+
42
+
43
+