| { |
| "@context": { |
| "@vocab": "https://w3id.org/croissant/schema/v1.1#", |
| "schema": "https://schema.org/", |
| "Dataset": "schema:Dataset", |
| "xsd": "http://www.w3.org/2001/XMLSchema#", |
| "name": "schema:name", |
| "description": "schema:description", |
| "license": "schema:license", |
| "version": "schema:version", |
| "citation": "schema:citation", |
| "datePublished": "schema:datePublished" |
| }, |
| "@type": "Dataset", |
| "name": "ARCTraj", |
| "description": "A dataset of object-centric human trajectories for solving ARC tasks, represented as a single CSV file with metadata, timestamps, and action sequences.", |
| "license": "https://creativecommons.org/licenses/by/4.0/", |
| "version": "1.0.0", |
| "datePublished": "2024-05-01", |
| "citation": "Kim et al. (2024). ARCTraj: Human Trajectory Dataset for ARC Tasks.", |
| "distribution": [ |
| { |
| "name": "ARCTraj", |
| "encodingFormat": "text/csv", |
| "contentUrl": "ARCTraj.csv" |
| } |
| ], |
| "table": [ |
| { |
| "name": "ARCTraj", |
| "aboutUrl": "ARCTraj.csv", |
| "column": [ |
| { |
| "name": "logId", |
| "description": "Log ID for the recorded interaction", |
| "datatype": "xsd:integer" |
| }, |
| { |
| "name": "userId", |
| "description": "Unique identifier for the user", |
| "datatype": "xsd:integer" |
| }, |
| { |
| "name": "taskId", |
| "description": "8-character hash identifier for the ARC task", |
| "datatype": "xsd:string" |
| }, |
| { |
| "name": "actionSequence", |
| "description": "JSON-encoded list of user actions during task solving", |
| "datatype": "xsd:string" |
| }, |
| { |
| "name": "startedAt", |
| "description": "Timestamp of when the user started the task", |
| "datatype": "xsd:dateTime" |
| }, |
| { |
| "name": "endedAt", |
| "description": "Timestamp of when the user ended the task", |
| "datatype": "xsd:dateTime" |
| } |
| ] |
| } |
| ] |
| } |
|
|