File size: 1,722 Bytes
77893c1
 
 
 
 
 
 
 
 
 
a770f83
77893c1
 
8fa73b9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16edb44
 
 
49c2616
16edb44
 
 
 
 
 
 
 
 
 
 
49c2616
16edb44
 
 
 
 
 
 
 
 
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
---
task_categories:
- visual-question-answering
language:
- de
tags:
- vera
- math
- vlm
- school
pretty_name: SEGData (Standardised Educational German Data)
size_categories:
- n<1K
dataset_info:
  features:
  - name: image
    dtype: image
  - name: description
    dtype: string
  - name: text
    dtype: string
  - name: answers
    list: string
  - name: gold_answer
    dtype: string
  - name: id
    dtype: string
  - name: question_type
    dtype: string
  - name: class
    dtype: string
  - name: added_multiplechoice
    dtype: bool
  - name: source
    dtype: string
  splits:
  - name: train
    num_bytes: 27789550
    num_examples: 395
  download_size: 27681251
  dataset_size: 27789550
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---


# SEGData (Standardised Educational German Data)

The original data is designed by the _Institut zur Qualitätsentwicklung im Bildungswesen_ to test German school children in classes 3, 8 and 12.
It is freely accessible at their [website](https://www.iqb.hu-berlin.de/de/schule/aufgaben/).

The licence is specific to the task and image.
Most are accessible under the CC BY licence.
See the _source_ column for more information.


# Dataset preprocessing

Only a subset of the available data from the original test is used for this dataset.
First, only tasks of classes 3 and 8 were chosen and only the category "Testaufgaben".

All tasks were removed that

  * contain no image
  * could be solved without an image
  * requires image generation for solving the task

All tasks were transformed into a multiple-choice format. For cloze tests and reasoning tasks, answering options were generated and their order was randomized.