Datasets:

Languages:
English
Size:
n<1K
ArXiv:
Tags:
agent
License:
yutaozhu94 commited on
Commit
0a0bccd
·
verified ·
1 Parent(s): f54f17e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 behavior made by the annotator
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