JohnnyBoy00 commited on
Commit
978ecd7
1 Parent(s): 0d86806

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +104 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- pretty_name: SAF - Legal Domain - German
3
  annotations_creators:
4
  - expert-generated
5
  language:
@@ -52,6 +52,108 @@ dataset_info:
52
  ---
53
  # Dataset Card for "saf_micro_job_german"
54
 
55
- # Dataset Summary
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  Thanks to [@JohnnyBoy2103](https://github.com/JohnnyBoy2103) for adding this dataset.
 
1
  ---
2
+ pretty_name: SAF - Micro Job - German
3
  annotations_creators:
4
  - expert-generated
5
  language:
 
52
  ---
53
  # Dataset Card for "saf_micro_job_german"
54
 
55
+ ## Table of Contents
56
+ - [Dataset Description](#dataset-description)
57
+ - [Dataset Summary](#dataset-summary)
58
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
59
+ - [Languages](#languages)
60
+ - [Dataset Structure](#dataset-structure)
61
+ - [Data Instances](#data-instances)
62
+ - [Data Fields](#data-fields)
63
+ - [Data Splits](#data-splits)
64
+ - [Dataset Creation](#dataset-creation)
65
+ - [Annotation process](#annotation-process)
66
+ - [Additional Information](#additional-information)
67
+ - [Citation Information](#citation-information)
68
+ - [Contributions](#contributions)
69
+
70
+ ## Dataset Description
71
+
72
+ - **Paper:** [Your Answer is Incorrect... Would you like to know why? Introducing a Bilingual Short Answer Feedback Dataset](https://aclanthology.org/2022.acl-long.587) (Filighera et al., ACL 2022)
73
+
74
+ ### Dataset Summary
75
+
76
+ Short Answer Feedback (SAF) is a short answer dataset introduced in [Your Answer is Incorrect... Would you like to know why? Introducing a Bilingual Short Answer Feedback Dataset](https://aclanthology.org/2022.acl-long.587) (Filighera et al., ACL 2022) as a way to remedy the lack of content-focused feedback datasets. This version of the dataset contains 8 German short answers used in micro-job training on the crowd-worker platform appJobber - while the original dataset presented in the paper is comprised of an assortment of both English and German short answer questions (with reference answers). Please refer to the [saf_communication_networks_english](https://huggingface.co/datasets/JohnnyBoy00/saf_communication_networks_english) dataset to examine the English subset of the original dataset.
77
+
78
+ ### Supported Tasks and Leaderboards
79
+
80
+ - `short_answer_feedback`: The dataset can be used to train a Text2Text Generation model from HuggingFace transformer in order to generate automatic short answer feedback.
81
+
82
+ ### Languages
83
+
84
+ The questions, reference answers, provided answers and the answer feedback in the dataset are written in German.
85
+
86
+ ## Dataset Structure
87
+
88
+ ### Data Instances
89
+
90
+ An example of an entry of the training split looks as follows.
91
+ ```
92
+ {
93
+ "id": "1",
94
+ "question": "Frage 1: Ist das eine Frage?",
95
+ "reference_answer": "Ja, das ist eine Frage.",
96
+ "provided_answer": "Ich bin mir sicher, dass das eine Frage ist.",
97
+ "answer_feedback": "Korrekt!",
98
+ "verification_feedback": "Correct",
99
+ "score": 1
100
+ }
101
+ ```
102
+
103
+ ### Data Fields
104
+
105
+ The data fields are the same among all splits.
106
+
107
+ - `id`: a `string` feature (UUID4 in HEX format).
108
+ - `question`: a `string` feature representing a question.
109
+ - `reference_answer`: a `string` feature representing a reference answer to the question.
110
+ - `provided_answer`: a `string` feature representing an answer that was provided for a particular question.
111
+ - `answer_feedback`: a `string` feature representing the feedback given to the provided answers.
112
+ - `verification_feedback`: a `string` feature representing an automatic labeling of the score. It can be `Correct` (`score` = 1), `Incorrect` (`score` = 0) or `Partially correct` (all intermediate scores).
113
+ - `score`: a `float64` feature (between 0 and 1) representing the score given to the provided answer.
114
+
115
+ ### Data Splits
116
+
117
+ The dataset is comprised of four data splits.
118
+
119
+ - `train`: used for training, contains a set of questions and the provided answers to them.
120
+ - `validation`: used for validation, contains a set of questions and the provided answers to them (derived from the original training split defined in the paper).
121
+ - `test_unseen_answers`: used for testing, contains unseen answers to the questions present in the `train` split.
122
+ - `test_unseen_questions`: used for testing, contains unseen questions that do not appear in `train` split.
123
+
124
+ | name |train|validation|test_unseen_answers|test_unseen_questions|
125
+ |-------------------|----:|---------:|------------------:|--------------------:|
126
+ |Number of instances| 1226| 308| 271| 602|
127
+
128
+ ## Dataset Creation
129
+
130
+ ### Annotation Process
131
+
132
+ Two experienced appJobber employees were selected to evaluate the crowd-worker platform’s answers, and both of them underwent a general annotation guideline training (supervised by a Psychology doctoral student with prior work in the field of feedback). After the training, the annotators individually provided feedback to the answers following an agreed upon scoring rubric and the general annotation guideline. The individually annotated answer files were then combined into a cohesive gold standard after discussing and solving possible disagreements.
133
+
134
+ ## Additional Information
135
+
136
+ ### Citation Information
137
+
138
+ ```
139
+ @inproceedings{filighera-etal-2022-answer,
140
+ title = "Your Answer is Incorrect... Would you like to know why? Introducing a Bilingual Short Answer Feedback Dataset",
141
+ author = "Filighera, Anna and
142
+ Parihar, Siddharth and
143
+ Steuer, Tim and
144
+ Meuser, Tobias and
145
+ Ochs, Sebastian",
146
+ booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
147
+ month = may,
148
+ year = "2022",
149
+ address = "Dublin, Ireland",
150
+ publisher = "Association for Computational Linguistics",
151
+ url = "https://aclanthology.org/2022.acl-long.587",
152
+ doi = "10.18653/v1/2022.acl-long.587",
153
+ pages = "8577--8591",
154
+ }
155
+ ```
156
+
157
+ ### Contributions
158
 
159
  Thanks to [@JohnnyBoy2103](https://github.com/JohnnyBoy2103) for adding this dataset.