Update README.md
Browse files
README.md
CHANGED
|
@@ -52,9 +52,9 @@ The file contains the answer corresponds to the question [id].
|
|
| 52 |
#### 3. trace/[id].json
|
| 53 |
The file conatins the human trajectory of the question [id], with the following keys:
|
| 54 |
|
| 55 |
-
- search: the queries issued by the annotator
|
| 56 |
-
- result: the search result of each query
|
| 57 |
-
- click: the click
|
| 58 |
|
| 59 |
## Loading Method
|
| 60 |
|
|
|
|
| 52 |
#### 3. trace/[id].json
|
| 53 |
The file conatins the human trajectory of the question [id], with the following keys:
|
| 54 |
|
| 55 |
+
- search (list): the queries issued by the annotator
|
| 56 |
+
- result (dict): the search result of each query
|
| 57 |
+
- click (list): the click behaviors made by the annotator
|
| 58 |
|
| 59 |
## Loading Method
|
| 60 |
|