PyTorch
Romanian
llama
Eval Results
File size: 17,227 Bytes
6de56f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
---
license: llama2
language:
- ro
base_model: meta-llama/Llama-2-7b-hf
model-index:
- name: OpenLLM-Ro/RoLlama2-7b-Base-2024-05-14
  results:
  - task:
      type: text-generation
    dataset:
      name: Romanian_Academic_Benchmarks
      type: Romanian_Academic_Benchmarks
    metrics:
    - name: Average accuracy
      type: accuracy
      value: 38.03
  - task:
      type: text-generation
    dataset:
      name: OpenLLM-Ro/ro_arc_challenge
      type: OpenLLM-Ro/ro_arc_challenge
    metrics:
    - name: Average accuracy
      type: accuracy
      value: 37.95
  - task:
      type: text-generation
    dataset:
      name: OpenLLM-Ro/ro_mmlu
      type: OpenLLM-Ro/ro_mmlu
    metrics:
    - name: Average accuracy
      type: accuracy
      value: 27.22
  - task:
      type: text-generation
    dataset:
      name: OpenLLM-Ro/ro_winogrande
      type: OpenLLM-Ro/ro_winogrande
    metrics:
    - name: Average accuracy
      type: accuracy
      value: 59.29
  - task:
      type: text-generation
    dataset:
      name: OpenLLM-Ro/ro_hellaswag
      type: OpenLLM-Ro/ro_hellaswag
    metrics:
    - name: Average accuracy
      type: accuracy
      value: 57.22
  - task:
      type: text-generation
    dataset:
      name: OpenLLM-Ro/ro_gsm8k
      type: OpenLLM-Ro/ro_gsm8k
    metrics:
    - name: Average accuracy
      type: accuracy
      value: 2.53
  - task:
      type: text-generation
    dataset:
      name: OpenLLM-Ro/ro_truthfulqa
      type: OpenLLM-Ro/ro_truthfulqa
    metrics:
    - name: Average accuracy
      type: accuracy
      value: 44
  - task:
      type: text-generation
    dataset:
      name: LaRoSeDa_binary
      type: LaRoSeDa_binary
    metrics:
    - name: Average macro-f1
      type: macro-f1
      value: 83.25
  - task:
      type: text-generation
    dataset:
      name: LaRoSeDa_multiclass
      type: LaRoSeDa_multiclass
    metrics:
    - name: Average macro-f1
      type: macro-f1
      value: 61.04
  - task:
      type: text-generation
    dataset:
      name: LaRoSeDa_binary_finetuned
      type: LaRoSeDa_binary_finetuned
    metrics:
    - name: Average macro-f1
      type: macro-f1
      value: 98.97
  - task:
      type: text-generation
    dataset:
      name: LaRoSeDa_multiclass_finetuned
      type: LaRoSeDa_multiclass_finetuned
    metrics:
    - name: Average macro-f1
      type: macro-f1
      value: 87.72
  - task:
      type: text-generation
    dataset:
      name: WMT_EN-RO
      type: WMT_EN-RO
    metrics:
    - name: Average bleu
      type: bleu
      value: 10.01
  - task:
      type: text-generation
    dataset:
      name: WMT_RO-EN
      type: WMT_RO-EN
    metrics:
    - name: Average bleu
      type: bleu
      value: 13.03
  - task:
      type: text-generation
    dataset:
      name: WMT_EN-RO_finetuned
      type: WMT_EN-RO_finetuned
    metrics:
    - name: Average bleu
      type: bleu
      value: 27.85
  - task:
      type: text-generation
    dataset:
      name: WMT_RO-EN_finetuned
      type: WMT_RO-EN_finetuned
    metrics:
    - name: Average bleu
      type: bleu
      value: 39.3
  - task:
      type: text-generation
    dataset:
      name: XQuAD
      type: XQuAD
    metrics:
    - name: Average exact_match
      type: exact_match
      value: 30.15
  - task:
      type: text-generation
    dataset:
      name: XQuAD
      type: XQuAD
    metrics:
    - name: Average f1
      type: f1
      value: 47.03
  - task:
      type: text-generation
    dataset:
      name: XQuAD_finetuned
      type: XQuAD_finetuned
    metrics:
    - name: Average exact_match
      type: exact_match
      value: 67.06
  - task:
      type: text-generation
    dataset:
      name: XQuAD_finetuned
      type: XQuAD_finetuned
    metrics:
    - name: Average f1
      type: f1
      value: 79.96
  - task:
      type: text-generation
    dataset:
      name: STS
      type: STS
    metrics:
    - name: Average spearman
      type: spearman
      value: 7.89
  - task:
      type: text-generation
    dataset:
      name: STS
      type: STS
    metrics:
    - name: Average pearson
      type: pearson
      value: 7.98
  - task:
      type: text-generation
    dataset:
      name: STS_finetuned
      type: STS_finetuned
    metrics:
    - name: Average spearman
      type: spearman
      value: 71.75
  - task:
      type: text-generation
    dataset:
      name: STS_finetuned
      type: STS_finetuned
    metrics:
    - name: Average pearson
      type: pearson
      value: 71.99
  - task:
      type: text-generation
    dataset:
      name: OpenLLM-Ro/ro_arc_challenge
      type: OpenLLM-Ro/ro_arc_challenge
    metrics:
    - name: 0-shot
      type: accuracy
      value: 35.56
    - name: 1-shot
      type: accuracy
      value: 36.42
    - name: 3-shot
      type: accuracy
      value: 38.56
    - name: 5-shot
      type: accuracy
      value: 38.39
    - name: 10-shot
      type: accuracy
      value: 39.07
    - name: 25-shot
      type: accuracy
      value: 39.67
  - task:
      type: text-generation
    dataset:
      name: OpenLLM-Ro/ro_mmlu
      type: OpenLLM-Ro/ro_mmlu
    metrics:
    - name: 0-shot
      type: accuracy
      value: 25.82
    - name: 1-shot
      type: accuracy
      value: 25.48
    - name: 3-shot
      type: accuracy
      value: 27.61
    - name: 5-shot
      type: accuracy
      value: 29.96
  - task:
      type: text-generation
    dataset:
      name: OpenLLM-Ro/ro_winogrande
      type: OpenLLM-Ro/ro_winogrande
    metrics:
    - name: 0-shot
      type: accuracy
      value: 58.72
    - name: 1-shot
      type: accuracy
      value: 58.88
    - name: 3-shot
      type: accuracy
      value: 60.38
    - name: 5-shot
      type: accuracy
      value: 59.19
  - task:
      type: text-generation
    dataset:
      name: OpenLLM-Ro/ro_hellaswag
      type: OpenLLM-Ro/ro_hellaswag
    metrics:
    - name: 0-shot
      type: accuracy
      value: 55.85
    - name: 1-shot
      type: accuracy
      value: 57.06
    - name: 3-shot
      type: accuracy
      value: 57.52
    - name: 5-shot
      type: accuracy
      value: 57.89
    - name: 10-shot
      type: accuracy
      value: 57.79
  - task:
      type: text-generation
    dataset:
      name: OpenLLM-Ro/ro_gsm8k
      type: OpenLLM-Ro/ro_gsm8k
    metrics:
    - name: 0-shot
      type: accuracy
      value: 0
    - name: 1-shot
      type: accuracy
      value: 2.96
    - name: 3-shot
      type: accuracy
      value: 4.62
  - task:
      type: text-generation
    dataset:
      name: LaRoSeDa_binary
      type: LaRoSeDa_binary
    metrics:
    - name: 0-shot
      type: macro-f1
      value: 42.78
    - name: 1-shot
      type: macro-f1
      value: 98
    - name: 3-shot
      type: macro-f1
      value: 95.13
    - name: 5-shot
      type: macro-f1
      value: 97.07
  - task:
      type: text-generation
    dataset:
      name: LaRoSeDa_multiclass
      type: LaRoSeDa_multiclass
    metrics:
    - name: 0-shot
      type: macro-f1
      value: 46.41
    - name: 1-shot
      type: macro-f1
      value: 67.36
    - name: 3-shot
      type: macro-f1
      value: 65.16
    - name: 5-shot
      type: macro-f1
      value: 65.23
  - task:
      type: text-generation
    dataset:
      name: WMT_EN-RO
      type: WMT_EN-RO
    metrics:
    - name: 0-shot
      type: bleu
      value: 4.45
    - name: 1-shot
      type: bleu
      value: 8.61
    - name: 3-shot
      type: bleu
      value: 12.25
    - name: 5-shot
      type: bleu
      value: 14.73
  - task:
      type: text-generation
    dataset:
      name: WMT_RO-EN
      type: WMT_RO-EN
    metrics:
    - name: 0-shot
      type: bleu
      value: 1.29
    - name: 1-shot
      type: bleu
      value: 10.78
    - name: 3-shot
      type: bleu
      value: 16.82
    - name: 5-shot
      type: bleu
      value: 23.24
  - task:
      type: text-generation
    dataset:
      name: XQuAD_EM
      type: XQuAD_EM
    metrics:
    - name: 0-shot
      type: exact_match
      value: 5.29
    - name: 1-shot
      type: exact_match
      value: 33.95
    - name: 3-shot
      type: exact_match
      value: 39.24
    - name: 5-shot
      type: exact_match
      value: 42.1
  - task:
      type: text-generation
    dataset:
      name: XQuAD_F1
      type: XQuAD_F1
    metrics:
    - name: 0-shot
      type: f1
      value: 16.17
    - name: 1-shot
      type: f1
      value: 51.84
    - name: 3-shot
      type: f1
      value: 58.82
    - name: 5-shot
      type: f1
      value: 61.29
  - task:
      type: text-generation
    dataset:
      name: STS
      type: STS
    metrics:
    - name: 0-shot
      type: spearman
      value: -1.74
    - name: 1-shot
      type: spearman
      value: 15.47
    - name: 3-shot
      type: spearman
      value: 9.93
  - task:
      type: text-generation
    dataset:
      name: STS
      type: STS
    metrics:
    - name: 0-shot
      type: pearson
      value: -1.4
    - name: 1-shot
      type: pearson
      value: 15
    - name: 3-shot
      type: pearson
      value: 10.33
datasets:
- uonlp/CulturaX
---

# Model Card for Model ID

<!-- Provide a quick summary of what the model is/does. -->

RoLlama2 is a family of pretrained and fine-tuned generative text models for Romanian. This is the repository for the **foundational 7B model**. Links to other models can be found at the bottom of this page.

## Model Details

### Model Description

<!-- Provide a longer summary of what this model is. -->
OpenLLM represents the first open-source effort to build a LLM specialized for Romanian. OpenLLM-Ro developed and publicly releases a collection of Romanian LLMs, both in the form of foundational model and instruct and chat variants.


- **Developed by:** OpenLLM-Ro
<!-- - **Funded by [optional]:** [More Information Needed] -->
<!-- - **Shared by [optional]:** [More Information Needed] -->
<!-- - **Model type:** [More Information Needed] -->
- **Language(s):** Romanian
- **License:** Llama2 Community License Agreement
- **Continual pretrained from model:** [Llama-2-7b](https://huggingface.co/meta-llama/Llama-2-7b-hf)
- **Trained using:** [CulturaX](https://huggingface.co/datasets/uonlp/CulturaX)


### Model Sources

<!-- Provide the basic links for the model. -->

- **Repository:** https://github.com/OpenLLM-Ro/llama-recipes
- **Paper:** https://arxiv.org/abs/2406.18266

## Intended Use

### Intended Use Cases

RoLlama2 is intented for research use in Romanian. Base models can be adapted for a variety of natural language tasks while instruction and chat tuned models are intended for assistant-like chat.

### Out-of-Scope Use

<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->

Use in any manner that violates the license, any applicable laws or regluations, use in languages other than Romanian.



## How to Get Started with the Model

Use the code below to get started with the model.

```python
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Base-2024-05-14")
model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Base-2024-05-14")

input_text = "Mihai Eminescu a fost "
input_ids = tokenizer(input_text, return_tensors="pt")

outputs = model.generate(**input_ids, max_new_tokens=100)
print(tokenizer.decode(outputs[0]))
```

## Academic Benchmarks

<table>
<tbody>
<tr>
<td><strong>Model</strong></td>
<td><strong><center>Average</center></strong></td>
<td><strong><center>ARC</center></strong></td>
<td><strong><center>MMLU</center></strong></td>
<td><strong><center>Winogrande</center></strong></td>
<td><strong><center>Hellaswag</center></strong></td>
<td><strong><center>GSM8k</center></strong></td>
<td><strong><center>TruthfulQA</center></strong></td>
</tr>
<tr>
<td>Llama-2-7b</td><td><center>37.04</center></td><td><center>36.05</center></td><td><center><strong>33.66</strong></center></td><td><center>57.56</center></td><td><center>48.00</center></td><td><center><strong>4.75</strong></center></td><td><center>42.22</center></td>
</tr>
<tr>
<td><em>RoLlama2-7b-Base-2024-05-14</em></td><td><center><em><strong>38.03</strong></em></center></td><td><center><em><strong>37.95</strong></em></center></td><td><center><em>27.22</em></center></td><td><center><em><strong>59.29</strong></em></center></td><td><center><em><strong>57.22</strong></em></center></td><td><center><em>2.53</em></center></td><td><center><em><strong>44.00</strong></em></center></td>
</tr>
</tbody>
</table>

## Downstream Tasks


<table>
<tbody>
<tr>
<td></td>
<td colspan="4"><center><strong>LaRoSeDa</strong></center></td>
<td colspan="4"><center><strong>WMT</strong></center></td>
</tr>
<tr>
<td></td>
<td colspan="2"><center><strong>Few-shot</strong></center></td>
<td colspan="2"><center><strong>Finetuned</strong></center></td>
<td colspan="2"><center><strong>Few-shot</strong></center></td>
<td colspan="2"><center><strong>Finetuned</strong></center></td>
</tr>
<tr>
<td><strong>Model</strong></td>
<td><center><strong>Binary<br>(Macro F1)</strong></center></td>
<td><center><strong>Multiclass<br>(Macro F1)</strong></center></td>
<td><center><strong>Binary<br>(Macro F1)</strong></center></td>
<td><center><strong>Multiclass<br>(Macro F1)</strong></center></td>
<td><center><strong>EN-RO<br>(Bleu)</strong></center></td>
<td><center><strong>RO-EN<br>(Bleu)</strong></center></td>
<td><center><strong>EN-RO<br>(Bleu)</strong></center></td>
<td><center><strong>RO-EN<br>(Bleu)</strong></center>
</tr>
<tr>
<td>Llama-2-7b</td><td><center><strong>93.19</strong></center></td><td><center>54.11</center></td><td><center>98.43</center></td><td><center>87.22</center></td><td><center><strong>14.90</strong></center></td><td><center><strong>26.61</strong></center></td><td><center>24.95</center></td><td><center>39.09</center></td>
</tr>
<tr>
<td><em>RoLlama2-7b-Base-2024-05-14</em></td><td><center><em>83.25</em></center></td><td><center><em><strong>61.04</strong></em></center></td><td><center><em><strong>98.97</strong></em></center></td><td><center><em><strong>87.72</strong></em></center></td><td><center><em>10.01</em></center></td><td><center><em>13.03</em></center></td><td><center><em><strong>27.85</strong></em></center></td><td><center><em><strong>39.30</strong></em></center></td>
</tr>
</tbody>
</table>


<table>
<tbody>
<tr>
<td></td>
<td colspan="4"><center><strong>XQuAD</strong></center></td>
<td colspan="4"><center><strong>STS</strong></center></td>
</tr>
<tr>
<td></td>
<td colspan="2"><center><strong>Few-shot</strong></center></td>
<td colspan="2"><center><strong>Finetuned</strong></center></td>
<td colspan="2"><center><strong>Few-shot</strong></center></td>
<td colspan="2"><center><strong>Finetuned</strong></center></td>
</tr>
<tr>
<td><strong>Model</strong></td>
<td><center><strong>(EM)</strong></center></td>
<td><center><strong>(F1)</strong></center></td>
<td><center><strong>(EM)</strong></center></td>
<td><center><strong>(F1)</strong></center></td>
<td><center><strong>(Spearman)</strong></center></td>
<td><center><strong>(Pearson)</strong></center></td>
<td><center><strong>(Spearman)</strong></center></td>
<td><center><strong>(Pearson)</strong></center></td>
</tr>
<tr>
<td>Llama-2-7b</td><td><center><strong>38.91</strong></center></td><td><center><strong>56.82</strong></center></td><td><center>65.46</center></td><td><center>79.42</center></td><td><center><strong>9.08</strong></center></td><td><center><strong>9.07</strong></center></td><td><center><strong>79.93</strong></center></td><td><center><strong>81.08</strong></center></td>
</tr>
<tr>
<td><em>RoLlama2-7b-Base-2024-05-14</em></td><td><center><em>30.15</em></center></td><td><center><em>47.03</em></center></td><td><center><em><strong>67.06</strong></em></center></td><td><center><em><strong>79.96</strong></em></center></td><td><center><em>7.89</em></center></td><td><center><em>7.98</em></center></td><td><center><em>71.75</em></center></td><td><center><em>71.99</em></center></td>
</tr>
</tbody>
</table>


## RoLlama2 Model Family

| Model              | Link  |
|--------------------|:--------:|
|RoLlama2-7b-Base-2024-05-14 | [link](https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Base-2024-05-14)    |
|RoLlama2-7b-Instruct-2024-05-14 | [link](https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Instruct-2024-05-14)    |
|*RoLlama2-7b-Instruct-2024-10-09*| [link](https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Instruct-2024-10-09) |
|RoLlama2-7b-Instruct-DPO-2024-10-09| [link](https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Instruct-DPO-2024-10-09) |

## Citation 

```
@misc{masala2024vorbecstiromanecsterecipetrain,
      title={"Vorbe\c{s}ti Rom\^ane\c{s}te?" A Recipe to Train Powerful Romanian LLMs with English Instructions}, 
      author={Mihai Masala and Denis C. Ilie-Ablachim and Alexandru Dima and Dragos Corlatescu and Miruna Zavelca and Ovio Olaru and Simina Terian-Dan and Andrei Terian-Dan and Marius Leordeanu and Horia Velicu and Marius Popescu and Mihai Dascalu and Traian Rebedea},
      year={2024},
      eprint={2406.18266},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2406.18266}, 
}
```
<!-- **APA:**

[More Information Needed] -->