@context
dict
@type
string
name
string
description
string
license
string
version
string
datePublished
timestamp[s]
citation
string
distribution
list
table
list
{ "@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" }
Dataset
ARCTraj
A dataset of object-centric human trajectories for solving ARC tasks, represented as a single CSV file with metadata, timestamps, and action sequences.
https://creativecommons.org/licenses/by/4.0/
1.0.0
2024-05-01T00:00:00
Kim et al. (2024). ARCTraj: Human Trajectory Dataset for ARC Tasks.
[ { "name": "ARCTraj", "encodingFormat": "text/csv", "contentUrl": "ARCTraj.csv" } ]
[ { "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" } ] } ]