Aloka commited on
Commit
860d6ab
·
1 Parent(s): 5ffcf25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -17
README.md CHANGED
@@ -1,37 +1,36 @@
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/<br/>
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
- '''
18
- army----|--Sinhala
19
- |--English
20
- |--Tamil
21
- |--armynews_english_sinhala.txt
22
- |--armynews_english_tamil.txt
23
- |--armynews_sinhala_tamil.txt
24
-
25
- '''
26
 
 
 
 
 
 
 
 
 
27
  Sinhala/English/Tamil - contain the crawled data for the respective news source
28
  army_news_english_sinhala.txt - contains the annotated aligned documents between English and Sinhala languages.
29
  armynews_english_tamil.txt - contains the annotated aligned documents between English and Tamil languages.
30
  armynews_sinhala_tamil.txt - contains the annotated aligned documents between Sinhala and Tamil languages.
31
 
32
- Citation Information
 
33
 
34
- '''bibtext
35
  @article{fernando2022exploiting,
36
  title={Exploiting bilingual lexicons to improve multilingual embedding-based document and sentence alignment for low-resource languages},
37
  author={Fernando, Aloka and Ranathunga, Surangika and Sachintha, Dilan and Piyarathna, Lakmali and Rajitha, Charith},
@@ -40,6 +39,5 @@ Citation Information
40
  year={2022},
41
  publisher={Springer}
42
  }
43
- '''
44
 
45
 
 
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/<br/>
7
+ Hiru -http://www.hirunews.lk.<br/>
8
+ ITN - https://www.newsfirst.lk/<br/>
9
+ Newsfirst -https://www.itnnews.lk<br/>
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
 
18
+ army
19
+ |--Sinhala
20
+ |--English
21
+ |--Tamil
22
+ |--armynews_english_sinhala.txt
23
+ |--armynews_english_tamil.txt
24
+ |--armynews_sinhala_tamil.txt
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
 
 
34
  @article{fernando2022exploiting,
35
  title={Exploiting bilingual lexicons to improve multilingual embedding-based document and sentence alignment for low-resource languages},
36
  author={Fernando, Aloka and Ranathunga, Surangika and Sachintha, Dilan and Piyarathna, Lakmali and Rajitha, Charith},
 
39
  year={2022},
40
  publisher={Springer}
41
  }
 
42
 
43