Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -180,7 +180,7 @@ An example of 'test' looks as follows.
|
|
| 180 |
|
| 181 |
### Data Fields
|
| 182 |
#### SA
|
| 183 |
-
- movieId: the movie's
|
| 184 |
- movieName: the movie's name.
|
| 185 |
- messages: a list of string. The conversation messages related to the movie. Note that one conversation can contain mutiple movies. The conversation messages are repeated for each movie as a sample.
|
| 186 |
- senders: a list of 1 or -1. It has the same length of messages. Each element indicates the message at the same index is from the initiatorWorker (with 1) or the respondentWorkerId (with -1).
|
|
@@ -189,7 +189,7 @@ An example of 'test' looks as follows.
|
|
| 189 |
#### rec
|
| 190 |
- movieIds: a list of movie ids in a conversation.
|
| 191 |
- messages: a list of string. see config SA for detail.
|
| 192 |
-
- senders: a list of 1 or -1. see config SA.
|
| 193 |
|
| 194 |
#### autorec:
|
| 195 |
- movieIds: a list of movie ids in a conversation.
|
|
|
|
| 180 |
|
| 181 |
### Data Fields
|
| 182 |
#### SA
|
| 183 |
+
- movieId: the movie's ID in the [MovieLens](https://grouplens.org/datasets/movielens/latest/) dataset.
|
| 184 |
- movieName: the movie's name.
|
| 185 |
- messages: a list of string. The conversation messages related to the movie. Note that one conversation can contain mutiple movies. The conversation messages are repeated for each movie as a sample.
|
| 186 |
- senders: a list of 1 or -1. It has the same length of messages. Each element indicates the message at the same index is from the initiatorWorker (with 1) or the respondentWorkerId (with -1).
|
|
|
|
| 189 |
#### rec
|
| 190 |
- movieIds: a list of movie ids in a conversation.
|
| 191 |
- messages: a list of string. see config SA for detail.
|
| 192 |
+
- senders: a list of 1 or -1. see config SA for detail.
|
| 193 |
|
| 194 |
#### autorec:
|
| 195 |
- movieIds: a list of movie ids in a conversation.
|