Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,99 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pretty_name: Clarus Viewpoint State Consistency v0.1
|
| 5 |
+
tags:
|
| 6 |
+
- clarus
|
| 7 |
+
- embodied-ai
|
| 8 |
+
- representation
|
| 9 |
+
- diagnostics
|
| 10 |
+
task_categories:
|
| 11 |
+
- text-classification
|
| 12 |
+
license: mit
|
| 13 |
+
dataset_info:
|
| 14 |
+
features:
|
| 15 |
+
- name: sample_id
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: scene
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: view_a
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: view_b
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: option_a
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: option_b
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: task
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: correct_option
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: consistency_axis
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: difficulty
|
| 34 |
+
dtype: string
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
What this is
|
| 38 |
+
|
| 39 |
+
This dataset tests abstract state consistency across viewpoints.
|
| 40 |
+
|
| 41 |
+
Same event.
|
| 42 |
+
Different camera.
|
| 43 |
+
One state.
|
| 44 |
+
|
| 45 |
+
What it measures
|
| 46 |
+
|
| 47 |
+
• Whether abstraction survives camera change
|
| 48 |
+
• Whether state ties to structure, not pixels
|
| 49 |
+
|
| 50 |
+
A model that binds state to view will fail.
|
| 51 |
+
|
| 52 |
+
Expected model output
|
| 53 |
+
|
| 54 |
+
Return only:
|
| 55 |
+
|
| 56 |
+
A
|
| 57 |
+
or
|
| 58 |
+
B
|
| 59 |
+
|
| 60 |
+
Scoring
|
| 61 |
+
|
| 62 |
+
Use scorer.py.
|
| 63 |
+
|
| 64 |
+
Metrics:
|
| 65 |
+
|
| 66 |
+
• accuracy
|
| 67 |
+
• parse_rate
|
| 68 |
+
|
| 69 |
+
Suggested prompt
|
| 70 |
+
|
| 71 |
+
You are checking whether two viewpoints describe the same world state.
|
| 72 |
+
|
| 73 |
+
Scene:
|
| 74 |
+
{scene}
|
| 75 |
+
|
| 76 |
+
View A:
|
| 77 |
+
{view_a}
|
| 78 |
+
|
| 79 |
+
View B:
|
| 80 |
+
{view_b}
|
| 81 |
+
|
| 82 |
+
A: {option_a}
|
| 83 |
+
B: {option_b}
|
| 84 |
+
|
| 85 |
+
Choose the consistent interpretation.
|
| 86 |
+
Answer with only A or B.
|
| 87 |
+
|
| 88 |
+
Trinity placement
|
| 89 |
+
|
| 90 |
+
This is Dataset I of the Abstract State Consistency Trinity.
|
| 91 |
+
|
| 92 |
+
Next datasets
|
| 93 |
+
|
| 94 |
+
• Modality State Consistency
|
| 95 |
+
• Description Granularity Consistency
|
| 96 |
+
|
| 97 |
+
Citation
|
| 98 |
+
|
| 99 |
+
ClarusC64. "Clarus Viewpoint State Consistency v0.1", 2026.
|