Datasets:
cjvt
/

matejklemen commited on
Commit
97139a9
1 Parent(s): 8adda2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -1
README.md CHANGED
@@ -1,3 +1,82 @@
1
  ---
2
- license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ - found
5
+ language:
6
+ - en
7
+ - sl
8
+ language_creators:
9
+ - crowdsourced
10
+ license:
11
+ - cc-by-sa-4.0
12
+ multilinguality:
13
+ - translation
14
+ pretty_name: RSDO4 en-sl parallel corpus
15
+ size_categories:
16
+ - 100K<n<1M
17
+ source_datasets: []
18
+ tags:
19
+ - parallel data
20
+ - rsdo
21
+ task_categories:
22
+ - translation
23
+ - text2text-generation
24
+ - text-generation
25
+ task_ids: []
26
  ---
27
+
28
+ # Dataset Card for RSDO4 en-sl parallel corpus
29
+
30
+ ### Dataset Summary
31
+
32
+ The RSDO4 parallel corpus of English-Slovene and Slovene-English translation pairs was collected as part of work package 4 of the Slovene in the Digital Environment project. It contains texts collected from public institutions and texts submitted by individual donors through the text collection portal created within the project. The corpus consists of 964433 translation pairs (extracted from standard translation formats (TMX, XLIFF) or manually aligned) in randomized order which can be used for machine translation training.
33
+
34
+ ### Supported Tasks and Leaderboards
35
+
36
+ Machine translation.
37
+
38
+ ### Languages
39
+
40
+ English, Slovenian.
41
+
42
+ ## Dataset Structure
43
+
44
+ ### Data Instances
45
+
46
+ A sample instance from the dataset:
47
+ ```
48
+ {
49
+ 'en_seq': 'the total value of its assets exceeds EUR 30000000000;',
50
+ 'sl_seq': 'skupna vrednost njenih sredstev presega 30000000000 EUR'
51
+ }
52
+ ```
53
+
54
+ ### Data Fields
55
+
56
+ - `en_seq`: a string containing the English sequence;
57
+ - `sl_seq`: a string containing the Slovene sequence.
58
+
59
+ ## Additional Information
60
+
61
+ ### Dataset Curators
62
+
63
+ Andraž Repar and Iztok Lebar Bajec.
64
+
65
+ ### Licensing Information
66
+
67
+ CC BY-SA 4.0.
68
+
69
+ ### Citation Information
70
+
71
+ ```
72
+ @misc{rsdo4_en_sl,
73
+ title = {Parallel corpus {EN}-{SL} {RSDO4} 1.0},
74
+ author = {Repar, Andra{\v z} and Lebar Bajec, Iztok},
75
+ url = {http://hdl.handle.net/11356/1457},
76
+ year = {2021}
77
+ }
78
+ ```
79
+
80
+ ### Contributions
81
+
82
+ Thanks to [@matejklemen](https://github.com/matejklemen) for adding this dataset.