-
Notifications
You must be signed in to change notification settings - Fork 0
/
eval_queries.json
52 lines (52 loc) · 1017 Bytes
/
eval_queries.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"description": "classic post-modern literature",
"query": {
"title": "The Sheltering Sky",
"authors": "Bowles"
}
},
{
"description": "classic literature",
"query": {
"title": "The Brothers Karamazov"
}
},
{
"description": "a classic but technical math book",
"query": {
"title": "counterexamples in analysis"
}
},
{
"description": "children's book",
"query": {
"title": "goodnight moon"
}
},
{
"description": "a 2015 best-seller",
"query": {
"title": "girl on the train"
}
},
{
"description": "a mystery/thriller series",
"query": {
"title": "a letter of mary"
}
},
{
"description": "obscure biography of the semi-obscure novelist J.L. Carr",
"query": {
"title": "the last englishman",
"authors": "byron rogers"
}
},
{
"description": "classic philosophy text",
"query": {
"title": "the world as will and representation"
}
}
]