Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
# ARC-AGI-2 Human testing data
|
6 |
+
|
7 |
+
This file contains data from human testing sessions on ARC-AGI tasks.
|
8 |
+
|
9 |
+
Each row represents a single test attempt by a human participant on a specific task-test pair in the "Public Train" or "Public Eval" ARC-AGI-2 datasets. Not all tasks in the released "Public Train"
|
10 |
+
sets were tested, so these results are not comprehensive. This data does not include tasks from "Semi Private Evaluation" or "Private Evaluation"
|
11 |
+
|
12 |
+
### Column Descriptions
|
13 |
+
|
14 |
+
- **task_ID**: A unique identifier for the ARC task that was attempted.
|
15 |
+
- **task_set**: Indicates whether the task belongs to the "Public Train" or "Public Eval" dataset.
|
16 |
+
- **test_index**: The index of the test example within the task (typically 0 or 1).
|
17 |
+
- **session_ID**: A unique identifier for the testing session in which this attempt was made.
|
18 |
+
- **start_time_seconds**: The time (in seconds) from the start of the session when this task attempt was begun.
|
19 |
+
- **duration_seconds**: The total time (in seconds) spent on this task attempt.
|
20 |
+
- **submissions**: The number of solution submissions made during this attempt.
|
21 |
+
- **correct_submissions**: The number of correct solution submissions made during this attempt (0 if the participant did not solve the task correctly, 1 or more if they did).
|
22 |
+
|
23 |
+
For more information about ARC Prize and ARC-AGI-2, see the [technical paper](https://arcprize.org/blog/arc-agi-2-technical-report).
|