ClarusC64 commited on
Commit
8fdbca2
·
verified ·
1 Parent(s): 563f412

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -3
README.md CHANGED
@@ -1,3 +1,88 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ pretty_name: Robotics Temporal Action Sequencing v0.1
6
+ dataset_name: robotics-temporal-action-sequencing-v0.1
7
+ tags:
8
+ - clarusc64
9
+ - robotics
10
+ - temporal
11
+ - sequencing
12
+ task_categories:
13
+ - text-classification
14
+ - robotics
15
+ size_categories:
16
+ - 1K<n<10K
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train.csv
22
+ - split: test
23
+ path: data/test.csv
24
+ ---
25
+
26
+ What this dataset tests
27
+
28
+ - Whether actions occur in the correct order
29
+ - Whether prerequisite steps are respected
30
+ - Whether unsafe ordering is detected
31
+
32
+ Why this exists
33
+
34
+ Robots often fail by doing the right actions
35
+ in the wrong order
36
+
37
+ This set detects temporal incoherence
38
+
39
+ Data format
40
+
41
+ - planned_sequence
42
+ - executed_sequence
43
+ - observed_result
44
+
45
+ Task
46
+
47
+ - Emit one sequencing label
48
+ - Give a short explanation
49
+
50
+ Sequencing pressures
51
+
52
+ - ordering_error
53
+ - premature_force
54
+ - missing_tilt
55
+ - loop_error
56
+ - pause_omission
57
+ - alignment_skip
58
+ - contact_skip
59
+ - release_early
60
+ - scan_skip
61
+ - support_order
62
+ - reset_skip
63
+
64
+ Prompt wrapper
65
+
66
+ System
67
+
68
+ You judge whether a robot followed the correct action sequence.
69
+
70
+ User
71
+
72
+ Planned Sequence
73
+ {planned_sequence}
74
+
75
+ Executed Sequence
76
+ {executed_sequence}
77
+
78
+ Observed Result
79
+ {observed_result}
80
+
81
+ Return
82
+
83
+ - one label
84
+ - one reason
85
+
86
+ Citation
87
+
88
+ ClarusC64 dataset family