Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ It captures human trajectories in the form of timestamped action sequences and m
|
|
| 15 |
|
| 16 |
- Curated by: GIST DSLAB
|
| 17 |
- License: CC-BY-NC-4.0
|
| 18 |
-
- Files included: `
|
| 19 |
- Language: Not applicable (interaction logs)
|
| 20 |
|
| 21 |
## Uses
|
|
@@ -28,38 +28,16 @@ This dataset can be used for:
|
|
| 28 |
|
| 29 |
## Dataset Structure
|
| 30 |
|
| 31 |
-
###
|
| 32 |
|
| 33 |
| Column | Description |
|
| 34 |
|----------------|--------------------------------------------|
|
| 35 |
-
|
|
| 36 |
| userId | Anonymized user ID |
|
| 37 |
| taskId | ARC task identifier |
|
|
|
|
| 38 |
| startedAt | Session start timestamp |
|
| 39 |
| endedAt | Session end timestamp |
|
| 40 |
-
| actionSequence | List of actions performed by the user |
|
| 41 |
-
|
| 42 |
-
### user.csv
|
| 43 |
-
|
| 44 |
-
| Column | Description |
|
| 45 |
-
|-------------|----------------------------------------|
|
| 46 |
-
| id | User ID |
|
| 47 |
-
| totalScore | Total score accumulated |
|
| 48 |
-
| IQ | Estimated IQ score |
|
| 49 |
-
| isBanned | Whether the user is banned |
|
| 50 |
-
| isQuit | Whether the user has quit |
|
| 51 |
-
| createdAt | Account creation timestamp |
|
| 52 |
-
|
| 53 |
-
### userrecord.csv
|
| 54 |
-
|
| 55 |
-
| Column | Description |
|
| 56 |
-
|----------|--------------------------------------------|
|
| 57 |
-
| userId | User identifier |
|
| 58 |
-
| taskId | ARC task identifier |
|
| 59 |
-
| trial | Trial number |
|
| 60 |
-
| success | Whether the attempt was successful |
|
| 61 |
-
| score | Score achieved in the attempt |
|
| 62 |
-
| logId | Corresponding log ID |
|
| 63 |
|
| 64 |
## Risks and Limitations
|
| 65 |
|
|
|
|
| 15 |
|
| 16 |
- Curated by: GIST DSLAB
|
| 17 |
- License: CC-BY-NC-4.0
|
| 18 |
+
- Files included: `ARCTraj.csv`
|
| 19 |
- Language: Not applicable (interaction logs)
|
| 20 |
|
| 21 |
## Uses
|
|
|
|
| 28 |
|
| 29 |
## Dataset Structure
|
| 30 |
|
| 31 |
+
### ARCTraj.csv
|
| 32 |
|
| 33 |
| Column | Description |
|
| 34 |
|----------------|--------------------------------------------|
|
| 35 |
+
| logId | Unique log session ID |
|
| 36 |
| userId | Anonymized user ID |
|
| 37 |
| taskId | ARC task identifier |
|
| 38 |
+
| actionSequence | List of actions performed by the user |
|
| 39 |
| startedAt | Session start timestamp |
|
| 40 |
| endedAt | Session end timestamp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
## Risks and Limitations
|
| 43 |
|