tosch22 commited on
Commit
ce76d0c
·
verified ·
1 Parent(s): 61c5edc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- - `user`: 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
 
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