Datasets:

LukasHug commited on
Commit
754ed2d
·
1 Parent(s): fdda5ec

Update README.md

Browse files

This is a diagnostic dataset for visual logical learning. It consists of 2D images of trains, where each train is either heading east- or westbound. The trains carry multiple wagons, which are composed of multiple properties. The task is to predict the direction of the train. The dataset is designed to test the ability of machine learning models to learn logical rules from complex visual input.

Files changed (1) hide show
  1. README.md +113 -0
README.md CHANGED
@@ -1,3 +1,116 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - image-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - vlol
9
+ - v-lol
10
+ - ILP
11
+ - visual logical learning
12
+ - visual reasoning
13
+ - logic
14
+ - Inductive logic programming
15
+ - Symbolic AI
16
+ pretty_name: V-LoL
17
+ size_categories:
18
+ - 10K<n<100K
19
  ---
20
+ # Dataset Card for Dataset Name
21
+
22
+ ## Dataset Description
23
+
24
+ - **Homepage:** https://sites.google.com/view/v-lol/home
25
+ - **Repository:** https://github.com/ml-research/vlol-dataset-gen
26
+ - **Paper:** https://arxiv.org/abs/2306.07743
27
+ - **Point of Contact:** lukashenrik.helff@stud.tu-darmstadt.de, wolfgang.stammer@cs.tu-darmstadt.de
28
+
29
+ ### Dataset Summary
30
+
31
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
32
+
33
+ ### Supported Tasks and Leaderboards
34
+
35
+ (i) Theory X: The train has either a short, closed car or a car with a barrel load is somewhere behind a car with a golden vase load. This rule was originally introduced as "Theory X" in the new East-West Challenge.
36
+ (ii) Numerical rule: The train has a car where its car position equals its number of payloads which equals its number of wheel axles.
37
+ (iii) Complex rule: Either, there is a car with a car number which is smaller than its number of wheel axles count and smaller than the number of loads, or there is a short and a long car with the same colour where the position number of the short car is smaller than the number of wheel axles of the long car, or the train has three differently coloured cars. We refer to Tab. 3 in the supp. for more insights on required reasoning properties for each rule.
38
+ ### Languages
39
+
40
+ English
41
+
42
+ ## Dataset Structure
43
+
44
+ ### Data Instances
45
+
46
+ Please refer to our paper.
47
+
48
+ ### Data Fields
49
+
50
+ Please refer to our paper.
51
+
52
+ ### Data Splits
53
+
54
+ train(80%)/test(20%) split
55
+
56
+ ## Dataset Creation
57
+
58
+ ### Curation Rationale
59
+
60
+ Please refer to our paper.
61
+
62
+ ### Source Data
63
+
64
+ #### Initial Data Collection and Normalization
65
+
66
+ Please refer to our paper.
67
+
68
+ #### Who are the source language producers?
69
+
70
+ Please refer to our paper.
71
+
72
+ ### Annotations
73
+
74
+ #### Annotation process
75
+
76
+ Please refer to our paper.
77
+
78
+ #### Who are the annotators?
79
+
80
+ Please refer to our paper.
81
+
82
+ ### Personal and Sensitive Information
83
+
84
+ Please refer to our paper.
85
+
86
+ ## Considerations for Using the Data
87
+
88
+ ### Social Impact of Dataset
89
+
90
+ Please refer to our paper.
91
+
92
+ ### Discussion of Biases
93
+
94
+ Please refer to our paper.
95
+
96
+ ### Other Known Limitations
97
+
98
+ Please refer to our paper.
99
+
100
+ ## Additional Information
101
+
102
+ ### Dataset Curators
103
+
104
+ Please refer to our paper.
105
+
106
+ ### Licensing Information
107
+
108
+ Please refer to our paper.
109
+
110
+ ### Citation Information
111
+
112
+ Please refer to our paper.
113
+
114
+ ### Contributions
115
+
116
+ Please refer to our paper.