Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
SejinKimm commited on
Commit
ede0aca
·
verified ·
1 Parent(s): 6141f5a

Update croissant.metadata.json

Browse files
Files changed (1) hide show
  1. croissant.metadata.json +7 -7
croissant.metadata.json CHANGED
@@ -33,32 +33,32 @@
33
  {
34
  "name": "logId",
35
  "description": "Log ID for the recorded interaction",
36
- "datatype": "string"
37
  },
38
  {
39
  "name": "userId",
40
  "description": "Unique identifier for the user",
41
- "datatype": "string"
42
  },
43
  {
44
  "name": "taskId",
45
- "description": "Identifier for the ARC task attempted",
46
- "datatype": "string"
47
  },
48
  {
49
  "name": "actionSequence",
50
  "description": "JSON-encoded list of user actions during task solving",
51
- "datatype": "string"
52
  },
53
  {
54
  "name": "startedAt",
55
  "description": "Timestamp of when the user started the task",
56
- "datatype": "string"
57
  },
58
  {
59
  "name": "endedAt",
60
  "description": "Timestamp of when the user ended the task",
61
- "datatype": "string"
62
  }
63
  ]
64
  }
 
33
  {
34
  "name": "logId",
35
  "description": "Log ID for the recorded interaction",
36
+ "datatype": "xsd:integer"
37
  },
38
  {
39
  "name": "userId",
40
  "description": "Unique identifier for the user",
41
+ "datatype": "xsd:integer"
42
  },
43
  {
44
  "name": "taskId",
45
+ "description": "8-character hash identifier for the ARC task",
46
+ "datatype": "xsd:string"
47
  },
48
  {
49
  "name": "actionSequence",
50
  "description": "JSON-encoded list of user actions during task solving",
51
+ "datatype": "xsd:string"
52
  },
53
  {
54
  "name": "startedAt",
55
  "description": "Timestamp of when the user started the task",
56
+ "datatype": "xsd:dateTime"
57
  },
58
  {
59
  "name": "endedAt",
60
  "description": "Timestamp of when the user ended the task",
61
+ "datatype": "xsd:dateTime"
62
  }
63
  ]
64
  }