LisaY commited on
Commit
7beef30
·
verified ·
1 Parent(s): 8bd217e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -13
README.md CHANGED
@@ -1,13 +1,25 @@
1
- ---
2
- configs:
3
- - config_name: omamedia
4
- data_files: "omamedia.json"
5
- - config_name: vepkar
6
- data_files: "vepkar.json"
7
- - config_name: wikipedia
8
- data_files: "wikipedia.json"
9
- - config_name: ylefi
10
- data_files: "ylefi.json"
11
- ---
12
- license: mit
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: omamedia
4
+ data_files: "omamedia.json"
5
+ - config_name: vepkar
6
+ data_files: "vepkar.json"
7
+ - config_name: wikipedia
8
+ data_files: "wikipedia.json"
9
+ - config_name: ylefi
10
+ data_files: "ylefi.json"
11
+ ---
12
+ license: mit
13
+ ---
14
+
15
+ Please cite the following paper if you use these datasets in your work:
16
+ ```
17
+ @inproceedings{
18
+ pashchenko2024paragraphlevel,
19
+ title={Paragraph-Level Machine Translation for Low-Resource Finno-Ugric Languages},
20
+ author={Dmytro Pashchenko and Lisa Yankovskaya and Mark Fishel},
21
+ booktitle={The Joint 25th Nordic Conference on Computational Linguistics and 11th Baltic Conference on Human Language Technologies},
22
+ year={2024},
23
+ url={https://openreview.net/forum?id=uTFJsQpNZk}
24
+ }
25
+ ```