WenyiWU0111 commited on
Commit
b608e51
·
verified ·
1 Parent(s): 58679ba

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. vwa/classifieds/0.json +32 -0
  2. vwa/classifieds/1.json +33 -0
  3. vwa/classifieds/10.json +37 -0
  4. vwa/classifieds/100.json +36 -0
  5. vwa/classifieds/101.json +32 -0
  6. vwa/classifieds/102.json +35 -0
  7. vwa/classifieds/103.json +32 -0
  8. vwa/classifieds/104.json +54 -0
  9. vwa/classifieds/105.json +32 -0
  10. vwa/classifieds/106.json +35 -0
  11. vwa/classifieds/107.json +36 -0
  12. vwa/classifieds/108.json +35 -0
  13. vwa/classifieds/109.json +36 -0
  14. vwa/classifieds/11.json +37 -0
  15. vwa/classifieds/110.json +36 -0
  16. vwa/classifieds/111.json +36 -0
  17. vwa/classifieds/112.json +33 -0
  18. vwa/classifieds/113.json +32 -0
  19. vwa/classifieds/114.json +33 -0
  20. vwa/classifieds/115.json +32 -0
  21. vwa/classifieds/116.json +32 -0
  22. vwa/classifieds/117.json +32 -0
  23. vwa/classifieds/118.json +39 -0
  24. vwa/classifieds/119.json +39 -0
  25. vwa/classifieds/12.json +37 -0
  26. vwa/classifieds/120.json +39 -0
  27. vwa/classifieds/121.json +32 -0
  28. vwa/classifieds/122.json +36 -0
  29. vwa/classifieds/123.json +32 -0
  30. vwa/classifieds/124.json +31 -0
  31. vwa/classifieds/125.json +31 -0
  32. vwa/classifieds/126.json +32 -0
  33. vwa/classifieds/127.json +32 -0
  34. vwa/classifieds/128.json +38 -0
  35. vwa/classifieds/129.json +35 -0
  36. vwa/classifieds/13.json +37 -0
  37. vwa/classifieds/130.json +31 -0
  38. vwa/classifieds/131.json +32 -0
  39. vwa/classifieds/132.json +31 -0
  40. vwa/classifieds/133.json +54 -0
  41. vwa/classifieds/134.json +32 -0
  42. vwa/classifieds/135.json +35 -0
  43. vwa/classifieds/136.json +35 -0
  44. vwa/classifieds/137.json +35 -0
  45. vwa/classifieds/138.json +35 -0
  46. vwa/classifieds/139.json +31 -0
  47. vwa/classifieds/14.json +38 -0
  48. vwa/classifieds/140.json +35 -0
  49. vwa/classifieds/141.json +31 -0
  50. vwa/classifieds/142.json +33 -0
vwa/classifieds/0.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 0,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Find me the {{attribute}} {{item}} on this site.",
11
+ "intent": "Find me the cheapest blue kayak on this site.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "attribute": "cheapest",
15
+ "item": "blue kayak"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=4799",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "medium",
28
+ "visual_difficulty": "easy",
29
+ "overall_difficulty": "medium",
30
+ "comments": "",
31
+ "intent_template_id": 0
32
+ }
vwa/classifieds/1.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 1,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Find me the {{attribute}} {{item}}. It should be between {{range}}.",
11
+ "intent": "Find me the cheapest red Toyota. It should be between $3000 to $6000.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "attribute": "cheapest",
15
+ "item": "red Toyota",
16
+ "range": "$3000 to $6000"
17
+ },
18
+ "require_reset": false,
19
+ "eval": {
20
+ "eval_types": [
21
+ "url_match"
22
+ ],
23
+ "reference_answers": null,
24
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=35838",
25
+ "program_html": [],
26
+ "url_note": "EXACT"
27
+ },
28
+ "reasoning_difficulty": "medium",
29
+ "visual_difficulty": "easy",
30
+ "overall_difficulty": "medium",
31
+ "comments": "",
32
+ "intent_template_id": 1
33
+ }
vwa/classifieds/10.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 10,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "What is the {{attribute}} of {{item}}?",
11
+ "intent": "What is the seat height in inches of the smaller piece of furniture on this page?",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "attribute": "seat height in inches",
15
+ "item": "the smaller piece of furniture on this page"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "string_match"
21
+ ],
22
+ "reference_answers": {
23
+ "must_include": [
24
+ "21"
25
+ ]
26
+ },
27
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=43887",
28
+ "program_html": [],
29
+ "string_note": "",
30
+ "reference_answer_raw_annotation": ""
31
+ },
32
+ "reasoning_difficulty": "easy",
33
+ "visual_difficulty": "easy",
34
+ "overall_difficulty": "easy",
35
+ "comments": "",
36
+ "intent_template_id": 5
37
+ }
vwa/classifieds/100.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 100,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "What is {{attribute}} on the {{product}}?",
11
+ "intent": "What is the number shown on the image of the most expensive race car in the Arts + crafts section?",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "attribute": "the number shown",
15
+ "product": "image of the most expensive race car in the Arts + crafts section"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "string_match"
21
+ ],
22
+ "reference_answers": {
23
+ "must_include": [
24
+ "61 |OR| sixty one"
25
+ ]
26
+ },
27
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=2354",
28
+ "program_html": [],
29
+ "string_note": ""
30
+ },
31
+ "reasoning_difficulty": "hard",
32
+ "visual_difficulty": "hard",
33
+ "overall_difficulty": "hard",
34
+ "comments": "",
35
+ "intent_template_id": 38
36
+ }
vwa/classifieds/101.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 101,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Explore the \"{{category}}\" category, and find the {{item}} in this image.",
11
+ "intent": "Explore the \"Art + crafts\" category, and find the most expensive painting of the city in this image.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_101/input_0.png",
13
+ "instantiation_dict": {
14
+ "category": "Art + crafts",
15
+ "item": "most expensive painting of the city"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=83533",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "medium",
28
+ "visual_difficulty": "hard",
29
+ "overall_difficulty": "hard",
30
+ "comments": "",
31
+ "intent_template_id": 39
32
+ }
vwa/classifieds/102.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 102,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Tell me the {{product}}.",
11
+ "intent": "Tell me the height in inches of the most recently listed item in Art + crafts section portraying the person in the image.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_102/input_0.png",
13
+ "instantiation_dict": {
14
+ "product": "height in inches of the most recently listed item in Art + crafts section portraying the person in the image"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "string_match"
20
+ ],
21
+ "reference_answers": {
22
+ "must_include": [
23
+ "8 1/2 |OR| eight and a half |OR| 8.5 |OR| eight point five"
24
+ ]
25
+ },
26
+ "reference_url": "",
27
+ "program_html": [],
28
+ "string_note": ""
29
+ },
30
+ "reasoning_difficulty": "medium",
31
+ "visual_difficulty": "hard",
32
+ "overall_difficulty": "hard",
33
+ "comments": "",
34
+ "intent_template_id": 40
35
+ }
vwa/classifieds/103.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 103,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Explore the \"{{category}}\" category, and find the {{item}} in this image.",
11
+ "intent": "Explore the \"Arts + crafts\" category, and find the most recently listed item portraying the person in this image.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_103/input_0.png",
13
+ "instantiation_dict": {
14
+ "category": "Arts + crafts",
15
+ "item": "most recently listed item portraying the person"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=77577",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "medium",
28
+ "visual_difficulty": "medium",
29
+ "overall_difficulty": "medium",
30
+ "comments": "",
31
+ "intent_template_id": 39
32
+ }
vwa/classifieds/104.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 104,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Find the {{item}} with {{attribute}}. Add a {{rating}} rating with title \"{{title}}\" and text \"{{text}}\".",
11
+ "intent": "Find the most recently listed RV with an iPhone screenshot as its image. Add a 3 star rating with title \"Any other pics?\" and text \"Do you have a higher quality picture?\".",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "item": "most recently listed RV",
15
+ "attribute": "an iPhone screenshot as its image",
16
+ "rating": "3 star",
17
+ "title": "Any other pics?",
18
+ "text": "Do you have a higher quality picture?"
19
+ },
20
+ "require_reset": false,
21
+ "eval": {
22
+ "eval_types": [
23
+ "program_html"
24
+ ],
25
+ "reference_answers": null,
26
+ "reference_url": "",
27
+ "program_html": [
28
+ {
29
+ "url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=21206",
30
+ "locator": "func:get_query_text(__page__, '.comments_list h3')",
31
+ "required_contents": {
32
+ "must_include": [
33
+ "Any other pics? by Blake Sullivan"
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=21206",
39
+ "locator": "func:get_query_text(__page__, '.comments_list')",
40
+ "required_contents": {
41
+ "must_include": [
42
+ "Do you have a higher quality picture?",
43
+ "3 of 5"
44
+ ]
45
+ }
46
+ }
47
+ ]
48
+ },
49
+ "reasoning_difficulty": "hard",
50
+ "visual_difficulty": "hard",
51
+ "overall_difficulty": "hard",
52
+ "comments": "",
53
+ "intent_template_id": 35
54
+ }
vwa/classifieds/105.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 105,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Find the cheapest {{item}} {{condition}}.",
11
+ "intent": "Find the cheapest guitar with a red velvet lined case.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "item": "guitar",
15
+ "condition": "with a red velvet lined case"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=23225",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "medium",
28
+ "visual_difficulty": "hard",
29
+ "overall_difficulty": "hard",
30
+ "comments": "",
31
+ "intent_template_id": 32
32
+ }
vwa/classifieds/106.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 106,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "What is the email of the seller of {{item}}?",
11
+ "intent": "What is the email of the seller of the most expensive item in Photo + videos that has an animal for its image?",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "item": "the most expensive item in Photo + videos that has an animal for its image"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "string_match"
20
+ ],
21
+ "reference_answers": {
22
+ "must_include": [
23
+ "miguel_ito@example.com"
24
+ ]
25
+ },
26
+ "reference_url": "",
27
+ "program_html": [],
28
+ "string_note": ""
29
+ },
30
+ "reasoning_difficulty": "medium",
31
+ "visual_difficulty": "medium",
32
+ "overall_difficulty": "medium",
33
+ "comments": "",
34
+ "intent_template_id": 6
35
+ }
vwa/classifieds/107.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 107,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Tell me the {{product}}.",
11
+ "intent": "Tell me the color of the rims on the most expensive bike in West Virginia.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "product": "color of the rims on the most expensive bike in West Virginia"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "string_match"
20
+ ],
21
+ "reference_answers": {
22
+ "must_include": [
23
+ "purple",
24
+ "blue |OR| cyan"
25
+ ]
26
+ },
27
+ "reference_url": "",
28
+ "program_html": [],
29
+ "string_note": ""
30
+ },
31
+ "reasoning_difficulty": "medium",
32
+ "visual_difficulty": "hard",
33
+ "overall_difficulty": "hard",
34
+ "comments": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=52440",
35
+ "intent_template_id": 40
36
+ }
vwa/classifieds/108.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 108,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Tell me the {{product}}.",
11
+ "intent": "Tell me the name of the lister with the most expensive green vehicle from West Virginia.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "product": "name of the lister with the most expensive green vehicle from West Virginia"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "string_match"
20
+ ],
21
+ "reference_answers": {
22
+ "must_include": [
23
+ "Daiki Lee"
24
+ ]
25
+ },
26
+ "reference_url": "",
27
+ "program_html": [],
28
+ "string_note": ""
29
+ },
30
+ "reasoning_difficulty": "medium",
31
+ "visual_difficulty": "medium",
32
+ "overall_difficulty": "medium",
33
+ "comments": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=7438",
34
+ "intent_template_id": 40
35
+ }
vwa/classifieds/109.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 109,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "How {{quantity}} does the {{item}} have?",
11
+ "intent": "How many miles does the most expensive white sports car in the \"Cars + trucks\" category from Ohio have?",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "quantity": "many miles",
15
+ "item": "most expensive white sports car in the \"Cars + trucks\" category from Ohio"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "string_match"
21
+ ],
22
+ "reference_answers": {
23
+ "must_include": [
24
+ "36K |OR| 36,000 |OR| 36000"
25
+ ]
26
+ },
27
+ "reference_url": "",
28
+ "program_html": [],
29
+ "string_note": ""
30
+ },
31
+ "reasoning_difficulty": "medium",
32
+ "visual_difficulty": "medium",
33
+ "overall_difficulty": "medium",
34
+ "comments": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=48555",
35
+ "intent_template_id": 9
36
+ }
vwa/classifieds/11.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 11,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sCategory=7",
9
+ "geolocation": null,
10
+ "intent_template": "What is the {{attribute}} of {{item}}?",
11
+ "intent": "What is the size of the wheels in inches of the first blue bike on this page?",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "attribute": "size of the wheels in inches",
15
+ "item": "the first blue bike on this page"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "string_match"
21
+ ],
22
+ "reference_answers": {
23
+ "must_include": [
24
+ "26"
25
+ ]
26
+ },
27
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=66613",
28
+ "program_html": [],
29
+ "string_note": "",
30
+ "reference_answer_raw_annotation": ""
31
+ },
32
+ "reasoning_difficulty": "easy",
33
+ "visual_difficulty": "easy",
34
+ "overall_difficulty": "easy",
35
+ "comments": "",
36
+ "intent_template_id": 5
37
+ }
vwa/classifieds/110.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 110,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Search for \"{{phrase}}\" and tell me {{detail}}.",
11
+ "intent": "Search for \"mario kart\" and tell me how many games are in the image of the most recently listed item that costs at least $300.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "phrase": "mario kart",
15
+ "detail": "how many games are in the image of the most recently listed item that costs at least $300"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "string_match"
21
+ ],
22
+ "reference_answers": {
23
+ "must_include": [
24
+ "0 |OR| zero"
25
+ ]
26
+ },
27
+ "reference_url": "",
28
+ "program_html": [],
29
+ "string_note": ""
30
+ },
31
+ "reasoning_difficulty": "hard",
32
+ "visual_difficulty": "hard",
33
+ "overall_difficulty": "hard",
34
+ "comments": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=34406",
35
+ "intent_template_id": 16
36
+ }
vwa/classifieds/111.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 111,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Search for \"{{phrase}}\" and tell me {{detail}}.",
11
+ "intent": "Search for \"hockey\" and tell me the team name of the jersey on the most recently listed item.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "phrase": "hockey",
15
+ "detail": "the team name of the jersey on the most recently listed item"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "string_match"
21
+ ],
22
+ "reference_answers": {
23
+ "must_include": [
24
+ "Kings"
25
+ ]
26
+ },
27
+ "reference_url": "",
28
+ "program_html": [],
29
+ "string_note": ""
30
+ },
31
+ "reasoning_difficulty": "medium",
32
+ "visual_difficulty": "hard",
33
+ "overall_difficulty": "hard",
34
+ "comments": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=79079",
35
+ "intent_template_id": 16
36
+ }
vwa/classifieds/112.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 112,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Search for \"{{phrase}}\" and navigate to the {{product}} that {{condition}} in its image.",
11
+ "intent": "Search for \"basketball\" and navigate to the cheapest item that has a man in a suit in its image.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "phrase": "basketball",
15
+ "product": "cheapest item",
16
+ "condition": "has a man in a suit"
17
+ },
18
+ "require_reset": false,
19
+ "eval": {
20
+ "eval_types": [
21
+ "url_match"
22
+ ],
23
+ "reference_answers": null,
24
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=68564",
25
+ "program_html": [],
26
+ "url_note": "EXACT"
27
+ },
28
+ "reasoning_difficulty": "medium",
29
+ "visual_difficulty": "hard",
30
+ "overall_difficulty": "hard",
31
+ "comments": "",
32
+ "intent_template_id": 41
33
+ }
vwa/classifieds/113.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 113,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Search for \"{{phrase}}\" and navigate to the {{product}}.",
11
+ "intent": "Search for \"football\" and navigate to the most expensive item whose image has a player wearing number 16.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "phrase": "football",
15
+ "product": "most expensive item whose image has a player wearing number 16"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=30630",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "hard",
28
+ "visual_difficulty": "hard",
29
+ "overall_difficulty": "hard",
30
+ "comments": "",
31
+ "intent_template_id": 42
32
+ }
vwa/classifieds/114.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 114,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Navigate to the {{item}} from {{location}} {{condition}}.",
11
+ "intent": "Navigate to the oldest listing from Virginia which contains multiple people in its image.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "item": "oldest listing",
15
+ "location": "Virginia",
16
+ "condition": "which contains multiple people in its image"
17
+ },
18
+ "require_reset": false,
19
+ "eval": {
20
+ "eval_types": [
21
+ "url_match"
22
+ ],
23
+ "reference_answers": null,
24
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=29164",
25
+ "program_html": [],
26
+ "url_note": "EXACT"
27
+ },
28
+ "reasoning_difficulty": "medium",
29
+ "visual_difficulty": "medium",
30
+ "overall_difficulty": "medium",
31
+ "comments": "",
32
+ "intent_template_id": 43
33
+ }
vwa/classifieds/115.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 115,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Search for \"{{phrase}}\" and navigate to the {{product}} that matches the body part in this image.",
11
+ "intent": "Search for \"brace\" and navigate to the most recently listed item that matches the body part in this image.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_115/input_0.png",
13
+ "instantiation_dict": {
14
+ "phrase": "brace",
15
+ "product": "most recently listed item"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=68133",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "medium",
28
+ "visual_difficulty": "medium",
29
+ "overall_difficulty": "medium",
30
+ "comments": "",
31
+ "intent_template_id": 44
32
+ }
vwa/classifieds/116.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 116,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Search for \"{{phrase}}\" and navigate to the {{product}} that matches the body part in this image.",
11
+ "intent": "Search for \"brace\" and navigate to the cheapest item that matches the body part in this image.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_116/input_0.png",
13
+ "instantiation_dict": {
14
+ "phrase": "brace",
15
+ "product": "cheapest item"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=42654",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "medium",
28
+ "visual_difficulty": "medium",
29
+ "overall_difficulty": "medium",
30
+ "comments": "",
31
+ "intent_template_id": 44
32
+ }
vwa/classifieds/117.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 117,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Find the cheapest {{item}} {{condition}}.",
11
+ "intent": "Find the cheapest bike which is of a similar color as the person's outfit.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_117/input_0.png",
13
+ "instantiation_dict": {
14
+ "item": "bike",
15
+ "condition": "which is of a similar color as the person's outfit"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=18534",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "medium",
28
+ "visual_difficulty": "medium",
29
+ "overall_difficulty": "medium",
30
+ "comments": "",
31
+ "intent_template_id": 32
32
+ }
vwa/classifieds/118.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 118,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sCategory=11&sOrder=dt_pub_date&iOrderType=desc&sShowAs=gallery",
9
+ "geolocation": null,
10
+ "viewport_size": {
11
+ "width": 1280
12
+ },
13
+ "intent_template": "What is {{attribute}} on the {{product}}?",
14
+ "intent": "What is the time on the phone with the visible screen in the third row on this page?",
15
+ "image": null,
16
+ "instantiation_dict": {
17
+ "attribute": "the time",
18
+ "product": "phone with the visible screen in the third row on this page"
19
+ },
20
+ "require_reset": false,
21
+ "eval": {
22
+ "eval_types": [
23
+ "string_match"
24
+ ],
25
+ "reference_answers": {
26
+ "must_include": [
27
+ "3:03 |OR| 303"
28
+ ]
29
+ },
30
+ "reference_url": "",
31
+ "program_html": [],
32
+ "string_note": ""
33
+ },
34
+ "reasoning_difficulty": "easy",
35
+ "visual_difficulty": "medium",
36
+ "overall_difficulty": "medium",
37
+ "comments": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=69495",
38
+ "intent_template_id": 38
39
+ }
vwa/classifieds/119.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 119,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sCategory=11&sOrder=i_price&iOrderType=desc&sShowAs=gallery",
9
+ "geolocation": null,
10
+ "viewport_size": {
11
+ "width": 1280
12
+ },
13
+ "intent_template": "What is the {{attribute}} of {{item}}?",
14
+ "intent": "What is the denomination of the dollar bill shown in that image on this page?",
15
+ "image": null,
16
+ "instantiation_dict": {
17
+ "attribute": "denomination",
18
+ "item": "the dollar bill shown in that image on this page"
19
+ },
20
+ "require_reset": false,
21
+ "eval": {
22
+ "eval_types": [
23
+ "string_match"
24
+ ],
25
+ "reference_answers": {
26
+ "must_include": [
27
+ "50 |OR| fifty"
28
+ ]
29
+ },
30
+ "reference_url": "",
31
+ "program_html": [],
32
+ "string_note": ""
33
+ },
34
+ "reasoning_difficulty": "easy",
35
+ "visual_difficulty": "medium",
36
+ "overall_difficulty": "medium",
37
+ "comments": "_CLASSIFIEDS__/index.php?page=item&id=75385",
38
+ "intent_template_id": 5
39
+ }
vwa/classifieds/12.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 12,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "What is the {{attribute}} of {{item}}?",
11
+ "intent": "What is the color of most recently listed motorcycle?",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "attribute": "color",
15
+ "item": "most recently listed motorcycle"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "string_match"
21
+ ],
22
+ "reference_answers": {
23
+ "must_include": [
24
+ "red"
25
+ ]
26
+ },
27
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=9068",
28
+ "program_html": [],
29
+ "string_note": "",
30
+ "reference_answer_raw_annotation": ""
31
+ },
32
+ "reasoning_difficulty": "easy",
33
+ "visual_difficulty": "easy",
34
+ "overall_difficulty": "easy",
35
+ "comments": "",
36
+ "intent_template_id": 5
37
+ }
vwa/classifieds/120.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 120,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sCategory=7&sShowAs=gallery&sOrder=i_price&iOrderType=desc",
9
+ "geolocation": null,
10
+ "viewport_size": {
11
+ "width": 1280
12
+ },
13
+ "intent_template": "What is {{attribute}} on the {{product}}?",
14
+ "intent": "What is written on the down tube of the bike with the purple frame on this page?",
15
+ "image": null,
16
+ "instantiation_dict": {
17
+ "attribute": "written",
18
+ "product": "down tube of the bike with the purple frame on this page"
19
+ },
20
+ "require_reset": false,
21
+ "eval": {
22
+ "eval_types": [
23
+ "string_match"
24
+ ],
25
+ "reference_answers": {
26
+ "must_include": [
27
+ "canyon"
28
+ ]
29
+ },
30
+ "reference_url": "",
31
+ "program_html": [],
32
+ "string_note": ""
33
+ },
34
+ "reasoning_difficulty": "easy",
35
+ "visual_difficulty": "medium",
36
+ "overall_difficulty": "medium",
37
+ "comments": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=38276",
38
+ "intent_template_id": 38
39
+ }
vwa/classifieds/121.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 121,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sCategory=11&sOrder=i_price&iOrderType=asc&sShowAs=gallery",
9
+ "geolocation": null,
10
+ "intent_template": "Navigate to the {{item}} on this page {{condition}}.",
11
+ "intent": "Navigate to the item on this page whose image consists solely of text.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "item": "item",
15
+ "condition": "whose image consists solely of text"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=15619",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "easy",
28
+ "visual_difficulty": "medium",
29
+ "overall_difficulty": "medium",
30
+ "comments": "",
31
+ "intent_template_id": 45
32
+ }
vwa/classifieds/122.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 122,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Find the {{product}}, and tell me how much it costs in dollars.",
11
+ "intent": "Find the oldest listed red book in the \"Books\" category, and tell me how much it costs in dollars.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "product": "oldest listed red book in the \"Books\" category"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "url_match",
20
+ "string_match"
21
+ ],
22
+ "reference_answers": {
23
+ "must_include": [
24
+ "3"
25
+ ]
26
+ },
27
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=69456",
28
+ "program_html": [],
29
+ "url_note": "EXACT"
30
+ },
31
+ "reasoning_difficulty": "hard",
32
+ "visual_difficulty": "medium",
33
+ "overall_difficulty": "hard",
34
+ "comments": "",
35
+ "intent_template_id": 33
36
+ }
vwa/classifieds/123.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 123,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sPattern=clothes&sOrder=i_price&iOrderType=desc&sShowAs=gallery",
9
+ "geolocation": null,
10
+ "intent_template": "Navigate to the {{item}} on this page {{condition}}.",
11
+ "intent": "Navigate to the item on this page which matches the color of the object being used by the person in the given image.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_123/input_0.png",
13
+ "instantiation_dict": {
14
+ "item": "item",
15
+ "condition": "which matches the color of the object being used by the person in the given image"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=48074",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "easy",
28
+ "visual_difficulty": "medium",
29
+ "overall_difficulty": "medium",
30
+ "comments": "",
31
+ "intent_template_id": 45
32
+ }
vwa/classifieds/124.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 124,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sCategory=17&sShowAs=gallery",
9
+ "geolocation": null,
10
+ "intent_template": "Navigate to the item on this page whose image {{condition}}.",
11
+ "intent": "Navigate to the item on this page whose image is set on grass.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "condition": "is set on grass"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "url_match"
20
+ ],
21
+ "reference_answers": null,
22
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=10702",
23
+ "program_html": [],
24
+ "url_note": "EXACT"
25
+ },
26
+ "reasoning_difficulty": "easy",
27
+ "visual_difficulty": "easy",
28
+ "overall_difficulty": "easy",
29
+ "comments": "",
30
+ "intent_template_id": 46
31
+ }
vwa/classifieds/125.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 125,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sCategory=17&sShowAs=gallery",
9
+ "geolocation": null,
10
+ "intent_template": "Navigate to the item on this page whose image {{condition}}.",
11
+ "intent": "Navigate to the item on this page whose image is a desktop screenshot.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "condition": "is a desktop screenshot"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "url_match"
20
+ ],
21
+ "reference_answers": null,
22
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=32204",
23
+ "program_html": [],
24
+ "url_note": "EXACT"
25
+ },
26
+ "reasoning_difficulty": "easy",
27
+ "visual_difficulty": "easy",
28
+ "overall_difficulty": "easy",
29
+ "comments": "",
30
+ "intent_template_id": 46
31
+ }
vwa/classifieds/126.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 126,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Find me {{product}} that {{condition}} in the image.",
11
+ "intent": "Find me the most recently listed item in the \"Books\" category that references the person in the image.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_126/input_0.png",
13
+ "instantiation_dict": {
14
+ "product": "the most recently listed item in the \"Books\" category",
15
+ "condition": "references the person"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=64659",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "intent_template_id": 30,
28
+ "reasoning_difficulty": "medium",
29
+ "visual_difficulty": "hard",
30
+ "overall_difficulty": "hard",
31
+ "comments": ""
32
+ }
vwa/classifieds/127.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 127,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Search for \"{{phrase}}\" and navigate to the {{product}}.",
11
+ "intent": "Search for \"MCAT\" and navigate to the prep book that has 2020-2021 on the cover.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "phrase": "MCAT",
15
+ "product": "prep book that has 2020-2021 on the cover"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=5802",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "medium",
28
+ "visual_difficulty": "hard",
29
+ "overall_difficulty": "hard",
30
+ "comments": "",
31
+ "intent_template_id": 42
32
+ }
vwa/classifieds/128.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 128,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=74603",
9
+ "geolocation": null,
10
+ "intent_template": "Tell me the {{product}}.",
11
+ "intent": "Tell me the jersey numbers (in digits) in the image of this listing.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "product": "jersey numbers (in digits) in the image of this listing"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "string_match"
20
+ ],
21
+ "reference_answers": {
22
+ "must_include": [
23
+ "99",
24
+ "13",
25
+ "80",
26
+ "92"
27
+ ]
28
+ },
29
+ "reference_url": "",
30
+ "program_html": [],
31
+ "string_note": ""
32
+ },
33
+ "reasoning_difficulty": "easy",
34
+ "visual_difficulty": "hard",
35
+ "overall_difficulty": "medium",
36
+ "comments": "",
37
+ "intent_template_id": 40
38
+ }
vwa/classifieds/129.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 129,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sOrder=dt_pub_date&iOrderType=desc&sPattern=soccer+cleats&sShowAs=gallery",
9
+ "geolocation": null,
10
+ "intent_template": "Tell me the {{product}}.",
11
+ "intent": "Tell me the last name of the seller whose listing image on the page shows the price.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "product": "last name of the seller whose listing image on the page shows the price"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "string_match"
20
+ ],
21
+ "reference_answers": {
22
+ "must_include": [
23
+ "Chatterjee"
24
+ ]
25
+ },
26
+ "reference_url": "",
27
+ "program_html": [],
28
+ "string_note": ""
29
+ },
30
+ "reasoning_difficulty": "easy",
31
+ "visual_difficulty": "medium",
32
+ "overall_difficulty": "easy",
33
+ "comments": "",
34
+ "intent_template_id": 40
35
+ }
vwa/classifieds/13.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 13,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "What is the {{attribute}} of {{item}}?",
11
+ "intent": "What is the color of the most expensive item in the \"Boats\" category?",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "attribute": "color",
15
+ "item": "the most expensive item in the \"Boats\" category"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "string_match"
21
+ ],
22
+ "reference_answers": {
23
+ "must_include": [
24
+ "white"
25
+ ]
26
+ },
27
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=40932",
28
+ "program_html": [],
29
+ "string_note": "",
30
+ "reference_answer_raw_annotation": ""
31
+ },
32
+ "reasoning_difficulty": "easy",
33
+ "visual_difficulty": "easy",
34
+ "overall_difficulty": "easy",
35
+ "comments": "",
36
+ "intent_template_id": 5
37
+ }
vwa/classifieds/130.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 130,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sOrder=dt_pub_date&iOrderType=desc&sPattern=banana+boat&sShowAs=gallery",
9
+ "geolocation": null,
10
+ "intent_template": "Navigate to the item on this page whose image {{condition}}.",
11
+ "intent": "Navigate to the item on this page whose image is taken during a sunset.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "condition": "is taken during a sunset"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "url_match"
20
+ ],
21
+ "reference_answers": null,
22
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=19604",
23
+ "program_html": [],
24
+ "url_note": "EXACT"
25
+ },
26
+ "reasoning_difficulty": "medium",
27
+ "visual_difficulty": "medium",
28
+ "overall_difficulty": "medium",
29
+ "comments": "",
30
+ "intent_template_id": 46
31
+ }
vwa/classifieds/131.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 131,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Search for \"{{phrase}}\" and navigate to the {{product}}.",
11
+ "intent": "Search for \"dogs\" and navigate to the listing whose image consists of puppies in a basket.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "phrase": "dogs",
15
+ "product": "listing whose image consists of puppies in a basket"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=50134",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "hard",
28
+ "visual_difficulty": "hard",
29
+ "overall_difficulty": "hard",
30
+ "comments": "",
31
+ "intent_template_id": 42
32
+ }
vwa/classifieds/132.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 132,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sOrder=dt_pub_date&iOrderType=desc&sPattern=dogs&sShowAs=gallery&iPage=3",
9
+ "geolocation": null,
10
+ "intent_template": "Navigate to the item on this page whose image {{condition}}.",
11
+ "intent": "Navigate to the item on this page whose image has 3 black animals.",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "condition": "has 3 black animals"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "url_match"
20
+ ],
21
+ "reference_answers": null,
22
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=69201",
23
+ "program_html": [],
24
+ "url_note": "EXACT"
25
+ },
26
+ "reasoning_difficulty": "easy",
27
+ "visual_difficulty": "hard",
28
+ "overall_difficulty": "medium",
29
+ "comments": "",
30
+ "intent_template_id": 46
31
+ }
vwa/classifieds/133.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 133,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "Find the {{item}} with {{attribute}}. Add a {{rating}} rating with title \"{{title}}\" and text \"{{text}}\".",
11
+ "intent": "Find the oldest listing of Xbox One games in the \"Video gaming\" category with more than 9 games in the listing image. Add a 4 star rating with title \"Nice collection\" and text \"Any other games?\".",
12
+ "image": null,
13
+ "instantiation_dict": {
14
+ "item": "oldest listing of Xbox One games in the \"Video gaming\" category",
15
+ "attribute": "more than 9 games in the listing image",
16
+ "rating": "4 star",
17
+ "title": "Nice collection",
18
+ "text": "Any other games?"
19
+ },
20
+ "require_reset": false,
21
+ "eval": {
22
+ "eval_types": [
23
+ "program_html"
24
+ ],
25
+ "reference_answers": null,
26
+ "reference_url": "",
27
+ "program_html": [
28
+ {
29
+ "url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=67441",
30
+ "locator": "func:get_query_text(__page__, '.comments_list h3')",
31
+ "required_contents": {
32
+ "must_include": [
33
+ "Nice collection by Blake Sullivan"
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=67441",
39
+ "locator": "func:get_query_text(__page__, '.comments_list')",
40
+ "required_contents": {
41
+ "must_include": [
42
+ "Any other games?",
43
+ "4 of 5"
44
+ ]
45
+ }
46
+ }
47
+ ]
48
+ },
49
+ "reasoning_difficulty": "hard",
50
+ "visual_difficulty": "medium",
51
+ "overall_difficulty": "hard",
52
+ "comments": "",
53
+ "intent_template_id": 35
54
+ }
vwa/classifieds/134.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 134,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sOrder=dt_pub_date&iOrderType=desc&sPattern=+Xbox+One+games&sCategory=24&iPage=5&sShowAs=gallery",
9
+ "geolocation": null,
10
+ "intent_template": "Navigate to the {{product}} which {{condition}} in this image.",
11
+ "intent": "Navigate to the listing on this page whose image includes a jersey which is the same color as the item in this image.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_134/input_0.png",
13
+ "instantiation_dict": {
14
+ "product": "listing on this page whose image includes a jersey",
15
+ "condition": "is the same color as the item"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "url_match"
21
+ ],
22
+ "reference_answers": null,
23
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=42088",
24
+ "program_html": [],
25
+ "url_note": "EXACT"
26
+ },
27
+ "reasoning_difficulty": "easy",
28
+ "visual_difficulty": "medium",
29
+ "overall_difficulty": "medium",
30
+ "comments": "",
31
+ "intent_template_id": 47
32
+ }
vwa/classifieds/135.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 135,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sOrder=dt_pub_date&iOrderType=desc&sPattern=hood&sShowAs=gallery",
9
+ "geolocation": null,
10
+ "intent_template": "Navigate to the {{product}} on this page {{condition}}.",
11
+ "intent": "Navigate to the listing on this page with an item of the exact same color as the one in this image.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_135/input_0.png",
13
+ "instantiation_dict": {
14
+ "product": "listing",
15
+ "condition": "with an item of the exact same color as the one in this image"
16
+ },
17
+ "require_reset": false,
18
+ "eval": {
19
+ "eval_types": [
20
+ "string_match"
21
+ ],
22
+ "reference_answers": {
23
+ "fuzzy_match": "N/A"
24
+ },
25
+ "reference_url": "",
26
+ "program_html": [],
27
+ "string_note": "There are no pink items on the page.",
28
+ "reference_answer_raw_annotation": "N/A"
29
+ },
30
+ "reasoning_difficulty": "easy",
31
+ "visual_difficulty": "medium",
32
+ "overall_difficulty": "medium",
33
+ "comments": "",
34
+ "intent_template_id": 48
35
+ }
vwa/classifieds/136.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 136,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "I recall seeing this exact item on the site, tell me the email of the lister of the item. I recall {{hint}}.",
11
+ "intent": "I recall seeing this exact item on the site, tell me the email of the lister of the item. I recall that it was pretty cheap.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_136/input_0.png",
13
+ "instantiation_dict": {
14
+ "hint": "that it was pretty cheap"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "string_match"
20
+ ],
21
+ "reference_answers": {
22
+ "must_include": [
23
+ "noah_popov126@example.com"
24
+ ]
25
+ },
26
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=37999",
27
+ "program_html": [],
28
+ "string_note": ""
29
+ },
30
+ "reasoning_difficulty": "hard",
31
+ "visual_difficulty": "hard",
32
+ "overall_difficulty": "hard",
33
+ "comments": "",
34
+ "intent_template_id": 49
35
+ }
vwa/classifieds/137.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 137,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "I recall seeing this exact item on the site, tell me the email of the most recent lister of the item. I recall {{hint}}.",
11
+ "intent": "I recall seeing this exact item on the site, tell me the email of the most recent lister of the item. I recall that it cost $20.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_137/input_0.png",
13
+ "instantiation_dict": {
14
+ "hint": "that it cost $20"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "string_match"
20
+ ],
21
+ "reference_answers": {
22
+ "must_include": [
23
+ "mia_robinson403@example.com"
24
+ ]
25
+ },
26
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=19390",
27
+ "program_html": [],
28
+ "string_note": ""
29
+ },
30
+ "reasoning_difficulty": "hard",
31
+ "visual_difficulty": "hard",
32
+ "overall_difficulty": "hard",
33
+ "comments": "",
34
+ "intent_template_id": 50
35
+ }
vwa/classifieds/138.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 138,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "I recall seeing this exact item on the site, tell me the email of the most recent lister of the item. I recall {{hint}}.",
11
+ "intent": "I recall seeing this exact item on the site, tell me the email of the most recent lister of the item. I recall it was in the Art + crafts section and between $600-$1000.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_138/input_0.png",
13
+ "instantiation_dict": {
14
+ "hint": "it was in the Art + crafts section and between $600-$1000"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "string_match"
20
+ ],
21
+ "reference_answers": {
22
+ "must_include": [
23
+ "sarah.sidorov92@example.com"
24
+ ]
25
+ },
26
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=70697",
27
+ "program_html": [],
28
+ "string_note": ""
29
+ },
30
+ "reasoning_difficulty": "hard",
31
+ "visual_difficulty": "hard",
32
+ "overall_difficulty": "hard",
33
+ "comments": "",
34
+ "intent_template_id": 50
35
+ }
vwa/classifieds/139.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 139,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "I recall seeing this exact item on the site, help me find the most recent post of it. I recall {{hint}}.",
11
+ "intent": "I recall seeing this exact item on the site, help me find the most recent post of it. I recall it was in the Antiques section.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_139/input_0.png",
13
+ "instantiation_dict": {
14
+ "hint": "it was in the Antiques section"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "url_match"
20
+ ],
21
+ "reference_answers": null,
22
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=47595",
23
+ "program_html": [],
24
+ "url_note": "EXACT"
25
+ },
26
+ "reasoning_difficulty": "hard",
27
+ "visual_difficulty": "hard",
28
+ "overall_difficulty": "hard",
29
+ "comments": "",
30
+ "intent_template_id": 19
31
+ }
vwa/classifieds/14.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 14,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=search&sCategory=4&iPage=2&sShowAs=gallery",
9
+ "geolocation": null,
10
+ "viewport_size": {
11
+ "width": 1280
12
+ },
13
+ "intent_template": "What is the email of the seller of {{item}}?",
14
+ "intent": "What is the email of the seller of the painting in the second row?",
15
+ "image": null,
16
+ "instantiation_dict": {
17
+ "item": "the painting in the second row"
18
+ },
19
+ "require_reset": false,
20
+ "eval": {
21
+ "eval_types": [
22
+ "string_match"
23
+ ],
24
+ "reference_answers": {
25
+ "must_include": [
26
+ "olga.jones341@example.com"
27
+ ]
28
+ },
29
+ "reference_url": "",
30
+ "program_html": [],
31
+ "string_note": ""
32
+ },
33
+ "reasoning_difficulty": "easy",
34
+ "visual_difficulty": "easy",
35
+ "overall_difficulty": "easy",
36
+ "comments": "",
37
+ "intent_template_id": 6
38
+ }
vwa/classifieds/140.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 140,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "I recall seeing this exact item on the site, tell me the email of the most recent lister of the item. I recall {{hint}}.",
11
+ "intent": "I recall seeing this exact item on the site, tell me the email of the most recent lister of the item. I recall it was a Nascar jacket in the Collectibles section.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_140/input_0.png",
13
+ "instantiation_dict": {
14
+ "hint": "it was a Nascar jacket in the Collectibles section"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "string_match"
20
+ ],
21
+ "reference_answers": {
22
+ "must_include": [
23
+ "juan_ortiz@example.com"
24
+ ]
25
+ },
26
+ "reference_url": "",
27
+ "program_html": [],
28
+ "string_note": ""
29
+ },
30
+ "reasoning_difficulty": "medium",
31
+ "visual_difficulty": "hard",
32
+ "overall_difficulty": "hard",
33
+ "comments": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=3984",
34
+ "intent_template_id": 50
35
+ }
vwa/classifieds/141.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 141,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "I recall seeing this exact item on the site, help me find the most recent post of it. I recall {{hint}}.",
11
+ "intent": "I recall seeing this exact item on the site, help me find the most recent post of it. I recall it was in the Farm + garden section.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_141/input_0.png",
13
+ "instantiation_dict": {
14
+ "hint": "it was in the Farm + garden section"
15
+ },
16
+ "require_reset": false,
17
+ "eval": {
18
+ "eval_types": [
19
+ "url_match"
20
+ ],
21
+ "reference_answers": null,
22
+ "reference_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=41568",
23
+ "program_html": [],
24
+ "url_note": "EXACT"
25
+ },
26
+ "reasoning_difficulty": "hard",
27
+ "visual_difficulty": "hard",
28
+ "overall_difficulty": "hard",
29
+ "comments": "",
30
+ "intent_template_id": 19
31
+ }
vwa/classifieds/142.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": [
3
+ "classifieds"
4
+ ],
5
+ "task_id": 142,
6
+ "require_login": true,
7
+ "storage_state": "./.auth/classifieds_state.json",
8
+ "start_url": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980/",
9
+ "geolocation": null,
10
+ "intent_template": "I recall seeing this exact item for under $20 on the site, tell me the state where this listing is located.",
11
+ "intent": "I recall seeing this exact item for under $20 on the site, tell me the state where this listing is located.",
12
+ "image": "environment_docker/webarena-homepage/static/input_images/classifieds/task_142/input_0.png",
13
+ "instantiation_dict": {},
14
+ "require_reset": false,
15
+ "eval": {
16
+ "eval_types": [
17
+ "string_match"
18
+ ],
19
+ "reference_answers": {
20
+ "must_include": [
21
+ "Pennsylvania"
22
+ ]
23
+ },
24
+ "reference_url": "",
25
+ "program_html": [],
26
+ "string_note": ""
27
+ },
28
+ "reasoning_difficulty": "hard",
29
+ "visual_difficulty": "medium",
30
+ "overall_difficulty": "hard",
31
+ "comments": "http://ec2-3-136-90-99.us-east-2.compute.amazonaws.com:9980//index.php?page=item&id=22310",
32
+ "intent_template_id": 51
33
+ }