UMCU commited on
Commit
14bfca1
·
1 Parent(s): 8648653

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -1
README.md CHANGED
@@ -18,7 +18,75 @@ dataset_info:
18
  num_examples: 2368
19
  download_size: 224775
20
  dataset_size: 847311
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
 
22
  # Dataset Card for "PubMedCausal_Dutch_translated_with_MariaNMT"
23
 
24
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  num_examples: 2368
19
  download_size: 224775
20
  dataset_size: 847311
21
+ license: afl-3.0
22
+ task_categories:
23
+ - text-classification
24
+ - question-answering
25
+ - sentence-similarity
26
+ language:
27
+ - nl
28
+ tags:
29
+ - healthcare
30
+ pretty_name: PubMedCausal_Dutch
31
+ size_categories:
32
+ - 1K<n<10K
33
  ---
34
+
35
  # Dataset Card for "PubMedCausal_Dutch_translated_with_MariaNMT"
36
 
37
+
38
+ Translation of the **English** version of [PubMedCausal](https://huggingface.co/datasets/medalpaca/medical_meadow_pubmed_causal),
39
+ 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).
40
+ 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).
41
+
42
+
43
+ # Attribution
44
+
45
+ If you use this dataset please use the following to credit the creators of the Health Advice corpus:
46
+
47
+ ```citation
48
+ @inproceedings{yu-etal-2019-detecting,
49
+ title = "Detecting Causal Language Use in Science Findings",
50
+ author = "Yu, Bei and
51
+ Li, Yingya and
52
+ Wang, Jun",
53
+ 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)",
54
+ month = nov,
55
+ year = "2019",
56
+ address = "Hong Kong, China",
57
+ publisher = "Association for Computational Linguistics",
58
+ url = "https://aclanthology.org/D19-1473",
59
+ doi = "10.18653/v1/D19-1473",
60
+ pages = "4664--4674",
61
+ }
62
+ ```
63
+
64
+ The creators of the OPUS-MT models:
65
+ ```
66
+ @InProceedings{TiedemannThottingal:EAMT2020,
67
+ author = {J{\"o}rg Tiedemann and Santhosh Thottingal},
68
+ title = {{OPUS-MT} — {B}uilding open translation services for the {W}orld},
69
+ booktitle = {Proceedings of the 22nd Annual Conferenec of the European Association for Machine Translation (EAMT)},
70
+ year = {2020},
71
+ address = {Lisbon, Portugal}
72
+ }
73
+ ```
74
+
75
+ and
76
+
77
+ ```
78
+ @misc {van_es_2023,
79
+ author = { {Bram van Es} },
80
+ title = { HealthAdvice_Dutch_translated_with_MariaNMT (Revision ae2436a) },
81
+ year = 2023,
82
+ url = { https://huggingface.co/datasets/UMCU/HealthAdvice_Dutch_translated_with_MariaNMT },
83
+ doi = { 10.57967/hf/1481 },
84
+ publisher = { Hugging Face }
85
+ }
86
+ ```
87
+
88
+ # License
89
+
90
+ For both the Maria NMT model and the original [Helsinki NLP](https://twitter.com/HelsinkiNLP) [Opus MT model](https://huggingface.co/Helsinki-NLP)
91
+ 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.
92
+ license. If this was in error please let us know and we will add the appropriate licensing promptly.