File size: 2,943 Bytes
ea89009
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ae2436a
 
 
 
 
 
 
 
 
 
 
 
ea89009
ae2436a
ea89009
 
ae2436a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ebc1ef8
ae2436a
ebc1ef8
 
ae2436a
 
 
 
 
 
 
ebc1ef8
ae2436a
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: input
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 2282530
    num_examples: 8384
  download_size: 931750
  dataset_size: 2282530
license: afl-3.0
task_categories:
- text-classification
- question-answering
- sentence-similarity
language:
- nl
tags:
- healthcare
pretty_name: HealthAdvice_Dutch
size_categories:
- 1K<n<10K
---

# Dataset Card for "HealthAdvice_Dutch_translated_with_MariaNMT"


Translation of the **English** version of [HealthAdvice](https://huggingface.co/datasets/medalpaca/medical_meadow_health_advice),
to **Dutch** using an [Maria NMT model](https://marian-nmt.github.io/), trained by [Helsinki NLP](https://huggingface.co/Helsinki-NLP/opus-mt-en-nl).
Note, for reference: Maria NMT is based on [BART](https://huggingface.co/docs/transformers/model_doc/bart), described [here](https://arxiv.org/abs/1910.13461).

# Attribution

If you use this dataset please use the following to credit the creators of the Health Advice corpus:

```citation
@inproceedings{yu-etal-2019-detecting,
    title = "Detecting Causal Language Use in Science Findings",
    author = "Yu, Bei  and
      Li, Yingya  and
      Wang, Jun",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
    month = nov,
    year = "2019",
    address = "Hong Kong, China",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/D19-1473",
    doi = "10.18653/v1/D19-1473",
    pages = "4664--4674",
}
```

The creators of the OPUS-MT models:
```
@InProceedings{TiedemannThottingal:EAMT2020,
  author = {J{\"o}rg Tiedemann and Santhosh Thottingal},
  title = {{OPUS-MT} — {B}uilding open translation services for the {W}orld},
  booktitle = {Proceedings of the 22nd Annual Conferenec of the European Association for Machine Translation (EAMT)},
  year = {2020},
  address = {Lisbon, Portugal}
 }
```

and 

```
@misc {van_es_2023,
	author       = { {Bram van Es} },
	title        = { HealthAdvice_Dutch_translated_with_MariaNMT (Revision ae2436a) },
	year         = 2023,
	url          = { https://huggingface.co/datasets/UMCU/HealthAdvice_Dutch_translated_with_MariaNMT },
	doi          = { 10.57967/hf/1481 },
	publisher    = { Hugging Face }
}
```

# License

For both the Maria NMT model and the original [Helsinki NLP](https://twitter.com/HelsinkiNLP) [Opus MT model](https://huggingface.co/Helsinki-NLP) 
we did **not** find a license. We also did not find a license for the HealthAdvice corpus. For these reasons we use an academic free license v3. 
license. If this was in error please let us know and we will add the appropriate licensing promptly.