sfrontull commited on
Commit
dce63b4
·
verified ·
1 Parent(s): 73cecbb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - translation
4
+ language:
5
+ - it
6
+ - lld
7
+ size_categories:
8
+ - n<1K
9
+ ---
10
+
11
+ # Dataset Card: Testset 2
12
+
13
+ ## Overview
14
+
15
+ **Dataset Name**: Testset 2
16
+
17
+ **Source Paper**: ["Rule-Based, Neural and LLM Back-Translation: Comparative Insights from a Variant of Ladin"](https://arxiv.org/abs/2407.08819)
18
+
19
+ **Description**:
20
+ Testset 1 consists of parallel sentences in Ladin and Italian. The dataset contains two separate files with aligned sentences. Each line in the Ladin file corresponds to the same line number in the Italian file, providing a straightforward mapping between the languages.
21
+
22
+ ## Dataset Structure
23
+
24
+ - **Files**:
25
+ - `autonomia-lvb.txt`: Contains Ladin sentences, one per line.
26
+ - `autonomia-ita.txt`: Contains the Italian translation of the corresponding Ladin sentences, one per line.
27
+
28
+ ## Format
29
+
30
+ - **File Type**: Plain text
31
+ - **Encoding**: UTF-8
32
+ - **Sentence Alignment**: 1-to-1
33
+
34
+ ## Citation
35
+
36
+ If you use this dataset, please cite the following paper:
37
+
38
+ ```bibtex
39
+ @article{Frontull:Moser:2024,
40
+ title={Rule-Based, Neural and LLM Back-Translation: Comparative Insights from a Variant of Ladin},
41
+ author={Frontull, Samuel and Moser, Georg},
42
+ journal={arXiv preprint arXiv:2407.08819},
43
+ year={2024}
44
+ }