Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ The dataset is split into three different files for each of the three domains: n
|
|
| 42 |
|
| 43 |
The `[domain]-impressions.jsonl` contains three impressions (one for each round) per user:
|
| 44 |
- `iid`: a unique identifier for the interaction
|
| 45 |
-
- `
|
| 46 |
- `round`: the round number of the interaction (1-3)
|
| 47 |
- `categories`: a list of categories the user selected for the recommendations
|
| 48 |
- `request`: the user's request to the assistant
|
|
|
|
| 42 |
|
| 43 |
The `[domain]-impressions.jsonl` contains three impressions (one for each round) per user:
|
| 44 |
- `iid`: a unique identifier for the interaction
|
| 45 |
+
- `uid`: the user identifier
|
| 46 |
- `round`: the round number of the interaction (1-3)
|
| 47 |
- `categories`: a list of categories the user selected for the recommendations
|
| 48 |
- `request`: the user's request to the assistant
|