Jeska commited on
Commit
58e4b10
·
1 Parent(s): f66292d

Created first draft of README.md

Browse files
Files changed (1) hide show
  1. README.md +142 -0
README.md ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- ---
2
+ TODO: Add YAML tags here. Copy-paste the tags obtained with the online tagging app: https://huggingface.co/spaces/huggingface/datasets-tagging
3
+ --- -->
4
+
5
+ # Dataset Card for [VaccinChatNL]
6
+
7
+ ## Table of Contents
8
+ - [Table of Contents](#table-of-contents)
9
+ - [Dataset Description](#dataset-description)
10
+ - [Dataset Summary](#dataset-summary)
11
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
12
+ - [Languages](#languages)
13
+ - [Dataset Structure](#dataset-structure)
14
+ - [Data Instances](#data-instances)
15
+ - [Data Fields](#data-fields)
16
+ - [Data Splits](#data-splits)
17
+ - [Dataset Creation](#dataset-creation)
18
+ <!-- - [Curation Rationale](#curation-rationale) -->
19
+ <!-- - [Source Data](#source-data) -->
20
+ - [Annotations](#annotations)
21
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
22
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
23
+ <!-- - [Social Impact of Dataset](#social-impact-of-dataset) -->
24
+ - [Discussion of Biases](#discussion-of-biases)
25
+ <!-- - [Other Known Limitations](#other-known-limitations) -->
26
+ - [Additional Information](#additional-information)
27
+ <!-- - [Dataset Curators](#dataset-curators) -->
28
+ <!-- - [Licensing Information](#licensing-information) -->
29
+ - [Citation Information](#citation-information)
30
+ <!-- - [Contributions](#contributions) -->
31
+
32
+ ## Dataset Description
33
+
34
+ <!-- - **Homepage:**
35
+ - **Repository:**
36
+ - **Paper:** [To be added]
37
+ - **Leaderboard:** -->
38
+ - **Point of Contact:** [Jeska Buhmann](mailto:jeska.buhmann@uantwerpen.be)
39
+
40
+ ### Dataset Summary
41
+
42
+ VaccinChatNL is a Flemish Dutch FAQ dataset on the topic of COVID-19 vaccinations in Flanders. It consists of 12,833 user questions divided over 181 answer labels, thus providing large groups of semantically equivalent paraphrases (a many-to-one mapping of user questions to answer labels). VaccinChatNL is the first Dutch many-to-one FAQ dataset of this size.
43
+
44
+ ### Supported Tasks and Leaderboards
45
+
46
+ - 'text-classification': the dataset can be used to train a classification model for Dutch frequently asked questions on the topic of COVID-19 vaccination in Flanders.
47
+
48
+
49
+ ### Languages
50
+
51
+ Dutch (Flemish): the BCP-47 code for Dutch as generally spoken in Flanders (Belgium) is nl-BE.
52
+
53
+ ## Dataset Structure
54
+
55
+ ### Data Instances
56
+
57
+ For each instance, there is a string for the user question and a string for the label of the annotated answer. See the [CLiPS / VaccinChatNL dataset viewer](https://huggingface.co/datasets/clips/VaccinChatNL/viewer/clips--VaccinChatNL/train).
58
+
59
+ ```
60
+ {"sentence1": "Waar kan ik de bijsluiters van de vaccins vinden?", "label": "faq_ask_bijsluiter"}
61
+ ```
62
+
63
+ ### Data Fields
64
+
65
+ - `sentence1`: a string containing the user question
66
+ - `label`: a string containing the name of the intent (the answer class)
67
+
68
+
69
+ ### Data Splits
70
+
71
+ The VaccinChatNL dataset has 3 splits: _train_, _valid_, and _test_. Below are the statistics for the dataset.
72
+
73
+ | Dataset Split | Number of Labeled User Questions in Split |
74
+ | ------------- | ------------------------------------------ |
75
+ | Train | 10,542 |
76
+ | Validation | 1,171 |
77
+ | Test | 1,170 |
78
+
79
+
80
+ ## Dataset Creation
81
+
82
+ <!-- ### Curation Rationale
83
+
84
+ [More Information Needed] -->
85
+
86
+ <!-- ### Source Data
87
+
88
+ [Perhaps a link to vaccinchat.be and some of the website that were used for information] -->
89
+
90
+ <!-- #### Initial Data Collection and Normalization
91
+
92
+ [More Information Needed]
93
+
94
+ #### Who are the source language producers?
95
+
96
+ [More Information Needed] -->
97
+
98
+ ### Annotations
99
+
100
+ #### Annotation process
101
+
102
+ Annotation was an iterative semi-automatic process. Starting from a very limited dataset with approximately 50 question-answer pairs (_sentence1-label_ pairs) a text classification model was trained and implemented in a publicly available chatbot. When the chatbot was used, the predicted labels for the new questions were checked and corrected if necessary. In addition, new answers were added to the dataset. After each round of corrections, the model was retrained on the updated dataset. This iterative approach led to the final dataset containing 12,883 user questions divided over 181 answer labels.
103
+
104
+ #### Who are the annotators?
105
+
106
+ The VaccinChatNL data were annotated by members and students of [CLiPS](https://www.uantwerpen.be/en/research-groups/clips/). All annotators have a background in Computational Linguistics.
107
+
108
+ ### Personal and Sensitive Information
109
+
110
+ The data are anonymized in the sense that a user question can never be traced back to a specific individual.
111
+
112
+ ## Considerations for Using the Data
113
+
114
+ <!-- ### Social Impact of Dataset
115
+
116
+ [More Information Needed] -->
117
+
118
+ ### Discussion of Biases
119
+
120
+ This dataset contains real user questions, including a rather large section (7%) of out-of-domain questions or remarks (_label: nlu_fallback_). This class of user questions consists of ununderstandable questions, but also jokes and insulting remarks.
121
+
122
+ <!-- ### Other Known Limitations
123
+
124
+ [Perhaps some information of % of exact overlap between train and test set] -->
125
+
126
+ ## Additional Information
127
+
128
+ <!-- ### Dataset Curators
129
+
130
+ [More Information Needed] -->
131
+
132
+ <!-- ### Licensing Information
133
+
134
+ [More Information Needed] -->
135
+
136
+ ### Citation Information
137
+
138
+ Will be added asap.
139
+
140
+ <!-- ### Contributions
141
+
142
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset. -->