Datasets:

ArXiv:
Tags:
File size: 3,029 Bytes
d5e18ac
 
6eacf49
 
 
 
 
 
 
 
 
5b00977
 
 
4bed458
 
 
5b00977
 
dc663d6
 
 
 
 
 
 
 
 
cb17579
 
 
6550125
 
 
cb17579
 
e10f4bc
 
 
 
 
 
 
 
 
 
 
 
8716f8f
e10f4bc
 
d5e18ac
 
 
137c897
 
40508e1
 
d5e18ac
40508e1
 
 
137c897
 
 
40508e1
 
ee4d902
 
 
 
 
 
 
 
 
cec6f70
 
 
a30b0a4
 
 
cec6f70
 
d5e18ac
6eacf49
 
5b00977
 
4bed458
 
dc663d6
 
cb17579
 
6550125
 
e10f4bc
 
 
 
d5e18ac
 
40508e1
 
137c897
 
ee4d902
 
cec6f70
 
a30b0a4
 
d5e18ac
 
 
4cee1a0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
---
dataset_info:
- config_name: cs-en
  features:
  - name: translation
    struct:
    - name: cs
      dtype: string
    - name: en
      dtype: string
  splits:
  - name: train
    num_bytes: 3432181
    num_examples: 12076
  - name: validation
    num_bytes: 318813
    num_examples: 1002
  download_size: 0
  dataset_size: 3750994
- config_name: de-en
  features:
  - name: translation
    struct:
    - name: de
      dtype: string
    - name: en
      dtype: string
  splits:
  - name: train
    num_bytes: 4108729
    num_examples: 14211
  - name: validation
    num_bytes: 329855
    num_examples: 1002
  download_size: 0
  dataset_size: 4438584
- config_name: is-en
  features:
  - name: translation
    struct:
    - name: is
      dtype: string
    - name: en
      dtype: string
  splits:
  - name: train
    num_bytes: 554190
    num_examples: 2009
  download_size: 0
  dataset_size: 554190
- config_name: ru-en
  features:
  - name: translation
    struct:
    - name: ru
      dtype: string
    - name: en
      dtype: string
  splits:
  - name: train
    num_bytes: 5427552
    num_examples: 15000
  - name: validation
    num_bytes: 442271
    num_examples: 1002
  download_size: 0
  dataset_size: 5869823
- config_name: zh-en
  features:
  - name: translation
    struct:
    - name: zh
      dtype: string
    - name: en
      dtype: string
  splits:
  - name: train
    num_bytes: 4700299
    num_examples: 15406
  - name: validation
    num_bytes: 285969
    num_examples: 1002
  download_size: 0
  dataset_size: 4986268
configs:
- config_name: cs-en
  data_files:
  - split: train
    path: cs-en/train-*
  - split: validation
    path: cs-en/validation-*
- config_name: de-en
  data_files:
  - split: train
    path: de-en/train-*
  - split: validation
    path: de-en/validation-*
- config_name: is-en
  data_files:
  - split: train
    path: is-en/train-*
- config_name: ru-en
  data_files:
  - split: train
    path: ru-en/train-*
  - split: validation
    path: ru-en/validation-*
- config_name: zh-en
  data_files:
  - split: train
    path: zh-en/train-*
  - split: validation
    path: zh-en/validation-*
---
# Dataset Card for "ALMA-Human-Parallel"

This is human-written parallel dataset used by [ALMA](https://arxiv.org/abs/2309.11674) translation models.

```
@misc{xu2023paradigm,
      title={A Paradigm Shift in Machine Translation: Boosting Translation Performance of Large Language Models}, 
      author={Haoran Xu and Young Jin Kim and Amr Sharaf and Hany Hassan Awadalla},
      year={2023},
      eprint={2309.11674},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
```

```
@misc{xu2024contrastive,
      title={Contrastive Preference Optimization: Pushing the Boundaries of LLM Performance in Machine Translation}, 
      author={Haoran Xu and Amr Sharaf and Yunmo Chen and Weiting Tan and Lingfeng Shen and Benjamin Van Durme and Kenton Murray and Young Jin Kim},
      year={2024},
      eprint={2401.08417},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
```