diff --git a/.gitattributes b/.gitattributes index 1ef325f1b111266a6b26e0196871bd78baa8c2f3..97e5ee23afd8323c552f2f8a8795c62f2d4b96af 100644 --- a/.gitattributes +++ b/.gitattributes @@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text # Video files - compressed *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text +WebsiteFiles.tar.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..025a3a4117241e7853585f66c0a6a5dd20210c08 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +Website/ +WebsiteFiles* +rclone* diff --git a/README.md b/README.md index 7da79263d0e701a53a0d662d245c4fc3db39b287..ccd4e131958e3994c0e156393ae8be6237681bc0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,126 @@ ---- -license: cc-by-4.0 ---- +--- +datasets: +- name: WebDS + license: mit + task_categories: + - web-automation + - multi-hop-reasoning + language: + - en + size_categories: + - 10K:7770`. + + +### E-commerce Content Management System (CMS) from webarena + +Download the image tar from the following mirrors: +- https://drive.google.com/file/d/1See0ZhJRw0WTTL9y8hFlgaduwPZ_nGfd/view?usp=sharing +- https://archive.org/download/webarena-env-shopping-admin-image +- http://metis.lti.cs.cmu.edu/webarena-images/shopping_admin_final_0719.tar + +``` +docker load --input shopping_admin_final_0719.tar +docker run --name shopping_admin -p 7780:80 -d shopping_admin_final_0719 +# wait ~1 min to wait all services to start + +docker exec shopping_admin /var/www/magento2/bin/magento setup:store-config:set --base-url="http://:7780" # no trailing slash +docker exec shopping_admin mysql -u magentouser -pMyPassword magentodb -e 'UPDATE core_config_data SET value="http://:7780/" WHERE path = "web/secure/base_url";' +docker exec shopping_admin /var/www/magento2/bin/magento cache:flush +``` +Now you can visit `http://:7780/admin`. + + +### Social Forum Website (Reddit) + +Download the image tar from the following mirrors: +- https://drive.google.com/file/d/17Qpp1iu_mPqzgO_73Z9BnFjHrzmX9DGf/view?usp=sharing +- https://archive.org/download/webarena-env-forum-image +- http://metis.lti.cs.cmu.edu/webarena-images/postmill-populated-exposed-withimg.tar + +``` +docker load --input postmill-populated-exposed-withimg.tar +docker run --name forum -p 4444:80 -d postmill-populated-exposed-withimg +``` +Now you can visit `http://:4444/`. + diff --git a/dataset_description.json b/dataset_description.json new file mode 100644 index 0000000000000000000000000000000000000000..9fd1060e7532cc0e9a187e93d6c9173385ba2979 --- /dev/null +++ b/dataset_description.json @@ -0,0 +1,36 @@ +{ + "@context": { + "@vocab": "https://schema.org/", + "dct": "http://purl.org/dc/terms/", + "conformsTo": "dct:conformsTo" + }, + "@type": "Dataset", + "name": "WebDS", + "description": "WebDS is a reproducible benchmark dataset for evaluating LLM agents on complex web-based data science tasks. It comprises 870 tasks across 29 containerized websites and 10 domains. Each task simulates realistic end-to-end workflows including data acquisition, tool use, analysis, reasoning, and reporting. Tasks span multiple modalities, structured and unstructured data, and multihop reasoning, and are annotated with fine-grained attributes and difficulty levels.", + "conformsTo": "http://mlcommons.org/croissant/1.0", + "license": "https://creativecommons.org/licenses/by/4.0/", + "keywords": [ + "web-based data science", + "benchmark", + "LLM agents", + "multi-hop reasoning", + "tool use", + "agent evaluation" + ], + "creator": { + "@type": "Organization", + "name": "Stanford University, UC Berkeley, SUTD, USC" + }, + "includedInDataCatalog": { + "@type": "DataCatalog", + "name": "MLCommons Croissant Benchmarks" + }, + "spatialCoverage": { + "@type": "Place", + "name": "Web-based / Global" + }, + "temporalCoverage": "2025", + "datePublished": "2025-05-15", + "version": "1.0", + "isAccessibleForFree": true +} diff --git a/tasks/001_bea--392.json b/tasks/001_bea--392.json new file mode 100644 index 0000000000000000000000000000000000000000..75e5e4c05be638031e1a2f38fdf64aff538aa87e --- /dev/null +++ b/tasks/001_bea--392.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--392", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "According to the Bureau of Economic Analysis, what is the percentage of total US current-account transactions that can be attributed to the European Union? Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "more than 26 percent" + } + } +} \ No newline at end of file diff --git a/tasks/002_arxiv--45.json b/tasks/002_arxiv--45.json new file mode 100644 index 0000000000000000000000000000000000000000..9f2c300bc72fbc6c0c9336b04216001efc629ba8 --- /dev/null +++ b/tasks/002_arxiv--45.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--45", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract key results (numerical) from abstracts of 10 recent machine learning papers.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Key result numbers from 10 ML abstracts" + } + } +} \ No newline at end of file diff --git a/tasks/003_datausa--641.json b/tasks/003_datausa--641.json new file mode 100644 index 0000000000000000000000000000000000000000..b222f7e98b40da143b82acb6a4e99814800edbb6 --- /dev/null +++ b/tasks/003_datausa--641.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--641", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List the top industries in CHICAGO, IL and ATLANTA, GA. Which city has industries more focused on finance?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CHICAGO, IL \u2192 Finance & Insurance \n ATLANTA, GA \u2192 Manufacturing, Finance & Insurance. Both focus on finance." + } + } +} \ No newline at end of file diff --git a/tasks/004_noaa--90.json b/tasks/004_noaa--90.json new file mode 100644 index 0000000000000000000000000000000000000000..ef60629f3c9a7699c3779c1baf2ea55e94dd1551 --- /dev/null +++ b/tasks/004_noaa--90.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--90", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using NOAA temperature datasets, create a scatter plot of annual global average temperature vs CO2 concentrations for 1960\u20132020Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Scatter plot temp vs CO2" + } + } +} \ No newline at end of file diff --git a/tasks/005_understat--97.json b/tasks/005_understat--97.json new file mode 100644 index 0000000000000000000000000000000000000000..b244e46d3e1231dcb771bf26a7fe9cf3fc5c6463 --- /dev/null +++ b/tasks/005_understat--97.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--97", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Retrieve match-level expected goal values for Arsenal\u2019s last 5 home games and calculate the average.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Table of last 5 home games + calculated average xG." + } + } +} \ No newline at end of file diff --git a/tasks/006_cfpb--106.json b/tasks/006_cfpb--106.json new file mode 100644 index 0000000000000000000000000000000000000000..5b23fcc7455e1d06a4854ceb0abcc8d75f425d0a --- /dev/null +++ b/tasks/006_cfpb--106.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--106", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How does the income volatility of Black small business owners compare to Hispanic small business owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 2: Income volatility by race and small business owner status shows that Black small business owners report 48% income volatility, while Hispanic small business owners report 41%. Black business owners experience slightly more volatility." + } + } +} \ No newline at end of file diff --git a/tasks/007_musicbrainz--788.json b/tasks/007_musicbrainz--788.json new file mode 100644 index 0000000000000000000000000000000000000000..1dbda8d10dcf060dea2c5f530740d03fb27e8511 --- /dev/null +++ b/tasks/007_musicbrainz--788.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--788", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is Choklate's legal nameConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Kolesta Moore" + } + } +} \ No newline at end of file diff --git a/tasks/008_musicbrainz--tunebat--152.json b/tasks/008_musicbrainz--tunebat--152.json new file mode 100644 index 0000000000000000000000000000000000000000..a8fdb4b21d986e39e2fe3115818391b686924192 --- /dev/null +++ b/tasks/008_musicbrainz--tunebat--152.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--152", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which korean artist is behind the most popular rendition of \"Weather and You\" (2023). How many albums has that person released, not including the \"album + live\" category?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Aro, 0" + } + } +} \ No newline at end of file diff --git a/tasks/009_our-world-in-data--245.json b/tasks/009_our-world-in-data--245.json new file mode 100644 index 0000000000000000000000000000000000000000..5dfb90d66dbf60ad5c842803d766fd5c39c92f7a --- /dev/null +++ b/tasks/009_our-world-in-data--245.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--245", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "which countries had an average learning-adjusted year of schooling of at least 13 years?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Singapore\t" + } + } +} \ No newline at end of file diff --git a/tasks/010_shopping--264.json b/tasks/010_shopping--264.json new file mode 100644 index 0000000000000000000000000000000000000000..fa15b376ec92eed3d274fe91fc05dd422a9e3c3e --- /dev/null +++ b/tasks/010_shopping--264.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--264", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? If these products were stocked on a shelf by volume (smallest to largest), what would the arrangement look like?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\n\n1.02 oz, Elizabeth Arden 8 Hour Lip Protectant Stick SPF 15, Berry\n1.08 oz, Glossiva Self Tanner for Face and Body - 32ml (Light/Medium)\n1.60 oz, Heliabrine Solar Defense SPF 30\n1.69 oz, MAKEPREM UV Defense Me Daily Sun Essence SPF 50+ PA++++\n2.00 oz, THRIVE Natural Moisturizing Mineral Face Sunscreen SPF 30\n2.08 oz, Heliabrine Solar Defense SPF 50\n2.37 oz, 3w Clinic Intensive UV Sunblock Cream SPF50 PA+++\n3.00 oz, EXTRASHADE Premium Hydro Boost Sunscreen SPF 30\n3.20 oz, Unsun Mineral Tinted Face Sunscreen Light/Medium\n3.38 oz, Babe Pediatric Sunscreen Lotion 50+\n3.53 oz, St. Tropez Self Tan Express Starter Kit\n4.20 oz, Lom-style Sun Care After-Sun Hair Mask\n5.07 oz, Piz Buin FP15 TAN & PROTECT LOTION\n12.00 oz, Banana Boat Continuous SPF 8 Spray Dry Oil With Argan Oil\n16.00 oz, Green Leaf Naturals Pure Aloe Vera Gel" + } + } +} \ No newline at end of file diff --git a/tasks/011_shopping--musicbrainz--287.json b/tasks/011_shopping--musicbrainz--287.json new file mode 100644 index 0000000000000000000000000000000000000000..2a345e337673e66b2263fccf2cc47a3c9e2f0c42 --- /dev/null +++ b/tasks/011_shopping--musicbrainz--287.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping--musicbrainz" + ], + "task_id": "shopping--musicbrainz--287", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I have bought every release by Thomas Rhett, the artist behind \"Remember you Young\", as a disography. This includes all singles, EPs, etc. Each release requires a 19 inch x 15 inch space to display properly. Please some quantity of a shelving product such that it is the minumum one can buy while still fitting the full display.Consider using the following website(s): SHOPPING + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Buy enough storage to equal 103 shelves between them, each shelf of size 19x15, Example: 21 of \"Bookshelf with Storage Cabinet for Bedroom, 5-Tier Cube Shelf Gold Bookcase Storage Organizer Rack Display Stand Metal Frame Storage Standing Shelf,Square Tall Bookcase for Home Office\". Ensure each shelf is actually 19x15." + } + } +} \ No newline at end of file diff --git a/tasks/012_tunebat--843.json b/tasks/012_tunebat--843.json new file mode 100644 index 0000000000000000000000000000000000000000..7cb96248ab65597167abb1949b0a3df3bfa18932 --- /dev/null +++ b/tasks/012_tunebat--843.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--843", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs in F major are less than 50 popularConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2" + } + } +} \ No newline at end of file diff --git a/tasks/013_tunebat--musicbrainz--295.json b/tasks/013_tunebat--musicbrainz--295.json new file mode 100644 index 0000000000000000000000000000000000000000..8aa866416064b9dcebd614665ce4e10de03deb74 --- /dev/null +++ b/tasks/013_tunebat--musicbrainz--295.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat--musicbrainz" + ], + "task_id": "tunebat--musicbrainz--295", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For the album that song \"I like me better\" by lauv is in, which song in the albumn had a minimum duration?Consider using the following website(s): TUNEBAT + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Shouldn't Be a Good in Goodbye" + } + } +} \ No newline at end of file diff --git a/tasks/014_tunebat--musicbrainz--richard-powers--299.json b/tasks/014_tunebat--musicbrainz--richard-powers--299.json new file mode 100644 index 0000000000000000000000000000000000000000..b6223faf31522399b275b7a9d0bcfb9cab7278e4 --- /dev/null +++ b/tasks/014_tunebat--musicbrainz--richard-powers--299.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat--musicbrainz--richard-powers" + ], + "task_id": "tunebat--musicbrainz--richard-powers--299", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the following songs, one of them is a cross step waltz: Farhan Akhtar, Echo by Jason Walker, and \u4e8c\u5341\u4e94\u5713\u821e\u66f2 by kiri T. For said song, what was the average duration of songs on the albumn it was released on?Consider using the following website(s): TUNEBAT + MUSICBRAINZ + RICHARD POWERS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.82\u00a0minutes" + } + } +} \ No newline at end of file diff --git a/tasks/015_tunebat--richard-powers--300.json b/tasks/015_tunebat--richard-powers--300.json new file mode 100644 index 0000000000000000000000000000000000000000..e91f5d19df2dcff7e09663f923108267036b6460 --- /dev/null +++ b/tasks/015_tunebat--richard-powers--300.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat--richard-powers" + ], + "task_id": "tunebat--richard-powers--300", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the BPM of Propuesta Indecente by Romeo Santos? What kind of latin dance is it best suited for as per richard power's website?Consider using the following website(s): TUNEBAT + RICHARD POWERS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bachata " + } + } +} \ No newline at end of file diff --git a/tasks/016_tunetbat--musicbrainz--304.json b/tasks/016_tunetbat--musicbrainz--304.json new file mode 100644 index 0000000000000000000000000000000000000000..a504d54d76d6b8b267eeedd7725a9eb9d43811f3 --- /dev/null +++ b/tasks/016_tunetbat--musicbrainz--304.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunetbat--musicbrainz" + ], + "task_id": "tunetbat--musicbrainz--304", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the following songs, one of them is in 4/4 time Senorita by Farhan Akhtar, Echo by Jason Walker, and Singularity by BTS. For the song in 4/4 time, what was the average duration of songs on the albumn it was released on?Consider using the following website(s): TUNETBAT + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.05\u00a0minutes" + } + } +} \ No newline at end of file diff --git a/tasks/017_apta--305.json b/tasks/017_apta--305.json new file mode 100644 index 0000000000000000000000000000000000000000..c07bd39a05a63d06b5ec7f4c3712f8bb07af3f7c --- /dev/null +++ b/tasks/017_apta--305.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--305", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract the most difficult positions to fill in the march 2022 report on public transit ridership ranks and organize it into an excel spreadsheet. Also create a relevant data representation for it (i.e. a graph) in the spreadsheetConsider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Most Difficult Positions to Fill\u2014Ranking\nPosition Type Average Rank\nBus Operations 1.3\nBus Maintenance 2.1\nSupervisory/Mid\u2010Management 3.4\nRail Operations* 4.1\nRail Maintenance* 4.1\nEngineering\u2014Mid\u2010 to Senior\u2010Level 4.5\nEngineering\u2014Entry Level 5.5" + } + } +} \ No newline at end of file diff --git a/tasks/018_arkiv--311.json b/tasks/018_arkiv--311.json new file mode 100644 index 0000000000000000000000000000000000000000..c1f6245366cf439a4fe79eb0feabdd5330fb81eb --- /dev/null +++ b/tasks/018_arkiv--311.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arkiv" + ], + "task_id": "arkiv--311", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Tell me the 10 main domains of MMDocIRConsider using the following website(s): ARKIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Academic paper\n\nFinancial report\n\nResearch report\n\nNews\n\nLaws\n\nGuidebook\n\nGovernment\n\nTut & Workshop\n\nBrochure\n\nAdmin & Industry" + } + } +} \ No newline at end of file diff --git a/tasks/019_climate-gov--409.json b/tasks/019_climate-gov--409.json new file mode 100644 index 0000000000000000000000000000000000000000..d0f2435a2341db2695f2a7a28b843ae55127d0d3 --- /dev/null +++ b/tasks/019_climate-gov--409.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "climate-gov" + ], + "task_id": "climate-gov--409", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "how many inches has sea level risen since 1880?Consider using the following website(s): CLIMATE GOV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "8-9 inches" + } + } +} \ No newline at end of file diff --git a/tasks/020_climate-gov--arxiv--413.json b/tasks/020_climate-gov--arxiv--413.json new file mode 100644 index 0000000000000000000000000000000000000000..ccf0546e073d76249705b03076ebb9b2d8bfba5a --- /dev/null +++ b/tasks/020_climate-gov--arxiv--413.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "climate-gov--arxiv" + ], + "task_id": "climate-gov--arxiv--413", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "There is an article on the air quality and community health research subcommittee launching. a new website. It is published on a certain date. Get our desired integer by doing MM + DD + YY, multiply that by 4 to get the desired index. Look on ArxiV for the paper that is at that index, and tell me how many authors that paper hasConsider using the following website(s): CLIMATE GOV + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4" + } + } +} \ No newline at end of file diff --git a/tasks/021_climate-gov--cdc-mental-health--415.json b/tasks/021_climate-gov--cdc-mental-health--415.json new file mode 100644 index 0000000000000000000000000000000000000000..678ee7cb6ae9788e222e1abb0276564b40ff8d6a --- /dev/null +++ b/tasks/021_climate-gov--cdc-mental-health--415.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "climate-gov--cdc-mental-health" + ], + "task_id": "climate-gov--cdc-mental-health--415", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "If you or someone you know is struggling or in a mental health crisis, help is available. Based the number I should call or text, divide it by 8 and round up to nearest integer. Now tell me the article title in climate.gov All news and features that is numbered at that number. Consider using the following website(s): CLIMATE GOV + CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Impacts animal feeding operations on air quality in northeastern Colorado" + } + } +} \ No newline at end of file diff --git a/tasks/022_iata--571.json b/tasks/022_iata--571.json new file mode 100644 index 0000000000000000000000000000000000000000..9d719ac68c1cc0d896a660edabed4e09f5228e93 --- /dev/null +++ b/tasks/022_iata--571.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata" + ], + "task_id": "iata--571", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average passenger load factor for European carriers in Q3 2019.Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "88.50%" + } + } +} \ No newline at end of file diff --git a/tasks/023_iata--understat--417.json b/tasks/023_iata--understat--417.json new file mode 100644 index 0000000000000000000000000000000000000000..3f53f14609cacdd2cc23f069bb7d6fb4c8a0b585 --- /dev/null +++ b/tasks/023_iata--understat--417.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata--understat" + ], + "task_id": "iata--understat--417", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Look for the chart titled 'aviation is innovation: A peek into future aircraft concepts'. Given the number of individual aircraft concepts identified in the article which we call 'x', tell me the month in 2017 where there were x-4 matches in the EPLConsider using the following website(s): IATA + UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "november" + } + } +} \ No newline at end of file diff --git a/tasks/024_mit--442.json b/tasks/024_mit--442.json new file mode 100644 index 0000000000000000000000000000000000000000..3d9d841bbd25fcac6ba3a13d74f23fe144f68b48 --- /dev/null +++ b/tasks/024_mit--442.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--442", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How does the total number of students graduating within six years compare between the Fall 2015 and Fall 2016 cohorts, and what might explain any differences in these figures?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2015 Cohort (Graduated within 6 Years): 1,064 students\nFall 2016 Cohort (Graduated within 6 Years): 1,051 students\nThe small decrease of 13 students could be due to changes in cohort composition or external factors impacting graduation rates." + } + } +} \ No newline at end of file diff --git a/tasks/025_mit--our-world-in-data--444.json b/tasks/025_mit--our-world-in-data--444.json new file mode 100644 index 0000000000000000000000000000000000000000..25026f353465eb338000f902dcb85cf430723adf --- /dev/null +++ b/tasks/025_mit--our-world-in-data--444.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit--our-world-in-data" + ], + "task_id": "mit--our-world-in-data--444", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the total enrollment numbers by racial/ethnic category for undergraduates (both degree- and non-degree-seeking) as of October 19, 2022. Cross-reference these numbers with national demographic trends and discuss the potential impact on the university's diversity initiatives. Write a report for the university's strategic planning committee on these trends and recommendations.Consider using the following website(s): MIT + OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Total Enrollment (Degree and Non-Degree, Total = 4,657):\nNonresident aliens: 530\nHispanic: 687\nBlack or African American, non-Hispanic: 362\nWhite, non-Hispanic: 1,024\nAmerican Indian or Alaska Native, non-Hispanic: 8\nAsian, non-Hispanic: 1,581\nNative Hawaiian or other Pacific Islander, non-Hispanic: 2\nTwo or more races, non-Hispanic: 345\nRace and/or ethnicity unknown: 118\nReport should reflect that Hispanic and Asian populations are high compared to national trends but there may be room to diversify further with other racial/ethnic groups." + } + } +} \ No newline at end of file diff --git a/tasks/026_reddit--arxiv--452.json b/tasks/026_reddit--arxiv--452.json new file mode 100644 index 0000000000000000000000000000000000000000..c449b83b07d25183ffbbf317073895238cdb92cc --- /dev/null +++ b/tasks/026_reddit--arxiv--452.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--452", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Divide the total number of upvotes on the most upvoted post on Reddit /f/relationship_advice by 3 and round to the nearest integer to get the desired index. Look on ArxiV and tell me the first author of the paper that is at that indexConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Yi-ping Chen" + } + } +} \ No newline at end of file diff --git a/tasks/027_st-louis-fed--456.json b/tasks/027_st-louis-fed--456.json new file mode 100644 index 0000000000000000000000000000000000000000..0d267a184fd6ece7f75397a1420f66ad291c3a69 --- /dev/null +++ b/tasks/027_st-louis-fed--456.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "st-louis-fed" + ], + "task_id": "st-louis-fed--456", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "is the unemployment rate worse in Pennsylvania or California in June 2016? What is the difference in unemployment rate?Consider using the following website(s): ST LOUIS FED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Pennylvania / Around the same, 0.1 points" + } + } +} \ No newline at end of file diff --git a/tasks/028_st-louis-fed-reddit--458.json b/tasks/028_st-louis-fed-reddit--458.json new file mode 100644 index 0000000000000000000000000000000000000000..515caccb48f469d78e0c354e63b4fc4c06f417ad --- /dev/null +++ b/tasks/028_st-louis-fed-reddit--458.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "st-louis-fed-reddit" + ], + "task_id": "st-louis-fed-reddit--458", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post Complaining about the Average sale prices for houses in the United States, and describe the general trends over the past 5 years. In particular, cite the data you get from St Louis Fed's website, and including the FRED graph in your postConsider using the following website(s): St Louis Fed, Reddit, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "short statement describing the quarter to quarter percentage change " + } + } +} \ No newline at end of file diff --git a/tasks/029_st-lous-fed--459.json b/tasks/029_st-lous-fed--459.json new file mode 100644 index 0000000000000000000000000000000000000000..4507270154ec8a24aa78780c8ad847675088f21f --- /dev/null +++ b/tasks/029_st-lous-fed--459.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "st-lous-fed" + ], + "task_id": "st-lous-fed--459", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Have things become more expensive over the last decade? Write from the perspective of a homemaker who especially cares about common food like eggs Write a comprehensive report on this. include relevant statistics in your report, and cite appropriate data from the Federal Reserve. Make sure to include appropriate citations and graphsConsider using the following website(s): ST LOUS FED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Include information about the price of eggs" + } + } +} \ No newline at end of file diff --git a/tasks/030_stocknear--466.json b/tasks/030_stocknear--466.json new file mode 100644 index 0000000000000000000000000000000000000000..50739c11dddd3335dad55fdd2a8e0fb3f6dd068f --- /dev/null +++ b/tasks/030_stocknear--466.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "stocknear" + ], + "task_id": "stocknear--466", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Build a linear regression model to predict the PE ratio using other valuation metrics (e.g., PB, PS, P/FCF, P/OCF). Report the linear regression as a formula. Which variables are most predictive?Consider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "PE = 3.12 - 0.306*PB + 8.48*PS - 2.65*(P/FCF) + 2.08*(P/OCF)\n\nPS Ratio has the largest coefficient magnitude and is significant at the 5\u202f% level (p\u202f\u2248\u202f0.03)." + } + } +} \ No newline at end of file diff --git a/tasks/031_uchicago--861.json b/tasks/031_uchicago--861.json new file mode 100644 index 0000000000000000000000000000000000000000..6b21df2097d4c4c29589d240a3c107cd33650b81 --- /dev/null +++ b/tasks/031_uchicago--861.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago" + ], + "task_id": "uchicago--861", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report based on full time student data advocating for whether undergraduate programs at MIT could benefit from more DEI initiativesConsider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Should support DEI, very little black, hispanic, native, pacific islander representation, referencing these stats : https://drive.google.com/file/d/1XhJYudsEu0xQg_sEFmWCKThWnIlbRpC3/view?usp=sharing" + } + } +} \ No newline at end of file diff --git a/tasks/032_uchicago--mit--478.json b/tasks/032_uchicago--mit--478.json new file mode 100644 index 0000000000000000000000000000000000000000..e109fbc865307836913068d0672c98026b9ad7c6 --- /dev/null +++ b/tasks/032_uchicago--mit--478.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--478", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "If I am a student applying to MIT and Uchicago, do I need to submit SAT or ACT scores to these schools?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Required for MIT, not required but considered if submitted for Uchicago" + } + } +} \ No newline at end of file diff --git a/tasks/033_understat--arxiv--489.json b/tasks/033_understat--arxiv--489.json new file mode 100644 index 0000000000000000000000000000000000000000..968187c6f3f343a390053fe22bfbef46e2472f04 --- /dev/null +++ b/tasks/033_understat--arxiv--489.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat--arxiv" + ], + "task_id": "understat--arxiv--489", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Multiply the number of matches in 2024 Apr in La liga by 3, tell me the main affiliation of the author of artificial intelligence paper in ArXiv corresponding to that index (based on his email)Consider using the following website(s): UNDERSTAT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "northeastern" + } + } +} \ No newline at end of file diff --git a/tasks/034_unwto--491.json b/tasks/034_unwto--491.json new file mode 100644 index 0000000000000000000000000000000000000000..96b9f6b1f7a043546158255f3ecd3cee8398e3dd --- /dev/null +++ b/tasks/034_unwto--491.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--491", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "AS of 10 May 2024, what is the percentage of people vaccinated per 100 population in Ireland?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "81.90%" + } + } +} \ No newline at end of file diff --git a/tasks/035_world-pop--495.json b/tasks/035_world-pop--495.json new file mode 100644 index 0000000000000000000000000000000000000000..91573f51ff013641cea711c7a45c5b3f273b2c44 --- /dev/null +++ b/tasks/035_world-pop--495.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "world-pop" + ], + "task_id": "world-pop--495", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many holidays did Tajikistan have in last 4 months of 2010?Consider using the following website(s): WORLD POP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5" + } + } +} \ No newline at end of file diff --git a/tasks/036_worldpop--526.json b/tasks/036_worldpop--526.json new file mode 100644 index 0000000000000000000000000000000000000000..cd9419461fa1028c46de9c128c6d2c8d91f71c1a --- /dev/null +++ b/tasks/036_worldpop--526.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--526", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the mean number of domestic passengers for Romania in 2017?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "114.11775" + } + } +} \ No newline at end of file diff --git a/tasks/037_cdc-covid--547.json b/tasks/037_cdc-covid--547.json new file mode 100644 index 0000000000000000000000000000000000000000..cd852a75d442ba65213b3d3892fb7d683427e738 --- /dev/null +++ b/tasks/037_cdc-covid--547.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--547", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many days after exposure to covid do symptoms appear?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2-14 days" + } + } +} \ No newline at end of file diff --git a/tasks/038_cdc-cvoid--554.json b/tasks/038_cdc-cvoid--554.json new file mode 100644 index 0000000000000000000000000000000000000000..26e68f4e424256b24264b716301ebe16ae1adc42 --- /dev/null +++ b/tasks/038_cdc-cvoid--554.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-cvoid" + ], + "task_id": "cdc-cvoid--554", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are risk factors for children and teens with covid 19?Consider using the following website(s): CDC CVOID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Medical complexity, Genetic, neurologic, or metabolic conditions, Congenital heart disease" + } + } +} \ No newline at end of file diff --git a/tasks/039_cdc-mental-health--617.json b/tasks/039_cdc-mental-health--617.json new file mode 100644 index 0000000000000000000000000000000000000000..67f8220f251012e04813bc2d77d3b4f5861a6d8e --- /dev/null +++ b/tasks/039_cdc-mental-health--617.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--617", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Develop a Python script to classify adults based on the severity of their anxiety symptoms using data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates varying levels of anxiety symptoms among adults, categorized as mild, moderate, or severe." + } + } +} \ No newline at end of file diff --git a/tasks/040_cdc-obesity--783.json b/tasks/040_cdc-obesity--783.json new file mode 100644 index 0000000000000000000000000000000000000000..c4ae5304375d685a46fa6f7619bb0d075a262d89 --- /dev/null +++ b/tasks/040_cdc-obesity--783.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--783", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an analysis based on which 5 states have the least obeistyConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Vermont -28.8, New York - 28, Hawaii - 26.1, District of Columbia - 23.5, Colorado- 24.9" + } + } +} \ No newline at end of file diff --git a/tasks/041_cdc-obestity--569.json b/tasks/041_cdc-obestity--569.json new file mode 100644 index 0000000000000000000000000000000000000000..b20b41a0d08dbddb516226fa03e47fa8b4923acf --- /dev/null +++ b/tasks/041_cdc-obestity--569.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obestity" + ], + "task_id": "cdc-obestity--569", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many states have an adult obesity prevalence at or above 35%Consider using the following website(s): CDC OBESTITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "23.00%" + } + } +} \ No newline at end of file diff --git a/tasks/042_nih--597.json b/tasks/042_nih--597.json new file mode 100644 index 0000000000000000000000000000000000000000..1c8ddbed054663204b9ff283f6f0ce6d277e533a --- /dev/null +++ b/tasks/042_nih--597.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--597", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the top 5 institutions by total NIH funding in the current fiscal year and create a pie chart of their funding distribution.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Cancer Institute (NCI): $7,839\nAllergy/Infectious Diseases (NIAID): $6,581\nNational Institute on Aging (NIA): $4,425\nHeart, Lung, and Blood Institute (NHLBI): $3,997\nOffice of Director (OD): $3,013" + } + } +} \ No newline at end of file diff --git a/tasks/043_worldometer--681.json b/tasks/043_worldometer--681.json new file mode 100644 index 0000000000000000000000000000000000000000..4ac613260ac27d70aa3b296bc483ad5e61c09e45 --- /dev/null +++ b/tasks/043_worldometer--681.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--681", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What year did we surpass 5 Billion people?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1987" + } + } +} \ No newline at end of file diff --git a/tasks/044_fred--763.json b/tasks/044_fred--763.json new file mode 100644 index 0000000000000000000000000000000000000000..6f534f0541dca48ef19908b75416c7bde3559c21 --- /dev/null +++ b/tasks/044_fred--763.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--763", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the source of data for M2/M1 supply amounts?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "International Monetary Fund" + } + } +} \ No newline at end of file diff --git a/tasks/045_riaa--817.json b/tasks/045_riaa--817.json new file mode 100644 index 0000000000000000000000000000000000000000..6023aad9f4030f0f69126a117d60911812d79468 --- /dev/null +++ b/tasks/045_riaa--817.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--817", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percent of total revenue is CD revenue between 1995 and 2000 compared to 2000 and 2005, post on reddit the opinion of a digital media company on this statConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1995 - 76.1 %\n + 15.8%\n2000 - 92.3%\n - 6.7%\n2005 - 85.6%\nThe company should be happy as less CD's indicate a transition to digital media" + } + } +} \ No newline at end of file diff --git a/tasks/046_trading-economics--832.json b/tasks/046_trading-economics--832.json new file mode 100644 index 0000000000000000000000000000000000000000..a540285f48eadb69af55f11ae4f637170bd58ba2 --- /dev/null +++ b/tasks/046_trading-economics--832.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "trading-economics" + ], + "task_id": "trading-economics--832", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a email based on which cryptocurrency I should buy based on its most recent growthConsider using the following website(s): TRADING ECONOMICS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bitcoin, it has had the most growth recently" + } + } +} \ No newline at end of file diff --git a/tasks/047_tunebat--839.json b/tasks/047_tunebat--839.json new file mode 100644 index 0000000000000000000000000000000000000000..f7b113faec7d6b9dc260068e4eb4eeea1b0b18e5 --- /dev/null +++ b/tasks/047_tunebat--839.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--839", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Give the statistical breakdown of songs in CConsider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "BPM: Mean = 119.73, Standard Deviation = 28.47\nPopularity: Mean = 65.37, Standard Deviation = 17.17\nEnergy: Mean = 68.58, Standard Deviation = 14.82\nDanceability: Mean = 66.09, Standard Deviation = 11.15\nHappiness: Mean = 48.53, Standard Deviation = 22.03" + } + } +} \ No newline at end of file diff --git a/tasks/048_cfpb--117.json b/tasks/048_cfpb--117.json new file mode 100644 index 0000000000000000000000000000000000000000..7dce67bc2873a9d04e51bbe390d2073c07d7cea7 --- /dev/null +++ b/tasks/048_cfpb--117.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--117", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the key insights about income volatility across different racial groups using only visual representations. Identify which group experiences the largest and smallest income volatility differences due to business ownership.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 2: Income volatility by race and small business owner status shows that White business owners experience the highest income volatility (64%), followed by Black business owners (48%), and Hispanic business owners (41%). The largest difference in volatility between business owners and non-owners occurs among White individuals (41 percentage points), while the smallest occurs among Hispanic individuals (2 percentage points)." + } + } +} \ No newline at end of file diff --git a/tasks/049_riaa--823.json b/tasks/049_riaa--823.json new file mode 100644 index 0000000000000000000000000000000000000000..18cfa0da40068dedab8629e695616d5e6584ac02 --- /dev/null +++ b/tasks/049_riaa--823.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--823", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What year had the highest sale volume, what was its biggest contributor to sales and what was that contributor's contribution to revenueConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2008, Download Single - 9.9%" + } + } +} \ No newline at end of file diff --git a/tasks/050_arxiv--365.json b/tasks/050_arxiv--365.json new file mode 100644 index 0000000000000000000000000000000000000000..4119f13749438846d5b500c64cbba097f96ce2c6 --- /dev/null +++ b/tasks/050_arxiv--365.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--365", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst articles numbered 501 -550 on the artificial intelligence section of arxiV, how many articles are cross-listed from q-bio.NC?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1" + } + } +} \ No newline at end of file diff --git a/tasks/051_cfpb--115.json b/tasks/051_cfpb--115.json new file mode 100644 index 0000000000000000000000000000000000000000..56f7bfe45a67ee0c523b5993b500a567c21d55e1 --- /dev/null +++ b/tasks/051_cfpb--115.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--115", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more likely are small business owners to report income varying \"somewhat\" compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "20%" + } + } +} \ No newline at end of file diff --git a/tasks/052_riaa--802.json b/tasks/052_riaa--802.json new file mode 100644 index 0000000000000000000000000000000000000000..374bd0d975e3d9a8a9d6f012f635441c7a368704 --- /dev/null +++ b/tasks/052_riaa--802.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--802", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Download the graphs for 1984 for recorded music revenue and email them to {email}Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Download then email" + } + } +} \ No newline at end of file diff --git a/tasks/053_arxiv--326.json b/tasks/053_arxiv--326.json new file mode 100644 index 0000000000000000000000000000000000000000..52d726f7ded60f78ea244868c539c942007fcc60 --- /dev/null +++ b/tasks/053_arxiv--326.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--326", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the only paper accepted at AAMAS, tell me the main acronym they used to describe their main method. Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "DNA-MARL" + } + } +} \ No newline at end of file diff --git a/tasks/054_tunebat--838.json b/tasks/054_tunebat--838.json new file mode 100644 index 0000000000000000000000000000000000000000..9ad2f401eead128448d82cf97e101cae4abe430c --- /dev/null +++ b/tasks/054_tunebat--838.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--838", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the danceability of songs in F minor and C minor, write a post about your favorite key using this informationConsider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": " C minor F minor\nCount 67 42\nMedian 74 66.5\nMean 72.71641791 66.64285714\nStd Dev 13.47478675 12.85722996\nShould be positive dowards C minor as it is much more danceable and popular" + } + } +} \ No newline at end of file diff --git a/tasks/055_cfpb--109.json b/tasks/055_cfpb--109.json new file mode 100644 index 0000000000000000000000000000000000000000..8ea3afee510bb8af9d0f2583a9e693d6d2ddb235 --- /dev/null +++ b/tasks/055_cfpb--109.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--109", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much higher is the likelihood of small business owners experiencing more than 3 NSF fees compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.8 percentage points" + } + } +} \ No newline at end of file diff --git a/tasks/056_cfpb--131.json b/tasks/056_cfpb--131.json new file mode 100644 index 0000000000000000000000000000000000000000..c981bbeea1bff74d781918c85ab8ab3b1f06d1c8 --- /dev/null +++ b/tasks/056_cfpb--131.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--131", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of Hispanic small business owners report income volatility? How much higher is this compared to Hispanic non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "According to Figure 2: Income volatility by race and small business owner status, 41% of Hispanic small business owners report income volatility, which is 2 percentage points higher than the 39% reported by Hispanic non-owners. This represents a relative increase of about 5%." + } + } +} \ No newline at end of file diff --git a/tasks/057_our-world-in-data--195.json b/tasks/057_our-world-in-data--195.json new file mode 100644 index 0000000000000000000000000000000000000000..8fe2f46292f8f07b8ec5c23d950fa19b53658bb2 --- /dev/null +++ b/tasks/057_our-world-in-data--195.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--195", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the year when global undernourishment rates dropped below 10%. without using the database viewConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2008" + } + } +} \ No newline at end of file diff --git a/tasks/058_our-world-in-data--175.json b/tasks/058_our-world-in-data--175.json new file mode 100644 index 0000000000000000000000000000000000000000..17423abff3c5c032e0d73675c8c6c60a0c05f6b1 --- /dev/null +++ b/tasks/058_our-world-in-data--175.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--175", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the percentage increase in global life expectancy at birth from 1950 to 2020, and calculate the variance of life expectancy at birth across continents for 2020.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "percent increase: 55.01%\nVariance: 33.21 years" + } + } +} \ No newline at end of file diff --git a/tasks/059_fred--754.json b/tasks/059_fred--754.json new file mode 100644 index 0000000000000000000000000000000000000000..19863178fb0da35189db62c889b43caa38e45c35 --- /dev/null +++ b/tasks/059_fred--754.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--754", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the 10-year treasury constant maturity rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.21%" + } + } +} \ No newline at end of file diff --git a/tasks/060_unwto--716.json b/tasks/060_unwto--716.json new file mode 100644 index 0000000000000000000000000000000000000000..fef8730c17bb306a269aa1612bc6ed2c2c628414 --- /dev/null +++ b/tasks/060_unwto--716.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--716", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which region experienced the smallest decline in tourist arrivals between 2019 and 2020, and by what percentage?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Middle East (~-63%)" + } + } +} \ No newline at end of file diff --git a/tasks/061_shopping--musicbrainz--284.json b/tasks/061_shopping--musicbrainz--284.json new file mode 100644 index 0000000000000000000000000000000000000000..457b39748ece8fa02129c05147e153816e2e7c2f --- /dev/null +++ b/tasks/061_shopping--musicbrainz--284.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping--musicbrainz" + ], + "task_id": "shopping--musicbrainz--284", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I have bought every release by John Mayer, the artist behind \"Slow Dancing in a Burning Room\", as a disography. This includes all singles, EPs, etc. Each release requires a 19 inch x 15 inch space to display properly. Please some quantity of a shelving product such that it is the minumum one can buy while still fitting the full display.Consider using the following website(s): SHOPPING + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Buy enough storage to equal 176 shelves between them, each shelf of size 19x15, Example: 36 of \"Bookshelf with Storage Cabinet for Bedroom, 5-Tier Cube Shelf Gold Bookcase Storage Organizer Rack Display Stand Metal Frame Storage Standing Shelf,Square Tall Bookcase for Home Office\". Ensure each shelf is actually 19x15." + } + } +} \ No newline at end of file diff --git a/tasks/062_uchicago--469.json b/tasks/062_uchicago--469.json new file mode 100644 index 0000000000000000000000000000000000000000..e6b13f8851db9bd758d765de4abbf9a8760c763a --- /dev/null +++ b/tasks/062_uchicago--469.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago" + ], + "task_id": "uchicago--469", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a box and whiskers graph for ACT English scores at MIT Consider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "25, 50 and 75th percentiles are 34, 35 and 36 respectively" + } + } +} \ No newline at end of file diff --git a/tasks/063_arxiv--343.json b/tasks/063_arxiv--343.json new file mode 100644 index 0000000000000000000000000000000000000000..ebc460fb9af50484d6f0c25265f53ab775a4ed73 --- /dev/null +++ b/tasks/063_arxiv--343.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--343", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the mathematics of dynamic pricing in railway systems in an educational manner in a reddit post by referencing an article in ArXiVConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "" + } + } +} \ No newline at end of file diff --git a/tasks/064_datausa--70.json b/tasks/064_datausa--70.json new file mode 100644 index 0000000000000000000000000000000000000000..2e1a3a493086da19af494bf0a67304ad67d12f13 --- /dev/null +++ b/tasks/064_datausa--70.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--70", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the distribution of STEM degrees awarded by gender in the US for 2022.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Distribution summary of STEM degrees by gender" + } + } +} \ No newline at end of file diff --git a/tasks/065_shopping--259.json b/tasks/065_shopping--259.json new file mode 100644 index 0000000000000000000000000000000000000000..3ab80339dce6db01d69f3dd1c8531482ce731f22 --- /dev/null +++ b/tasks/065_shopping--259.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--259", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the sunscreen product with the largest volume to price ratioConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Green Leaf Naturals Pure Aloe Vera Gel" + } + } +} \ No newline at end of file diff --git a/tasks/066_nih--590.json b/tasks/066_nih--590.json new file mode 100644 index 0000000000000000000000000000000000000000..d561ccd1eb260298fbf4d5b48ca0aa2c2ec44721 --- /dev/null +++ b/tasks/066_nih--590.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--590", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create an email from the team performing this clinical trial: Therapy Adapted for High Risk and Low Risk HIV-Associated Anal Cancer to a team in the HIV/AIDS clinical trial units with the most overlap, and ask about their current findings and methods. Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Curcumin for the Treatment of Precancerous Anal Lesions in Patients with HIV\nLead OrganizationEmory University Hospital/Winship Cancer Institute\n\nPrincipal InvestigatorLisa C. Flowers" + } + } +} \ No newline at end of file diff --git a/tasks/067_apta--743.json b/tasks/067_apta--743.json new file mode 100644 index 0000000000000000000000000000000000000000..9d890f3c9d14c635670a1be9de4a5e36c4a7d67e --- /dev/null +++ b/tasks/067_apta--743.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--743", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the primary factors contributing to changes in public transit ridership trends according to APTA\u2019s research.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Research indicates that factors such as the COVID-19 pandemic significantly impacted ridership trends, with a notable decline in 2020 followed by gradual recovery in subsequent years. Increases in auto and fuel costs have also influenced public transit usage." + } + } +} \ No newline at end of file diff --git a/tasks/068_worldpop--501.json b/tasks/068_worldpop--501.json new file mode 100644 index 0000000000000000000000000000000000000000..7528c58353f4eb004fd22f6dc8a48a78346c9506 --- /dev/null +++ b/tasks/068_worldpop--501.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--501", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many workdays did Thailand have in 5/5/19 - 8/25/19?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "72" + } + } +} \ No newline at end of file diff --git a/tasks/069_cfpb--134.json b/tasks/069_cfpb--134.json new file mode 100644 index 0000000000000000000000000000000000000000..7141aba76552eb3982f4da34f3d6cfe74bf88879 --- /dev/null +++ b/tasks/069_cfpb--134.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--134", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners have a separate line of credit or credit card for their business?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "40.60%" + } + } +} \ No newline at end of file diff --git a/tasks/070_uchicago--470.json b/tasks/070_uchicago--470.json new file mode 100644 index 0000000000000000000000000000000000000000..888f34db199a71606f4b02c4a433e2c357873f22 --- /dev/null +++ b/tasks/070_uchicago--470.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago" + ], + "task_id": "uchicago--470", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a box and whiskers graph for ACT Math scores at Uchicago Consider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Lowest is 18-23 range. 25 percentile to 100 percentile is 30-36 range" + } + } +} \ No newline at end of file diff --git a/tasks/071_datausa--647.json b/tasks/071_datausa--647.json new file mode 100644 index 0000000000000000000000000000000000000000..c17b7dda52b2f658cad873485e560eb79b20b22b --- /dev/null +++ b/tasks/071_datausa--647.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--647", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the most common degree in EAST PALO ALTO, CA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Electrical Engineering." + } + } +} \ No newline at end of file diff --git a/tasks/072_noaa--78.json b/tasks/072_noaa--78.json new file mode 100644 index 0000000000000000000000000000000000000000..6d65669f00fd46d11882ce05f207952eb16462e3 --- /dev/null +++ b/tasks/072_noaa--78.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--78", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare drought severity in California from 2000 to 2020 across NOAA sources and write an impact analysis.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Impact analysis report on California drought" + } + } +} \ No newline at end of file diff --git a/tasks/073_arxiv--344.json b/tasks/073_arxiv--344.json new file mode 100644 index 0000000000000000000000000000000000000000..461c03cae830cb4590e8fb6a0f5d4af73934ec0d --- /dev/null +++ b/tasks/073_arxiv--344.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--344", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "There is one article on Wildfire Monitoring in the Artificial Intelligence section of ArXiv, tell me twhere it was publishedConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "the proceedings of the 11th International Conference on Automation, Robotics, and Applications (ICARA 2025)" + } + } +} \ No newline at end of file diff --git a/tasks/074_apta--728.json b/tasks/074_apta--728.json new file mode 100644 index 0000000000000000000000000000000000000000..fc7d1bde91c4307cee4133f32b8a411583fad6a2 --- /dev/null +++ b/tasks/074_apta--728.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--728", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the main topics covered in APTA\u2019s latest research report.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "APTA\u2019s research reports cover topics such as safety, economic impact, and the benefits of public transit." + } + } +} \ No newline at end of file diff --git a/tasks/075_shopping--261.json b/tasks/075_shopping--261.json new file mode 100644 index 0000000000000000000000000000000000000000..f54f3c305282b05bbc0796460f68934ea79028f7 --- /dev/null +++ b/tasks/075_shopping--261.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--261", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. How does the volume distribution compare between different product categories?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Sun burn relief: Highest average (10.10 oz) with wide range (4.20 oz to 16.00 oz)\nSunscreen: Moderate average (3.64 oz) with widest range (1.60 oz to 12.00 oz)\nTanner: Lower average (2.31 oz) with moderate range (1.08 oz to 3.53 oz)\nLipstick: Lowest average (1.02 oz) with no range (only one product)\n\n" + } + } +} \ No newline at end of file diff --git a/tasks/076_bea--405.json b/tasks/076_bea--405.json new file mode 100644 index 0000000000000000000000000000000000000000..c47becbebc359f502526f1d02995f48ebd1d911e --- /dev/null +++ b/tasks/076_bea--405.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--405", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percent change at annual rate in real GDP from 2024:Q2 to 2024:Q3 for New Mexico?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.6" + } + } +} \ No newline at end of file diff --git a/tasks/077_bea--14.json b/tasks/077_bea--14.json new file mode 100644 index 0000000000000000000000000000000000000000..45256e12c38caf9c44c2e7ef33bc506ec82d0ca7 --- /dev/null +++ b/tasks/077_bea--14.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--14", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a graph showing GDP growth rates for the past year (4 quarters).Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "X (Quarter)\tY (GDP Growth Rate %):\n(Q3 2023, 2.5), (Q4 2023, 2.0), (Q1 2024, 1.6), (Q2 2024, 3.0)" + } + } +} \ No newline at end of file diff --git a/tasks/078_uchicago--471.json b/tasks/078_uchicago--471.json new file mode 100644 index 0000000000000000000000000000000000000000..841ebe4d0bd525795b9e75a8cb0eee672e7c294c --- /dev/null +++ b/tasks/078_uchicago--471.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago" + ], + "task_id": "uchicago--471", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a graph of the monthly trend for domestic airline passengers for poland in 2010. Briefly describe the graph, including when the monthly airline passengers peaksConsider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Peaks in july" + } + } +} \ No newline at end of file diff --git a/tasks/079_arxiv--378.json b/tasks/079_arxiv--378.json new file mode 100644 index 0000000000000000000000000000000000000000..bb8205df561301d899106946e9bd30267e5e1db5 --- /dev/null +++ b/tasks/079_arxiv--378.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--378", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am interested in applying some methods to protect unlearnable data against augmentation methods. I would like to use EMAX. Tell me what the average drop in test accuracy is if I use EMAX. Consider the scenario of models trained on data protected by Armor and baseline defensive noises in the non-data-augmentation scenarioConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "70.40%" + } + } +} \ No newline at end of file diff --git a/tasks/080_datausa--67.json b/tasks/080_datausa--67.json new file mode 100644 index 0000000000000000000000000000000000000000..96acd0f8f78a7538e93be2409e43d2af0322054a --- /dev/null +++ b/tasks/080_datausa--67.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--67", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find and compare the top 3 industries by employment in Florida and New York then create a chart to compare the two Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Comparison chart top 3 industries" + } + } +} \ No newline at end of file diff --git a/tasks/081_shopping--272.json b/tasks/081_shopping--272.json new file mode 100644 index 0000000000000000000000000000000000000000..42539d5eed286ed02c63dc7fb9d3aea41b2536ee --- /dev/null +++ b/tasks/081_shopping--272.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--272", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product?What is the percentage of products fall below the 2025 TSA carry-on liquid limit?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "53%" + } + } +} \ No newline at end of file diff --git a/tasks/082_our-world-in-data--226.json b/tasks/082_our-world-in-data--226.json new file mode 100644 index 0000000000000000000000000000000000000000..72b0581c012d8b87f9656fd66905889594639cc8 --- /dev/null +++ b/tasks/082_our-world-in-data--226.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--226", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the correlation between the share of GDP per capita spent by the government on each primary school student and literacy rates across countries between 2015 and 2020?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.3378" + } + } +} \ No newline at end of file diff --git a/tasks/083_cfpb--127.json b/tasks/083_cfpb--127.json new file mode 100644 index 0000000000000000000000000000000000000000..5fed627339a0a722d4ce2fc95bbf8eb083663b27 --- /dev/null +++ b/tasks/083_cfpb--127.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--127", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percentage point difference in experiencing volatile income between small business owners and non-owners? Compare the unadjusted and adjusted values.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "From Figure 1: Differences in income volatility and related measures between small business owners and non-owners, the unadjusted difference is about 25 percentage points, while the income- and age-adjusted difference is around 20 percentage points, indicating that part of the difference is explained by income and age." + } + } +} \ No newline at end of file diff --git a/tasks/084_reddit--arxiv--448.json b/tasks/084_reddit--arxiv--448.json new file mode 100644 index 0000000000000000000000000000000000000000..1da2760c587f05f866e09576781fc1c1e48e56dc --- /dev/null +++ b/tasks/084_reddit--arxiv--448.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--448", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Look for the post with 77 comments on /f/wallstreetbets on Reddit, multiply the frames in the meme by 46. Look on ArxiV for the paper that is at that index, and tell me the conclusion for what they can validate based on the only figure in the paperConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "They validate that training on more formally diverse data leads to better performance across different settings. We do this by showing moderate to strong positive correlations between accuracy and data diversity in HO MAML models and weaker but significant correlations in FO MAML, PT models. HO MAML stands for Higher-Order Model Agnostic Meta-Learning, FO stands for First-Order Model Agnostic Meta-Learning, and PT for Pre-training." + } + } +} \ No newline at end of file diff --git a/tasks/085_mit--787.json b/tasks/085_mit--787.json new file mode 100644 index 0000000000000000000000000000000000000000..4625857d6e1636fe1c1142dd415c2256c5db7f73 --- /dev/null +++ b/tasks/085_mit--787.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--787", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an report based on selection crieteria for applicants on what a student should prioritizeConsider using the following website(s): MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Character should be first, other important qualities are extracurriculars interview, talent, rigor, GPA, test scores, essays, recommendations, less important are 1st gen, location, race, volunteering, work, rank, the rest are not considered" + } + } +} \ No newline at end of file diff --git a/tasks/086_riaa--809.json b/tasks/086_riaa--809.json new file mode 100644 index 0000000000000000000000000000000000000000..994062527aa54de97a19c71a993d359c4d5965ef --- /dev/null +++ b/tasks/086_riaa--809.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--809", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "what are 2 benefits of RIAA membershipConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2 of :\nDiscounted rates on Gold & Platinum Program certifications: the charge for individual certifications is $350 for RIAA member companies, while non-members are charged $450 per certification, which must be pre-paid.\nInclusion in RIAA\u2019s listing of member companies.\nHaving RIAA as a voice in Federal and State government advocating for music creators.\nBroad enforcement programs to protect our members\u2019 rights." + } + } +} \ No newline at end of file diff --git a/tasks/087_cfpb--101.json b/tasks/087_cfpb--101.json new file mode 100644 index 0000000000000000000000000000000000000000..733d9e6008053ec3de0998dcafb8478223fb1e59 --- /dev/null +++ b/tasks/087_cfpb--101.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--101", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the income volatility among White, Black, and Hispanic individuals based on business ownership status. Calculate the percentage point gap between business owners and non-owners for each group.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 2: Income volatility by race and small business owner status shows that White business owners report 64% volatility vs. 23% for non-owners (41 percentage point gap). Black business owners report 48% vs. 35% for non-owners (13 percentage point gap). Hispanic business owners report 41% vs. 39% for non-owners (2 percentage point gap). The largest gap is among White individuals." + } + } +} \ No newline at end of file diff --git a/tasks/088_apta--733.json b/tasks/088_apta--733.json new file mode 100644 index 0000000000000000000000000000000000000000..e6eed966399faa708027273704ca9db6fded068a --- /dev/null +++ b/tasks/088_apta--733.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--733", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Evaluate the impact of recent technological advancements on public transit efficiency using data from APTA and industry case studies.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } +} \ No newline at end of file diff --git a/tasks/089_reddit--arxiv--446.json b/tasks/089_reddit--arxiv--446.json new file mode 100644 index 0000000000000000000000000000000000000000..e1c09b1b4e54eea785b10e4e4f7248e268ef1f4d --- /dev/null +++ b/tasks/089_reddit--arxiv--446.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--446", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post summarizing Evan et al.'s paper on ADAGEConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "This is what ADAGE's abstract is: \"Agent-based models (ABMs) are valuable for modelling complex, potentially out-of-equilibria scenarios. However, ABMs have long suffered from the Lucas critique, stating that agent behaviour should adapt to environmental changes. Furthermore, the environment itself often adapts to these behavioural changes, creating a complex bi-level adaptation problem. Recent progress integrating multi-agent reinforcement learning into ABMs introduces adaptive agent behaviour, beginning to address the first part of this critique, however, the approaches are still relatively ad hoc, lacking a general formulation, and furthermore, do not tackle the second aspect of simultaneously adapting environmental level characteristics in addition to the agent behaviours. In this work, we develop a generic two-layer framework for ADaptive AGEnt based modelling (ADAGE) for addressing these problems. This framework formalises the bi-level problem as a Stackelberg game with conditional behavioural policies, providing a consolidated framework for adaptive agent-based modelling based on solving a coupled set of non-linear equations. We demonstrate how this generic approach encapsulates several common (previously viewed as distinct) ABM tasks, such as policy design, calibration, scenario generation, and robust behavioural learning under one unified framework. We provide example simulations on multiple complex economic and financial environments, showing the strength of the novel framework under these canonical settings, addressing long-standing critiques of traditional ABMs.\" The summary should be based on this" + } + } +} \ No newline at end of file diff --git a/tasks/090_shopping--musicbrainz--286.json b/tasks/090_shopping--musicbrainz--286.json new file mode 100644 index 0000000000000000000000000000000000000000..fe6af1947fa67432502dce99e5e0e6e27ad915ba --- /dev/null +++ b/tasks/090_shopping--musicbrainz--286.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping--musicbrainz" + ], + "task_id": "shopping--musicbrainz--286", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I have bought every release by Khloe Rose, the artist behind \"Fictional\", as a disography. This includes all singles, EPs, etc. Each release requires a 19 inch x 15 inch space to display properly. Please some quantity of a shelving product such that it is the minumum one can buy while still fitting the full display.Consider using the following website(s): SHOPPING + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Buy enough storage to equal 2 shelves between them, each shelf of size 24x24, Example: 1 of \"24 inch x 24 inch Wall Mount Chrome Epoxy Wire Shelf. Storage shelf. Garage storage shelves. Food storage shelf. Storage rack. Kitchen shelves. Bakers racks\".Ensure each shelf is actually 24x24.." + } + } +} \ No newline at end of file diff --git a/tasks/091_musicbrainz--141.json b/tasks/091_musicbrainz--141.json new file mode 100644 index 0000000000000000000000000000000000000000..4b9586359d15f0e23cf2a6da88f8e298582a09a9 --- /dev/null +++ b/tasks/091_musicbrainz--141.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--141", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Releases on music brain can have one of the following statuses: official, promotion, bootleg, pseudo-release, withdrawn, cancelled, and expunged. What percenage is expunged, not including songs which have no status set Consider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.003%" + } + } +} \ No newline at end of file diff --git a/tasks/092_worldometer--668.json b/tasks/092_worldometer--668.json new file mode 100644 index 0000000000000000000000000000000000000000..cdace2ee1b62019821c0266e51d83f3443265075 --- /dev/null +++ b/tasks/092_worldometer--668.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--668", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "As of January 1, 2023, how many total COVID-19 deaths had been reported worldwide (rounded to the nearest hundred thousand)?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~6.67 million" + } + } +} \ No newline at end of file diff --git a/tasks/093_bea--401.json b/tasks/093_bea--401.json new file mode 100644 index 0000000000000000000000000000000000000000..69fbff5c19d498f04f64a8a1ce1ca6a954ece878 --- /dev/null +++ b/tasks/093_bea--401.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--401", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Use the BEA Data API to write code to value added by industry, by choosing an appropriate type of graph. Make sure you follow the instructions in the user guide. Write but do not run the codeConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "# -----------------------------------------------------------\n# 5. Value added by industry \u2013 stacked area chart\n# -----------------------------------------------------------\nimport requests, pandas as pd, matplotlib.pyplot as plt\n\nUSER_ID = \"YOUR-36-CHARACTER-KEY\"\n\nparams = {\n \"UserID\": USER_ID,\n \"method\": \"GetData\",\n \"DataSetName\": \"GDPbyIndustry\",\n \"TableID\": \"1\", # Table 1 = Value added by industry (current $) :contentReference[oaicite:8]{index=8}​:contentReference[oaicite:9]{index=9}\n \"Industry\": \"ALL\",\n \"Frequency\": \"A\",\n \"Year\": \"ALL\",\n \"ResultFormat\": \"JSON\"\n}\njson_data = requests.get(\"https://apps.bea.gov/api/data\", params=params, timeout=30).json()\ndf = pd.DataFrame(json_data[\"BEAAPI\"][\"Results\"][\"Data\"])\ndf[\"DataValue\"] = df[\"DataValue\"].str.replace(\",\", \"\").astype(float)\n\n# Shape for stacked area: rows=Year, cols=Industry\npivot = df.pivot(index=\"TimePeriod\", columns=\"Industry\", values=\"DataValue\").sort_index()\npivot = pivot.divide(1e3) # billions of $\n\npivot.plot.area(figsize=(14, 8), linewidth=0)\nplt.title(\"U.S. Gross Value Added by Industry (billions of dollars)\")\nplt.xlabel(\"Year\"); plt.ylabel(\"Billions of $\")\nplt.tight_layout()\n# plt.show()\n" + } + } +} \ No newline at end of file diff --git a/tasks/094_noaa--87.json b/tasks/094_noaa--87.json new file mode 100644 index 0000000000000000000000000000000000000000..fd780212227a34f7cac22d2d8471fb0b73b4e13a --- /dev/null +++ b/tasks/094_noaa--87.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--87", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the trends in sea level rise using NOAA datasets from two different coastal regions. Draft a summary report.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary report on sea level trends" + } + } +} \ No newline at end of file diff --git a/tasks/095_nih--601.json b/tasks/095_nih--601.json new file mode 100644 index 0000000000000000000000000000000000000000..1684f15d3482566fb66d108b6bf9eb80789a3877 --- /dev/null +++ b/tasks/095_nih--601.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--601", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What does NIAID stand for?Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "National Institute of Allergy and Infectious Diseases (NIAID)" + } + } +} \ No newline at end of file diff --git a/tasks/096_bea--36.json b/tasks/096_bea--36.json new file mode 100644 index 0000000000000000000000000000000000000000..1c0dd0140f75a4c828bfebc69902a285859955d9 --- /dev/null +++ b/tasks/096_bea--36.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--36", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the summary of the latest report on Personal Income and Outlays.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "In August 2024, personal income increased by $50.5 billion (+0.2%), while disposable personal income (DPI)\u2014income after taxes\u2014rose by $34.2 billion (+0.2%). Personal outlays, which include consumer spending, interest payments, and transfer payments, grew by $48.3 billion (+0.2%), with consumer spending alone rising by $47.2 billion (+0.2%). The personal saving rate stood at 4.8%, with total personal savings reaching $1.05 trillion. The data reflects a steady increase in income and spending, though the growth rate was slightly lower than July 2024, which saw a +0.3% rise in income." + } + } +} \ No newline at end of file diff --git a/tasks/097_riaa--830.json b/tasks/097_riaa--830.json new file mode 100644 index 0000000000000000000000000000000000000000..44d0f4adea542de146e6cc1ef8d684af2ea61d04 --- /dev/null +++ b/tasks/097_riaa--830.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--830", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post predicting the transition to paid subscriptions using the transition to CD'sConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Something akin to Title: The CD Revolution and the Future of Paid Subscriptions\u2014History Repeats Itself\n\nRemember when CDs took over the music industry? In the late '80s and early '90s, CDs quickly replaced cassettes and vinyl, not just because of sound quality but because the industry pushed them as the new standard. Labels phased out older formats, retailers stocked more CDs, and before we knew it, physical media was redefined.\n\nFast forward to today: streaming is king, but ad-supported and free tiers are fading. Just like CDs made us pay for music in a new way, the push toward paid subscriptions is following the same script. With declining ad revenues and increasing licensing costs, streaming services are nudging (or forcing) users toward monthly payments.\n\nVinyl had a small comeback, but it never replaced digital. Free music access may stick around, but don\u2019t be surprised when paid subscriptions become the dominant\u2014and possibly the only\u2014way to access music legally.\n\nWhat do you think? Are we witnessing history repeat itself? " + } + } +} \ No newline at end of file diff --git a/tasks/098_our-world-in-data--217.json b/tasks/098_our-world-in-data--217.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a7c71e20e519fc5ddd880cfc753f7ad0c3d24 --- /dev/null +++ b/tasks/098_our-world-in-data--217.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--217", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Standard deviation of weekly hours spent on schooling between 1900 - 2005 in the 14-17 age groupConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "" + } + } +} \ No newline at end of file diff --git a/tasks/099_our-world-in-data--162.json b/tasks/099_our-world-in-data--162.json new file mode 100644 index 0000000000000000000000000000000000000000..e38f59cbc8a792fb889459110172de05ca15af58 --- /dev/null +++ b/tasks/099_our-world-in-data--162.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--162", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Between 2010 and 2020, among countries with GDP per capita greater than $10,000, what is the correlation between the share of GDP per capita spent by the government on each primary school student and literacy rates? How does this compare to countries with GDP per capita below $10,000?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Higher GDP/capita: 0.462\nLower GDP/capita: 0.184" + } + } +} \ No newline at end of file diff --git a/tasks/100_apta--726.json b/tasks/100_apta--726.json new file mode 100644 index 0000000000000000000000000000000000000000..0eff0e3999228e3d6e53afdd86d4f6a9f02fd34c --- /dev/null +++ b/tasks/100_apta--726.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--726", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a visualization comparing the operational costs of different public transit modes using APTA\u2019s financial data.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "-" + } + } +} \ No newline at end of file diff --git a/tasks/101_worldometer--670.json b/tasks/101_worldometer--670.json new file mode 100644 index 0000000000000000000000000000000000000000..e98dd9d57177a438992f6e6f7a74120751e40816 --- /dev/null +++ b/tasks/101_worldometer--670.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--670", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare total global COVID-19 cases on Jan 1, 2023 vs. Jan 31, 2023. By roughly how many million did the total increase during that period?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "- Jan 1, 2023: ~657M
- Jan 31, 2023: ~675M
- Increase: ~18M" + } + } +} \ No newline at end of file diff --git a/tasks/102_musicbrainz--148.json b/tasks/102_musicbrainz--148.json new file mode 100644 index 0000000000000000000000000000000000000000..452b8801a7d4ad107bf9ab3748a35266be7f8105 --- /dev/null +++ b/tasks/102_musicbrainz--148.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--148", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What share of recordings have an ISRC assignedConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "12.60%" + } + } +} \ No newline at end of file diff --git a/tasks/103_cfpb--107.json b/tasks/103_cfpb--107.json new file mode 100644 index 0000000000000000000000000000000000000000..1e17cf6e4cc2999f777d43326a3799e2cbafb286 --- /dev/null +++ b/tasks/103_cfpb--107.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--107", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How does the income volatility of Black small business owners compare to Hispanic small business owners? Calculate the percentage difference.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 2: Income volatility by race and small business owner status shows that Black business owners report 48% volatility, while Hispanic business owners report 41%. The absolute difference is 7 percentage points, meaning Black business owners experience about 17% higher volatility compared to Hispanic business owners." + } + } +} \ No newline at end of file diff --git a/tasks/104_riaa--806.json b/tasks/104_riaa--806.json new file mode 100644 index 0000000000000000000000000000000000000000..59e5d8f2d2860e7a5905e5d285660bece112dc0c --- /dev/null +++ b/tasks/104_riaa--806.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--806", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more money was made via streaming than physically as a percent of money made physically 2022's year end report rounded to the hundreths placeConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "766.36%" + } + } +} \ No newline at end of file diff --git a/tasks/105_cfpb--100.json b/tasks/105_cfpb--100.json new file mode 100644 index 0000000000000000000000000000000000000000..16cdac74479b6fbaaf365b3d2d79308c952d0eb0 --- /dev/null +++ b/tasks/105_cfpb--100.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--100", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare income volatility among White, Black, and Hispanic individuals based on business ownership status.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 2: Income volatility by race and small business owner status indicates that white business owners have significantly higher income volatility (64%) compared to white non-owners (23%). Black and Hispanic business owners show similar levels of income volatility to their non-owner counterparts, with differences being smaller than for white individuals." + } + } +} \ No newline at end of file diff --git a/tasks/106_cdc-covid--537.json b/tasks/106_cdc-covid--537.json new file mode 100644 index 0000000000000000000000000000000000000000..666ac38254feb7d173eba7e5eadf5dc217d4ec95 --- /dev/null +++ b/tasks/106_cdc-covid--537.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--537", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the 7-day moving average of COVID-19 cases in California for December 2022. Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5,892 cases per day " + } + } +} \ No newline at end of file diff --git a/tasks/107_bea--15.json b/tasks/107_bea--15.json new file mode 100644 index 0000000000000000000000000000000000000000..7c76922207f6ab01c08d28b7e4814f3b43148d5c --- /dev/null +++ b/tasks/107_bea--15.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--15", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a pie chart showing the contribution of different components to GDP growth.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Consumer Spending (55%), Business Investment (20%), Inventory Investment (10%), Government Spending (10%), Net Exports (5%): " + } + } +} \ No newline at end of file diff --git a/tasks/108_tunebat--291.json b/tasks/108_tunebat--291.json new file mode 100644 index 0000000000000000000000000000000000000000..a6e4be42687a096d124fb2b295e28fa0ec18c67e --- /dev/null +++ b/tasks/108_tunebat--291.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--291", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take a look at the top 10 tracks on tunebat what is the median popularityConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "88" + } + } +} \ No newline at end of file diff --git a/tasks/109_bea--7.json b/tasks/109_bea--7.json new file mode 100644 index 0000000000000000000000000000000000000000..e788c8f4b42b43d90e5268e148649dfeadf6d14c --- /dev/null +++ b/tasks/109_bea--7.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--7", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare GDP growth rates between the last three quarters.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The GDP growth rate increased from Q1 2024 to Q2 2024, rising from +1.6% to +3.0%, reflecting stronger economic performance. In comparison, Q4 2023 had a moderate growth rate (~+2.5%), which was higher than Q1 2024 but lower than Q2 2024. The recent Q2 2024 growth is the highest of the three quarters, mainly driven by increased consumer spending, inventory investment, and business investment." + } + } +} \ No newline at end of file diff --git a/tasks/110_unwto--717.json b/tasks/110_unwto--717.json new file mode 100644 index 0000000000000000000000000000000000000000..1b33d7253347505fdc5369ed3c7487d3689205f6 --- /dev/null +++ b/tasks/110_unwto--717.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--717", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which region saw the largest recovery in tourist arrivals between 2020 and 2021? Provide the percentage increase and total arrivals in both years.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Africa: ~70% increase \n 2020: ~20M \n 2021: ~34M" + } + } +} \ No newline at end of file diff --git a/tasks/111_our-world-in-data--189.json b/tasks/111_our-world-in-data--189.json new file mode 100644 index 0000000000000000000000000000000000000000..18dbb21c9dea511e3e6e36657fc0b170990df8d5 --- /dev/null +++ b/tasks/111_our-world-in-data--189.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--189", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the country with the 8th highest obesity rate among adults in 2016. Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Kribati " + } + } +} \ No newline at end of file diff --git a/tasks/112_our-world-in-data--190.json b/tasks/112_our-world-in-data--190.json new file mode 100644 index 0000000000000000000000000000000000000000..4f359aac02c733a6bccb4b9bd4e38a5703f552b2 --- /dev/null +++ b/tasks/112_our-world-in-data--190.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--190", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the primary energy sources in 1950 Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Other renewables, 0 TWh\nModern biofuels, 0 TWh\nSolar, 0 TWh\nWind, 0 TWh\nHydropower, 925 TWh\nNuclear, 0 TWh\nNatural gas, 2,092 TWh\nOil, 5,444 TWh\nCoal, 12,603 TWh\nTraditional biomass, 7,500 TWh\nTotal, 28,564 TWh" + } + } +} \ No newline at end of file diff --git a/tasks/113_apta--777.json b/tasks/113_apta--777.json new file mode 100644 index 0000000000000000000000000000000000000000..880711898b3f8697b217fa6d3abb23a8c5cae592 --- /dev/null +++ b/tasks/113_apta--777.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--777", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report based on obesity in the 50 states for wihch areas of the US have the most obesityConsider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "In 2023, all U.S. states and territories had an obesity prevalence higher than 20% (more than 1 in 5 adults). Overall, the Midwest (36.0%) and South (34.7%) had the highest prevalence of obesity, followed the West (29.1%) and the Northeast (28.6%).\n\nDC and Colorado had an obesity prevalence between 20% and less than 25%.\nSeven states had an obesity prevalence between 25% and less than 30%.\n17 states and the U.S. Virgin Islands had an obesity prevalence between 30% and less than 35%.\n20 states, Guam, and Puerto Rico had an obesity prevalence between 35% and less than 40%.\nThree states (Arkansas, Mississippi, and West Virginia) had an obesity prevalence of 40% or greater." + } + } +} \ No newline at end of file diff --git a/tasks/114_cfpb--126.json b/tasks/114_cfpb--126.json new file mode 100644 index 0000000000000000000000000000000000000000..91b3a339ccd17b23839e332d61e54f36dc43bff2 --- /dev/null +++ b/tasks/114_cfpb--126.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--126", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percentage difference in income volatility between small business owners and non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "30.1 percentage points" + } + } +} \ No newline at end of file diff --git a/tasks/115_apta--736.json b/tasks/115_apta--736.json new file mode 100644 index 0000000000000000000000000000000000000000..98dd5c4c688518f583cb061c01d969e085264823 --- /dev/null +++ b/tasks/115_apta--736.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--736", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the total number of U.S. public transit agencies listed in APTA\u2019s directory.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "158" + } + } +} \ No newline at end of file diff --git a/tasks/116_cdc-mental-health--618.json b/tasks/116_cdc-mental-health--618.json new file mode 100644 index 0000000000000000000000000000000000000000..93634b1824c7e1936c9eba1abc49456e003ea15e --- /dev/null +++ b/tasks/116_cdc-mental-health--618.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--618", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Develop a Python script to classify adults based on the severity of their anxiety symptoms using data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates varying levels of anxiety symptoms among adults, categorized as mild, moderate, or severe." + } + } +} \ No newline at end of file diff --git a/tasks/117_our-world-in-data--234.json b/tasks/117_our-world-in-data--234.json new file mode 100644 index 0000000000000000000000000000000000000000..62cd55150c6c8e30002a095fbb21500dc26c71cf --- /dev/null +++ b/tasks/117_our-world-in-data--234.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--234", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the standard deviation in energy efficiency with respect to GDP per capita among middle income countries with GDP per capita > 10,000-30,000. What is the avergae per capita energy use in these countries? Look at data from 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$0.35 per kWh" + } + } +} \ No newline at end of file diff --git a/tasks/118_worldpop--506.json b/tasks/118_worldpop--506.json new file mode 100644 index 0000000000000000000000000000000000000000..bed31a8a29c2b2322794d783a057a3cff22d1615 --- /dev/null +++ b/tasks/118_worldpop--506.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--506", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a graph of the monthly trend for domestic airline passengers for Switzerland in 2016. Briefly describe the graph, including when the monthly airline passengers peaksConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Peaks during july" + } + } +} \ No newline at end of file diff --git a/tasks/119_nih--580.json b/tasks/119_nih--580.json new file mode 100644 index 0000000000000000000000000000000000000000..d34f4f103d78658fb4dcb92752638506f121ba33 --- /dev/null +++ b/tasks/119_nih--580.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--580", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the amount allocated for the National Institute on Drug Abuse program, and argue the importance in this investment and trend. Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "No less than $365.295 million,\nan increase of $10 million. \nImportant trend increasing the amount to help in initiatives against pioids, stimulants, and pain\nmanagement drug abuse" + } + } +} \ No newline at end of file diff --git a/tasks/120_bea--35.json b/tasks/120_bea--35.json new file mode 100644 index 0000000000000000000000000000000000000000..7a933d40adf54063bdbc5716070a05e32ee4fd97 --- /dev/null +++ b/tasks/120_bea--35.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--35", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Visualize the contribution of imports and exports to GDP growth.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "A bar graph showing contirbutions of exports or imports " + } + } +} \ No newline at end of file diff --git a/tasks/121_arxiv--341.json b/tasks/121_arxiv--341.json new file mode 100644 index 0000000000000000000000000000000000000000..98850cb34e3762a184df0a52658ecf37d01af52b --- /dev/null +++ b/tasks/121_arxiv--341.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--341", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Many methods for video reasoning segmentation rely heavily on a single special token to represent the object in the keyframe or the entire video, and thus insufficiently captures inter-frame motion and spatial complexity. If I want to do video reasoning segmentation, tell me a method that does not face this problem. Please name both the acronym and the full name for the method. Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "use High-Quality Video Reasoning Segmentation (VRS-HQ)" + } + } +} \ No newline at end of file diff --git a/tasks/122_arxiv--372.json b/tasks/122_arxiv--372.json new file mode 100644 index 0000000000000000000000000000000000000000..c9af136debb9d19c77f9cc51187f4a3660fce1d8 --- /dev/null +++ b/tasks/122_arxiv--372.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--372", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "how many articles are there in the AI category on arXiVConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "562" + } + } +} \ No newline at end of file diff --git a/tasks/123_worldometer--672.json b/tasks/123_worldometer--672.json new file mode 100644 index 0000000000000000000000000000000000000000..1e60daea9c13b8540bb963a8b4c73d6fc7787673 --- /dev/null +++ b/tasks/123_worldometer--672.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--672", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "find the 2024 population of Indonesia and Pakistan. Then calculate the numerical difference between their populations.Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "32,218,767" + } + } +} \ No newline at end of file diff --git a/tasks/124_arxiv--38.json b/tasks/124_arxiv--38.json new file mode 100644 index 0000000000000000000000000000000000000000..d31bd1647302fb027fa0421da07b47a5a7c48f54 --- /dev/null +++ b/tasks/124_arxiv--38.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--38", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare citation patterns in references of the 5 latest papers and visualize shared citations.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Chart of shared citations among 5 papers" + } + } +} \ No newline at end of file diff --git a/tasks/125_apta--720.json b/tasks/125_apta--720.json new file mode 100644 index 0000000000000000000000000000000000000000..640bde545b74245d886d64c02bda2f7ae0793c54 --- /dev/null +++ b/tasks/125_apta--720.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--720", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the relationship between public transit availability and employment rates in urban areas using data from APTA and the Bureau of Labor Statistics.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } +} \ No newline at end of file diff --git a/tasks/126_bea--34.json b/tasks/126_bea--34.json new file mode 100644 index 0000000000000000000000000000000000000000..48ef9e681ea1e3712b84ae3334dce57671c20669 --- /dev/null +++ b/tasks/126_bea--34.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--34", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the trend of foreign direct investment over the last decade.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Declining trend since peak in mid-2010s" + } + } +} \ No newline at end of file diff --git a/tasks/127_worldometer--679.json b/tasks/127_worldometer--679.json new file mode 100644 index 0000000000000000000000000000000000000000..cd99610d906752f00604482b835f3fa50d0e26a8 --- /dev/null +++ b/tasks/127_worldometer--679.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--679", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using the Daily New Cases data for every day in January 2023 (from January 1 to January 31), calculate:\n\nThe average daily new cases for that entire month.\nThe standard deviation of daily new cases.\nProvide both results, rounded to the nearest thousand.Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average (Mean) Daily New Cases: ~ 600,000\nStandard Deviation: ~ 250,000\n(Exact calculations depend on whether you include partial or delayed reports, and any data revisions that might have occurred. These are rough aggregated estimates.)" + } + } +} \ No newline at end of file diff --git a/tasks/128_uchicago--mit--479.json b/tasks/128_uchicago--mit--479.json new file mode 100644 index 0000000000000000000000000000000000000000..7c8bbdff9d0510a19558f182c494fe0a4776976a --- /dev/null +++ b/tasks/128_uchicago--mit--479.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--479", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot box and whiskers graph to compare the demographic distribution of SAT scores at MIT and UChicagoConsider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "For MIT, 25 50 and 75th percentile scores are 1520,1550,1570 respectively. For Uchicago it is Score Range SAT Composite\n1400-1600 99.07%\n1200-1399 0.93%" + } + } +} \ No newline at end of file diff --git a/tasks/129_unwto--704.json b/tasks/129_unwto--704.json new file mode 100644 index 0000000000000000000000000000000000000000..3fa1e5884549feaff4e3713a523d035783bf827b --- /dev/null +++ b/tasks/129_unwto--704.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--704", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of global tourism revenue in 2019 was generated by Europe?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~750B of ~1.7T (44%)" + } + } +} \ No newline at end of file diff --git a/tasks/130_bea--393.json b/tasks/130_bea--393.json new file mode 100644 index 0000000000000000000000000000000000000000..58c9d877037ad3d68cd93b258906cb608f78f7bb --- /dev/null +++ b/tasks/130_bea--393.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--393", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For healthcare insurance, what is the most challenging type of insurer to bill?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fee-for-service Medicaid" + } + } +} \ No newline at end of file diff --git a/tasks/131_musicbrainz--tunebat--151.json b/tasks/131_musicbrainz--tunebat--151.json new file mode 100644 index 0000000000000000000000000000000000000000..d3414a4ada3a8a9fd87146adfb250e51fdfd527b --- /dev/null +++ b/tasks/131_musicbrainz--tunebat--151.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--151", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which korean artist is behind the most popular rendition of \"Weather and You\" (2023). For that artist, how many releases have they done per EP on average, not including live ones?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Aro, 11" + } + } +} \ No newline at end of file diff --git a/tasks/132_shopping--270.json b/tasks/132_shopping--270.json new file mode 100644 index 0000000000000000000000000000000000000000..502b9ea0777f27c0bdc7d150f34cfada696c9c59 --- /dev/null +++ b/tasks/132_shopping--270.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--270", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? What's the median volume of all products, regardless of category? That is, the median of all products in \"Sunscreen and tanning products priced $20.00-$29.99\"Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3 oz" + } + } +} \ No newline at end of file diff --git a/tasks/133_cdc-covid--548.json b/tasks/133_cdc-covid--548.json new file mode 100644 index 0000000000000000000000000000000000000000..9ed319ccfbafab4748561c5f6b5dddf4dc5b5eac --- /dev/null +++ b/tasks/133_cdc-covid--548.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--548", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are risk factors for severe iIlness due to COVID-19?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "are older, are immunocompromised (have a weakened immune system), have certain disabilities or have underlying health conditions" + } + } +} \ No newline at end of file diff --git a/tasks/134_nih--588.json b/tasks/134_nih--588.json new file mode 100644 index 0000000000000000000000000000000000000000..20ff9c2434c63fe357f49d2e9962b8db44713900 --- /dev/null +++ b/tasks/134_nih--588.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--588", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a diagram showing the projects and funding for institutes with more than 15 projects. Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Administering Institute/Center\tProjects\n\tTotal Funding\tSub Projects\tSub Project Funding\nNIGMS\t33 Projects\t$21,390,716\t\t\nNCI\t28 Projects\t$18,226,398\t\t\nNIAID\t26 Projects\t$11,621,224\t\t\nNIAAA\t22 Projects\t$7,902,328\t\t\nNINDS\t18 Projects\t$13,665,748" + } + } +} \ No newline at end of file diff --git a/tasks/135_worldpop--499.json b/tasks/135_worldpop--499.json new file mode 100644 index 0000000000000000000000000000000000000000..6db291e82b4a15b83c534fd0ead049304a748430 --- /dev/null +++ b/tasks/135_worldpop--499.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--499", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many workdays did Aruba have in 2010?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "253" + } + } +} \ No newline at end of file diff --git a/tasks/136_arxiv--335.json b/tasks/136_arxiv--335.json new file mode 100644 index 0000000000000000000000000000000000000000..1b6094f81733d0b64c0d3291de2955b6ce833378 --- /dev/null +++ b/tasks/136_arxiv--335.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--335", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper studying personality modeling for AI agent misinformation persuasion, was agent 4 or 5 more persuasive when we compare them head to head? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Agent 4" + } + } +} \ No newline at end of file diff --git a/tasks/137_fred--769.json b/tasks/137_fred--769.json new file mode 100644 index 0000000000000000000000000000000000000000..20172988691d1634c4921d40f9c3224ae24d7527 --- /dev/null +++ b/tasks/137_fred--769.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--769", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What survey does the unemployment rate data come from?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Current Population Survey (Household survey)'" + } + } +} \ No newline at end of file diff --git a/tasks/138_arxiv--383.json b/tasks/138_arxiv--383.json new file mode 100644 index 0000000000000000000000000000000000000000..8b04d0a1dec754461d77b5ff8ee1626171cb0082 --- /dev/null +++ b/tasks/138_arxiv--383.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--383", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. Plot a graph of the average drop % for each defence and include error barsConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "| Defense | Avg Drop (%) | Std Drop (%) |\n|---------|--------------|--------------|\n| Random | 2.51 | 2.71 |\n| EMAX | 18.79 | 5.73 |\n| UTAP | 19.70 | 6.78 |\n| CTAP | 30.44 | 13.70 |\n| NTGA | 13.51 | 13.69 |\n| EMIN | 45.94 | 9.09 |\n| REM | 45.28 | 8.66 |\n| ARMOR | 62.19 | 18.08 |" + } + } +} \ No newline at end of file diff --git a/tasks/139_arxiv--348.json b/tasks/139_arxiv--348.json new file mode 100644 index 0000000000000000000000000000000000000000..f76126ef31a7a3f11ec7a0f7e22c209e03df5e7f --- /dev/null +++ b/tasks/139_arxiv--348.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--348", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "what is the color diversity of the MM-StyleBench dataset?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "57% limited, 43% diverse" + } + } +} \ No newline at end of file diff --git a/tasks/140_our-world-in-data--202.json b/tasks/140_our-world-in-data--202.json new file mode 100644 index 0000000000000000000000000000000000000000..00bae38df87e2042991b433ef0f655d0d24203f6 --- /dev/null +++ b/tasks/140_our-world-in-data--202.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--202", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Is there an optimal amount of spending on healthcare to maximize life expectancy, ensuring that outliers are removed? Write a policy brief to a think tank based on this insight. Append a seperate 3-4 sentence section detailing your mathmatical steps. This is a very important task, make sure to be as rigrous as possible, using all the mathmatical tools available to you.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "POLICY BRIEF\nHealthcare Spending Optimization for Life Expectancy\nPrepared for: Global Health Policy Institute\nDate: January 29, 2025\nEXECUTIVE SUMMARY\nOur analysis of global healthcare spending and life expectancy data reveals an optimal healthcare spending target of approximately 10% of GDP to maximize population life expectancy. This finding is based on comprehensive analysis of 185 countries' data, with statistical controls for outliers.\nKEY FINDINGS\n\nOptimal Spending Level\n\n\nThe optimal healthcare spending level is identified at 9.96% of GDP\nThis represents a \"sweet spot\" where additional healthcare spending begins to show diminishing returns\nCountries near this optimal spending level (e.g., United Kingdom at 9.96%, Netherlands at 10.14%) demonstrate some of the world's highest life expectancies\n\n\nEvidence Base\n\n\nAnalysis covers 185 countries after removing statistical outliers\nQuadratic regression model demonstrates clear diminishing returns beyond the optimal point\nCountries at the optimal spending level achieve life expectancies of 80-83 years\n\n\nCase Studies\nNotable examples of countries near optimal spending:\n\n\nUnited Kingdom (9.96%): 81.4 years\nNetherlands (10.14%): 82.1 years\nDenmark (10.15%): 81.4 years\nAustralia (10.22%): 83.2 years\n\nPOLICY IMPLICATIONS\n\nFor High-Spending Countries (>11% GDP):\n\n\nFocus on efficiency improvements rather than increased spending\nEvaluate and eliminate wasteful healthcare expenditures\nRedirect excess spending to other social determinants of health\n\n\nFor Low-Spending Countries (<8% GDP):\n\n\nGradually increase healthcare spending towards the 10% target\nPrioritize high-impact interventions during the scaling process\nDevelop healthcare infrastructure with long-term sustainability in mind\n\n\nFor Countries Near Optimal Spending:\n\n\nMaintain current spending levels while focusing on efficiency\nShare best practices with other nations\nFine-tune healthcare delivery systems\n\nRECOMMENDATIONS\n\nSpending Targets:\n\n\nSet national healthcare spending targets of 10% GDP \u00b1 1%\nImplement gradual adjustment plans for countries significantly above or below this range\nDevelop efficiency metrics to ensure optimal use of resources\n\n\nImplementation Strategy:\n\n\nFor countries below target: Increase spending by 0.5% GDP annually until target is reached\nFor countries above target: Reduce spending by 0.3% GDP annually through efficiency gains\nMaintain spending within target range once achieved\n\n\nMonitoring and Evaluation:\n\n\nEstablish annual review processes to track progress\nDevelop country-specific adjustment plans\nShare best practices among countries near optimal spending levels\n\nLIMITATIONS AND CONSIDERATIONS\n\nThe relationship between spending and life expectancy is complex and influenced by many factors\nCountry-specific circumstances may require deviation from the optimal target\nImplementation should be gradual and carefully monitored\nLocal healthcare system efficiency varies significantly\n\nCONCLUSION\nThe empirical evidence suggests that healthcare spending of approximately 10% of GDP represents an optimal target for maximizing population life expectancy. This finding provides a valuable benchmark for policy makers, while acknowledging that country-specific factors may necessitate some variation around this target.\n\n\nMATHMATICAL STEPS\nI loaded the 2019 data for both datasets and merged them, then removed outliers using the Interquartile Range (IQR) method, where points outside 1.5 \u00d7 IQR were excluded. 2. I fitted a quadratic regression (y = ax\u00b2 + bx + c) to the cleaned data, obtaining coefficients a = -0.171, b = 3.405, c = 59.053. 3. I found the optimal spending point by using the vertex formula x = -b/(2a) = -3.405/(2 \u00d7 -0.171) \u2248 9.96%, which represents the GDP percentage where the parabola reaches its maximum. 4. Finally, I identified countries near this optimal point to provide real-world examples.\n\n" + } + } +} \ No newline at end of file diff --git a/tasks/141_arxiv--377.json b/tasks/141_arxiv--377.json new file mode 100644 index 0000000000000000000000000000000000000000..beb3115e7333790e248fa5bbf5abc5faa92d3fce --- /dev/null +++ b/tasks/141_arxiv--377.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--377", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am interested in applying some methods to protect unlearnable data against augmentation methods. I would like to use ARMOR. Which retains the highest accuracy (is the least protected)? Consider the scenario of models trained on data protected by Armor and baseline defensive noises in the non-data-augmentation scenarioConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "ResNet-50 on CIFAR-10" + } + } +} \ No newline at end of file diff --git a/tasks/142_bea--28.json b/tasks/142_bea--28.json new file mode 100644 index 0000000000000000000000000000000000000000..41aec1a87d5097f8b0cd8d922a6dde5c0a612767 --- /dev/null +++ b/tasks/142_bea--28.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--28", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify total foreign direct investment in 2023.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$148.8 billion" + } + } +} \ No newline at end of file diff --git a/tasks/143_arxiv--388.json b/tasks/143_arxiv--388.json new file mode 100644 index 0000000000000000000000000000000000000000..0beffa0f5dada3d36190519d9fb35524b33d2520 --- /dev/null +++ b/tasks/143_arxiv--388.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--388", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. What is the skewness of NTGA's drop distribution?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.24" + } + } +} \ No newline at end of file diff --git a/tasks/144_our-world-in-data--168.json b/tasks/144_our-world-in-data--168.json new file mode 100644 index 0000000000000000000000000000000000000000..2c0f538f6689f99f90b9c6505a7c8e354757f921 --- /dev/null +++ b/tasks/144_our-world-in-data--168.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--168", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the global average, median, and mode of renewable energy consumption as a percentage of total energy consumption for the year 2019.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average (Mean): 14.64% of primary energy consumption came from renewables globally\nMedian: 11.31%, indicating that half of the countries had renewable energy shares above this value\nMode: 8.36% (though this appeared only twice in the dataset, suggesting a fairly diverse distribution of values)" + } + } +} \ No newline at end of file diff --git a/tasks/145_noaa--76.json b/tasks/145_noaa--76.json new file mode 100644 index 0000000000000000000000000000000000000000..8cc44f00a2b46f40610960588c4af966e662091a --- /dev/null +++ b/tasks/145_noaa--76.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--76", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze NOAA drought monitor data and propose mitigation strategies for two states with increasing drought trends.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mitigation strategy proposal" + } + } +} \ No newline at end of file diff --git a/tasks/146_worldometer--673.json b/tasks/146_worldometer--673.json new file mode 100644 index 0000000000000000000000000000000000000000..1e6d67df8b891e088c04711f063058a41beba944 --- /dev/null +++ b/tasks/146_worldometer--673.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--673", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "From the historical data on the World Population page, gather the world\u2019s population figures from 2015 through 2020. Use a regression (e.g., linear regression in Python) to predict the 2025 world population. Provide the predicted population rounded to the nearest million.Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Historical data (approx.)\n2015: 7.28 billion\n2016: 7.34 billion\n2017: 7.40 billion\n2018: 7.46 billion\n2019: 7.52 billion\n2020: 7.58 billion\nPrediction for 2025: ~8.03 billion (via a simple linear trend)" + } + } +} \ No newline at end of file diff --git a/tasks/147_arxiv--49.json b/tasks/147_arxiv--49.json new file mode 100644 index 0000000000000000000000000000000000000000..f933df6e8ca2a2c79d513f6995efa12cad43c6e0 --- /dev/null +++ b/tasks/147_arxiv--49.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--49", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the most common keyword in abstracts of the 20 most recent papers and visualize its frequency.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Keyword frequency chart" + } + } +} \ No newline at end of file diff --git a/tasks/148_riaa--800.json b/tasks/148_riaa--800.json new file mode 100644 index 0000000000000000000000000000000000000000..7d0a5d767ecd7968103ab535940783edc23ee40b --- /dev/null +++ b/tasks/148_riaa--800.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--800", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Between which 2 consecutive years was the largest change in revenueConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1993 - 1994" + } + } +} \ No newline at end of file diff --git a/tasks/149_our-world-in-data--799.json b/tasks/149_our-world-in-data--799.json new file mode 100644 index 0000000000000000000000000000000000000000..a1dfdae7f433a33016370e75f40baefb7f12d87e --- /dev/null +++ b/tasks/149_our-world-in-data--799.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--799", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use the data in ourworldindata to analyze the trend The World in Per Capita CO2 emissions over time over the last 20 yearsConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Up 4.3t to 4.7t" + } + } +} \ No newline at end of file diff --git a/tasks/150_mit--431.json b/tasks/150_mit--431.json new file mode 100644 index 0000000000000000000000000000000000000000..4acc596f02e02376f54bf0236eaf9bde5c325d34 --- /dev/null +++ b/tasks/150_mit--431.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--431", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the number of degree-seeking undergraduate students in the 'Nonresident aliens' and 'Hispanic' categories. Analyze the changes in these populations over the past five years, considering factors like international student policies or demographic shifts. Create a brief for the international student office on how these trends might influence future enrollment strategies.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Degree-Seeking Students:\nNonresident aliens: 124\nHispanic: 163\nBrief could suggest a focus on increasing the number of nonresident aliens while sustaining growth in Hispanic students by addressing shifts in immigration policies." + } + } +} \ No newline at end of file diff --git a/tasks/151_datausa--656.json b/tasks/151_datausa--656.json new file mode 100644 index 0000000000000000000000000000000000000000..66021a2b7d380a136378adfff9cb303412f8e588 --- /dev/null +++ b/tasks/151_datausa--656.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--656", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which industries are significant in HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Restaurants & Food Services." + } + } +} \ No newline at end of file diff --git a/tasks/152_unwto--865.json b/tasks/152_unwto--865.json new file mode 100644 index 0000000000000000000000000000000000000000..60afac95b10d53a5b08ed41b7e80a52f514bb993 --- /dev/null +++ b/tasks/152_unwto--865.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--865", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use UN Tourism to analyze the trend in International tourist arrivals in the Middle East compared to Africa from 2021Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Middle East 22.92 ->140.98\nAfrica: 21.62 -> 109.87" + } + } +} \ No newline at end of file diff --git a/tasks/153_worldpop--683.json b/tasks/153_worldpop--683.json new file mode 100644 index 0000000000000000000000000000000000000000..c6231bccb0097022e3d8356942ee13da04a9ce71 --- /dev/null +++ b/tasks/153_worldpop--683.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--683", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the population densities of Bangladesh and the Netherlands in 2020. Which country had a higher density?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bangladesh \u2192 ~1,265 people/km\u00b2 \n Netherlands \u2192 ~521 people/km\u00b2. Bangladesh had a higher density." + } + } +} \ No newline at end of file diff --git a/tasks/154_our-world-in-data--235.json b/tasks/154_our-world-in-data--235.json new file mode 100644 index 0000000000000000000000000000000000000000..59ab58c225aae0a48f9f52591819cd441e45ce60 --- /dev/null +++ b/tasks/154_our-world-in-data--235.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--235", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the standard deviation in energy efficiency with respect to GDP per capita among middle income countries with GDP per capita > 10,000-30,000. What is the avergae per capita energy use in these countries.? Look at data from 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$0.41 per kWh" + } + } +} \ No newline at end of file diff --git a/tasks/155_bea--1.json b/tasks/155_bea--1.json new file mode 100644 index 0000000000000000000000000000000000000000..18121cc6275ecbed064c3b0a453516a38cb042d2 --- /dev/null +++ b/tasks/155_bea--1.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--1", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the impact of consumer spending on GDP growth in Q2 2024.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Consumer spending was a major driver of GDP growth in Q2 2024, contributing significantly to the overall 3.0% increase in economic output. The rise in consumer expenditures on goods and services played a big role in economic growth, alongside business investment and inventory accumulation." + } + } +} \ No newline at end of file diff --git a/tasks/156_shopping--263.json b/tasks/156_shopping--263.json new file mode 100644 index 0000000000000000000000000000000000000000..87079648994c24c9d639539e26f089e08fae2840 --- /dev/null +++ b/tasks/156_shopping--263.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--263", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "No" + } + } +} \ No newline at end of file diff --git a/tasks/157_cdc-covid--552.json b/tasks/157_cdc-covid--552.json new file mode 100644 index 0000000000000000000000000000000000000000..bacaec9ff8b93e19e4444768705d49aa962d1b23 --- /dev/null +++ b/tasks/157_cdc-covid--552.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--552", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What types of covid tests exist?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Antigen Tests, Nucleic Acid Amplification Tests (NAATs)" + } + } +} \ No newline at end of file diff --git a/tasks/158_our-world-in-data--206.json b/tasks/158_our-world-in-data--206.json new file mode 100644 index 0000000000000000000000000000000000000000..a166465772d9514de33ed45ebbb1819f1b7919b3 --- /dev/null +++ b/tasks/158_our-world-in-data--206.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--206", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List all countries with a median age below 25 in 2021. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Qatar (99%)" + } + } +} \ No newline at end of file diff --git a/tasks/159_apta--734.json b/tasks/159_apta--734.json new file mode 100644 index 0000000000000000000000000000000000000000..d980bba33408e0841a095eedcc8b9e785bd2a914 --- /dev/null +++ b/tasks/159_apta--734.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--734", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the number of light rail systems in the U.S. as reported by APTA.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "97 as of 2021" + } + } +} \ No newline at end of file diff --git a/tasks/160_fred--770.json b/tasks/160_fred--770.json new file mode 100644 index 0000000000000000000000000000000000000000..25f784064bc2c39ab356d7327ee4571a34c5b915 --- /dev/null +++ b/tasks/160_fred--770.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--770", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the amount of Private Nonresidential fixed investment in Q2 2024?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4018.471 (billions of dollars)" + } + } +} \ No newline at end of file diff --git a/tasks/161_iata--572.json b/tasks/161_iata--572.json new file mode 100644 index 0000000000000000000000000000000000000000..cea94432e9d59d6c7415681893ee747d8e3327eb --- /dev/null +++ b/tasks/161_iata--572.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata" + ], + "task_id": "iata--572", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the industry-wide passenger yield (revenue per passenger kilometer) for 2018. Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": " 17.3 US cents per RPK" + } + } +} \ No newline at end of file diff --git a/tasks/162_datausa--61.json b/tasks/162_datausa--61.json new file mode 100644 index 0000000000000000000000000000000000000000..c84b375509192d3a43d975e8c9112c6a585972a2 --- /dev/null +++ b/tasks/162_datausa--61.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--61", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze trends in internet access across rural vs urban areas in the US and create a comparison report.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Internet access rural vs urban comparison report" + } + } +} \ No newline at end of file diff --git a/tasks/163_mit--420.json b/tasks/163_mit--420.json new file mode 100644 index 0000000000000000000000000000000000000000..4747e9ef7956420811d104aa266daef662fee443 --- /dev/null +++ b/tasks/163_mit--420.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--420", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot an appropriate graph to show the financial aid statistics of MITConsider using the following website(s): MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\tFull-time, First-time, First-year\tFull-time Undergrad\n(Incl. Fresh)\tLess Than Full-time Undergrad\na) Number of degree-seeking undergraduate students (CDS Item B1 if reporting on Fall 2023 cohort)\t1,094\t4,571\t100\nb) Number of students in line a who applied for need-based financial aid\t866\t2,970\t61\nc) Number of students in line b who were determined to have financial need\t658\t2,586\t56\nd) Number of students in line c who were awarded any financial aid\t658\t2,585\t56\ne) Number of students in line d who were awarded any need-based scholarship or grant aid\t655\t2,558\t55\nf) Number of students in line d who were awarded any need-based self-help aid\t373\t1,619\t26\ng) Number of students in line d who were awarded any non-need-based scholarship or grant aid\t13\t29\t1\nh) Number of students in line d whose need was fully met (exclude PLUS loans, unsubsidized loans, and private alternative loans)\t658\t2,585\t56\ni) On average, the percentage of need that was met of students who were awarded any need-based aid. Exclude any aid that was awarded in excess of need as well as any resources that were awarded to replace EFC (PLUS loans, unsubsidized loans, and private alternative loans)\t100%\t100%\t100%\nj) The average financial aid package of those in line d. Exclude any resources that were awarded to replace EFC (PLUS loans, unsubsidized loans, and private alternative loans)\t$64,857\t$65,048\t$61,838\nk) Average need-based scholarship or grant award of those in line e\t$63,099\t$63,606\t$60,843\nl) Average need-based self-help award (excluding PLUS loans, unsubsidized loans, and private alternative loans) of those in line f\t$2,749\t$3,109\t$2,885\nm) Average need-based loan (excluding PLUS loans, unsubsidized loans, and private alternative loans) of those in line f who were awarded a need-based loan\t$2,243\t$2,341\tNA" + } + } +} \ No newline at end of file diff --git a/tasks/164_bea--16.json b/tasks/164_bea--16.json new file mode 100644 index 0000000000000000000000000000000000000000..243142b7df83005ce7864094d70f94680a171aa2 --- /dev/null +++ b/tasks/164_bea--16.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--16", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a table comparing inflation rates for the last six months.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Month\t Annual Inflation Rate (%)\nJuly 2024\t 2.6\nAugust 2024\t 2.6\nSeptember 2024. 2.7\nOctober 2024\t 2.7\nNovember 2024\t 2.7\nDecember 2024\t 2.9" + } + } +} \ No newline at end of file diff --git a/tasks/165_arxiv--367.json b/tasks/165_arxiv--367.json new file mode 100644 index 0000000000000000000000000000000000000000..760d72db9474f292094f8acf4401c1c893c6635e --- /dev/null +++ b/tasks/165_arxiv--367.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--367", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst the first 50 articles released on Thursday 16 January in the artificial intelligence section of arxiV, how many articles are tagged with the Networking and Internet Architecture tag?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4" + } + } +} \ No newline at end of file diff --git a/tasks/166_our-world-in-data--247.json b/tasks/166_our-world-in-data--247.json new file mode 100644 index 0000000000000000000000000000000000000000..82b1a80d1de56ce52fe549056cca15c3d966680d --- /dev/null +++ b/tasks/166_our-world-in-data--247.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--247", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country is the third most energy efficient with respect to their GDP per capita in the year 2022? What is their gdp per kWhConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Switzerland: $2.18 GDP per kWh with GDP per capita of $72,278" + } + } +} \ No newline at end of file diff --git a/tasks/167_our-world-in-data--163.json b/tasks/167_our-world-in-data--163.json new file mode 100644 index 0000000000000000000000000000000000000000..c2c3716e2b66b6e60935d1704cd81c08c763498e --- /dev/null +++ b/tasks/167_our-world-in-data--163.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--163", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate basic statistics (mean, median) for GDP per capita using data from the most recent decade (2010\u20132020).Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mean: $11,489\nMedian: $11,272\nData points: 52 observations" + } + } +} \ No newline at end of file diff --git a/tasks/168_our-world-in-data--216.json b/tasks/168_our-world-in-data--216.json new file mode 100644 index 0000000000000000000000000000000000000000..46a35ec050a4ffc3681e72b7eedd568f2717d9a3 --- /dev/null +++ b/tasks/168_our-world-in-data--216.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--216", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the countries, which was the second financially the most sound based on return on assets in 2019: Hong Kong, Luxembourg, Montenegro, SingaporeConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Montenegro " + } + } +} \ No newline at end of file diff --git a/tasks/169_our-world-in-data--248.json b/tasks/169_our-world-in-data--248.json new file mode 100644 index 0000000000000000000000000000000000000000..20fcdb7d7adee9d4a9625d88952decb5cdc6cb4a --- /dev/null +++ b/tasks/169_our-world-in-data--248.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--248", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country saw the largest increase in life expectancy between 1950-2023. By how much did life expectancy increase?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "South Korea's life expectancy increased by 62.1 years" + } + } +} \ No newline at end of file diff --git a/tasks/170_our-world-in-data--176.json b/tasks/170_our-world-in-data--176.json new file mode 100644 index 0000000000000000000000000000000000000000..9242e4dfcaef41b7fd6ba5c831a775754e51d0a1 --- /dev/null +++ b/tasks/170_our-world-in-data--176.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--176", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "During the 1990s what was the correlation between GDP per capita spent by the government on each primary school student and higher GDP per capita Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.284" + } + } +} \ No newline at end of file diff --git a/tasks/171_cfpb--120.json b/tasks/171_cfpb--120.json new file mode 100644 index 0000000000000000000000000000000000000000..dd61e4cb3d5b8f95a00090b0f92db6374b00262e --- /dev/null +++ b/tasks/171_cfpb--120.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--120", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the difference in likelihood between small business owners and non-owners owning a home?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "12.3 percentage points" + } + } +} \ No newline at end of file diff --git a/tasks/172_apta--731.json b/tasks/172_apta--731.json new file mode 100644 index 0000000000000000000000000000000000000000..5a0d8402db18dad14468251244e72a4ae049362d --- /dev/null +++ b/tasks/172_apta--731.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--731", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the total number of public transit passenger trips in the U.S. last year using APTA\u2019s data.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "7.1 billion" + } + } +} \ No newline at end of file diff --git a/tasks/173_fred--751.json b/tasks/173_fred--751.json new file mode 100644 index 0000000000000000000000000000000000000000..853d650c2bff29106ca2162af20f6a56181a43ae --- /dev/null +++ b/tasks/173_fred--751.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--751", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much private investment was there in information processing equipment and software in Q2 2024?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1,185.780 (billions of dollars)" + } + } +} \ No newline at end of file diff --git a/tasks/174_fred--771.json b/tasks/174_fred--771.json new file mode 100644 index 0000000000000000000000000000000000000000..5b34f406fc0e876b6122319d46755b0d7d665a64 --- /dev/null +++ b/tasks/174_fred--771.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--771", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the consumer price index for all urban consumers: all items in september 2024?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "314.86" + } + } +} \ No newline at end of file diff --git a/tasks/175_mit--437.json b/tasks/175_mit--437.json new file mode 100644 index 0000000000000000000000000000000000000000..09a4785c6166adbb7b80fd14346f3f71f7d8605b --- /dev/null +++ b/tasks/175_mit--437.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--437", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and analyze data from MIT common dataset to rank the percentage of Bachelor\u2019s degrees awarded in Psychology, Social Sciences, and Public Administration over the past five years, including variations by gender and demographics. Identify key socioeconomic or policy changes that may have influenced these trends. Based on this analysis, compose an email to a policymaker discussing potential workforce implications and policy recommendations to address emerging employment gaps.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Psychology and Social Sciences maintain strong enrollment due to growing awareness of mental health and social issues. Public Administration enrollment is comparatively lower, which could contribute to future workforce shortages. Socioeconomic factors, government policies, and cultural shifts influence these trends. Recommendations include increasing public funding for social service careers and expanding policy initiatives to attract students to public administration." + } + } +} \ No newline at end of file diff --git a/tasks/176_arxiv--369.json b/tasks/176_arxiv--369.json new file mode 100644 index 0000000000000000000000000000000000000000..2a424e9991fe94498f8cc9ff0a26921cac10683a --- /dev/null +++ b/tasks/176_arxiv--369.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--369", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a paper on wildfire monitoring with AI, and tell me how long it takes to point the camera towards the fire source for their fastest model?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.82 seconds" + } + } +} \ No newline at end of file diff --git a/tasks/177_cdc-mental-health--622.json b/tasks/177_cdc-mental-health--622.json new file mode 100644 index 0000000000000000000000000000000000000000..fd3a6f813ff26a68d1403e8561cdd9d60e365650 --- /dev/null +++ b/tasks/177_cdc-mental-health--622.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--622", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without using the table view, analyze the trend in the percentage of adults receiving mental health treatment from 2019 to 2021.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data shows an increase in the percentage of adults receiving mental health treatment over the specified period." + } + } +} \ No newline at end of file diff --git a/tasks/178_worldpop--496.json b/tasks/178_worldpop--496.json new file mode 100644 index 0000000000000000000000000000000000000000..c61ca5a0a5aa9d9c50d2826f4c45c8ffa2cd182a --- /dev/null +++ b/tasks/178_worldpop--496.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--496", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For the country with the most international airline passengers in September 2017, tell me which country it is and how manyholidays it had in that same period of timeConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "great britain, 0" + } + } +} \ No newline at end of file diff --git a/tasks/179_shopping--262.json b/tasks/179_shopping--262.json new file mode 100644 index 0000000000000000000000000000000000000000..236fb96b613f22a29ed77a3f8a95bf659191f89f --- /dev/null +++ b/tasks/179_shopping--262.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--262", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. If sunscreen makes up a majority of the volume for all \"Sunscreen and Tanning Products priced 20.00-29.99\", buy the most expensive sunscreen. Otherwise, buy the cheapest oneConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Banana Boat Continuous Spf#08 Spray Dry Oil With Argan Oil 6 Ounce (177ml) (2 Pack)" + } + } +} \ No newline at end of file diff --git a/tasks/180_cdc-obesity--559.json b/tasks/180_cdc-obesity--559.json new file mode 100644 index 0000000000000000000000000000000000000000..23f1140b52620993cc32c198a129f65e6075f079 --- /dev/null +++ b/tasks/180_cdc-obesity--559.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--559", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the obesity rate disparity between highest and lowest income quintiles in California for 2018.Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "8.70%" + } + } +} \ No newline at end of file diff --git a/tasks/181_iata--578.json b/tasks/181_iata--578.json new file mode 100644 index 0000000000000000000000000000000000000000..1d2e1585e479b36afa481a341e2f053550fd4a42 --- /dev/null +++ b/tasks/181_iata--578.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata" + ], + "task_id": "iata--578", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is inside the Dangerous Goods Regulations (DGR)?Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\n Applicability - (shipper and operator responsibilities, training, security, incident reporting)\n\n Limitations - (forbidden and hidden goods, storage and transport quantities, transport by post, transport by passengers/crew)\n\n Classification - (explosives, gases, flammable, toxic, oxidizing, radioactive and corrosive and multiple hazard material)\n\n Packing Instructions - (explosives, gases, flammable, toxic, infectious, oxidizing, radioactive and corrosive and multiple hazard material)\n Packaging Specifications - (inner, UN, construction and testing, limited quantity)\n Documentation - (shipper\u2019s declaration, air waybill)\n Handling - (storage, loading, inspection, information provision, reporting, training, document retention)\n Radioactive material - (transport, limitations, classification, identification, packing, testing, labelling, documentation, handling)" + } + } +} \ No newline at end of file diff --git a/tasks/182_our-world-in-data--171.json b/tasks/182_our-world-in-data--171.json new file mode 100644 index 0000000000000000000000000000000000000000..ebdfbfd35f9764d898b794ac220daeb6e465d7b8 --- /dev/null +++ b/tasks/182_our-world-in-data--171.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--171", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the rates of obesity between the United States and Japan in 2010. Calculate the percentage difference in Japan relative to the U.S. rate.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2010\n\nUS: 33.4%\nJapan: 3.5%\nDifference relative to US: 89.5%\n\n2011\n\nUS: 34.0%\nJapan: 3.6%\nDifference relative to US: 89.4%\n\n2012\n\nUS: 34.7%\nJapan: 3.8%\nDifference relative to US: 89.0%\n\n2013\n\nUS: 35.4%\nJapan: 3.9%\nDifference relative to US: 89.0%\n\n2014\n\nUS: 36.0%\nJapan: 4.1%\nDifference relative to US: 88.6%\n\n2015\n\nUS: 36.7%\nJapan: 4.2%\nDifference relative to US: 88.6%\n\n2016\n\nUS: 37.3%\nJapan: 4.4%\nDifference relative to US: 88.2%\n\nThe percentage difference relative to the US rate gradually decreased from 89.5% in 2010 to 88.2% in 2016, showing a slight convergence, though the absolute gap actually widened from 29.9 percentage points to 32.9 percentage points over this period." + } + } +} \ No newline at end of file diff --git a/tasks/183_worldometer--667.json b/tasks/183_worldometer--667.json new file mode 100644 index 0000000000000000000000000000000000000000..a7b2e172c2d4eae7cdd45fff5d861dc2eb220548 --- /dev/null +++ b/tasks/183_worldometer--667.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--667", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "As of January 1, 2023, how many total COVID-19 cases had been reported worldwide (rounded to the nearest million)?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~657 million" + } + } +} \ No newline at end of file diff --git a/tasks/184_worldpop--527.json b/tasks/184_worldpop--527.json new file mode 100644 index 0000000000000000000000000000000000000000..f71ebcf4333112f4938dc23a6301298d0718e706 --- /dev/null +++ b/tasks/184_worldpop--527.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--527", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the median number of domestic passengers for Denmark in 2011?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2190.64" + } + } +} \ No newline at end of file diff --git a/tasks/185_mit--430.json b/tasks/185_mit--430.json new file mode 100644 index 0000000000000000000000000000000000000000..237b2fb125f95e97019a37c4f0eaf82c92633118 --- /dev/null +++ b/tasks/185_mit--430.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--430", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the graduation rates between the 2015 and 2016 cohorts for students who did not receive a Pell Grant or a subsidized Stafford Loan. How did the six-year graduation rate change?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2015 Cohort (No Pell or Subsidized Loan): 97%\nFall 2016 Cohort (No Pell or Subsidized Loan): 96%\nGraduation rate decreased slightly by 1% from 2015 to 2016 for students in this category." + } + } +} \ No newline at end of file diff --git a/tasks/186_cdc-obesity--779.json b/tasks/186_cdc-obesity--779.json new file mode 100644 index 0000000000000000000000000000000000000000..aefca7ca82eccb54aeb97f3e9a85a320107fec07 --- /dev/null +++ b/tasks/186_cdc-obesity--779.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--779", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the list of obesity data, use CDC obesity to analyze the trend asian and overall obesityConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Asian obesity is largely less than 20 percent expect nevada, alaska, and north dakota with 20 - 25, overall ameria on has dc and co as 20 -25 with everything else on average 30 - 40 percent" + } + } +} \ No newline at end of file diff --git a/tasks/187_mit--438.json b/tasks/187_mit--438.json new file mode 100644 index 0000000000000000000000000000000000000000..c2281f16d146f9e1b67ccf2549baaa37bbb620ef --- /dev/null +++ b/tasks/187_mit--438.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--438", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and analyze data from MIT common dataset to rank the percentage of Bachelor\u2019s degrees awarded in Engineering, Computer and Information Sciences, and Mathematics and Statistics in the past five years. Compare trends and discuss possible reasons for changes in enrollment. Based on this analysis, compose an email to a university admissions director recommending strategies to increase enrollment in underrepresented STEM fields and justify your approach.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Engineering (31%) and Computer & Information Sciences (28%) continue to see steady enrollment growth, while Mathematics & Statistics (10%) lags behind. Growth in applied technology fields is driven by industry demand, while pure math faces declining interest. Strategies to increase enrollment include emphasizing interdisciplinary applications, industry partnerships, and early STEM engagement programs." + } + } +} \ No newline at end of file diff --git a/tasks/188_cdc-obesity--781.json b/tasks/188_cdc-obesity--781.json new file mode 100644 index 0000000000000000000000000000000000000000..a89d7587597a58ba63ca2b63518357ab53248328 --- /dev/null +++ b/tasks/188_cdc-obesity--781.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--781", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table, use in CDC Obesity to analyze the trend between average obesity and american indain or alaska native adultsConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Us is on average 30 = 40 percent, while american indian and alaska natives are significantly higher with 35 percent or higher in 30 areas with 7 45 -50." + } + } +} \ No newline at end of file diff --git a/tasks/189_cdc-mental-health--625.json b/tasks/189_cdc-mental-health--625.json new file mode 100644 index 0000000000000000000000000000000000000000..9ae4fd0896793a9388965a45ff9a40d72d31fca4 --- /dev/null +++ b/tasks/189_cdc-mental-health--625.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--625", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report analyzing the prevalence of moderate or severe symptoms of depression among adults aged 18 and over in 2019, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Approximately 7% of adults experienced moderate or severe symptoms of depression in the past two weeks in 2019." + } + } +} \ No newline at end of file diff --git a/tasks/190_apta--722.json b/tasks/190_apta--722.json new file mode 100644 index 0000000000000000000000000000000000000000..b01309372cf4649e26f57e83cbe2dbeae6515d41 --- /dev/null +++ b/tasks/190_apta--722.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--722", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Assess the impact of public transportation on local economies by analyzing data from APTA and regional economic reports.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } +} \ No newline at end of file diff --git a/tasks/191_our-world-in-data--222.json b/tasks/191_our-world-in-data--222.json new file mode 100644 index 0000000000000000000000000000000000000000..793ffb11be1b3c5e1a0feb307091b36f6b677793 --- /dev/null +++ b/tasks/191_our-world-in-data--222.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--222", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What country was the 2023 leader in life expectacy Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Monaco" + } + } +} \ No newline at end of file diff --git a/tasks/192_datausa--638.json b/tasks/192_datausa--638.json new file mode 100644 index 0000000000000000000000000000000000000000..5d7c9daa97b1e8b7bb0525de0253612a17503c31 --- /dev/null +++ b/tasks/192_datausa--638.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--638", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the products associated with CHICAGO, IL and HOUSTON, TX. Which city\u2019s products are more related to community services?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CHICAGO, IL \u2192 Clothing, Footwear, and Personal Accessories \n HOUSTON, TX \u2192 Accounting and Management Services. HOUSTON\u2019s products relate more to community services." + } + } +} \ No newline at end of file diff --git a/tasks/193_our-world-in-data--177.json b/tasks/193_our-world-in-data--177.json new file mode 100644 index 0000000000000000000000000000000000000000..f8ef8769a94ad3fdd42f721cce9a80f4824e0366 --- /dev/null +++ b/tasks/193_our-world-in-data--177.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--177", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "During the 2010s what was the correlation between GDP per capita spent by the government on each primary school student and higher GDP per capita Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.345" + } + } +} \ No newline at end of file diff --git a/tasks/194_stocknear--460.json b/tasks/194_stocknear--460.json new file mode 100644 index 0000000000000000000000000000000000000000..7f824ba230cdce657bca01b1c4fbcfcacee04738 --- /dev/null +++ b/tasks/194_stocknear--460.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "stocknear" + ], + "task_id": "stocknear--460", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Report the trend in ROE for apple. Has Apple become more efficient at converting sharholder profits? Explain why or why not.Consider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Yes. ROE rose from 0.36 in FY2017 to 1.65 in FY2024. That\u2019s a 4.6x increase, indicating Apple has dramatically improved profitability relative to equity. This may be driven by, Share repurchases shrinking equity base\nHigh-margin service revenue and Operational efficiency gains. However, ROE must be viewed with debt levels (Debt/Equity also rose), implying some of the ROE boost may be due to financial leverage rather than operational performance." + } + } +} \ No newline at end of file diff --git a/tasks/195_bea--408.json b/tasks/195_bea--408.json new file mode 100644 index 0000000000000000000000000000000000000000..b93d43921a0a176a8c8b834f27c4e344444bfb17 --- /dev/null +++ b/tasks/195_bea--408.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--408", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the effects of a rising trade deficit on different sectors of the U.S. economy.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "A rising trade deficit has mixed effects across different sectors.\nManufacturing and low-skill jobs are at the highest risk.\nFinancial markets, consumer goods, and services may benefit in the short run.\nLong-term risks include foreign debt dependency and inflation concerns." + } + } +} \ No newline at end of file diff --git a/tasks/196_arxiv--368.json b/tasks/196_arxiv--368.json new file mode 100644 index 0000000000000000000000000000000000000000..674cdaf219527193c7050bdf0f3dcb4f712d1f66 --- /dev/null +++ b/tasks/196_arxiv--368.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--368", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Describe figure 6 in Liang Yu's article on coding productivity,Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure.6 is a regression line illustrating the relationship between user satisfaction and working experience. The regression trend indicates that the higher the user\u2019s ability to validate AI-generated code, the lower the perceived satisfaction" + } + } +} \ No newline at end of file diff --git a/tasks/197_mit--433.json b/tasks/197_mit--433.json new file mode 100644 index 0000000000000000000000000000000000000000..b7b44d47d16840c37b1fd1e548996d3a35f34f8a --- /dev/null +++ b/tasks/197_mit--433.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--433", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Examine the differences in the six-year graduation rate between the 2015 and 2016 cohorts for students who did not receive a Pell Grant or a subsidized Stafford Loan. What conclusions can be drawn?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2015 Cohort (No Pell or Subsidized Loan): 97%\nFall 2016 Cohort (No Pell or Subsidized Loan): 96%\nGraduation rates for this group are almost the same, with a slight decrease of 1% between the two cohorts. This suggests consistency in outcomes for students without financial aid." + } + } +} \ No newline at end of file diff --git a/tasks/198_bea--395.json b/tasks/198_bea--395.json new file mode 100644 index 0000000000000000000000000000000000000000..c982c92be61c3b1332cd33f0e1703a9979d3ea9f --- /dev/null +++ b/tasks/198_bea--395.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--395", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much did current dollar personal income increase in Q3 2024?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "191.7B" + } + } +} \ No newline at end of file diff --git a/tasks/199_unwto--693.json b/tasks/199_unwto--693.json new file mode 100644 index 0000000000000000000000000000000000000000..a8460157b7fb4f9dc42f32dbe2893cae1df99707 --- /dev/null +++ b/tasks/199_unwto--693.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--693", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze regional tourism arrivals for 2010, 2015, and 2020. Fit an exponential growth model for Africa and predict its arrivals for 2030. Compare this prediction with a linear growth model.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Example: \n Linear: ~100M \n Exponential: ~115M \n Difference: ~15M" + } + } +} \ No newline at end of file diff --git a/tasks/200_tunebat--859.json b/tasks/200_tunebat--859.json new file mode 100644 index 0000000000000000000000000000000000000000..21ffaaa87e3797859be0f4906297fbe88c2507a3 --- /dev/null +++ b/tasks/200_tunebat--859.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--859", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 5 most popular songs in both F and C majorConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "squabble up - kendrick lamar\nApocalypse - cigarettes after sex\nDo I wanna Know - Arctic Monkeys\nThe Scientist - Coldplay\nHeather - Conan Grey" + } + } +} \ No newline at end of file diff --git a/tasks/201_reddit--arxiv--451.json b/tasks/201_reddit--arxiv--451.json new file mode 100644 index 0000000000000000000000000000000000000000..542fe872af3361634df9f7d236e9df048c73361d --- /dev/null +++ b/tasks/201_reddit--arxiv--451.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--451", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Divide the total number of submission on /f/worldnews on Reddit by 7 and round up to the nearest integer to get the desired index. Look on ArxiV and tell me the last author of the paper that is at that indexConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Zhanyu Ma" + } + } +} \ No newline at end of file diff --git a/tasks/202_bea--10.json b/tasks/202_bea--10.json new file mode 100644 index 0000000000000000000000000000000000000000..231c60e998be0cc75a719ed66ac3a6bc486aea74 --- /dev/null +++ b/tasks/202_bea--10.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--10", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the GDP growth rate for Q1 and Q2 2024 and explain the factors contributing to the change.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The shift from +1.6% in Q1 2024 to +3.0% in Q2 2024 was mainly driven by stronger consumer spending, increased business investments, and federal government expenditures. Imports remained a negative factor, but overall economic activity saw significant improvement in Q2." + } + } +} \ No newline at end of file diff --git a/tasks/203_stocknear--462.json b/tasks/203_stocknear--462.json new file mode 100644 index 0000000000000000000000000000000000000000..22b8ac341daabba892c0df8c4b180e5121ea4b55 --- /dev/null +++ b/tasks/203_stocknear--462.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "stocknear" + ], + "task_id": "stocknear--462", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the rolling 3-year average of Apple\u2019s Net Profit Margin from 2018 to 2024, and in which year was the deviation from this rolling average the greatest?Consider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "| Year | Net Profit Margin | 3\u2011Yr Rolling Avg | Deviation |\n| ---- | ----------------- | ---------------- | ----------- |\n| 2018 | 22\u202f% | 21.33\u202f% | 0.67\u202fpp |\n| 2019 | 21\u202f% | 21.33\u202f% | 0.33\u202fpp |\n| 2020 | 21\u202f% | 21.33\u202f% | 0.33\u202fpp |\n| 2021 | 26\u202f% | 22.67\u202f% | **3.33\u202fpp** |\n| 2022 | 25\u202f% | 24.00\u202f% | 1.00\u202fpp |\n| 2023 | 25\u202f% | 25.33\u202f% | 0.33\u202fpp |\n| 2024 | 24\u202f% | 24.67\u202f% | 0.67\u202fpp |\n\nGreatest deviation was in 2021" + } + } +} \ No newline at end of file diff --git a/tasks/204_arxiv--351.json b/tasks/204_arxiv--351.json new file mode 100644 index 0000000000000000000000000000000000000000..6a262c0010e27b40b50990b9186493447f0fac94 --- /dev/null +++ b/tasks/204_arxiv--351.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--351", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When assessing hallucination using the Books, Movies and GCI dataset following Yehuda et al., how much does the hallucination detection score increase when we apply attentive compared to non-attentive queries for AGSER on average when using Qwen?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.205" + } + } +} \ No newline at end of file diff --git a/tasks/205_bea--404.json b/tasks/205_bea--404.json new file mode 100644 index 0000000000000000000000000000000000000000..52b9678a5556610e0e4379c16f6cc88b16299b65 --- /dev/null +++ b/tasks/205_bea--404.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--404", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percent change at annual rate in real GDP from 2024:Q2 to 2024:Q3 for California?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.1" + } + } +} \ No newline at end of file diff --git a/tasks/206_understat--98.json b/tasks/206_understat--98.json new file mode 100644 index 0000000000000000000000000000000000000000..762682dc6e288008fd824e98e337aa0f5464e8a4 --- /dev/null +++ b/tasks/206_understat--98.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--98", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the expected goals against trend for Manchester United over the past 5 matches.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Line chart or text trend summary of xGA over last 5 games." + } + } +} \ No newline at end of file diff --git a/tasks/207_bea--31.json b/tasks/207_bea--31.json new file mode 100644 index 0000000000000000000000000000000000000000..ecc0d71ffcd38b8613d9ce5a1b3cb058cd2c4173 --- /dev/null +++ b/tasks/207_bea--31.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--31", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Retrieve and plot the latest trade data for goods and services.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Plot showing exports and imports over recent months " + } + } +} \ No newline at end of file diff --git a/tasks/208_riaa--811.json b/tasks/208_riaa--811.json new file mode 100644 index 0000000000000000000000000000000000000000..c4da19e45e055d946a3f1208553fbd0410567cb1 --- /dev/null +++ b/tasks/208_riaa--811.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--811", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the average price per unit volume for vinyl singles in 1976 as a percent of the average price per unit of vinyl singles in 2002Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "65.85%" + } + } +} \ No newline at end of file diff --git a/tasks/209_unwto--707.json b/tasks/209_unwto--707.json new file mode 100644 index 0000000000000000000000000000000000000000..3c580c68dbd855642224eb735c30ac30abeafc60 --- /dev/null +++ b/tasks/209_unwto--707.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--707", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the difference in tourism revenue between Europe and Asia in 2019?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~750B USD \n Asia: ~460B USD \n Difference: ~290B USD" + } + } +} \ No newline at end of file diff --git a/tasks/210_iata--573.json b/tasks/210_iata--573.json new file mode 100644 index 0000000000000000000000000000000000000000..8e5687fb24243f8bbb8160d4f215319e690a9dee --- /dev/null +++ b/tasks/210_iata--573.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata" + ], + "task_id": "iata--573", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the year-over-year growth rate in international air freight demand between 2017 and 2018.Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.4% increase" + } + } +} \ No newline at end of file diff --git a/tasks/211_apta--747.json b/tasks/211_apta--747.json new file mode 100644 index 0000000000000000000000000000000000000000..27ddb5506bc5c26ef7d7524593a42c5329f5ac68 --- /dev/null +++ b/tasks/211_apta--747.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--747", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What programs and initiatives does APTA provide to promote safety within the public transportataion industry?Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "APTA Safety Management Audit Programs, Peer Review Panels, Safety Standards, Safety Committees" + } + } +} \ No newline at end of file diff --git a/tasks/212_worldpop--515.json b/tasks/212_worldpop--515.json new file mode 100644 index 0000000000000000000000000000000000000000..fb608a7d5af1d2be176336a45ffc88180b71bde9 --- /dev/null +++ b/tasks/212_worldpop--515.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--515", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose a random day in May 2017, what is the probability that it will be a workday in British Virgin Islands?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.742" + } + } +} \ No newline at end of file diff --git a/tasks/213_musicbrainz--142.json b/tasks/213_musicbrainz--142.json new file mode 100644 index 0000000000000000000000000000000000000000..d9d78adbef63b77967bb87f89f208c05372a8b5f --- /dev/null +++ b/tasks/213_musicbrainz--142.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--142", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose that artists are one of the following types: person, group, orchestra, choir, character, and other. Of the albums that have one of the artist types set, which type has 0,7% of the total releases?Consider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Character" + } + } +} \ No newline at end of file diff --git a/tasks/214_arxiv--373.json b/tasks/214_arxiv--373.json new file mode 100644 index 0000000000000000000000000000000000000000..cb818be13c48e312d97572235451e3e51d61eb2d --- /dev/null +++ b/tasks/214_arxiv--373.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--373", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many, what model of GPUs and for how many iterations were used to train VRS-HQ model?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "four A800 GPUs for 7500 iterations" + } + } +} \ No newline at end of file diff --git a/tasks/215_apta--306.json b/tasks/215_apta--306.json new file mode 100644 index 0000000000000000000000000000000000000000..66e6a40bea50670ecf5302615ea0d997eb68ce14 --- /dev/null +++ b/tasks/215_apta--306.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--306", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a line graph for the estimated unlinked transit passenger trips for Los Angeles, San Francisco, Washington, Miami, Atlanta, Honolulu, Chicago, and Jersey City for the period from Jul 2024 to Sep 2024Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Line or bar graph" + } + } +} \ No newline at end of file diff --git a/tasks/216_unwto--709.json b/tasks/216_unwto--709.json new file mode 100644 index 0000000000000000000000000000000000000000..1417430455609a1e6d9c37a4907744c4ada6c5b6 --- /dev/null +++ b/tasks/216_unwto--709.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--709", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the global tourism revenue in 2019 (rounded to the nearest billion USD)?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~1.7 trillion USD" + } + } +} \ No newline at end of file diff --git a/tasks/217_uchicago--mit--477.json b/tasks/217_uchicago--mit--477.json new file mode 100644 index 0000000000000000000000000000000000000000..e80c8f4f3f4d1458b9493912ba00af01e19f77e2 --- /dev/null +++ b/tasks/217_uchicago--mit--477.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--477", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many more full-time, first-year men enrolled in Uchicago compared to MIT for students who applied and enrolled in Fall 2023?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "334" + } + } +} \ No newline at end of file diff --git a/tasks/218_arxiv--376.json b/tasks/218_arxiv--376.json new file mode 100644 index 0000000000000000000000000000000000000000..099dd15cb38874aa894d8a8dbb1a19b30ff7273c --- /dev/null +++ b/tasks/218_arxiv--376.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--376", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am interested in applying some methods to protect unlearnable data against augmentation methods. I would like to use ARMOR. Which dataset experiences the largest drop in test accuracy and by how much? Consider the scenario of models trained on data protected by Armor and baseline defensive noises in the non-data-augmentation scenarioConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "VGG-FACE, with an average drop of 92.55%" + } + } +} \ No newline at end of file diff --git a/tasks/219_mit--440.json b/tasks/219_mit--440.json new file mode 100644 index 0000000000000000000000000000000000000000..f0c6727916217f5972cc84a90f80ba28f08f8cca --- /dev/null +++ b/tasks/219_mit--440.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--440", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and analyze data from the enrollment by racial/ethnic category for undergraduate students as of October 19, 2022. Rank the categories by the percentage of total undergraduates in each racial/ethnic group. Based on this analysis, write a memo to the admissions department highlighting which racial/ethnic group shows the highest and lowest representation and suggest potential strategies for improving diversity.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Percentage of Total Enrollment (Total = 4,657):\nNonresident aliens: 11.38%\nHispanic: 14.75%\nBlack or African American, non-Hispanic: 7.77%\nWhite, non-Hispanic: 22.01%\nAmerican Indian or Alaska Native, non-Hispanic: 0.17%\nAsian, non-Hispanic: 33.96%\nNative Hawaiian or other Pacific Islander, non-Hispanic: 0.04%\nTwo or more races, non-Hispanic: 7.41%\nRace and/or ethnicity unknown: 2.53%\nMemo should recommend supporting racial groups with low representation (American Indian or Alaska Native, non-Hispanic)." + } + } +} \ No newline at end of file diff --git a/tasks/220_arxiv--356.json b/tasks/220_arxiv--356.json new file mode 100644 index 0000000000000000000000000000000000000000..51ffcac5093952a3dba360d8617da31b5d2f75da --- /dev/null +++ b/tasks/220_arxiv--356.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--356", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which author wrote an article studying the effect of AI on improving the productivity of software engineers?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Liang Yu" + } + } +} \ No newline at end of file diff --git a/tasks/221_datausa--663.json b/tasks/221_datausa--663.json new file mode 100644 index 0000000000000000000000000000000000000000..5b0b46dbb7abaa44a9563fdf1f7b80787e861b06 --- /dev/null +++ b/tasks/221_datausa--663.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--663", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which university is highlighted in CHICAGO, IL?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Cornell University." + } + } +} \ No newline at end of file diff --git a/tasks/222_climate-gov--arxiv--414.json b/tasks/222_climate-gov--arxiv--414.json new file mode 100644 index 0000000000000000000000000000000000000000..154a710e8aed5b13b19a6d659c2835c8f248212f --- /dev/null +++ b/tasks/222_climate-gov--arxiv--414.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "climate-gov--arxiv" + ], + "task_id": "climate-gov--arxiv--414", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "There is an article on the unusal fire risk across the Northeast in fall of 2024. It is published on a certain date. Get our desired integer by doing MM + DD + YY, multiply that by 8 to get the desired index. Look on ArxiV for the paper that is at that index, and tell me name of the ArXiv paper at that indexConsider using the following website(s): CLIMATE GOV + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Breaking Memory Limits: Gradient Wavelet Transform Enhances LLMs Training\n" + } + } +} \ No newline at end of file diff --git a/tasks/223_cfpb--135.json b/tasks/223_cfpb--135.json new file mode 100644 index 0000000000000000000000000000000000000000..90b464c0896464e85daa2bd4216d8c0a0e94d2c1 --- /dev/null +++ b/tasks/223_cfpb--135.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--135", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners have income between $20,001 and $50,000?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "23.20%" + } + } +} \ No newline at end of file diff --git a/tasks/224_our-world-in-data--211.json b/tasks/224_our-world-in-data--211.json new file mode 100644 index 0000000000000000000000000000000000000000..8c00e848239c204459c67eb6710878b0c5e09b75 --- /dev/null +++ b/tasks/224_our-world-in-data--211.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--211", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the countries which reported, how many had GDP per capita below $10,000 in 2010?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "159 countries had a GDP per capita less than or equal to $10,000" + } + } +} \ No newline at end of file diff --git a/tasks/225_arxiv--316.json b/tasks/225_arxiv--316.json new file mode 100644 index 0000000000000000000000000000000000000000..6180ed93dbe127f6997a86bbfac8522e6a719d3a --- /dev/null +++ b/tasks/225_arxiv--316.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--316", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Vaska on reducing the sensitivity of neural physics simulators to mesh topology, plot the results from the performance of models table into a bar graphConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "This is the data that should be put in bar graph format\"Model Details Metrics\nMesh Pretraining Training Simple Complex Variation\nEncoder Style Data MSE MSE MSE\nDirect None Ideal 66.43 67.8 2.716\nGraph None Ideal 66.9 66.8 1.2\nToken None Ideal 90.5 90.5 5.8\nDirect None Basic 159.3 192.5 *\nGraph None Basic 61.2 175.4 216.6\nToken None Basic 75.4 200.4 321.3\"\nDirect Classification Shapenet 217.2 217.2 *\nGraph Classification Shapenet 180.3 233.9 289.7\nToken Classification Shapenet 75.61 215.2 178.2\nGraph Autoencoder Shapenet 58.2 164.1 125.6\nToken Autoencoder Shapenet 65.3 176.3 143.1" + } + } +} \ No newline at end of file diff --git a/tasks/226_bea--24.json b/tasks/226_bea--24.json new file mode 100644 index 0000000000000000000000000000000000000000..ef41774b282f8b0929e8439975b63736f58212d8 --- /dev/null +++ b/tasks/226_bea--24.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--24", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the fastest-growing sector in the economy over the past year.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Consumer spending was the fastest-growing sector in the U.S. economy over the past year" + } + } +} \ No newline at end of file diff --git a/tasks/227_worldpop--500.json b/tasks/227_worldpop--500.json new file mode 100644 index 0000000000000000000000000000000000000000..8545a65644985a86241b8dc1e93ef73c41848551 --- /dev/null +++ b/tasks/227_worldpop--500.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--500", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many workdays did Germany have in 2014?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "251" + } + } +} \ No newline at end of file diff --git a/tasks/228_cdc-covid--544.json b/tasks/228_cdc-covid--544.json new file mode 100644 index 0000000000000000000000000000000000000000..9af20fc8628468fcaba5d0b93bb2df572b330915 --- /dev/null +++ b/tasks/228_cdc-covid--544.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--544", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a bar chart showing the percentage distribution of COVID-19 variants in California for November 2022.Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "BQ.1.1: 34.1%\nBQ.1: 30.7%\nBA.5: 13.8%\nOther: 21.4%" + } + } +} \ No newline at end of file diff --git a/tasks/229_riaa--803.json b/tasks/229_riaa--803.json new file mode 100644 index 0000000000000000000000000000000000000000..b06f8fd5c1eddbdd042b62f6025c68f6ff562119 --- /dev/null +++ b/tasks/229_riaa--803.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--803", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How is context important to the advisory status of a songConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "some words, phrases, sounds, or descriptions might be offensive to parents if spotlighted or emphasized, but might not offend if merely part of the background or a minimal part of the lyrics;" + } + } +} \ No newline at end of file diff --git a/tasks/230_datausa--74.json b/tasks/230_datausa--74.json new file mode 100644 index 0000000000000000000000000000000000000000..5c53dba964cb4d9c9d349f0dbf0fe4f353ec86b1 --- /dev/null +++ b/tasks/230_datausa--74.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--74", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using occupational wage data, find the fastest growing high wage occupations from 2010 to 2023 and plot them.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Plot of fastest-growing high-wage occupations" + } + } +} \ No newline at end of file diff --git a/tasks/231_unwto--703.json b/tasks/231_unwto--703.json new file mode 100644 index 0000000000000000000000000000000000000000..bb5d432b4c8d7ddbb834efe8b6086a1ed1bc6989 --- /dev/null +++ b/tasks/231_unwto--703.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--703", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using tourism revenue data from 2015\u20132020, fit a linear regression model to predict global tourism revenue in 2025. Provide the forecasted value (nearest billion USD).Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Example forecast: ~$1.1 trillion USD in 2025" + } + } +} \ No newline at end of file diff --git a/tasks/232_datausa--648.json b/tasks/232_datausa--648.json new file mode 100644 index 0000000000000000000000000000000000000000..cc5e8b1a65dd792e11de5a04d2b6138de7cc42a5 --- /dev/null +++ b/tasks/232_datausa--648.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--648", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the most common degree in HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Engineering." + } + } +} \ No newline at end of file diff --git a/tasks/233_tunebat--837.json b/tasks/233_tunebat--837.json new file mode 100644 index 0000000000000000000000000000000000000000..581297297eadcd22520e6dfbdac0496584f21f46 --- /dev/null +++ b/tasks/233_tunebat--837.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--837", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Build a graph comparing the happiness of the 5 most popular songs in F major vs F minor vs C majorConsider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "https://www.desmos.com/calculator/qf06mhtl8t" + } + } +} \ No newline at end of file diff --git a/tasks/234_arxiv--353.json b/tasks/234_arxiv--353.json new file mode 100644 index 0000000000000000000000000000000000000000..7d01bbe9cb625bef607d162e85b539a7ff8db608 --- /dev/null +++ b/tasks/234_arxiv--353.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--353", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When assessing hallucination using the Books, Movies and GCI dataset following Yehuda et al., when we used INSIDE with Qwen2.5-14b, what is the zero-shot hallucination detection score for Books?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.703" + } + } +} \ No newline at end of file diff --git a/tasks/235_shopping--281.json b/tasks/235_shopping--281.json new file mode 100644 index 0000000000000000000000000000000000000000..0d63d690223c30423705a676163f2c51c3d84d37 --- /dev/null +++ b/tasks/235_shopping--281.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--281", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. What's the volume range (difference between largest and smallest) for sunscreen products?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The range is 10.40 oz (difference between the largest sunscreen at 12.00 oz and the smallest at 1.60 oz)." + } + } +} \ No newline at end of file diff --git a/tasks/236_worldpop--525.json b/tasks/236_worldpop--525.json new file mode 100644 index 0000000000000000000000000000000000000000..d794270de45b92a946b918d63f56c4c3817dd4d0 --- /dev/null +++ b/tasks/236_worldpop--525.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--525", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the mean number of domestic passengers for China in 2014?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "29195.83333" + } + } +} \ No newline at end of file diff --git a/tasks/237_worldpop--522.json b/tasks/237_worldpop--522.json new file mode 100644 index 0000000000000000000000000000000000000000..14b0f0e498342924f0c7874bd8c5042771092d16 --- /dev/null +++ b/tasks/237_worldpop--522.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--522", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is outbound tourism spending for Hong Kong in 2023?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "22.8 Billion USD" + } + } +} \ No newline at end of file diff --git a/tasks/238_arxiv--319.json b/tasks/238_arxiv--319.json new file mode 100644 index 0000000000000000000000000000000000000000..00bf261d28a3b02b24b423e77efb087446146d35 --- /dev/null +++ b/tasks/238_arxiv--319.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--319", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Hansen et al's paper on Graph Counterfactual Explainable AI, tell me the averaage standard deviation of all the GED values in table 1Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "17.06" + } + } +} \ No newline at end of file diff --git a/tasks/239_cfpb--114.json b/tasks/239_cfpb--114.json new file mode 100644 index 0000000000000000000000000000000000000000..c8c156dbb8ae30afdd350026820526e6970ce944 --- /dev/null +++ b/tasks/239_cfpb--114.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--114", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more likely are small business owners to report a drop in income compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "20.6 percentage points" + } + } +} \ No newline at end of file diff --git a/tasks/240_worldpop--685.json b/tasks/240_worldpop--685.json new file mode 100644 index 0000000000000000000000000000000000000000..73e49673764ac63a0f0f4ef532d8928ddb824800 --- /dev/null +++ b/tasks/240_worldpop--685.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--685", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the urban populations of the United States and China in 2020. Which country had a larger urban population?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "United States \u2192 ~272 million \n China \u2192 ~880 million. China had a larger urban population." + } + } +} \ No newline at end of file diff --git a/tasks/241_worldpop--510.json b/tasks/241_worldpop--510.json new file mode 100644 index 0000000000000000000000000000000000000000..e0ecdd94b6bae8ec8af7908f7cae281aa1aa5df9 --- /dev/null +++ b/tasks/241_worldpop--510.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--510", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose 3 random days in 8/16/19 to 9/7/19 in Bulgaria, what is the probability that at least one will be a holiday?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.12485" + } + } +} \ No newline at end of file diff --git a/tasks/242_cdc-mental-health--613.json b/tasks/242_cdc-mental-health--613.json new file mode 100644 index 0000000000000000000000000000000000000000..8700c31dfe5481b6164832068d7b790c68d206bf --- /dev/null +++ b/tasks/242_cdc-mental-health--613.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--613", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of adults aged 18 and over who experienced moderate or severe symptoms of anxiety in the past two weeks in 2019, and post the findings on Reddit.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Approximately 6% of adults experienced moderate or severe symptoms of anxiety in the past two weeks in 2019." + } + } +} \ No newline at end of file diff --git a/tasks/243_fred--775.json b/tasks/243_fred--775.json new file mode 100644 index 0000000000000000000000000000000000000000..d59d4be91f86dd600bb402ee7f09d6204633a673 --- /dev/null +++ b/tasks/243_fred--775.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--775", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Why do some series on FRED have a copyright notice?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "They are owned by third " + } + } +} \ No newline at end of file diff --git a/tasks/244_tunebat--richard-powers--303.json b/tasks/244_tunebat--richard-powers--303.json new file mode 100644 index 0000000000000000000000000000000000000000..3d38a8bfeb72642a805d23c863e72ad6f58735c8 --- /dev/null +++ b/tasks/244_tunebat--richard-powers--303.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat--richard-powers" + ], + "task_id": "tunebat--richard-powers--303", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What time time signature is \u4e8c\u5341\u4e94\u5713\u821e\u66f2 by kiri T in? What is the BPMs? What kind of waltz is it best suited for as per richard power's website?Consider using the following website(s): TUNEBAT + RICHARD POWERS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3/4, 150 bpm. Rotary Waltz" + } + } +} \ No newline at end of file diff --git a/tasks/245_understat--92.json b/tasks/245_understat--92.json new file mode 100644 index 0000000000000000000000000000000000000000..fe61664f86ca4c165f3eabacd8cf2f33ef8cef12 --- /dev/null +++ b/tasks/245_understat--92.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--92", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Build a table comparing the top 3 overperforming and underperforming teams in Ligue 1 based on Expected Goals minus actual goals.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "6-row table of teams with xG, actual goals, difference." + } + } +} \ No newline at end of file diff --git a/tasks/246_musicbrainz--tunebat--157.json b/tasks/246_musicbrainz--tunebat--157.json new file mode 100644 index 0000000000000000000000000000000000000000..6237d60cc3b32fe654b94972894adc76c9b53f68 --- /dev/null +++ b/tasks/246_musicbrainz--tunebat--157.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--157", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is the artist behind the most popular rendition of \"Slow Dancing in a Burning Room\". For that artist, how many releases have they done per album on average, not including live ones?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "John Mayer, 7.06" + } + } +} \ No newline at end of file diff --git a/tasks/247_fred--749.json b/tasks/247_fred--749.json new file mode 100644 index 0000000000000000000000000000000000000000..0542214d5bee6c68fc94856654df071eeb3bca1e --- /dev/null +++ b/tasks/247_fred--749.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--749", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How long has FRED been providing economic data?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1991" + } + } +} \ No newline at end of file diff --git a/tasks/248_bea--400.json b/tasks/248_bea--400.json new file mode 100644 index 0000000000000000000000000000000000000000..2692797205d2774cc0ad12afa461d80becb8436c --- /dev/null +++ b/tasks/248_bea--400.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--400", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Use the BEA Data API to write code to retrieve investment activities of multinational enterprises. Make sure you follow the instructions in the user guide. Write but do not run the codeConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "# -----------------------------------------------------------\n# 4. Retrieve investment activity of Multinational Enterprises\n# -----------------------------------------------------------\nimport requests, pandas as pd\n\nUSER_ID = \"YOUR-36-CHARACTER-KEY\"\n\n# Example: outward direct-investment position (SeriesID 30) by country, 2015-2023\nparams = {\n \"UserID\": USER_ID,\n \"method\": \"GetData\",\n \"DataSetName\": \"MNE\",\n \"DirectionOfInvestment\": \"Outward\",\n \"Classification\": \"Country\",\n \"SeriesID\": \"30\", # investment position\n \"Country\": \"ALL\",\n \"Year\": \"2015-2023\", # or \"ALL\"\n \"ResultFormat\": \"JSON\"\n}\ndata = requests.get(\"https://apps.bea.gov/api/data\", params=params, timeout=30).json()\ninvest_df = pd.DataFrame(data[\"BEAAPI\"][\"Results\"][\"Data\"])\n# invest_df ready for further analysis or export (CSV/DB) :contentReference[oaicite:6]{index=6}​:contentReference[oaicite:7]{index=7}\n" + } + } +} \ No newline at end of file diff --git a/tasks/249_worldpop--512.json b/tasks/249_worldpop--512.json new file mode 100644 index 0000000000000000000000000000000000000000..cdff29fe61b064d13b937e648f6a2ae638133f7e --- /dev/null +++ b/tasks/249_worldpop--512.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--512", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose 3 random days in Q1 2015 in Portugal, what is the probability that at least one will be a holiday?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.033" + } + } +} \ No newline at end of file diff --git a/tasks/250_tunebat--292.json b/tasks/250_tunebat--292.json new file mode 100644 index 0000000000000000000000000000000000000000..02cdd7428f03f41c0f3ce34f845bcf87996218d7 --- /dev/null +++ b/tasks/250_tunebat--292.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--292", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take a look at the top 10 tracks on tunebat what is the variance of bpmConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "834.01" + } + } +} \ No newline at end of file diff --git a/tasks/251_fred--756.json b/tasks/251_fred--756.json new file mode 100644 index 0000000000000000000000000000000000000000..3021087cedc513e23e567b4791ba5afdc9352d31 --- /dev/null +++ b/tasks/251_fred--756.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--756", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the consumer price index for goods in the standard CPI that change price infrequently?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.01087" + } + } +} \ No newline at end of file diff --git a/tasks/252_mit--436.json b/tasks/252_mit--436.json new file mode 100644 index 0000000000000000000000000000000000000000..f8312c6c95a19fa444d6453eb98f3686db57db05 --- /dev/null +++ b/tasks/252_mit--436.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--436", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and analyze data from MIT common dataset to rank the percentage of Bachelor\u2019s degrees awarded in Engineering, Health Professions, and Business/Marketing over the past five years. Compare these figures with projected job growth in these sectors. Based on this analysis, compose an email to a career counselor recommending the best fields for students seeking high employability and justify your reasoning.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Engineering (31%) remains a strong choice due to consistent industry demand. Health Professions continue to rise due to aging populations and healthcare advancements. Business/Marketing degrees maintain stable enrollment, offering diverse career opportunities. Projected job growth in these sectors justifies their recommendation for students prioritizing employability. Cross-disciplinary education can further enhance job readiness." + } + } +} \ No newline at end of file diff --git a/tasks/253_st-louis-fed--453.json b/tasks/253_st-louis-fed--453.json new file mode 100644 index 0000000000000000000000000000000000000000..1b2fe1658e1bc0d50c3c182f7de31e585ec7082e --- /dev/null +++ b/tasks/253_st-louis-fed--453.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "st-louis-fed" + ], + "task_id": "st-louis-fed--453", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "is the unemployment rate worse amongst White or Hispanic/Latino people in July 2012? What is the difference in unemployment rate?Consider using the following website(s): ST LOUIS FED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "hispanic or latino, 2.9 points" + } + } +} \ No newline at end of file diff --git a/tasks/254_our-world-in-data--219.json b/tasks/254_our-world-in-data--219.json new file mode 100644 index 0000000000000000000000000000000000000000..619bc388321d037dbb52c79964000defb4705344 --- /dev/null +++ b/tasks/254_our-world-in-data--219.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--219", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "True or false: global extreme poverty rates have decreased every year since 1998-2017Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "TRUE" + } + } +} \ No newline at end of file diff --git a/tasks/255_worldometer--674.json b/tasks/255_worldometer--674.json new file mode 100644 index 0000000000000000000000000000000000000000..85d91c0c09cc6cd62b5283f4765e6ce86a8fb6c5 --- /dev/null +++ b/tasks/255_worldometer--674.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--674", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Looking at January 2023, what\u2019s the approximate average Daily New Cases and Daily New Deaths over the entire month? Summarize any note about anomalies or reporting delays mentioned on the site.Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "- Average Cases: ~600K/day
- Average Deaths: ~3K/day
- Possible Note: Site may mention holiday backlogs or weekend reporting delays" + } + } +} \ No newline at end of file diff --git a/tasks/256_cfpb--125.json b/tasks/256_cfpb--125.json new file mode 100644 index 0000000000000000000000000000000000000000..d67facadbf0eeeac4ba7c610fa142e935adeff7a --- /dev/null +++ b/tasks/256_cfpb--125.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--125", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percentage difference between small business owners and non-owners for saving for retirement?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "17.3 percentage points" + } + } +} \ No newline at end of file diff --git a/tasks/257_tunebat--847.json b/tasks/257_tunebat--847.json new file mode 100644 index 0000000000000000000000000000000000000000..99606b43bb0e3d390573ec3e3c32dbbb45692a0b --- /dev/null +++ b/tasks/257_tunebat--847.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--847", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How more beats will the 8th least danceable of the songs mixable with Birds of A Feather will than the 8th most danceable in 60 hours(rounding down)Consider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "172880" + } + } +} \ No newline at end of file diff --git a/tasks/258_noaa--82.json b/tasks/258_noaa--82.json new file mode 100644 index 0000000000000000000000000000000000000000..772544da32bbd2932fcb02e1594a9281bd8b264c --- /dev/null +++ b/tasks/258_noaa--82.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--82", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract and visualize the top 10 years with the most billion-dollar climate disasters in the USConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar chart of top 10 costly disaster years" + } + } +} \ No newline at end of file diff --git a/tasks/259_datausa--59.json b/tasks/259_datausa--59.json new file mode 100644 index 0000000000000000000000000000000000000000..5ad5c32f8a7e1214fe75ceda4afce0bbc7573265 --- /dev/null +++ b/tasks/259_datausa--59.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--59", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the change in bachelor's degree attainment rates for women vs men in the US from 2010 to 2020 then summarize findings.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary of degree attainment trends" + } + } +} \ No newline at end of file diff --git a/tasks/260_datausa--635.json b/tasks/260_datausa--635.json new file mode 100644 index 0000000000000000000000000000000000000000..90eab395c9c35d892863ccd59431605828092bf3 --- /dev/null +++ b/tasks/260_datausa--635.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--635", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the most common degrees in CHICAGO, IL and EAST PALO ALTO, CA. Which city offers a more technical degree?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CHICAGO, IL \u2192 Registered Nursing \n EAST PALO ALTO, CA \u2192 Electrical Engineering. EAST PALO ALTO, CA offers a more technical degree." + } + } +} \ No newline at end of file diff --git a/tasks/261_worldpop--530.json b/tasks/261_worldpop--530.json new file mode 100644 index 0000000000000000000000000000000000000000..133a961d26a7f6e64a4bc21483b46b977e0d4451 --- /dev/null +++ b/tasks/261_worldpop--530.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--530", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country had the most monthly airline passengers in February 2010? Countries in EuropeConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Great Britain" + } + } +} \ No newline at end of file diff --git a/tasks/262_tunebat--854.json b/tasks/262_tunebat--854.json new file mode 100644 index 0000000000000000000000000000000000000000..de30c041b43f20bddb414df3c443d04a12f4ffb4 --- /dev/null +++ b/tasks/262_tunebat--854.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--854", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 2 most recent songs that will sound good mixed with beaches by beabadoobee including other recommendations, when were they releasedConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Matt Maltese \u2013 \"The Earth Is a Very Small Dot\"\nReleased on February 5, 2024. \nBeabadoobee \u2013 \"Glue Song\"\nReleased on February 14, 2023. \n" + } + } +} \ No newline at end of file diff --git a/tasks/263_arxiv--358.json b/tasks/263_arxiv--358.json new file mode 100644 index 0000000000000000000000000000000000000000..589d1f8a2a376f230a63973b46ebb4ce0f52d1dc --- /dev/null +++ b/tasks/263_arxiv--358.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--358", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a fully runnable LLM hallucination detector program that uses the AGSER approachConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "-" + } + } +} \ No newline at end of file diff --git a/tasks/264_st-louis-fed--457.json b/tasks/264_st-louis-fed--457.json new file mode 100644 index 0000000000000000000000000000000000000000..db5705eae4e82741b9785c6621c57917ffa6ea1f --- /dev/null +++ b/tasks/264_st-louis-fed--457.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "st-louis-fed" + ], + "task_id": "st-louis-fed--457", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "is the unemployment rate worse when comparing Men or Women in January 1971? What is the difference in unemployment rate?Consider using the following website(s): ST LOUIS FED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "women, 1.4 points" + } + } +} \ No newline at end of file diff --git a/tasks/265_shopping--256.json b/tasks/265_shopping--256.json new file mode 100644 index 0000000000000000000000000000000000000000..df15558acca06f79f1ff447ad4a035a66c498e6d --- /dev/null +++ b/tasks/265_shopping--256.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--256", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the more voluminous product between Piz Buin FP15 TAN & PROTECT LOTION and MAKEPREM UV Defense Me Sunscreen for more product?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Piz Buin" + } + } +} \ No newline at end of file diff --git a/tasks/266_tunebat--860.json b/tasks/266_tunebat--860.json new file mode 100644 index 0000000000000000000000000000000000000000..fc1d1e816c1a86df0721930be2f3f2dd59ef2cc9 --- /dev/null +++ b/tasks/266_tunebat--860.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--860", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 5 most popular songs that will sound good mixed with Train Wreck by James ArthurConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Die With A Smile - Lady Gaga Bruno Mars, Dusk Till Dawn (feat. Sia) - Radio Edit - ZAYN, Sia, This Town - Niall Horan, We Don't Talk Anymore (feat. Selena Gomez) - Charlie Puth, Selena Gomez, idfc - blackbear" + } + } +} \ No newline at end of file diff --git a/tasks/267_shopping--253.json b/tasks/267_shopping--253.json new file mode 100644 index 0000000000000000000000000000000000000000..00a1a399a2be70e092fa8e037dd2667569ee4a0f --- /dev/null +++ b/tasks/267_shopping--253.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--253", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy at least 4 products such that the sum of their volumes between 11.79 oz and 12 ozConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Tanner (3.53 oz), Sunscreen (3.38 oz), Sunscreen (3.20 oz), Sunscreen (1.69 oz) - Total: 11.80 oz" + } + } +} \ No newline at end of file diff --git a/tasks/268_worldpop--529.json b/tasks/268_worldpop--529.json new file mode 100644 index 0000000000000000000000000000000000000000..4452fd36ccd48e1b08a3ee09cda5149b0ad22679 --- /dev/null +++ b/tasks/268_worldpop--529.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--529", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the total number of domestic passengers for Germany in 2015?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "23156.914 (accept any magnitude)" + } + } +} \ No newline at end of file diff --git a/tasks/269_tunebat--841.json b/tasks/269_tunebat--841.json new file mode 100644 index 0000000000000000000000000000000000000000..bbca724b071193730687a530b6f62d0c1730faec --- /dev/null +++ b/tasks/269_tunebat--841.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--841", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs in C major are less than or equal to 50 popularConsider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "9" + } + } +} \ No newline at end of file diff --git a/tasks/270_our-world-in-data--207.json b/tasks/270_our-world-in-data--207.json new file mode 100644 index 0000000000000000000000000000000000000000..7435465ef98fed2bcfc4722f80920cfcfd454385 --- /dev/null +++ b/tasks/270_our-world-in-data--207.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--207", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Look at a heat map of global food security as of 2021. What do you notice about the regions for which data is not provided?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Acceptable Answers: \"Other renewables, 0 TWh\n1. Regions generally have small populations\n2. Poor or authoritarizan regimes \n3. Generally xyz" + } + } +} \ No newline at end of file diff --git a/tasks/271_our-world-in-data--192.json b/tasks/271_our-world-in-data--192.json new file mode 100644 index 0000000000000000000000000000000000000000..e43e0a0e27ca2ce72b540e9626457d1b3f6e0be2 --- /dev/null +++ b/tasks/271_our-world-in-data--192.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--192", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the primary energy sources in 2023 Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Other renewables, 2,351 TWh\nModern biofuels, 1,131 TWh\nSolar, 2,752 TWh\nWind, 4,866 TWh\nHydropower, 11,222 TWh\nNuclear, 7,037 TWh\nNatural gas, 40,239 TWh\nOil, 51,530 TWh\nCoal, 44,600 TWh\nTraditional biomass, 11,111 TWh\nTotal, 176,840 TWh" + } + } +} \ No newline at end of file diff --git a/tasks/272_apta--721.json b/tasks/272_apta--721.json new file mode 100644 index 0000000000000000000000000000000000000000..fd92b2dda2dc368ba2fb4a25488bce302a7b9802 --- /dev/null +++ b/tasks/272_apta--721.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--721", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Assess the effectiveness of APTA\u2019s workforce development programs by analyzing employment trends in the public transit industry.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } +} \ No newline at end of file diff --git a/tasks/273_our-world-in-data--159.json b/tasks/273_our-world-in-data--159.json new file mode 100644 index 0000000000000000000000000000000000000000..54b0610646cac58e4ab541178b05abcdebf33a56 --- /dev/null +++ b/tasks/273_our-world-in-data--159.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--159", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "According to the world bank, in year did global literacy rates reached 85%. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1998" + } + } +} \ No newline at end of file diff --git a/tasks/274_bea--13.json b/tasks/274_bea--13.json new file mode 100644 index 0000000000000000000000000000000000000000..8a8e6d0b32221208e7cff70dc61b677a0df39453 --- /dev/null +++ b/tasks/274_bea--13.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--13", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the trade deficit trend with GDP growth.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "GDP growth increased in Q2 2024 to 3.0%. Trade deficit in August 2024 decreased from July but remains high." + } + } +} \ No newline at end of file diff --git a/tasks/275_fred--758.json b/tasks/275_fred--758.json new file mode 100644 index 0000000000000000000000000000000000000000..dd5b487bb70d8ae5e6f7d5aa50ecf0834d88f446 --- /dev/null +++ b/tasks/275_fred--758.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--758", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the latest number of initial claims (of unemployment)Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "227,000" + } + } +} \ No newline at end of file diff --git a/tasks/276_our-world-in-data--165.json b/tasks/276_our-world-in-data--165.json new file mode 100644 index 0000000000000000000000000000000000000000..933e0ae12de9c5da691bbc24761329d137db01af --- /dev/null +++ b/tasks/276_our-world-in-data--165.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--165", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate basic statistics (mean, median) for the share of GDP per capita spent by the government on each primary school student using data from the most recent decade (2010\u20132018).Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mean: 16.11%\nMedian: 15.62%\nData points: 797 observations" + } + } +} \ No newline at end of file diff --git a/tasks/277_shopping--250.json b/tasks/277_shopping--250.json new file mode 100644 index 0000000000000000000000000000000000000000..f1d620d33859c748d0f3c1e3f08dd50787e97937 --- /dev/null +++ b/tasks/277_shopping--250.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--250", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Buy the less volumious product between Banana Boat Continuous SPF 8 Spray and MAKEPREM UV Defense Sunscreen for easier portability?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.69 oz, MAKEPREM UV Defense Me Daily Sun Essence SPF 50+ PA++++" + } + } +} \ No newline at end of file diff --git a/tasks/278_mit--432.json b/tasks/278_mit--432.json new file mode 100644 index 0000000000000000000000000000000000000000..d9c6d83a2c105fcd19f6bfa3701e3f9958a12be4 --- /dev/null +++ b/tasks/278_mit--432.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--432", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Evaluate the enrollment figures for 'American Indian or Alaska Native, non-Hispanic' undergraduates. Compare the university's numbers with national averages and discuss the potential causes for any disparity. Write a policy brief to the admissions office on strategies to better support this population.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "American Indian or Alaska Native, non-Hispanic Enrollment (Degree-Seeking): 2\nTotal Enrollment: 8\nPolicy brief should emphasize targeted outreach and partnership with Native American communities to address underrepresentation." + } + } +} \ No newline at end of file diff --git a/tasks/279_understat--95.json b/tasks/279_understat--95.json new file mode 100644 index 0000000000000000000000000000000000000000..df07cb9485ff05a1ad1e9e7ebe00d1fe535c5ac5 --- /dev/null +++ b/tasks/279_understat--95.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--95", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the expected goals for Erling Haaland in the most recent Premier League season.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Single value or sentence reporting Haaland\u2019s xG." + } + } +} \ No newline at end of file diff --git a/tasks/280_datausa--71.json b/tasks/280_datausa--71.json new file mode 100644 index 0000000000000000000000000000000000000000..d36974a2c43251ac2725bcf6c99cfcb300127686 --- /dev/null +++ b/tasks/280_datausa--71.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--71", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the top 5 metropolitan areas with the highest GDP growth between 2010 and 2020.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Top 5 metro areas GDP growth summary" + } + } +} \ No newline at end of file diff --git a/tasks/281_cdc-mental-health--620.json b/tasks/281_cdc-mental-health--620.json new file mode 100644 index 0000000000000000000000000000000000000000..a535bb8e3a945d5ccec2c8b06126b87b0773be1f --- /dev/null +++ b/tasks/281_cdc-mental-health--620.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--620", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Develop a Python script to cluster adults based on their reported number of mentally unhealthy days using data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data allows for clustering based on the number of mentally unhealthy days reported by adults." + } + } +} \ No newline at end of file diff --git a/tasks/282_cfpb--116.json b/tasks/282_cfpb--116.json new file mode 100644 index 0000000000000000000000000000000000000000..7cf4115eddba6d8b8fd05ee7088e82e1b4d03b4e --- /dev/null +++ b/tasks/282_cfpb--116.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--116", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the key insights about income volatility across different racial groups using only visual representations.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 2: Income volatility by race and small business owner status shows that White small business owners experience the highest income volatility (64%), followed by Black business owners (48%) and Hispanic business owners (41%). Non-owners in all racial groups experience significantly less income volatility, with the smallest gap observed among Hispanic individuals." + } + } +} \ No newline at end of file diff --git a/tasks/283_tunebat--850.json b/tasks/283_tunebat--850.json new file mode 100644 index 0000000000000000000000000000000000000000..817124eafa684365dc8b7239a74069d3e77a4933 --- /dev/null +++ b/tasks/283_tunebat--850.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--850", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "perform a least squares regression on popularity and bpm for the 5 most popular songs in F major, what conclusions can this lead us to regarding bpm and popularity of musicConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\u0177 = -7.52703X + 750.89189, there is no relation" + } + } +} \ No newline at end of file diff --git a/tasks/284_our-world-in-data--232.json b/tasks/284_our-world-in-data--232.json new file mode 100644 index 0000000000000000000000000000000000000000..4996f0f08786b31a298aebcc755a450c3435cd2b --- /dev/null +++ b/tasks/284_our-world-in-data--232.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--232", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the relationship between GDP growth and CO2 (Structured, Unstructured, Action-Based)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "We observe a log-linear (exponential) increase in GDP per capita for each unit increase in CO2 emissions" + } + } +} \ No newline at end of file diff --git a/tasks/285_tunebat--849.json b/tasks/285_tunebat--849.json new file mode 100644 index 0000000000000000000000000000000000000000..df1a82e2722f0ee3a5fd3d858d7e400e3d501f66 --- /dev/null +++ b/tasks/285_tunebat--849.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--849", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How more beats will the least danceable of the songs mixable with Die With a Smile will than the 2nd most danceable in 3601 seconds(rounding down)Consider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3361" + } + } +} \ No newline at end of file diff --git a/tasks/286_arxiv--346.json b/tasks/286_arxiv--346.json new file mode 100644 index 0000000000000000000000000000000000000000..bed2749ba06e8560dd293542cae6acdf644d4eab --- /dev/null +++ b/tasks/286_arxiv--346.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--346", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the best algorithm to ensure the highest equality when we try to distirbute profits amongst agents when we are trying to do dynamic rail pricing? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "VDN-SAC" + } + } +} \ No newline at end of file diff --git a/tasks/287_musicbrainz--792.json b/tasks/287_musicbrainz--792.json new file mode 100644 index 0000000000000000000000000000000000000000..ea5f0fe3daebbc2ef2800c19f129ed73db132155 --- /dev/null +++ b/tasks/287_musicbrainz--792.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--792", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the url to Mdou Mocta's website?Consider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "https://www.vera-groningen.nl/events/mdou-moctar-2/?lang=en" + } + } +} \ No newline at end of file diff --git a/tasks/288_cdc-covid--542.json b/tasks/288_cdc-covid--542.json new file mode 100644 index 0000000000000000000000000000000000000000..ea6d44bdc1aabcc2df856b2e40e92ba28f961974 --- /dev/null +++ b/tasks/288_cdc-covid--542.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--542", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare vaccination rates between Los Angeles County (urban) and Kern County (rural) for Q4 2022Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Los Angeles: 73.8% fully vaccinated\nKern: 55.2% fully vaccinated" + } + } +} \ No newline at end of file diff --git a/tasks/289_bea--5.json b/tasks/289_bea--5.json new file mode 100644 index 0000000000000000000000000000000000000000..59309f7fafe8c3e8b4626767f62ac60b99208b33 --- /dev/null +++ b/tasks/289_bea--5.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--5", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the trade balance (exports minus imports) for the last reported month.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Single numeric value or setnece summarizing the trade balance " + } + } +} \ No newline at end of file diff --git a/tasks/290_worldpop--521.json b/tasks/290_worldpop--521.json new file mode 100644 index 0000000000000000000000000000000000000000..a96bcec7301548fd0de1ceba67508edcb989b023 --- /dev/null +++ b/tasks/290_worldpop--521.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--521", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is outbound tourism spending for El Salvador in 2023?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.8 Billion USD" + } + } +} \ No newline at end of file diff --git a/tasks/291_musicbrainz--144.json b/tasks/291_musicbrainz--144.json new file mode 100644 index 0000000000000000000000000000000000000000..e3341456f8c6223b84ee5f9c2a279eacbf7ddbee --- /dev/null +++ b/tasks/291_musicbrainz--144.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--144", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose that artists are one of the following types: person, group, orchestra, choir, character, and other. What is the distribution of artists by typeConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Person 1,395,771 69.1%\nGroup 583,422 28.9%\nOrchestra 10,577 0.5%\nChoir 9,517 0.5%\nCharacter 14,350 0.7%\nOther 5,236 0.3%\nTotal 2,018,873 100%" + } + } +} \ No newline at end of file diff --git a/tasks/292_apta--308.json b/tasks/292_apta--308.json new file mode 100644 index 0000000000000000000000000000000000000000..2e228799af07e92fb5b09e5837d0993ead8a214d --- /dev/null +++ b/tasks/292_apta--308.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--308", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post praising researchers who study ridership and publish ridership reports at the American Public Transportation Association for their hard work in creating the report. Include the researcher's name if possibleConsider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Include matthew dickens" + } + } +} \ No newline at end of file diff --git a/tasks/293_shopping--279.json b/tasks/293_shopping--279.json new file mode 100644 index 0000000000000000000000000000000000000000..1748b17aaa9ea983bc23f085a91f0c5674c1efb1 --- /dev/null +++ b/tasks/293_shopping--279.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--279", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. What is the average volume for each product type (where product types are sunscreen, tanner, relief, lipstick)?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Sunscreen: 3.64 oz\nTanner: 2.31 oz\nSun burn relief: 10.10 oz\nLipstick: 1.02 oz" + } + } +} \ No newline at end of file diff --git a/tasks/294_apta--724.json b/tasks/294_apta--724.json new file mode 100644 index 0000000000000000000000000000000000000000..60b12b234f61b2cd684c39489848b170a6cf3b18 --- /dev/null +++ b/tasks/294_apta--724.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--724", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average passenger miles per trip for public transportation in 2023.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "About 5.18 miles per trip" + } + } +} \ No newline at end of file diff --git a/tasks/295_nih--603.json b/tasks/295_nih--603.json new file mode 100644 index 0000000000000000000000000000000000000000..1370de50044545b535abe887f6d7a709002657e1 --- /dev/null +++ b/tasks/295_nih--603.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--603", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the cap for the NIH loan repayment program?Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$50,000" + } + } +} \ No newline at end of file diff --git a/tasks/296_tunebat--852.json b/tasks/296_tunebat--852.json new file mode 100644 index 0000000000000000000000000000000000000000..264e59bbeca0a55d994bad3801e44697c5ed4520 --- /dev/null +++ b/tasks/296_tunebat--852.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--852", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 10 most popular songs that will sound good mixed with Heading South by Zach BryanConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\nStick Season - Noah Kahan\nBeautiful Crazy - Luke Combs\nShe Got the Best of Me - Luke Combs\nYou Proof - Morgan Wallen\nCoal - Dylan Gossett\nRumor - Lee Brice\nSpin You Around - Morgan Wallen\nEnds of the Earth - Ty Myers\nEverywhere, Everything (with Gracie Abrams) - Noah Kahan, Gracie Abrams\nKeep The Wolves Away - Uncle Lucius" + } + } +} \ No newline at end of file diff --git a/tasks/297_noaa--606.json b/tasks/297_noaa--606.json new file mode 100644 index 0000000000000000000000000000000000000000..8b0ca891baf030e698a134f6831f47e5dfe12157 --- /dev/null +++ b/tasks/297_noaa--606.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--606", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the average maximum temperature of the United States in July during the time span of 1991-2020 and write a reddit post explaining how this ties in with climate trends of the world.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "90, and reddit post about climate change" + } + } +} \ No newline at end of file diff --git a/tasks/298_arxiv--52.json b/tasks/298_arxiv--52.json new file mode 100644 index 0000000000000000000000000000000000000000..321c60e9990c4460e4b5dffcb531752bd9ccbd91 --- /dev/null +++ b/tasks/298_arxiv--52.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--52", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify papers published by authors affiliated with Stanford or MIT and summarize their contributions.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary of Stanford/MIT author papers" + } + } +} \ No newline at end of file diff --git a/tasks/299_our-world-in-data--210.json b/tasks/299_our-world-in-data--210.json new file mode 100644 index 0000000000000000000000000000000000000000..54dc8f89ddfa8404b091f214d5e41536d0d2c620 --- /dev/null +++ b/tasks/299_our-world-in-data--210.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--210", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Model the relationship between the share of GDP per capita spent by the government on each primary school student and GDP per capita levels as a linear function using data from 1990 to 2020.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Expenditure Share = 12.9794 + 0.000129 \u00d7 GDP per capita" + } + } +} \ No newline at end of file diff --git a/tasks/300_arxiv--342.json b/tasks/300_arxiv--342.json new file mode 100644 index 0000000000000000000000000000000000000000..cbab7199f1c13d9711d66852d53e16eb3d75972b --- /dev/null +++ b/tasks/300_arxiv--342.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--342", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a pie chart to tell me the composition of data domains in the dataset. Label each domain with the number of QA pairs in itConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": " \"Academic paper\": 23.28,\n \"Financial report\": 20.69,\n \"Research report\": 12.06,\n \"News\": 8.26,\n \"Laws\": 7.98,\n \"Guidebook\": 6.76,\n \"Government\": 6.70,\n \"Tut & Workshop\": 6.51,\n \"Brochure\": 4.58,\n \"Admin & Industry\": 3.55" + } + } +} \ No newline at end of file diff --git a/tasks/301_cfpb--112.json b/tasks/301_cfpb--112.json new file mode 100644 index 0000000000000000000000000000000000000000..eb6a3b986e8ed8fe1b197d851ab5a46e160a6932 --- /dev/null +++ b/tasks/301_cfpb--112.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--112", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more likely are small business owners to incur credit card late fees compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.7 percentage points" + } + } +} \ No newline at end of file diff --git a/tasks/302_cdc-covid--553.json b/tasks/302_cdc-covid--553.json new file mode 100644 index 0000000000000000000000000000000000000000..c56eb1c9b36939faac2d3874d217027356b8e4c5 --- /dev/null +++ b/tasks/302_cdc-covid--553.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--553", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the total number of confirmed COVID-19 cases in California for 2022?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5,634,397 cases" + } + } +} \ No newline at end of file diff --git a/tasks/303_our-world-in-data--160.json b/tasks/303_our-world-in-data--160.json new file mode 100644 index 0000000000000000000000000000000000000000..b3902634130892fe50d799b6efe7ab18b0b90796 --- /dev/null +++ b/tasks/303_our-world-in-data--160.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--160", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the correlation and covariance between life expectancy at birth and average learning-adjusted years of schooling in a country.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "correlation coefficent: 0.8475\ncovariance: 17.4844" + } + } +} \ No newline at end of file diff --git a/tasks/304_our-world-in-data--231.json b/tasks/304_our-world-in-data--231.json new file mode 100644 index 0000000000000000000000000000000000000000..70270341dfdaa4e4f6485537ac2cc46b7c32f80a --- /dev/null +++ b/tasks/304_our-world-in-data--231.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--231", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the relationship between cancer deaths and gini across all years? (e.g correlation)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "r =0.218" + } + } +} \ No newline at end of file diff --git a/tasks/305_our-world-in-data--164.json b/tasks/305_our-world-in-data--164.json new file mode 100644 index 0000000000000000000000000000000000000000..d35f8aeb5e51107588b39607623f7cef44854506 --- /dev/null +++ b/tasks/305_our-world-in-data--164.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--164", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate basic statistics (mean, median) for literacy rates using data from the most recent decade (2010\u20132020).Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mean: 83.03%\nMedian: 92.00%\nData points: 817 observations" + } + } +} \ No newline at end of file diff --git a/tasks/306_our-world-in-data--218.json b/tasks/306_our-world-in-data--218.json new file mode 100644 index 0000000000000000000000000000000000000000..37faebee47792f27410ba97af3cf0b030410478a --- /dev/null +++ b/tasks/306_our-world-in-data--218.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--218", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "To what extent does a higher share of GDP per capita spent by the government on each primary school student correlate with higher GDP per capita over the period 1980 to 2020?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Overall Correlation:\n0.371\n\n\nDecade-by-Decade Analysis:\n\n\n1990s: Correlation of 0.284\n2000s: Correlation of 0.345\n2010s: Correlation of 0.406" + } + } +} \ No newline at end of file diff --git a/tasks/307_nih--583.json b/tasks/307_nih--583.json new file mode 100644 index 0000000000000000000000000000000000000000..bd04547974494fdec04f369f85b04d8484e908c8 --- /dev/null +++ b/tasks/307_nih--583.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--583", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average duration of completed clinical trials by phase and therapeutic area.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Phase 1 Trials: Approximately 1.6 years\nPhase 2 Trials: Approximately 2.9 years\nPhase 3 Trials: Approximately 3.8 years\nOncology Trials: Median duration of 13.1 years" + } + } +} \ No newline at end of file diff --git a/tasks/308_worldpop--528.json b/tasks/308_worldpop--528.json new file mode 100644 index 0000000000000000000000000000000000000000..644c169ab529539e0c1e3628c27757e259674c23 --- /dev/null +++ b/tasks/308_worldpop--528.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--528", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the total number of domestic passengers for Croatia in 2014?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "465.21" + } + } +} \ No newline at end of file diff --git a/tasks/309_worldometer--682.json b/tasks/309_worldometer--682.json new file mode 100644 index 0000000000000000000000000000000000000000..83ce6379b341b31d2587661170c268b36a263e6a --- /dev/null +++ b/tasks/309_worldometer--682.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--682", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which day in January 2023 had the highest Daily New Deaths and which had the lowest, and what was the difference?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "- Highest: Jan 6 (~6,100)
- Lowest: Jan 2 (~2,200)
- Difference: ~3,900" + } + } +} \ No newline at end of file diff --git a/tasks/310_worldpop--524.json b/tasks/310_worldpop--524.json new file mode 100644 index 0000000000000000000000000000000000000000..bf7ac23595b32ddc36550533d95fbfec7cb03138 --- /dev/null +++ b/tasks/310_worldpop--524.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--524", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the % share of tourism for Germany in 2011Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "49%" + } + } +} \ No newline at end of file diff --git a/tasks/311_mit--424.json b/tasks/311_mit--424.json new file mode 100644 index 0000000000000000000000000000000000000000..7971c95005710317f2990cfb081a9b1d5f774f95 --- /dev/null +++ b/tasks/311_mit--424.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--424", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the total number of students who completed their program in more than five years but in six years or less in the Fall 2015 cohort? How does this compare to the same category in the Fall 2016 cohort?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2015 Cohort (5-6 years): 19 students\nFall 2016 Cohort (5-6 years): 10 students\nFall 2015 saw higher numbers in this category, potentially reflecting changes in graduation trends between the two years." + } + } +} \ No newline at end of file diff --git a/tasks/312_bea--2.json b/tasks/312_bea--2.json new file mode 100644 index 0000000000000000000000000000000000000000..2b6d45dfc0f7e47fb9be764cacebadc8cfa72221 --- /dev/null +++ b/tasks/312_bea--2.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--2", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze whether higher PCE growth correlates with specific geographical regions.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Southern states tend to have higher PCE growth than Midwest" + } + } +} \ No newline at end of file diff --git a/tasks/313_tunebat--289.json b/tasks/313_tunebat--289.json new file mode 100644 index 0000000000000000000000000000000000000000..9ba02d5a4bc8d59458d0a96242b7623206891803 --- /dev/null +++ b/tasks/313_tunebat--289.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--289", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take a look at the top 10 tracks on tunebat what is the mean popularity Consider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "88.7" + } + } +} \ No newline at end of file diff --git a/tasks/314_bea--406.json b/tasks/314_bea--406.json new file mode 100644 index 0000000000000000000000000000000000000000..61c60abf51592f1ae30ed5b8c48e5eeef8c57520 --- /dev/null +++ b/tasks/314_bea--406.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--406", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the creation cost of driving records in 2017 as estimated by Soloveichik?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "229 Billion" + } + } +} \ No newline at end of file diff --git a/tasks/315_arkiv--314.json b/tasks/315_arkiv--314.json new file mode 100644 index 0000000000000000000000000000000000000000..6d321d8ab47b458a7a7d5646215cd1757bf05621 --- /dev/null +++ b/tasks/315_arkiv--314.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arkiv" + ], + "task_id": "arkiv--314", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Tell me the trend in # arithmetic operations relative to KMM_n algorithm of KSMM_n algorithm? KMM refers to Karatsuba Matrix MultiplicationConsider using the following website(s): ARKIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "it degresses slightly as arithmetic operations increase" + } + } +} \ No newline at end of file diff --git a/tasks/316_tunebat--richard-powers--302.json b/tasks/316_tunebat--richard-powers--302.json new file mode 100644 index 0000000000000000000000000000000000000000..fdf6eaf53fd89be09b8e03ca56d551cffd98d105 --- /dev/null +++ b/tasks/316_tunebat--richard-powers--302.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat--richard-powers" + ], + "task_id": "tunebat--richard-powers--302", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What kind of dance is Crazy by PL\u00dcM between six count swing, lindy hop, and west coast swing.Consider using the following website(s): TUNEBAT + RICHARD POWERS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "West Coast Swing" + } + } +} \ No newline at end of file diff --git a/tasks/317_nih--595.json b/tasks/317_nih--595.json new file mode 100644 index 0000000000000000000000000000000000000000..63f6f0ba9d90a32d3dae70acac8f252b01798b99 --- /dev/null +++ b/tasks/317_nih--595.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--595", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the number of unique institutions that received NIH funding in fiscal year 2022Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2,707" + } + } +} \ No newline at end of file diff --git a/tasks/318_nih--582.json b/tasks/318_nih--582.json new file mode 100644 index 0000000000000000000000000000000000000000..93191ba97260dfb34bc5f3d016896321b091ce94 --- /dev/null +++ b/tasks/318_nih--582.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--582", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the a year trend in NIH funding allocation percentages across all institutes, create a visualization, and determine which institute showed the most volatile year-over-year changes.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Type\nRPGs: $26,543,000,000\nResearch Centers: $2,776,000,000\nOther Research Grants: $3,163,000,000\nResearch Training: $1,052,000,000\nR&D Contracts: $3,899,000,000\nIntramural Research: $5,153,000,000\nResearch Mgmt & Support: $2,466,000,000\nAll Other: $2,387,000,000\nTotal NIH Budget Authority: $47,439,000,000" + } + } +} \ No newline at end of file diff --git a/tasks/319_riaa--825.json b/tasks/319_riaa--825.json new file mode 100644 index 0000000000000000000000000000000000000000..a8b6da6fc10bbfce45984ffe9f82ffdba69896b3 --- /dev/null +++ b/tasks/319_riaa--825.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--825", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who made the 2023 released and certified album released Feb 20,2024Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Stray Kids" + } + } +} \ No newline at end of file diff --git a/tasks/320_noaa--85.json b/tasks/320_noaa--85.json new file mode 100644 index 0000000000000000000000000000000000000000..3befb5736d4aed0070c7271968bfaf39c83e0e1e --- /dev/null +++ b/tasks/320_noaa--85.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--85", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and compare the frequency of extreme weather events in the Southeast US before and after 2010. Produce a report.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Extreme weather report pre/post 2010" + } + } +} \ No newline at end of file diff --git a/tasks/321_cdc-covid--549.json b/tasks/321_cdc-covid--549.json new file mode 100644 index 0000000000000000000000000000000000000000..18dac01b02d0b2ab57b542604b26df323dd3b886 --- /dev/null +++ b/tasks/321_cdc-covid--549.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--549", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the types of Covid vaccines?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "mRNA, and protein subunit vaccines" + } + } +} \ No newline at end of file diff --git a/tasks/322_cdc-covid--551.json b/tasks/322_cdc-covid--551.json new file mode 100644 index 0000000000000000000000000000000000000000..33bb7f07f2f9953b45add51db2acae452244f145 --- /dev/null +++ b/tasks/322_cdc-covid--551.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--551", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What type of Virus is covid 19?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Respiratory Virus" + } + } +} \ No newline at end of file diff --git a/tasks/323_tunebat--836.json b/tasks/323_tunebat--836.json new file mode 100644 index 0000000000000000000000000000000000000000..f737c18c90b0981bd3f0989d53d6bc2f238e1c7f --- /dev/null +++ b/tasks/323_tunebat--836.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--836", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Build a graph comparing the energy of the 3 most popular songs in C major vs C minorConsider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "https://www.desmos.com/calculator/twmo7j5e0s" + } + } +} \ No newline at end of file diff --git a/tasks/324_noaa--88.json b/tasks/324_noaa--88.json new file mode 100644 index 0000000000000000000000000000000000000000..d68bea1afd7c473f3bda9701584b30ce9d9d723c --- /dev/null +++ b/tasks/324_noaa--88.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--88", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize two NOAA case studies on climate resilience projects and propose a new project plan based on themConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Proposed resilience project plan" + } + } +} \ No newline at end of file diff --git a/tasks/325_datausa--73.json b/tasks/325_datausa--73.json new file mode 100644 index 0000000000000000000000000000000000000000..7423b12203f7bcd016153aaef89ae3c253ea128c --- /dev/null +++ b/tasks/325_datausa--73.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--73", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using healthcare insurance data, calculate and visualize uninsured rates in a state between 2010 and 2023.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Trend visualization of uninsured rates in a state" + } + } +} \ No newline at end of file diff --git a/tasks/326_uchicago--863.json b/tasks/326_uchicago--863.json new file mode 100644 index 0000000000000000000000000000000000000000..825d238692608084146f9b5943954dbe63398862 --- /dev/null +++ b/tasks/326_uchicago--863.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago" + ], + "task_id": "uchicago--863", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an email based on full time student data advocating for whether undergraduate programs at UChicago need more gender based inclusionConsider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not necessarily, pretty even 3942 M, 3582 W" + } + } +} \ No newline at end of file diff --git a/tasks/327_worldpop--534.json b/tasks/327_worldpop--534.json new file mode 100644 index 0000000000000000000000000000000000000000..72a55b9fdf7ee7b268f9c857584f549b928bf20a --- /dev/null +++ b/tasks/327_worldpop--534.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--534", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country had the most monthly airline passengers in September 2013? Tell me the top 5 countriesConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1. USA, 2. China, 3. Great Britain, 4. Germany, 5. Spain" + } + } +} \ No newline at end of file diff --git a/tasks/328_arxiv--345.json b/tasks/328_arxiv--345.json new file mode 100644 index 0000000000000000000000000000000000000000..866d05cd5c13bf583c6c8f6bac92b0a54cfaf952 --- /dev/null +++ b/tasks/328_arxiv--345.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--345", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the artihmetic complexity of Karatsuba Matrix Multiplication? Give your answer in terms of \"C(KMM_n) = [Answer]\"Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "(n/2) ^ {log_2 3} (6d^3 + 8d^2)" + } + } +} \ No newline at end of file diff --git a/tasks/329_arxiv--318.json b/tasks/329_arxiv--318.json new file mode 100644 index 0000000000000000000000000000000000000000..f527ef5a2e9c973431cc010fa8a2581c0b77368e --- /dev/null +++ b/tasks/329_arxiv--318.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--318", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Hansen et al's paper on Graph Counterfactual Explainable AI, describe the figure that is about the classifier architecture and the PEGVAEConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "This diagram shows a model that jointly trains a classifier and a variational autoencoder (VAE) on graph-structured data. The inputs consist of node features V (shape B \u00d7 n \u00d7 d_V), an adjacency matrix A (shape B \u00d7 n \u00d7 n), and edge features E (shape B \u00d7 n \u00d7 n \u00d7 d_E), where B is the batch size and n is the number of nodes. The classifier C takes (B, V, A, E) as input and outputs a label y for tasks like graph classification. Simultaneously, the encoder F maps (B, V, A, E) into a latent vector z, from which the decoder D reconstructs the original graph components by modeling the distribution p(B, V, E, A | z). This joint training ensures that the latent space z captures both structural information useful for reconstruction and discriminative information useful for classification." + } + } +} \ No newline at end of file diff --git a/tasks/330_cfpb--104.json b/tasks/330_cfpb--104.json new file mode 100644 index 0000000000000000000000000000000000000000..aee1b4da1ca4fc0c8090f376a96dac9725a17ddd --- /dev/null +++ b/tasks/330_cfpb--104.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--104", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a visualization of income volatility differences between small business owners and non-owners. Calculate the approximate percentage increase in volatile income reported by small business owners compared to non-owners.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 1: Differences in income volatility and related measures between small business owners and non-owners shows that small business owners report approximately 25 percentage points more volatile income than non-owners (unadjusted). If non-owners report around 10% volatile income, this represents a 250% increase." + } + } +} \ No newline at end of file diff --git a/tasks/331_arxiv--315.json b/tasks/331_arxiv--315.json new file mode 100644 index 0000000000000000000000000000000000000000..6f8f7620caf2277a0e46bd3a9abe3c5a464361ce --- /dev/null +++ b/tasks/331_arxiv--315.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--315", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the Aneumo paper, how many deformed aneurysm models were used to create the dataset?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "9534" + } + } +} \ No newline at end of file diff --git a/tasks/332_shopping--274.json b/tasks/332_shopping--274.json new file mode 100644 index 0000000000000000000000000000000000000000..baf8d9b160510d0f791225ba3983939c5d3a0e66 --- /dev/null +++ b/tasks/332_shopping--274.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--274", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product?What's the coefficient of variation for volumes within each product type?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Sunscreen: 81.20% (highest variability)\nSun burn relief: 58.42%\nTanner: 53.15%\nLipstick: 0% (only one product)" + } + } +} \ No newline at end of file diff --git a/tasks/333_cdc-mental-health--631.json b/tasks/333_cdc-mental-health--631.json new file mode 100644 index 0000000000000000000000000000000000000000..22aa838a35475abc2385aed186186f6cd06889cd --- /dev/null +++ b/tasks/333_cdc-mental-health--631.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--631", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an analysis on the relationship between age and the severity of depression symptoms among adults, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data suggests variations in depression symptom severity across different age groups." + } + } +} \ No newline at end of file diff --git a/tasks/334_cdc-mental-health--614.json b/tasks/334_cdc-mental-health--614.json new file mode 100644 index 0000000000000000000000000000000000000000..2f9a331cb3df2e59968d02ecc7af863f7939b947 --- /dev/null +++ b/tasks/334_cdc-mental-health--614.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--614", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of adults aged 18 and over who experienced moderate or severe symptoms of anxiety in the past two weeks in 2019, and post the findings on Reddit.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Approximately 6% of adults experienced moderate or severe symptoms of anxiety in the past two weeks in 2019." + } + } +} \ No newline at end of file diff --git a/tasks/335_cdc-covid--536.json b/tasks/335_cdc-covid--536.json new file mode 100644 index 0000000000000000000000000000000000000000..f5b9c551fcb48db582958fbdd5c2f10217f56c68 --- /dev/null +++ b/tasks/335_cdc-covid--536.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--536", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "As of June 1, 2024, how many have died of COVID-19 in the U.S.Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "nearly 1.2 million people" + } + } +} \ No newline at end of file diff --git a/tasks/336_cdc-covid--546.json b/tasks/336_cdc-covid--546.json new file mode 100644 index 0000000000000000000000000000000000000000..93091fbe5f18a2516cab24a7fafa3235053ef2f7 --- /dev/null +++ b/tasks/336_cdc-covid--546.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--546", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many COVID-19 deaths were reported in Los Angeles County in December 2022?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "387 deaths" + } + } +} \ No newline at end of file diff --git a/tasks/337_uchicago--467.json b/tasks/337_uchicago--467.json new file mode 100644 index 0000000000000000000000000000000000000000..be5f135398d4dc6a3a2068911528d7c3127a66ce --- /dev/null +++ b/tasks/337_uchicago--467.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago" + ], + "task_id": "uchicago--467", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many more full time undergraduate students are there than full time graduate students in Uchicago ? Consider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2253" + } + } +} \ No newline at end of file diff --git a/tasks/338_shopping--280.json b/tasks/338_shopping--280.json new file mode 100644 index 0000000000000000000000000000000000000000..269d3dd1fb5616d967e4092cb481d2a0cbc0fb55 --- /dev/null +++ b/tasks/338_shopping--280.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--280", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. What percentage of the total volume is made up of sunscreen products?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "58.49%" + } + } +} \ No newline at end of file diff --git a/tasks/339_fred--772.json b/tasks/339_fred--772.json new file mode 100644 index 0000000000000000000000000000000000000000..757b03119ca126cb77ee7c65578b347d014f02fb --- /dev/null +++ b/tasks/339_fred--772.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--772", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Where does the data for the 30-year fixed rate mortgage average come from in the United States?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Freddie Mac - Primary Mortgage Market Survey (PMMS)" + } + } +} \ No newline at end of file diff --git a/tasks/340_shopping--musicbrainz--285.json b/tasks/340_shopping--musicbrainz--285.json new file mode 100644 index 0000000000000000000000000000000000000000..8408a48a5806993a156b4be013af1dd5178a4d75 --- /dev/null +++ b/tasks/340_shopping--musicbrainz--285.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping--musicbrainz" + ], + "task_id": "shopping--musicbrainz--285", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I have bought every release by John Mayer, the artist behind \"Slow Dancing in a Burning Room\", as a disography. This includes all singles, EPs, etc. Each release requires a 19 inch x 15 inch space to display properly. Please some quantity of a shelving product such that it is the minumum one can buy while still fitting the full display.Consider using the following website(s): SHOPPING + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Buy enough storage to equal 147 shelves between them, each shelf of size 19x15, Example: 30 of :Bookshelf with Storage Cabinet for Bedroom, 5-Tier Cube Shelf Gold Bookcase Storage Organizer Rack Display Stand Metal Frame Storage Standing Shelf,Square Tall Bookcase for Home Office\". Ensure each shelf is actually 19x15." + } + } +} \ No newline at end of file diff --git a/tasks/341_cdc-mental-health--615.json b/tasks/341_cdc-mental-health--615.json new file mode 100644 index 0000000000000000000000000000000000000000..65968c6790231e46ace4757885c228df726a19ea --- /dev/null +++ b/tasks/341_cdc-mental-health--615.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--615", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of adults aged 18 and over who reported regular feelings of worry, nervousness, or anxiety in 2023, and post the findings on Reddit.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "12.5% of adults reported regular feelings of worry, nervousness, or anxiety in 2023." + } + } +} \ No newline at end of file diff --git a/tasks/342_cdc-obesity--568.json b/tasks/342_cdc-obesity--568.json new file mode 100644 index 0000000000000000000000000000000000000000..febf2cd0389f6fc05af773c8920c2ae1b1e515dd --- /dev/null +++ b/tasks/342_cdc-obesity--568.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--568", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What states are most affected most by obesity?Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mississippi, West Virginia, Arkansaw" + } + } +} \ No newline at end of file diff --git a/tasks/343_mit--421.json b/tasks/343_mit--421.json new file mode 100644 index 0000000000000000000000000000000000000000..f296532b2624b52550d1958388d3adfc4b2fc08b --- /dev/null +++ b/tasks/343_mit--421.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--421", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Rank the racial/ethnic categories for 'First-Time First-Year' degree-seeking undergraduate students based on their enrollment numbers. Identify the categories with the highest and lowest enrollment figures and propose targeted initiatives to enhance enrollment for underrepresented groups. Present your recommendations to the admissions team in a formal memo.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "First-Time First Year Enrollment (Total = 1,136):\n1. Asian, non-Hispanic: 35.23%\n2. White, non-Hispanic: 20.77%\n3. Hispanic: 14.36%\n4. Black or African American, non-Hispanic: 8.28%\n5. Two or more races, non-Hispanic: 6.16%\nMemo should recommend enhancing recruitment efforts for African American and Native American students." + } + } +} \ No newline at end of file diff --git a/tasks/344_shopping--255.json b/tasks/344_shopping--255.json new file mode 100644 index 0000000000000000000000000000000000000000..a73dfae6311755d3e6a82ef2446d7238f2b117fd --- /dev/null +++ b/tasks/344_shopping--255.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--255", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the more voluminous product between Babe Pediatric Sunscreen Lotion 50+ and Lom-style After-Sun Hair MaskConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Lom-style After-Sun Hair Mask" + } + } +} \ No newline at end of file diff --git a/tasks/345_datausa--654.json b/tasks/345_datausa--654.json new file mode 100644 index 0000000000000000000000000000000000000000..fad31d30045908a6c30384dc0690d9ba6e97b834 --- /dev/null +++ b/tasks/345_datausa--654.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--654", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which industries are significant in ATLANTA, GA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Manufacturing and Finance & Insurance." + } + } +} \ No newline at end of file diff --git a/tasks/346_uchicago--mit--475.json b/tasks/346_uchicago--mit--475.json new file mode 100644 index 0000000000000000000000000000000000000000..906cc978d1bedac05e38b36104d7becd66af3382 --- /dev/null +++ b/tasks/346_uchicago--mit--475.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--475", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "As of october 2023, for the intiial fall 2017 cohort of first-time, full-time bachelors degree-seeking undergraduates, how many more pell grant recipients does MIT have than Uchicago?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "21" + } + } +} \ No newline at end of file diff --git a/tasks/347_fred--750.json b/tasks/347_fred--750.json new file mode 100644 index 0000000000000000000000000000000000000000..3d27ddac421b2047d0e3baa4236fa66bcc6ebada --- /dev/null +++ b/tasks/347_fred--750.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--750", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much money is in the M2 supply (in billions of dollars)?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "21,154.60" + } + } +} \ No newline at end of file diff --git a/tasks/348_our-world-in-data--215.json b/tasks/348_our-world-in-data--215.json new file mode 100644 index 0000000000000000000000000000000000000000..80c01491811fa4f8ff4c7a6676b61e422695946b --- /dev/null +++ b/tasks/348_our-world-in-data--215.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--215", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the countries, which was financially the most sound based on return on assets in 2022: United States and ChinaConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "United States" + } + } +} \ No newline at end of file diff --git a/tasks/349_apta--746.json b/tasks/349_apta--746.json new file mode 100644 index 0000000000000000000000000000000000000000..3dfb2c7be4c7418324d881f1fb46f899cd315c4b --- /dev/null +++ b/tasks/349_apta--746.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--746", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Locate the contact information for APTA\u2019s media relations department.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Media inquiries should be directed to TJ Doyle at 202-496-4869 or tdoyle@apta.com." + } + } +} \ No newline at end of file diff --git a/tasks/350_worldometer--677.json b/tasks/350_worldometer--677.json new file mode 100644 index 0000000000000000000000000000000000000000..c0191e2c37e488cb4e0259936f6ec168ba8f445a --- /dev/null +++ b/tasks/350_worldometer--677.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--677", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "On January 15, 2023, how many new COVID-19 deaths were reported globally (rounded to the nearest thousand)?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~3,000" + } + } +} \ No newline at end of file diff --git a/tasks/351_unwto--866.json b/tasks/351_unwto--866.json new file mode 100644 index 0000000000000000000000000000000000000000..1e63f3c0c88274cd7c1d5fb0ece1044464d39e6a --- /dev/null +++ b/tasks/351_unwto--866.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--866", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use UN Tourism to analyze the trend in International tourist arrivals in the Middle East from 2021Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Middle East 22.92 ->140.97" + } + } +} \ No newline at end of file diff --git a/tasks/352_cfpb--108.json b/tasks/352_cfpb--108.json new file mode 100644 index 0000000000000000000000000000000000000000..94391cb57a7b6ae69ff523e24d45f759eb656c28 --- /dev/null +++ b/tasks/352_cfpb--108.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--108", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How does the likelihood of facing more than three overdraft fees compare between small business owners and non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Small business owners are more likely to incur more than three overdraft fees compared to non-owners. The difference is approximately 5\u20137 percentage points based on the adjusted and unadjusted values in Figure 1: Differences in income volatility and related measures between small business owners and non-owners." + } + } +} \ No newline at end of file diff --git a/tasks/353_arxiv--386.json b/tasks/353_arxiv--386.json new file mode 100644 index 0000000000000000000000000000000000000000..f3fce3fdbbbf22842533922696ba4e2a42a8531e --- /dev/null +++ b/tasks/353_arxiv--386.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--386", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. What is the 3rd most harmful defence for VGG-FACE on ResNext-50?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "REM" + } + } +} \ No newline at end of file diff --git a/tasks/354_nih--589.json b/tasks/354_nih--589.json new file mode 100644 index 0000000000000000000000000000000000000000..6ca6b8c11d75da7d94cbe2a89222b20d3d3d9e49 --- /dev/null +++ b/tasks/354_nih--589.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--589", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a short synopsis of all the press releases announcing projects in the NIH in February 2020Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "GM121176 Grant Number\n\tCircular reasoning News\t\t\tFebruary 2020\nCA118100 Grant Number\n\tCervical cancer screening saves lives News\t\t\tFebruary 2020\nCA163890 Grant Number\nCA194496 Grant Number\n\tFat-fighting drug discovery News\t\t\tFebruary 2020" + } + } +} \ No newline at end of file diff --git a/tasks/355_bea--12.json b/tasks/355_bea--12.json new file mode 100644 index 0000000000000000000000000000000000000000..b1f12e8d849f0f82bb71dc2e82af4eb3a4508f09 --- /dev/null +++ b/tasks/355_bea--12.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--12", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the PCE growth rate of Florida and Iowa.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Table or bar chart showing side by side PCE growth for two states " + } + } +} \ No newline at end of file diff --git a/tasks/356_tunebat--851.json b/tasks/356_tunebat--851.json new file mode 100644 index 0000000000000000000000000000000000000000..76c1abea4216d0ecdf7397b7b3e574f81821bedd --- /dev/null +++ b/tasks/356_tunebat--851.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--851", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What % more in bpm is the most popular top track than the 5th most popular top trackConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "7.38" + } + } +} \ No newline at end of file diff --git a/tasks/357_our-world-in-data--797.json b/tasks/357_our-world-in-data--797.json new file mode 100644 index 0000000000000000000000000000000000000000..45dc79fff3c1edf6bedc157f380df8ef28825dbb --- /dev/null +++ b/tasks/357_our-world-in-data--797.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--797", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use ourworldindata to analyze the trend in ppopulation in The United States vs china vs Indonesia vs IndiaConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "US: 281.48 mil to 343.48 mil\nChina: 1.27 bil tto 1.42 bil\nIndonesia: 216.08 mil to 281.19 mil\nIndia: 1.06 bil to 1.44 bil" + } + } +} \ No newline at end of file diff --git a/tasks/358_nih--599.json b/tasks/358_nih--599.json new file mode 100644 index 0000000000000000000000000000000000000000..6f8099a102079e98c0fedbbf8894b42f003cbb6b --- /dev/null +++ b/tasks/358_nih--599.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--599", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many NIH institutes and centers existed in 2022?Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "27" + } + } +} \ No newline at end of file diff --git a/tasks/359_reddit--arxiv--447.json b/tasks/359_reddit--arxiv--447.json new file mode 100644 index 0000000000000000000000000000000000000000..485ad755d329d29f316aafbcdc5be45985ad34e8 --- /dev/null +++ b/tasks/359_reddit--arxiv--447.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--447", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Look for the 2nd most upvoted post of all time on /f/wallstreetbets on Reddit, multiply the number of people in the picture in the post by 50 to get the desired index. Look on ArxiV for the paper that is at that index, and tell me the universities that the authors are fromConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Stanford University, Duke University" + } + } +} \ No newline at end of file diff --git a/tasks/360_our-world-in-data--237.json b/tasks/360_our-world-in-data--237.json new file mode 100644 index 0000000000000000000000000000000000000000..d417895fad7322d1305510c5bc5e1059b043d1ed --- /dev/null +++ b/tasks/360_our-world-in-data--237.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--237", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was South Africa\u2019s literacy rate in 2014? Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "94%" + } + } +} \ No newline at end of file diff --git a/tasks/361_cdc-mental-health--557.json b/tasks/361_cdc-mental-health--557.json new file mode 100644 index 0000000000000000000000000000000000000000..ff6226f2c298b8fe3566c9478949764619aea014 --- /dev/null +++ b/tasks/361_cdc-mental-health--557.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--557", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post and reference goverenment data explaining stigma in mental health and use statistics.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mental health is just as important as physical health, yet stigma continues to surround it in many societies. Despite significant progress in awareness, many individuals still face discrimination and bias when it comes to mental health. This stigma not only affects the way people perceive mental health challenges, but it also influences whether or not they seek help. Let\u2019s take a look at the data, because this is a conversation we need to have.\n1. Mental Health Stigma is Widespread\n\nIn the U.S., 1 in 5 adults experience mental illness in any given year, according to the National Institute of Mental Health (NIMH). Despite the prevalence, only 43% of those individuals receive mental health services. Why? Well, stigma plays a huge role in this.\n\nThe 2019 National Health Interview Survey found that 30% of individuals who reported experiencing mental health issues expressed concerns about being stigmatized or discriminated against if they sought treatment. This stigma can come from family, friends, coworkers, and even healthcare providers.\n2. The Impact of Mental Health Stigma\n\nThe effects of mental health stigma are devastating. Not seeking treatment due to stigma can lead to worsening symptoms and more severe outcomes. According to the Substance Abuse and Mental Health Services Administration (SAMHSA), untreated mental illness can contribute to a range of issues like homelessness, substance abuse, and even suicide." + } + } +} \ No newline at end of file diff --git a/tasks/362_riaa--814.json b/tasks/362_riaa--814.json new file mode 100644 index 0000000000000000000000000000000000000000..3a1279423a2293e3d743247e75969e0946a44ed5 --- /dev/null +++ b/tasks/362_riaa--814.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--814", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the relation between 9/11 and music revenue and sales in the CD department, would this be better described as causation or correlationConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "a 1.9 B dollar decrease in sale revenue and a decrease in 92 M units, this is better described as correlation as this is when general sales of CDs is on a downwards trend" + } + } +} \ No newline at end of file diff --git a/tasks/363_arxiv--43.json b/tasks/363_arxiv--43.json new file mode 100644 index 0000000000000000000000000000000000000000..43a99a66b437553aa51dcb216eaf43d9d8b92d01 --- /dev/null +++ b/tasks/363_arxiv--43.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--43", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Draft a 150-word blog post summarizing recent trends in cs.AI research based on the 20 most recent papers.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "150-word blog-style post" + } + } +} \ No newline at end of file diff --git a/tasks/364_worldpop--689.json b/tasks/364_worldpop--689.json new file mode 100644 index 0000000000000000000000000000000000000000..37f0e4e2a9c6db173ec721d78e67f55833fb6bfc --- /dev/null +++ b/tasks/364_worldpop--689.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--689", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the total population of Europe in 2020?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~748 million." + } + } +} \ No newline at end of file diff --git a/tasks/365_our-world-in-data--201.json b/tasks/365_our-world-in-data--201.json new file mode 100644 index 0000000000000000000000000000000000000000..bbb098e087b3d534baae9a10256ef9f12bd3f628 --- /dev/null +++ b/tasks/365_our-world-in-data--201.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--201", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Is economic inequallity (with respect to gender) greater in older generations or in younger generationsConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Older" + } + } +} \ No newline at end of file diff --git a/tasks/366_shopping--251.json b/tasks/366_shopping--251.json new file mode 100644 index 0000000000000000000000000000000000000000..256c894920220ded8041cc4ee0c85807da08e953 --- /dev/null +++ b/tasks/366_shopping--251.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--251", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Add the top-rated product from the category with the highest average volume in fl oz to your cartConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Piz Buin" + } + } +} \ No newline at end of file diff --git a/tasks/367_cdc-mental-health--623.json b/tasks/367_cdc-mental-health--623.json new file mode 100644 index 0000000000000000000000000000000000000000..06b707a95a6ea0ece32685467b0205f2943a58da --- /dev/null +++ b/tasks/367_cdc-mental-health--623.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--623", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without using the table view, analyze the trend in the prevalence of moderate or severe anxiety symptoms among adults aged 18 and over from 2019 to 2022.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data shows fluctuations in the prevalence of anxiety symptoms among adults over the specified period." + } + } +} \ No newline at end of file diff --git a/tasks/368_musicbrainz--tunebat--156.json b/tasks/368_musicbrainz--tunebat--156.json new file mode 100644 index 0000000000000000000000000000000000000000..d4fd6dc822ac282eedd1e2ed72f20e1d525846f8 --- /dev/null +++ b/tasks/368_musicbrainz--tunebat--156.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--156", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is the artist behind the most popular rendition of \"Slow Dancing in a Burning Room\". Aggregating across all albums, singles, EPs, Broadcasts, etc. that that person has published, what is the total number of releases per publication?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "John Mayer, 176" + } + } +} \ No newline at end of file diff --git a/tasks/369_our-world-in-data--249.json b/tasks/369_our-world-in-data--249.json new file mode 100644 index 0000000000000000000000000000000000000000..121373578e27e65d4ef4b93b363d1b1268cf8a3d --- /dev/null +++ b/tasks/369_our-world-in-data--249.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--249", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a email to the office of the president of the United Nations about trends and general statistics regarding global extreme poverty rates over the last three decades.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Subject: Analysis of Global Extreme Poverty Trends: 1990-2020\nDear Mr. President,\nI am writing to share a comprehensive analysis of global extreme poverty trends over the past three decades, based on data measuring the proportion of people living below the international poverty line of $1.90 per day (2011 PPP).\nThe data reveals remarkable progress in reducing extreme poverty globally:\nIn 1990, approximately 36.3% of the world's population lived in extreme poverty. By 2020, this figure had dropped dramatically to 10.1%, representing a reduction of 26.3 percentage points. This achievement represents one of the most significant improvements in human welfare in modern history.\nThe progress has been particularly notable across different time periods:\n\n1990-2000: Poverty rates fell from 36.3% to 27.9%\n2000-2010: Further reduction from 27.9% to 15.4%\n2010-2020: Continued decline from 15.4% to 10.1%\n\nThe most rapid progress occurred between 2000 and 2015, with the poverty rate falling by more than half during this period. This coincided with the implementation of the Millennium Development Goals, demonstrating the impact of coordinated global action.\nHowever, significant challenges remain:\n\nThe pace of poverty reduction has slowed considerably since 2015\nThe final 10% has proven particularly resistant to traditional poverty reduction strategies\nRegional disparities persist, with some areas continuing to experience high poverty rates\n\nAs we move forward, it will be crucial to:\n\nDevelop targeted strategies for regions where poverty remains endemic\nAddress the growing challenge of climate change and its impact on vulnerable populations\nStrengthen social protection systems to prevent people from falling back into poverty\nContinue supporting sustainable economic growth in developing nations\n\nThis data underscores both the remarkable achievement in reducing global poverty and the importance of maintaining our commitment to eradicating extreme poverty entirely.\nI would welcome the opportunity to discuss these findings in more detail and explore potential strategies for accelerating progress toward our shared goal of ending extreme poverty.\nSincerely,\n[Your name]" + } + } +} \ No newline at end of file diff --git a/tasks/370_uchicago--mit--480.json b/tasks/370_uchicago--mit--480.json new file mode 100644 index 0000000000000000000000000000000000000000..0dc80f78799d2fb324fa4fbd287a6758089d3818 --- /dev/null +++ b/tasks/370_uchicago--mit--480.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--480", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the price difference between MIT and Uchicago? Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5456 per year" + } + } +} \ No newline at end of file diff --git a/tasks/371_arxiv--322.json b/tasks/371_arxiv--322.json new file mode 100644 index 0000000000000000000000000000000000000000..8af8f23d57c9ff3283f47642e16286f810b0d9d3 --- /dev/null +++ b/tasks/371_arxiv--322.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--322", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Liang Yu's article on coding productivity with AI, what is the median satisfaction score for users who utilize coding assistant tools for 4 to 5 months? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3" + } + } +} \ No newline at end of file diff --git a/tasks/372_understat--485.json b/tasks/372_understat--485.json new file mode 100644 index 0000000000000000000000000000000000000000..9bc03a58a81c613c4a20d5068f8ebe71f550a088 --- /dev/null +++ b/tasks/372_understat--485.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--485", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is average goals in matches in 2019 Sep for Bundesliga? Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.14" + } + } +} \ No newline at end of file diff --git a/tasks/373_arkiv--310.json b/tasks/373_arkiv--310.json new file mode 100644 index 0000000000000000000000000000000000000000..77e1d0077b488a01ff66d4a6616147c3d246b695 --- /dev/null +++ b/tasks/373_arkiv--310.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arkiv" + ], + "task_id": "arkiv--310", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Tell me how we can use reflection to detect zero-shot hallucinations in LLM. Find a method in a paper in arxiv that does this and cite your source.Consider using the following website(s): ARKIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The Attention-Guided SElf-Reflection (AGSER) approach utilizes attention contributions to categorize the input query into attentive and non-attentive queries. Each query is then processed separately through the LLMs, allowing us to compute consistency scores between the generated responses and the original answer. The difference between the two consistency scores serves as a hallucination estimator. In addition to its efficacy in detecting hallucinations, AGSER notably reduces computational complexity, requiring only three passes through the LLM and utilizing two sets of tokens. " + } + } +} \ No newline at end of file diff --git a/tasks/374_worldpop--692.json b/tasks/374_worldpop--692.json new file mode 100644 index 0000000000000000000000000000000000000000..c9d1fc53154104a639c1c7d5f000271cd58ef96e --- /dev/null +++ b/tasks/374_worldpop--692.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--692", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country in South America had the smallest population in 2020, and what was its population?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Suriname \u2192 ~586,000 people." + } + } +} \ No newline at end of file diff --git a/tasks/375_arxiv--366.json b/tasks/375_arxiv--366.json new file mode 100644 index 0000000000000000000000000000000000000000..1c38233969ef7b2941a447af315293d48fcf0e6d --- /dev/null +++ b/tasks/375_arxiv--366.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--366", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst the first 50 articles released on Friday 17 January in the artificial intelligence section of arxiV, how many articles are tagged with the Neural and Evolutionary Computing tag?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1" + } + } +} \ No newline at end of file diff --git a/tasks/376_bea--11.json b/tasks/376_bea--11.json new file mode 100644 index 0000000000000000000000000000000000000000..7c9355ca1a302385ef86b85e1536e6a493958e0d --- /dev/null +++ b/tasks/376_bea--11.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--11", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the impact of consumer spending and international trade on GDP growth.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Consumer spending was the dominant factor driving GDP growth in Q2 2024, while a smaller trade deficit helped reduce negative impacts from international trade. Given the U.S. economy\u2019s reliance on domestic consumption, sustaining income growth and spending levels will be key for future GDP expansion." + } + } +} \ No newline at end of file diff --git a/tasks/377_unwto--708.json b/tasks/377_unwto--708.json new file mode 100644 index 0000000000000000000000000000000000000000..36445c5240e378572920ab932770c3b74513e159 --- /dev/null +++ b/tasks/377_unwto--708.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--708", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the global international tourism expenditure in 2019 (nearest billion USD)?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~1.5 trillion USD" + } + } +} \ No newline at end of file diff --git a/tasks/378_datausa--655.json b/tasks/378_datausa--655.json new file mode 100644 index 0000000000000000000000000000000000000000..33b3fbc6cdfb7b2b98b13d985d3555f46f850742 --- /dev/null +++ b/tasks/378_datausa--655.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--655", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which industries are significant in CHICAGO, IL?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Finance & Insurance." + } + } +} \ No newline at end of file diff --git a/tasks/379_tunebat--853.json b/tasks/379_tunebat--853.json new file mode 100644 index 0000000000000000000000000000000000000000..68fe96bb5391268c876bf20f62e660bd492bf325 --- /dev/null +++ b/tasks/379_tunebat--853.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--853", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 2 most popular songs that will sound good mixed with Birds of A FeatherConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Thats So True- Gracie Abrams, Taste- Sabrina Carpenter" + } + } +} \ No newline at end of file diff --git a/tasks/380_worldpop--531.json b/tasks/380_worldpop--531.json new file mode 100644 index 0000000000000000000000000000000000000000..7bfc7ec78944ecb1a52902ea2d896364cde38362 --- /dev/null +++ b/tasks/380_worldpop--531.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--531", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country had the most monthly airline passengers in January 2017? Austrailia, Canada, Finland or France?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "France" + } + } +} \ No newline at end of file diff --git a/tasks/381_datausa--657.json b/tasks/381_datausa--657.json new file mode 100644 index 0000000000000000000000000000000000000000..c5418dbb166332f0ce854c432f44d07936dd91d7 --- /dev/null +++ b/tasks/381_datausa--657.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--657", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which products are associated with ATLANTA, GA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Personal Care Supplies." + } + } +} \ No newline at end of file diff --git a/tasks/382_worldpop--514.json b/tasks/382_worldpop--514.json new file mode 100644 index 0000000000000000000000000000000000000000..85b1283f6ed490b073f172e1f8797ec10b0725fb --- /dev/null +++ b/tasks/382_worldpop--514.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--514", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose a random day in First half of 2014, what is the probability that it will be a workday in Estonia?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.68" + } + } +} \ No newline at end of file diff --git a/tasks/383_our-world-in-data--445.json b/tasks/383_our-world-in-data--445.json new file mode 100644 index 0000000000000000000000000000000000000000..fc23ad2d06d2e5370d5017fa50fdff2b2317aac3 --- /dev/null +++ b/tasks/383_our-world-in-data--445.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--445", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare global poverty rate in 1990 vs 2000 Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1990: 36.3%\n2000: 27.9% " + } + } +} \ No newline at end of file diff --git a/tasks/384_cdc-obesity--564.json b/tasks/384_cdc-obesity--564.json new file mode 100644 index 0000000000000000000000000000000000000000..e3816e0b01563a8e59c11e2dad9cf7c729d06bb4 --- /dev/null +++ b/tasks/384_cdc-obesity--564.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--564", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using Covid-19 data as well as core protection strategies for December 2023 write an email on behalf of a concerned parent who wants to know the precautions that schools enabled to let students return to school. Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.4 Emergency department visits in the California in December 2023" + } + } +} \ No newline at end of file diff --git a/tasks/385_nih--591.json b/tasks/385_nih--591.json new file mode 100644 index 0000000000000000000000000000000000000000..18cbac899a41db5481daf2f8b7d664a394d8c421 --- /dev/null +++ b/tasks/385_nih--591.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--591", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create an email to the NIH about having technical issues applying for an R01 Reasearch Project Grant with the website. Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Subject: Technical Issues with R01 Research Project Grant Application Submission\n\nDear [Recipient's Name or \"NIH Grants Team\"],\n\nI hope this message finds you well. I am currently in the process of submitting an application for the R01 Research Project Grant (Application No. [insert application number, if applicable]) and have encountered several technical issues while navigating the application portal.\n\nSpecifically, [describe the issue in detail\u2014e.g., \"the website is not allowing me to upload certain documents,\" \"the system is displaying error messages when I try to submit forms,\" \"there are inconsistencies with the grant application progress indicator,\" etc.]. Despite attempting to troubleshoot these issues on my end (such as clearing my cache and trying a different browser), the problems persist.\n\nI would appreciate any guidance or assistance you can provide in resolving this matter, as I am eager to complete the application before the upcoming deadline. If necessary, I am happy to provide additional details or screenshots to help diagnose the issue.\n\nThank you for your time and support. I look forward to hearing from you soon.\n\nBest regards,\n[Your Full Name]" + } + } +} \ No newline at end of file diff --git a/tasks/386_apta--725.json b/tasks/386_apta--725.json new file mode 100644 index 0000000000000000000000000000000000000000..b1ec0a558d1d68ab49fd62554f2aff17866864e3 --- /dev/null +++ b/tasks/386_apta--725.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--725", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the environmental impact of diesel vs. electric buses using data from APTA and the Environmental Protection Agency (EPA).Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } +} \ No newline at end of file diff --git a/tasks/387_arxiv--352.json b/tasks/387_arxiv--352.json new file mode 100644 index 0000000000000000000000000000000000000000..e9ab700368e51c274ad1b7f63a5d694d3e8efc9c --- /dev/null +++ b/tasks/387_arxiv--352.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--352", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When assessing hallucination using the Books, Movies and GCI dataset following Yehuda et al., how much does the hallucination detection score increase when we apply attentive compared to non-attentive queries for AGSER when using a Books Dataset with Llama2-13bConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.306" + } + } +} \ No newline at end of file diff --git a/tasks/388_mit--786.json b/tasks/388_mit--786.json new file mode 100644 index 0000000000000000000000000000000000000000..fe8eb2cdec1d26680e7086a375cde2927234c98d --- /dev/null +++ b/tasks/388_mit--786.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--786", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an email based on full time student data advocating for whether undergraduate programs at MIT need more gender based inclusionConsider using the following website(s): MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Should not support gender programs" + } + } +} \ No newline at end of file diff --git a/tasks/389_our-world-in-data--187.json b/tasks/389_our-world-in-data--187.json new file mode 100644 index 0000000000000000000000000000000000000000..584f83427a6493c53cdb4e991ea42997deab59a4 --- /dev/null +++ b/tasks/389_our-world-in-data--187.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--187", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much does the country Tuvalu spend on healthcare as a percentage of GDPConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "22.41%" + } + } +} \ No newline at end of file diff --git a/tasks/390_arxiv--333.json b/tasks/390_arxiv--333.json new file mode 100644 index 0000000000000000000000000000000000000000..fb62bc1c58f2f593fc3d891532ca2e9a71c67898 --- /dev/null +++ b/tasks/390_arxiv--333.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--333", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper on \"Generative Medical Image Anonymization Based on Latent Code Projection and Optimization\", what is the average F1 score amongst all models in table 3Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.475" + } + } +} \ No newline at end of file diff --git a/tasks/391_cfpb--119.json b/tasks/391_cfpb--119.json new file mode 100644 index 0000000000000000000000000000000000000000..f196442b15fc96855b073017d5faed90adbbdec2 --- /dev/null +++ b/tasks/391_cfpb--119.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--119", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the difference in household income levels between small business owners and non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Small business owners have a higher percentage in income categories over $50,000" + } + } +} \ No newline at end of file diff --git a/tasks/392_arxiv--48.json b/tasks/392_arxiv--48.json new file mode 100644 index 0000000000000000000000000000000000000000..54093f3a3345cd5dad037c83d2b6b6d95547b154 --- /dev/null +++ b/tasks/392_arxiv--48.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--48", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find papers related to 'explainable AI' and summarize the techniques used across at least 3 papers.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary of XAI techniques in 3 papers" + } + } +} \ No newline at end of file diff --git a/tasks/393_datausa--637.json b/tasks/393_datausa--637.json new file mode 100644 index 0000000000000000000000000000000000000000..0eff915d44506022673710c68591cd0e8e409e28 --- /dev/null +++ b/tasks/393_datausa--637.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--637", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the most popular jobs in ATLANTA, GA and HOUSTON, TX. Which city has more job diversity?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "ATLANTA, GA \u2192 Police Officers \n HOUSTON, TX \u2192 Registered Nurses. HOUSTON, TX has less diversity." + } + } +} \ No newline at end of file diff --git a/tasks/394_tunebat--856.json b/tasks/394_tunebat--856.json new file mode 100644 index 0000000000000000000000000000000000000000..192defc730fdc5ad9059168007e76545a5873bad --- /dev/null +++ b/tasks/394_tunebat--856.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--856", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 3 most recent songs that will sound good mixed with A Bar SongConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\"Please Don't Go\" by Wyatt Flores\n\"Missed Call\" by Treaty Oak Revival\n\"Dancing In The Rain\" by Chase Matthew" + } + } +} \ No newline at end of file diff --git a/tasks/395_cdc-obesity--780.json b/tasks/395_cdc-obesity--780.json new file mode 100644 index 0000000000000000000000000000000000000000..f54f7c0c28c0be6561472bc99a22f716804c37c3 --- /dev/null +++ b/tasks/395_cdc-obesity--780.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--780", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table, use in CDC Obesity to analyze the trend between American region and Obesity in Black Adult's ObesityConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "SW the most with around 80 percent being in the 45-50 percent range, the NW area is also on the higher end with an average around 40 -45 percent. The NE is much lesser and is actually the least with most adults in the 30 - 40 range wiht MT as an outlier of 50+. SE is similar, byt more uniform with all areas in the 35 - 45 range" + } + } +} \ No newline at end of file diff --git a/tasks/396_understat--488.json b/tasks/396_understat--488.json new file mode 100644 index 0000000000000000000000000000000000000000..5865e21a92c7c4505320f1a51e05f55ab24a3022 --- /dev/null +++ b/tasks/396_understat--488.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--488", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a line graph detailing number of matches in Bundesliga form 2015 Jan to MayConsider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Jan: 7, Feb: 45, March:29, April: 36, May: 36" + } + } +} \ No newline at end of file diff --git a/tasks/397_apta--745.json b/tasks/397_apta--745.json new file mode 100644 index 0000000000000000000000000000000000000000..98e197789f731dbec314e6bbea63b6c091b310e9 --- /dev/null +++ b/tasks/397_apta--745.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--745", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Locate APTA\u2019s recommendations for integrating new technologies into public transportation systems.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Missing ground truth" + } + } +} \ No newline at end of file diff --git a/tasks/398_fred--765.json b/tasks/398_fred--765.json new file mode 100644 index 0000000000000000000000000000000000000000..32fcc5c3df04accc7852f77b88b21584d1c395a0 --- /dev/null +++ b/tasks/398_fred--765.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--765", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the unemployment rate in New York?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.40%" + } + } +} \ No newline at end of file diff --git a/tasks/399_arxiv--384.json b/tasks/399_arxiv--384.json new file mode 100644 index 0000000000000000000000000000000000000000..e14a59acfd1f5445b626ee8e318f4496afc36e51 --- /dev/null +++ b/tasks/399_arxiv--384.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--384", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. Tell me what the best defence is and its standard deviation in drop % across the different scenariosConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "ARMOR, 18.08%" + } + } +} \ No newline at end of file diff --git a/tasks/400_datausa--664.json b/tasks/400_datausa--664.json new file mode 100644 index 0000000000000000000000000000000000000000..a1209f654cc807264889f78f69bb85c1add5c052 --- /dev/null +++ b/tasks/400_datausa--664.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--664", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which university is highlighted in EAST PALO ALTO, CA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "University of California-Berkeley." + } + } +} \ No newline at end of file diff --git a/tasks/401_arxiv--337.json b/tasks/401_arxiv--337.json new file mode 100644 index 0000000000000000000000000000000000000000..3e34606cbf3b075487cc2494a0255e03e22ff628 --- /dev/null +++ b/tasks/401_arxiv--337.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--337", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper studying personality modeling for AI agent misinformation persuasion, what was the foundational model used to implement the AI agents?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "GLM-4-Flash" + } + } +} \ No newline at end of file diff --git a/tasks/402_arxiv--389.json b/tasks/402_arxiv--389.json new file mode 100644 index 0000000000000000000000000000000000000000..16d0d904d8cc114e40f10808e5f4b0ea5aaaf655 --- /dev/null +++ b/tasks/402_arxiv--389.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--389", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. What pair of defences has the strongest correlation in their drop pattern and what is it?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Random vs Emax, pearson p of 0.78" + } + } +} \ No newline at end of file diff --git a/tasks/403_noaa--91.json b/tasks/403_noaa--91.json new file mode 100644 index 0000000000000000000000000000000000000000..28615712785fc045666a8dfe426da9d84ebc86b2 --- /dev/null +++ b/tasks/403_noaa--91.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--91", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using NOAA wildfire datasets, create a trend analysis report for wildfire acreage burned per year (1990\u20132022)Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Wildfire trend analysis report" + } + } +} \ No newline at end of file diff --git a/tasks/404_mit--441.json b/tasks/404_mit--441.json new file mode 100644 index 0000000000000000000000000000000000000000..aca44093cdf690feb2494dfc29a59d458ed49692 --- /dev/null +++ b/tasks/404_mit--441.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--441", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and analyze the enrollment data for degree-seeking first-time first-year undergraduate students across racial/ethnic categories. Summarize the percentage change in enrollment for each group compared to the previous year. Based on your findings, compose an email to the university's recruitment team recommending the best areas to focus recruitment efforts.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "First-Time First Year Enrollment (Total = 1,136):\nNonresident aliens: 10.92%\nHispanic: 14.36%\nBlack or African American, non-Hispanic: 8.28%\nWhite, non-Hispanic: 20.77%\nAmerican Indian or Alaska Native, non-Hispanic: 0.18%\nAsian, non-Hispanic: 35.23%\nNative Hawaiian or other Pacific Islander, non-Hispanic: 0.00%\nTwo or more races, non-Hispanic: 6.16%\nRace and/or ethnicity unknown: 4.14%\nEmail could recommend increasing recruitment in underrepresented categories such as Native Hawaiian, American Indian, or African American students." + } + } +} \ No newline at end of file diff --git a/tasks/405_nih--594.json b/tasks/405_nih--594.json new file mode 100644 index 0000000000000000000000000000000000000000..14c6ee352140f21d952fbf346c8025bf49d1f6b3 --- /dev/null +++ b/tasks/405_nih--594.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--594", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the contact information for the Office of Extramural Research.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "grantsinfo@od.nih.gov" + } + } +} \ No newline at end of file diff --git a/tasks/406_uchicago--mit--476.json b/tasks/406_uchicago--mit--476.json new file mode 100644 index 0000000000000000000000000000000000000000..198191d3b8c33716400783549af02e626d8c6ac2 --- /dev/null +++ b/tasks/406_uchicago--mit--476.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--476", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many more first-time, first year men applied to Uchicago compared to MIT for students who applied and enrolled in Fall 2023?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "805" + } + } +} \ No newline at end of file diff --git a/tasks/407_riaa--818.json b/tasks/407_riaa--818.json new file mode 100644 index 0000000000000000000000000000000000000000..d1caa2c23e78553df01cf0211385845ce3d8930e --- /dev/null +++ b/tasks/407_riaa--818.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--818", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percent of total revenue is LP/EP between 1974 and 1984 compared to 2012 and 2022, post on reddit the opinion of someone from 1970s of this statConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1974 - 61.6%\n - 26.1%\n1984 - 35.7%\n\n2012 - 2.3%\n + 5.4 %\n2022 - 7.7%\n\nA person from the 1970s might view these changes as both a loss of the tactile, tangible connection to music and an intriguing cultural revival, where the format they cherished regained a small but meaningful foothold in a much-changed world." + } + } +} \ No newline at end of file diff --git a/tasks/408_our-world-in-data--239.json b/tasks/408_our-world-in-data--239.json new file mode 100644 index 0000000000000000000000000000000000000000..c2a79f9fcfcf05a23c807146550710589f3e8ff6 --- /dev/null +++ b/tasks/408_our-world-in-data--239.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--239", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the average global energy consumption per capita in 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "41,172 kWh per person" + } + } +} \ No newline at end of file diff --git a/tasks/409_our-world-in-data--186.json b/tasks/409_our-world-in-data--186.json new file mode 100644 index 0000000000000000000000000000000000000000..bfb96dd1e3168fb401fd523ce074813207cee7fe --- /dev/null +++ b/tasks/409_our-world-in-data--186.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--186", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many Twhs of energy were produced through fossil fuels by each of the following groups: G20, Non-OECD, Asia, Asia Pacific Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "G20 (Ember): 14781.6 TWh\nNon-OECD (EI): 12439.0 TWh\nAsia (Ember): 10381.5 TWh\nAsia Pacific (EI): 10227.4 TWh" + } + } +} \ No newline at end of file diff --git a/tasks/410_our-world-in-data--230.json b/tasks/410_our-world-in-data--230.json new file mode 100644 index 0000000000000000000000000000000000000000..84dd4ef20fce5b3ef19ac843de85f823f7604b01 --- /dev/null +++ b/tasks/410_our-world-in-data--230.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--230", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the life expectancy of Tuvalu Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "66.1 years" + } + } +} \ No newline at end of file diff --git a/tasks/411_cdc-mental-health--621.json b/tasks/411_cdc-mental-health--621.json new file mode 100644 index 0000000000000000000000000000000000000000..046d486c06389d8bc40cd38d7d77781bf173fdc6 --- /dev/null +++ b/tasks/411_cdc-mental-health--621.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--621", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without using the table view, analyze the trend in the percentage of adults receiving mental health treatment from 2019 to 2021.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data shows an increase in the percentage of adults receiving mental health treatment over the specified period." + } + } +} \ No newline at end of file diff --git a/tasks/412_arxiv--357.json b/tasks/412_arxiv--357.json new file mode 100644 index 0000000000000000000000000000000000000000..b8dff50ba6a30a28d45115238ca0165edf772db4 --- /dev/null +++ b/tasks/412_arxiv--357.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--357", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is last author for the paper on enhancing the robustness of unlearnable data against any augmentation methods?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Chen Chen" + } + } +} \ No newline at end of file diff --git a/tasks/413_tunebat--musicbrainz--richard-powers--298.json b/tasks/413_tunebat--musicbrainz--richard-powers--298.json new file mode 100644 index 0000000000000000000000000000000000000000..79bdba7fa6f67762895f18da4e7d41d8918d9155 --- /dev/null +++ b/tasks/413_tunebat--musicbrainz--richard-powers--298.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat--musicbrainz--richard-powers" + ], + "task_id": "tunebat--musicbrainz--richard-powers--298", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the following songs, one of them has a BPM that is suitable for a Viennese Waltz: either on or off the drugs by JPEGMAFIA, Echo by Jason Walker, and \u4e8c\u5341\u4e94\u5713\u821e\u66f2 by kiri T. For said song, what was the average duration of songs on the albumn it was released on (CD version, not directors cut)?Consider using the following website(s): TUNEBAT + MUSICBRAINZ + RICHARD POWERS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.99 minutes" + } + } +} \ No newline at end of file diff --git a/tasks/414_arxiv--387.json b/tasks/414_arxiv--387.json new file mode 100644 index 0000000000000000000000000000000000000000..6e17525657bf3d66a649721fe838a319fb5d9ae3 --- /dev/null +++ b/tasks/414_arxiv--387.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--387", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. What is the 95th Percentile Drop for CTAP?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "55.6035" + } + } +} \ No newline at end of file diff --git a/tasks/415_fred--757.json b/tasks/415_fred--757.json new file mode 100644 index 0000000000000000000000000000000000000000..8b632fcaf5e32929348729431df5bf576278a648 --- /dev/null +++ b/tasks/415_fred--757.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--757", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the federal funds effective rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.83%" + } + } +} \ No newline at end of file diff --git a/tasks/416_unwto--698.json b/tasks/416_unwto--698.json new file mode 100644 index 0000000000000000000000000000000000000000..3d2dadefc3e8ca9b9101433e0bc4ef4bda827c39 --- /dev/null +++ b/tasks/416_unwto--698.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--698", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the tourism arrivals in Europe and Asia in 2021. Which region had more arrivals, and what was the approximate difference?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~280M \n Asia: ~60M \n Difference: ~220M" + } + } +} \ No newline at end of file diff --git a/tasks/417_our-world-in-data--173.json b/tasks/417_our-world-in-data--173.json new file mode 100644 index 0000000000000000000000000000000000000000..ff982d561a71dd5c7fc3de538c3c702f68ea2ea7 --- /dev/null +++ b/tasks/417_our-world-in-data--173.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--173", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Describe the trend in global life expectancy. (Structured, Action-Based)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "linear increase to the number of years" + } + } +} \ No newline at end of file diff --git a/tasks/418_shopping--282.json b/tasks/418_shopping--282.json new file mode 100644 index 0000000000000000000000000000000000000000..d9b0a268f5603f6fc4a9d4fa5151f1eb30f32a21 --- /dev/null +++ b/tasks/418_shopping--282.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--282", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Which product type has the highest average volume?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Sun burn relief has the highest average volume at 10.10 oz." + } + } +} \ No newline at end of file diff --git a/tasks/419_our-world-in-data--198.json b/tasks/419_our-world-in-data--198.json new file mode 100644 index 0000000000000000000000000000000000000000..f54d8aa6cf8269ace5653eae3cd2076cbdea5a6c --- /dev/null +++ b/tasks/419_our-world-in-data--198.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--198", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In what two countries did 31-39% of the population have access to clean water in the year 2019?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Sao Tome and Principe, Mongolia " + } + } +} \ No newline at end of file diff --git a/tasks/420_worldpop--688.json b/tasks/420_worldpop--688.json new file mode 100644 index 0000000000000000000000000000000000000000..654ba08d6ffd41299a343aa8668e0babd0de47da --- /dev/null +++ b/tasks/420_worldpop--688.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--688", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of the global population lived in Asia in 2020?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~59.5% of the global population." + } + } +} \ No newline at end of file diff --git a/tasks/421_shopping--257.json b/tasks/421_shopping--257.json new file mode 100644 index 0000000000000000000000000000000000000000..fc7348955e70b000b24ed93652d32a2cadec081d --- /dev/null +++ b/tasks/421_shopping--257.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--257", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the most expensive item in the product category that has the highest average volume, where the product categories are sunscreen, tanner, relief, and lipstickConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "use should purchase Banana Boat Continuous Spf#08 Spray Dry Oil With Argan Oil 6 Ounce (177ml) (2 Pack)" + } + } +} \ No newline at end of file diff --git a/tasks/422_musicbrainz--140.json b/tasks/422_musicbrainz--140.json new file mode 100644 index 0000000000000000000000000000000000000000..55b8f7af2c622f2e2feacde7b368c5f615baf45b --- /dev/null +++ b/tasks/422_musicbrainz--140.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--140", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Releases on music brain can have one of the following statuses: official, promotion, bootleg, pseudo-release, withdrawn, cancelled, and expunged. What is the distribution of statuses exlcluding songs that do not have a status setConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Official\t4,270,279\t95.1%\nPromotion\t106,786\t2.38%\nBootleg\t88,675\t1.97%\nPseudo-Release\t20,887\t0.47%\nWithdrawn\t4,883\t0.11%\nCancelled\t347\t0.01%\nExpunged\t136\t0.003%\nTotal \t4,491,993\t100%" + } + } +} \ No newline at end of file diff --git a/tasks/423_cfpb--105.json b/tasks/423_cfpb--105.json new file mode 100644 index 0000000000000000000000000000000000000000..ba475377db66e99c4b23989b5bae0bdacdf93c95 --- /dev/null +++ b/tasks/423_cfpb--105.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--105", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a visualization of income volatility differences between small business owners and non-owners. Describe the trend.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 1: Differences in income volatility and related measures between small business owners and non-owners shows that small business owners experience significantly more income volatility than non-owners. The unadjusted and adjusted estimates both indicate higher financial instability for business owners, especially in terms of volatile income and drops in income." + } + } +} \ No newline at end of file diff --git a/tasks/424_datausa--640.json b/tasks/424_datausa--640.json new file mode 100644 index 0000000000000000000000000000000000000000..1702bdab433f7d6aa77d8fa0cf409ab69407557c --- /dev/null +++ b/tasks/424_datausa--640.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--640", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the universities highlighted in ATLANTA, GA and CHICAGO, IL. Which one is more focused on STEM degrees?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "ATLANTA, GA \u2192 Howard University \n CHICAGO, IL \u2192 Cornell University. Cornell University is more focused on STEM." + } + } +} \ No newline at end of file diff --git a/tasks/425_fred--767.json b/tasks/425_fred--767.json new file mode 100644 index 0000000000000000000000000000000000000000..f65a5973b190de3f6402789e007bbd5d233fb7ad --- /dev/null +++ b/tasks/425_fred--767.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--767", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What options does FRED offer for total nonfarm private payroll employment?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1. weekly, seasonally adjusted\n2. monthly, seasonally adjusted\n3. Monthly, not seasonally adjusted\n4. weekly, not seasonally adjusted" + } + } +} \ No newline at end of file diff --git a/tasks/426_arkiv--312.json b/tasks/426_arkiv--312.json new file mode 100644 index 0000000000000000000000000000000000000000..90eb990be97ef1692877117412e0bd496b8cd101 --- /dev/null +++ b/tasks/426_arkiv--312.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arkiv" + ], + "task_id": "arkiv--312", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Tell me the main contributions in the VRS-HQ paperConsider using the following website(s): ARKIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": " They present Temporal Dynamic Aggregation to blend spatial features from frame-level tokens into a temporal token, endowing the model with the ability to discern inter-frame variations and comprehend the global semantic context of the targets.\nThey focus on harnessing the power of temporal tokens in video perception, using the integrated temporal token via SAM2 for keyframe segmentation and propagation. Additionally, we present the Token-driven Keyframe Selection, combining each sampled frame with the temporal token to generate occlusion scores via SAM2, providing a reliable basis for keyframe detection.\nBy combining the above designs, they introduce VRS-HQ, demonstrating state-of-the-art performance on the VRS benchmark and existing RVOS datasets." + } + } +} \ No newline at end of file diff --git a/tasks/427_worldpop--690.json b/tasks/427_worldpop--690.json new file mode 100644 index 0000000000000000000000000000000000000000..66b9e4e58b869f9db651a249edda9816b02d51c0 --- /dev/null +++ b/tasks/427_worldpop--690.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--690", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the total population of Kenya and Tanzania combined in 2020?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Kenya \u2192 ~53 million \n Tanzania \u2192 ~59 million \n Combined \u2192 ~112 million." + } + } +} \ No newline at end of file diff --git a/tasks/428_tunebat--294.json b/tasks/428_tunebat--294.json new file mode 100644 index 0000000000000000000000000000000000000000..6ae3e0d24a347beb12219abb7ab6a90065fa61b8 --- /dev/null +++ b/tasks/428_tunebat--294.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--294", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the time signature of Illumielle by Jo Blankenburg Consider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3/4" + } + } +} \ No newline at end of file diff --git a/tasks/429_uchicago--472.json b/tasks/429_uchicago--472.json new file mode 100644 index 0000000000000000000000000000000000000000..937f7a2da8b27a75b252247748ace0ac7a6dc303 --- /dev/null +++ b/tasks/429_uchicago--472.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago" + ], + "task_id": "uchicago--472", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot an appropriate graph to show the racial demographic breakdown at Uchicago as of October 2023Consider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Pie chart or bar graph" + } + } +} \ No newline at end of file diff --git a/tasks/430_noaa--80.json b/tasks/430_noaa--80.json new file mode 100644 index 0000000000000000000000000000000000000000..7a15bef7fa7e6d17f10fb09b6197c02326a9035c --- /dev/null +++ b/tasks/430_noaa--80.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--80", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the average annual temperature anomalies for the United States between 2000\u20132010 and 2011\u20132021. Visualize the comparison.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Visualization comparing temperature anomalies" + } + } +} \ No newline at end of file diff --git a/tasks/431_shopping--269.json b/tasks/431_shopping--269.json new file mode 100644 index 0000000000000000000000000000000000000000..fea386be6282440c09540e4d22edc2d93f066b20 --- /dev/null +++ b/tasks/431_shopping--269.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--269", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? What is the weight difference between Piz Buin FP15 TAN & PROTECT LOTION and MAKEPREM UV Defense Me Sunscreen?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.38 fl oz" + } + } +} \ No newline at end of file diff --git a/tasks/432_trading-economics--833.json b/tasks/432_trading-economics--833.json new file mode 100644 index 0000000000000000000000000000000000000000..39dc0b0240ca1a4d599741480180f0e6d8d674d9 --- /dev/null +++ b/tasks/432_trading-economics--833.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "trading-economics" + ], + "task_id": "trading-economics--833", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a email on the relation between debt and gdp based on the countries with the lowest gdpConsider using the following website(s): TRADING ECONOMICS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Though Russia has low debt, it has low gdp . The same applies for Mexico, email should emphasize that low debt seems to be associated with low gdp" + } + } +} \ No newline at end of file diff --git a/tasks/433_bea--18.json b/tasks/433_bea--18.json new file mode 100644 index 0000000000000000000000000000000000000000..93c748519266eb8e4cf252b43e15853030e7d980 --- /dev/null +++ b/tasks/433_bea--18.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--18", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a visual represnetaion of month over month PCE from feb 2024 to aug 2024Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The PCE growth rate has shown fluctuations. There was a significant increase in March compared to February, indicating a surge in consumer spending during that month. April saw a sharp decline in PCE growth to 0.3%. Consumer spending picked up again in May, reaching 0.5%, but subsequently dropped back to 0.3% in June and July. August, the PCE growth rate had dropped to its lowest level in the period at 0.2%" + } + } +} \ No newline at end of file diff --git a/tasks/434_shopping--277.json b/tasks/434_shopping--277.json new file mode 100644 index 0000000000000000000000000000000000000000..292091d7069f418cf4d68fc4822e99663044d760 --- /dev/null +++ b/tasks/434_shopping--277.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--277", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Suppose these products were stocked on a shelf in order of Lipstick, Tanner, Sunscreen, and Sunburn Relief, and then by volume within categories (smallest to largest). Buy the eighth item on the shelfConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3w Clinic Intensive UV Sunblock Cream SPF50 PA+++" + } + } +} \ No newline at end of file diff --git a/tasks/435_unwto--493.json b/tasks/435_unwto--493.json new file mode 100644 index 0000000000000000000000000000000000000000..f63d61ecacc3dee5e0d4b65281f89858a8ca9416 --- /dev/null +++ b/tasks/435_unwto--493.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--493", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "AS of 31 Dec 2023, what is the percentage of people vaccinated per 100 population in Angola?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "46.50%" + } + } +} \ No newline at end of file diff --git a/tasks/436_arxiv--41.json b/tasks/436_arxiv--41.json new file mode 100644 index 0000000000000000000000000000000000000000..5fca8a364b44cb0dcddd26d889f5e94a716335fd --- /dev/null +++ b/tasks/436_arxiv--41.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--41", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a timeline of submission dates for papers mentioning 'graph neural networks' in the title.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Timeline plot of GNN paper submissions" + } + } +} \ No newline at end of file diff --git a/tasks/437_bea--399.json b/tasks/437_bea--399.json new file mode 100644 index 0000000000000000000000000000000000000000..9a3c25f05eaa644a1ad65e04545cfdb5820fe377 --- /dev/null +++ b/tasks/437_bea--399.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--399", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Use the BEA Data API to write code to populate an input output table. Make sure you follow the instructions in the user guide. Write but do not run the codeConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "# -----------------------------------------------------------\n# 1. Populate an Input\u2013Output (I-O) Use table with BEA data\n# -----------------------------------------------------------\nimport requests, pandas as pd\n\nUSER_ID = \"YOUR-36-CHARACTER-KEY\"\n\n# \u25ba Choose a benchmark Use table (e.g. TableID 57 = 2017 Use table, producers' prices).\n# See Appendix K \u2192 GetParameterValues for TableID choices. :contentReference[oaicite:0]{index=0}​:contentReference[oaicite:1]{index=1}\nparams = {\n \"UserID\": USER_ID,\n \"method\": \"GetData\",\n \"DataSetName\": \"InputOutput\",\n \"TableID\": \"57\", # change as needed\n \"Year\": \"2017\", # or \"ALL\"\n \"ResultFormat\": \"JSON\"\n}\n\nresp = requests.get(\"https://apps.bea.gov/api/data\", params=params, timeout=30)\nresp.raise_for_status()\ndata = resp.json()[\"BEAAPI\"][\"Results\"][\"Data\"]\n\n# Convert to tidy frame \u2192 pivot to an I-O matrix (Commodities \u00d7 Industries)\ndf = pd.DataFrame(data)\nio_table = df.pivot_table(index=\"Commodity\", columns=\"Industry\", values=\"DataValue\", aggfunc=\"first\")\n\n# io_table now contains the numeric I-O matrix ready for analysis.\n" + } + } +} \ No newline at end of file diff --git a/tasks/438_bea--4.json b/tasks/438_bea--4.json new file mode 100644 index 0000000000000000000000000000000000000000..4191e1e532bb8916c51e0501d705a6b31f364a77 --- /dev/null +++ b/tasks/438_bea--4.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--4", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average annual growth rate of GDP from the past four quarters.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~2.9%" + } + } +} \ No newline at end of file diff --git a/tasks/439_musicbrainz--790.json b/tasks/439_musicbrainz--790.json new file mode 100644 index 0000000000000000000000000000000000000000..ca9ee0615c74933ca93bab9ffc02e48e77ea0e82 --- /dev/null +++ b/tasks/439_musicbrainz--790.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--790", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the mean, std dev and median for the length of a song in the album adjustmentsConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The mean song length is 4:34, the median song length is 4:26, and the standard deviation is 52.13 seconds" + } + } +} \ No newline at end of file diff --git a/tasks/440_uchicago--473.json b/tasks/440_uchicago--473.json new file mode 100644 index 0000000000000000000000000000000000000000..418606356c98c200e1a91b7766df8a4fa31ce2c3 --- /dev/null +++ b/tasks/440_uchicago--473.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago" + ], + "task_id": "uchicago--473", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the two types of housing that Uchicago does not offer to undergraduates?Consider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Men;s residence halls and special housign for international students" + } + } +} \ No newline at end of file diff --git a/tasks/441_understat--487.json b/tasks/441_understat--487.json new file mode 100644 index 0000000000000000000000000000000000000000..fea2e220311f124202aafba4c62623bc1eb163f9 --- /dev/null +++ b/tasks/441_understat--487.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--487", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is average goals in matches in 2024 October for RFPL? Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.92" + } + } +} \ No newline at end of file diff --git a/tasks/442_nih--585.json b/tasks/442_nih--585.json new file mode 100644 index 0000000000000000000000000000000000000000..7214a9ba5b8703cf310e4a55476fb3a612c566e0 --- /dev/null +++ b/tasks/442_nih--585.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--585", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the return on investment for NIH-funded clinical trials by comparing funding amounts to the number of resulting publications and citations, for childhood health and tabacco prevention.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": " Every $1 spent on early childhood health and development saves up to $9 in future spending on health, social and justice services. Return on investment: 800%.\n\n Every $1 invested in tobacco prevention programs saves up to $20 in future health care costs. Return on investment: 1900%." + } + } +} \ No newline at end of file diff --git a/tasks/443_our-world-in-data--193.json b/tasks/443_our-world-in-data--193.json new file mode 100644 index 0000000000000000000000000000000000000000..e9a221521770a7dd28d958a2ac953a19320648f0 --- /dev/null +++ b/tasks/443_our-world-in-data--193.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--193", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the top five countries with the highest child mortality rates in 1990 and 2020, and compute the z-scores of the rates for each year.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1990:\n\nNiger (33.2%) - z-score: 3.95\nLiberia (26.4%) - z-score: 2.92\nSierra Leone (26.0%) - z-score: 2.86\nSouth Sudan (25.2%) - z-score: 2.74\nMozambique (24.4%) - z-score: 2.61\n\n2020:\n\nNiger (12.1%) - z-score: 3.57\nNigeria (11.4%) - z-score: 3.31\nSomalia (11.3%) - z-score: 3.27\nChad (11.0%) - z-score: 3.15\nSierra Leone (10.8%) - z-score: 3.09" + } + } +} \ No newline at end of file diff --git a/tasks/444_tunebat--musicbrainz--296.json b/tasks/444_tunebat--musicbrainz--296.json new file mode 100644 index 0000000000000000000000000000000000000000..9a93a4aec8ed718fb62ccc91561adf4c21e9543c --- /dev/null +++ b/tasks/444_tunebat--musicbrainz--296.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat--musicbrainz" + ], + "task_id": "tunebat--musicbrainz--296", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the release date, time signature, and bpm of Planetarium by Justin Hurwitz?Consider using the following website(s): TUNEBAT + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2016" + } + } +} \ No newline at end of file diff --git a/tasks/445_cdc-covid--550.json b/tasks/445_cdc-covid--550.json new file mode 100644 index 0000000000000000000000000000000000000000..03d43d9532af4cd279e38eb28083cd34bbdc779b --- /dev/null +++ b/tasks/445_cdc-covid--550.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--550", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percent of covid deaths occur in people over the age of 65?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "81%" + } + } +} \ No newline at end of file diff --git a/tasks/446_uchicago--mit--481.json b/tasks/446_uchicago--mit--481.json new file mode 100644 index 0000000000000000000000000000000000000000..01d4e732a87c2547566a89b6dffa150753a3491d --- /dev/null +++ b/tasks/446_uchicago--mit--481.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--481", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which school has a greater acceptance rate for first-time, first-year women who applied and by how much?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "University of Chicago, 0.0302" + } + } +} \ No newline at end of file diff --git a/tasks/447_worldpop--516.json b/tasks/447_worldpop--516.json new file mode 100644 index 0000000000000000000000000000000000000000..e6a609a687b32aee1e3a5d709af69484c4fa3a95 --- /dev/null +++ b/tasks/447_worldpop--516.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--516", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose a random day in Q1 2011, what is the probability that it will be a workday in Aruba?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.678" + } + } +} \ No newline at end of file diff --git a/tasks/448_uchicago--468.json b/tasks/448_uchicago--468.json new file mode 100644 index 0000000000000000000000000000000000000000..71940395fc63be01ef790da25413ffed146910c4 --- /dev/null +++ b/tasks/448_uchicago--468.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago" + ], + "task_id": "uchicago--468", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Is the admission rate for transfer or first-time degree seeking men higher at UChicago and by how muchConsider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "First-time degree seeking men. By 1.46%" + } + } +} \ No newline at end of file diff --git a/tasks/449_our-world-in-data--170.json b/tasks/449_our-world-in-data--170.json new file mode 100644 index 0000000000000000000000000000000000000000..23613ae92a91313e4c0e31404dbedf744cbe26aa --- /dev/null +++ b/tasks/449_our-world-in-data--170.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--170", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the literacy rates between Latin America + the Carribean and the rest of the world,; and calculate the interquartile range for the last 50 years for each. Visualize the trends.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "World Statistics\nQ1: 73.82%\nQ3: 84.60%\nIQR: 10.78%\n\nLatin America Statistics\nQ1: 83.22%\nQ3: 92.49%\nIQR: 9.27%\n\nGraph description: \ntrend line for Latin America and Caribbean states should rise from just below 80% to near 95% from 1975 to 2023. trend line for the world should rise from 65% to 85% in the same time period. Both trend lines should be roughly linear, though, the world literacy has slightly faster growth in literacy prior to 1999. Further, the trend line for latin america should be consistently 8-15% higher than for the rest of of the world from 1975-2023." + } + } +} \ No newline at end of file diff --git a/tasks/450_noaa--609.json b/tasks/450_noaa--609.json new file mode 100644 index 0000000000000000000000000000000000000000..15701d29415c77e050cca21b73ada10656cfa68a --- /dev/null +++ b/tasks/450_noaa--609.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--609", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Over the month of May, explain the average maximum temperature trend, as well as the minimum temperature average trend and how that relates for the hottest state. Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Arizona, south has warm temperatures and northern arizona has colder temperatures. Trend contiues even in warm weather" + } + } +} \ No newline at end of file diff --git a/tasks/451_arxiv--382.json b/tasks/451_arxiv--382.json new file mode 100644 index 0000000000000000000000000000000000000000..90058688382e4c5ed7ba9a4fd57566488abcc005 --- /dev/null +++ b/tasks/451_arxiv--382.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--382", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. For each model, compute a \u201csensitivity score\u201d = average drop across all defenses. Then, correlate this score with the model\u2019s unprotected accuracy. Does higher baseline accuracy imply greater vulnerability? Justify your answer with Pearson's correlationConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Yes. Pearson correlation between Sensitivity and Unprotected accuracy: 0.725, so higher baseline accuracy tends to correlate with greater vulnerability." + } + } +} \ No newline at end of file diff --git a/tasks/452_cfpb--124.json b/tasks/452_cfpb--124.json new file mode 100644 index 0000000000000000000000000000000000000000..8fda743362127b187ff51f19c811e94f6b92464b --- /dev/null +++ b/tasks/452_cfpb--124.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--124", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the median income drop for small business owners who experienced a drop in income?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$10,000" + } + } +} \ No newline at end of file diff --git a/tasks/453_bea--8.json b/tasks/453_bea--8.json new file mode 100644 index 0000000000000000000000000000000000000000..987abc0078ab9574ab14a339742e37ebe4ecf6f9 --- /dev/null +++ b/tasks/453_bea--8.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--8", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare GDP growth rates for the U.S. and another country using BEA and external sources.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "table or chart showing GDP growth for both countries " + } + } +} \ No newline at end of file diff --git a/tasks/454_arxiv--54.json b/tasks/454_arxiv--54.json new file mode 100644 index 0000000000000000000000000000000000000000..5f47ec8387751ce68eab7712f2e6529ed46a7053 --- /dev/null +++ b/tasks/454_arxiv--54.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--54", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List the affiliations of all authors for the 10 most recent papers and count the unique institutions.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Table of author affiliations + count of institutions" + } + } +} \ No newline at end of file diff --git a/tasks/455_cfpb--110.json b/tasks/455_cfpb--110.json new file mode 100644 index 0000000000000000000000000000000000000000..022b317ee4fe71e10818e49c442b4185a7196d59 --- /dev/null +++ b/tasks/455_cfpb--110.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--110", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more likely are small business owners to face more than three overdraft fees compared to non-owners? Express the increase as both an absolute and relative difference.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "According to Figure 1: Differences in income volatility and related measures between small business owners and non-owners, small business owners are about 5\u20137 percentage points more likely to face more than three overdraft fees. If non-owners report overdraft fees at 5%, this implies an absolute increase of 5\u20137 percentage points and a relative increase of 100\u2013140%." + } + } +} \ No newline at end of file diff --git a/tasks/456_unwto--694.json b/tasks/456_unwto--694.json new file mode 100644 index 0000000000000000000000000000000000000000..20336b383ec71855e3855a047176864c7190a430 --- /dev/null +++ b/tasks/456_unwto--694.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--694", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the monthly global tourism arrivals data for 2021. Identify the month with the highest deviation from the mean and calculate the Z-score for that month.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Example: \n Mean: ~35M \n Std Dev: ~15M \n Month: July (Z ~ +1.53)" + } + } +} \ No newline at end of file diff --git a/tasks/457_uchicago--mit--483.json b/tasks/457_uchicago--mit--483.json new file mode 100644 index 0000000000000000000000000000000000000000..86aa8c7f2b27e3d2df2dc232fc635bc5fbac63cd --- /dev/null +++ b/tasks/457_uchicago--mit--483.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--483", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which school has a higher median SAT composite score and by how much?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "MIT, 10 points" + } + } +} \ No newline at end of file diff --git a/tasks/458_our-world-in-data--185.json b/tasks/458_our-world-in-data--185.json new file mode 100644 index 0000000000000000000000000000000000000000..c815566524a72d92ca5800390c17d5f711b877e9 --- /dev/null +++ b/tasks/458_our-world-in-data--185.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--185", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For each of the initial literacy rate categories below, to what extent does the share of GDP per capita spent by the government on each primary school student show diminishing returns (as measured by correlation) in terms of literacy rate improvement beyond a certain spending level over time? Use data between 1980 and 2020. \nCountries with very low literacy rates (<50%)\nCountries with low literacy rates (50-70%)\nCountries with medium literacy rates (70-85%)\nCountries with high literacy rates (85-95%)\nCountries with very high literacy rates (>95%)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\n\nCountries with very low literacy rates (<50%)\n\n\n0-10% spending (baseline): +7.0 points\n10-15% spending: -3.9 points vs baseline\n15-20% spending: +8.8 points vs baseline\n30-35% spending: +3.3 points vs baseline\n\n\nCountries with low literacy rates (50-70%)\n\n\n0-10% spending (baseline): +4.0 points\n10-15% spending: +2.7 points vs baseline\n15-20% spending: +7.7 points vs baseline\n20-25% spending: +8.6 points vs baseline\n\n\nCountries with medium literacy rates (70-85%)\n\n\n0-10% spending (baseline): +1.1 points\n10-15% spending: +3.2 points vs baseline\n15-20% spending: -2.3 points vs baseline\n20-25% spending: -2.0 points vs baseline\n\n\nCountries with high literacy rates (85-95%)\n\n\n0-10% spending (baseline): +1.2 points\n10-15% spending: 0.0 points vs baseline\n15-20% spending: -12.1 points vs baseline\n20-25% spending: -14.6 points vs baseline\n\n\nCountries with very high literacy rates (>95%)\n\n\n0-10% spending (baseline): +0.1 points\n10-15% spending: +0.3 points vs baseline\n15-20% spending: -15.7 points vs baseline\n20-25% spending: -12.3 points vs baseline\n25-30% spending: -0.2 points vs baseline\n30-35% spending: 0.0 points vs baseline" + } + } +} \ No newline at end of file diff --git a/tasks/459_nih--584.json b/tasks/459_nih--584.json new file mode 100644 index 0000000000000000000000000000000000000000..6ca5357b7cf072459d062116770281afa116beec --- /dev/null +++ b/tasks/459_nih--584.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--584", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of NIH-funded research that focuses on international collaborators from 2023-2025.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2023: 0.175% \n2024: 0.195%\n2025: 0.0175%" + } + } +} \ No newline at end of file diff --git a/tasks/460_unwto--712.json b/tasks/460_unwto--712.json new file mode 100644 index 0000000000000000000000000000000000000000..add3a16eea507e00318d0c3befe2f0af778e819b --- /dev/null +++ b/tasks/460_unwto--712.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--712", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the total number of international tourist arrivals worldwide in 2020 (rounded to the nearest million)?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~400 million" + } + } +} \ No newline at end of file diff --git a/tasks/461_mit--785.json b/tasks/461_mit--785.json new file mode 100644 index 0000000000000000000000000000000000000000..e6cdc34174cf53412a772d66d81d7c0b5d66b39e --- /dev/null +++ b/tasks/461_mit--785.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--785", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an email based on full time student data advocating for whether graduate programs at MIT need more gender based inclusionConsider using the following website(s): MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Supports gender programs" + } + } +} \ No newline at end of file diff --git a/tasks/462_st-louis-fed--455.json b/tasks/462_st-louis-fed--455.json new file mode 100644 index 0000000000000000000000000000000000000000..e94f601c9eb8552eee38bea19c5616a4465f0eb8 --- /dev/null +++ b/tasks/462_st-louis-fed--455.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "st-louis-fed" + ], + "task_id": "st-louis-fed--455", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "is the unemployment rate worse in New York or Florida in january 2010? What is the difference in unemployment rate?Consider using the following website(s): ST LOUIS FED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Florida, 1.9 points" + } + } +} \ No newline at end of file diff --git a/tasks/463_cdc-obestity--570.json b/tasks/463_cdc-obestity--570.json new file mode 100644 index 0000000000000000000000000000000000000000..1144592c0b79763d088957b206c4226de13e5708 --- /dev/null +++ b/tasks/463_cdc-obestity--570.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obestity" + ], + "task_id": "cdc-obestity--570", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much does obesity account for in medical expenditures in 2019?Consider using the following website(s): CDC OBESTITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$173 billion" + } + } +} \ No newline at end of file diff --git a/tasks/464_our-world-in-data--183.json b/tasks/464_our-world-in-data--183.json new file mode 100644 index 0000000000000000000000000000000000000000..904aab2d7c589c1d64cacf61dfa332fd7d21dcd8 --- /dev/null +++ b/tasks/464_our-world-in-data--183.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--183", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Fit polynomial functions of degrees [1,2,3,4] to analyze the relationship between life expectancy and healthcare spending (life expectancy on y-axis). Remorte R^2 and RMSE. Make a determination on which model is the best, also report the functions themselves.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Degree 1 (linear): Test R\u00b2 = 0.28, RMSE = 5.98\nDegree 2 (quadratic): Test R\u00b2 = 0.28, RMSE = 6.01\nDegree 3 (cubic): Test R\u00b2 = 0.32, RMSE = 5.83\nDegree 4 (quartic): Test R\u00b2 = 0.32, RMSE = 5.81\nDegree 5 (quintic): Test R\u00b2 = 0.31, RMSE = 5.87\n\nDegree 1 (Linear):\ny = 66.60 + 0.99x\nSimple interpretation: Each 1% increase in healthcare spending is associated with about a 1-year increase in life expectancy\nBaseline life expectancy (at 0% spending) would be 66.60 years\n\nDegree 2 (Quadratic):\ny = 55.10 + 4.81x - 0.27x\u00b2\nShows diminishing returns\nPeak theoretical life expectancy occurs at x = 8.92% GDP spending\n\nDegree 3 (Cubic):\ny = 70.60 - 3.26x + 0.96x\u00b2 - 0.056x\u00b3\nMore complex relationship\nShows initial decrease, then increase, then decrease again\n\nDegree 4 (Quartic):\ny = 57.28 + 6.23x - 1.30x\u00b2 + 0.162x\u00b3 - 0.0073x\u2074\nMost complex model that still showed good test performance\nMultiple inflection points\n\nDegree 5 (Quintic):\ny = 21.46 + 38.78x - 12.04x\u00b2 + 1.79x\u00b3 - 0.121x\u2074 + 0.003x\u2075\nShows signs of overfitting\nMost complex model tested\n\n\nWhich is the best model:\nIt can be argued that the fourth degree polynomial is the best, however, this is not the best model because the linear and quadratic models work almost just as well, and are simpler models which tend to be more generalizable." + } + } +} \ No newline at end of file diff --git a/tasks/465_shopping--musicbrainz--283.json b/tasks/465_shopping--musicbrainz--283.json new file mode 100644 index 0000000000000000000000000000000000000000..fcfd3f06da4ebdd430dfb5633cc9c2105f7f70da --- /dev/null +++ b/tasks/465_shopping--musicbrainz--283.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping--musicbrainz" + ], + "task_id": "shopping--musicbrainz--283", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I have bought every release by JJ Lin the artist behind \"\u4fee\u70bc\u7231\u60c5\", as a disography. This includes all singles, EPs, etc. Each release requires a 19 inch x 15 inch space to display properly. Please some quantity of a shelving product such that it is the minumum one can buy while still fitting the full display.Consider using the following website(s): SHOPPING + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Buy enough storage to equal 96 shelves between them, each shelf of size 19x15, Example: 20 of \"Bookshelf with Storage Cabinet for Bedroom, 5-Tier Cube Shelf Gold Bookcase Storage Organizer Rack Display Stand Metal Frame Storage Standing Shelf,Square Tall Bookcase for Home Office\". Ensure each shelf is actually 19x15." + } + } +} \ No newline at end of file diff --git a/tasks/466_riaa--801.json b/tasks/466_riaa--801.json new file mode 100644 index 0000000000000000000000000000000000000000..5561a397703f6093efac34e022c3504e966a9ce0 --- /dev/null +++ b/tasks/466_riaa--801.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--801", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Between which 2 consecutive years was the largest growth in ad revenue, how much was it to the nearest hundred millionConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "300 M" + } + } +} \ No newline at end of file diff --git a/tasks/467_unwto--713.json b/tasks/467_unwto--713.json new file mode 100644 index 0000000000000000000000000000000000000000..42963f58da66d39969806ba3cb3a823564e4fce9 --- /dev/null +++ b/tasks/467_unwto--713.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--713", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What were the total tourism revenues for Europe, Africa, and the Americas in 2019? Summarize the total across all three regions.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~750B USD \n Africa: ~38B USD \n Americas: ~450B USD \n Total: ~1.24 trillion USD" + } + } +} \ No newline at end of file diff --git a/tasks/468_arxiv--328.json b/tasks/468_arxiv--328.json new file mode 100644 index 0000000000000000000000000000000000000000..30d3bc0516d39275947085f21383f1b9bcb9c731 --- /dev/null +++ b/tasks/468_arxiv--328.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--328", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", based on the node diagram, what is the most influential website (highest hub centrality) for the anti ukraine influence network?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "rt.com" + } + } +} \ No newline at end of file diff --git a/tasks/469_arxiv--334.json b/tasks/469_arxiv--334.json new file mode 100644 index 0000000000000000000000000000000000000000..bf78aa78662dc0d489b1e6bb0a86ccbebcc68343 --- /dev/null +++ b/tasks/469_arxiv--334.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--334", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper on \"Generative Medical Image Anonymization Based on Latent Code Projection and Optimization\", what is the increase in PSNR or co-training compared to episolon-trainingConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.842" + } + } +} \ No newline at end of file diff --git a/tasks/470_noaa--89.json b/tasks/470_noaa--89.json new file mode 100644 index 0000000000000000000000000000000000000000..a55f2e6f8a6d4ca98d7e06eff63423cb4bef515c --- /dev/null +++ b/tasks/470_noaa--89.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--89", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize two NOAA publications on ocean acidification and recommend three key policy actionsConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary + 3 policy recommendations" + } + } +} \ No newline at end of file diff --git a/tasks/471_apta--730.json b/tasks/471_apta--730.json new file mode 100644 index 0000000000000000000000000000000000000000..545dd2c5834a5b0cc19e93766332fa60b44da939 --- /dev/null +++ b/tasks/471_apta--730.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--730", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the primary funding sources for public transportation as outlined by APTA.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "In the 2023 factbook: 36% from federal assistance, 26% from state assistance, 36% local and directly generated assistance" + } + } +} \ No newline at end of file diff --git a/tasks/472_apta--737.json b/tasks/472_apta--737.json new file mode 100644 index 0000000000000000000000000000000000000000..2e1270577bfe8e6df258b09a6832ce37cca86109 --- /dev/null +++ b/tasks/472_apta--737.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--737", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the total number of zero-emission buses currently in operation in the U.S. as reported by APTA.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1600+ " + } + } +} \ No newline at end of file diff --git a/tasks/473_riaa--804.json b/tasks/473_riaa--804.json new file mode 100644 index 0000000000000000000000000000000000000000..6a8810abef1b070b58c72f352b23a92350d9db1e --- /dev/null +++ b/tasks/473_riaa--804.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--804", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songwriters are in the state with the 3rd lowest contributor to America's gdp via the music industryConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "127,993" + } + } +} \ No newline at end of file diff --git a/tasks/474_mit--426.json b/tasks/474_mit--426.json new file mode 100644 index 0000000000000000000000000000000000000000..69f6572ace279094b47f70589ba78dd4ac88d760 --- /dev/null +++ b/tasks/474_mit--426.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--426", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the proportion of White, non-Hispanic undergraduates compared to other racial/ethnic groups in terms of total enrollment. Cross-reference this with national trends on racial diversity in higher education. Based on your analysis, write a proposal for the university on how to create more inclusive programs and outreach strategies.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "White, non-Hispanic Enrollment (Degree-Seeking): 236\nTotal Enrollment: 1,024\nPercentage: 22.01%\nProposal should focus on outreach programs to diversify the university\u2019s student body, focusing on racial diversity initiatives." + } + } +} \ No newline at end of file diff --git a/tasks/475_worldpop--523.json b/tasks/475_worldpop--523.json new file mode 100644 index 0000000000000000000000000000000000000000..7dc6741c612800caabbf4c6fb7686d77d23865f7 --- /dev/null +++ b/tasks/475_worldpop--523.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--523", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the % share of tourism for Belgium in 2010Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2%" + } + } +} \ No newline at end of file diff --git a/tasks/476_cfpb--122.json b/tasks/476_cfpb--122.json new file mode 100644 index 0000000000000000000000000000000000000000..f5460a20cdcdc33cb73577aa4e339c3623dd95d7 --- /dev/null +++ b/tasks/476_cfpb--122.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--122", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the increase in reported income volatility when comparing white non-owners to white small business owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "White small business owners report 64% income volatility, while white non-owners report 23%. This results in an increase of 41 percentage points, as shown in Figure 2: Income volatility by race and small business owner status." + } + } +} \ No newline at end of file diff --git a/tasks/477_nih--587.json b/tasks/477_nih--587.json new file mode 100644 index 0000000000000000000000000000000000000000..464f5e89d513c7763258e680788eb2b0230ff12a --- /dev/null +++ b/tasks/477_nih--587.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--587", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the number of active clinical trials for cervical, breast and Skin cancer and create a bar chart visualization.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Skin: 158\nBreast: 934\nCervical: 161" + } + } +} \ No newline at end of file diff --git a/tasks/478_riaa--807.json b/tasks/478_riaa--807.json new file mode 100644 index 0000000000000000000000000000000000000000..11ba8714d022c0822351d218ef1bfc08c578c507 --- /dev/null +++ b/tasks/478_riaa--807.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--807", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more money was made via streaming than physically as a percent of money made physically 2024's mid year report rounded to the hundreths placeConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "734.54%" + } + } +} \ No newline at end of file diff --git a/tasks/479_arxiv--320.json b/tasks/479_arxiv--320.json new file mode 100644 index 0000000000000000000000000000000000000000..dfcbb44d7071da4168d8fb8e1254e74208c7e554 --- /dev/null +++ b/tasks/479_arxiv--320.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--320", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Hansen et al's paper on Graph Counterfactual Explainable AI, tell me the difference in mean LED of decoded mean of k-NN and graph of NN from training?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.19" + } + } +} \ No newline at end of file diff --git a/tasks/480_worldpop--684.json b/tasks/480_worldpop--684.json new file mode 100644 index 0000000000000000000000000000000000000000..0d75cae71e4dc61adc0ef3f5705b07a830264506 --- /dev/null +++ b/tasks/480_worldpop--684.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--684", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the population densities of Nigeria and India in 2020. Which country had a higher density, and what were the values?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Nigeria \u2192 ~223 people/km\u00b2 \n India \u2192 ~464 people/km\u00b2. India had a higher density." + } + } +} \ No newline at end of file diff --git a/tasks/481_apta--742.json b/tasks/481_apta--742.json new file mode 100644 index 0000000000000000000000000000000000000000..1b52ced02863717c232e53421c13753e1bea7f59 --- /dev/null +++ b/tasks/481_apta--742.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--742", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the key objectives of APTA\u2019s strategic plan.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "APTA\u2019s mission is to strengthen and improve public transportation by serving and leading its diverse membership through advocacy, innovation, and information sharing." + } + } +} \ No newline at end of file diff --git a/tasks/482_cdc-mental-health--630.json b/tasks/482_cdc-mental-health--630.json new file mode 100644 index 0000000000000000000000000000000000000000..427f1ffc800bf8adc5d0b826271471217ee34077 --- /dev/null +++ b/tasks/482_cdc-mental-health--630.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--630", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an analysis on the relationship between age and the severity of depression symptoms among adults, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data suggests variations in depression symptom severity across different age groups." + } + } +} \ No newline at end of file diff --git a/tasks/483_our-world-in-data--182.json b/tasks/483_our-world-in-data--182.json new file mode 100644 index 0000000000000000000000000000000000000000..e00913217d1f8e26d06f1a4f96435752803065a4 --- /dev/null +++ b/tasks/483_our-world-in-data--182.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--182", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the Standard Deviation of gini coefficient in 2022 globallyConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Standard Deviation: 0.0881" + } + } +} \ No newline at end of file diff --git a/tasks/484_worldpop--509.json b/tasks/484_worldpop--509.json new file mode 100644 index 0000000000000000000000000000000000000000..e6880cd07e59ae4b667e1ba8d46aa70d82225524 --- /dev/null +++ b/tasks/484_worldpop--509.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--509", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a graph of the monthly trend for total airline passengers for Slovakia in 2018. Briefly describe the graph, including when the monthly airline passengers peaksConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Peaks in July" + } + } +} \ No newline at end of file diff --git a/tasks/485_fred--755.json b/tasks/485_fred--755.json new file mode 100644 index 0000000000000000000000000000000000000000..1911c468e48fc664c6d75bdb62e379dc62a0d3da --- /dev/null +++ b/tasks/485_fred--755.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--755", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the amount of federal debt held by the public as of Q3 2024?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "28,325,715 (millions of dollars)" + } + } +} \ No newline at end of file diff --git a/tasks/486_nih--604.json b/tasks/486_nih--604.json new file mode 100644 index 0000000000000000000000000000000000000000..5494244aa9e3f93f9255f1d3814d2f90a5b90f50 --- /dev/null +++ b/tasks/486_nih--604.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--604", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the salary cap for NIH grants in 2022?Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$203,700" + } + } +} \ No newline at end of file diff --git a/tasks/487_unwto--700.json b/tasks/487_unwto--700.json new file mode 100644 index 0000000000000000000000000000000000000000..af2087bc9927fe963b9c190de10fc43565d54db2 --- /dev/null +++ b/tasks/487_unwto--700.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--700", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using data from 2015\u20132020, fit an exponential growth model for Asia\u2019s tourism revenue. Predict its revenue for 2030 and compare it to a linear model\u2019s prediction.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Example: \n Linear: ~600B \n Exponential: ~750B \n Difference: ~150B" + } + } +} \ No newline at end of file diff --git a/tasks/488_datausa--60.json b/tasks/488_datausa--60.json new file mode 100644 index 0000000000000000000000000000000000000000..87d0747c5faaaf7e6e89880acf1820291292d1aa --- /dev/null +++ b/tasks/488_datausa--60.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--60", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the trend in healthcare employment across the Midwest from 2010 to 2020 and create a trend reportConsider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Trend report for Midwest healthcare jobs" + } + } +} \ No newline at end of file diff --git a/tasks/489_arxiv--55.json b/tasks/489_arxiv--55.json new file mode 100644 index 0000000000000000000000000000000000000000..7326195f1db4802bde5ae492e249b2a62e1ae4d3 --- /dev/null +++ b/tasks/489_arxiv--55.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--55", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize major challenges mentioned across 5 papers on multi-agent systems.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary of MAS challenges" + } + } +} \ No newline at end of file diff --git a/tasks/490_apta--739.json b/tasks/490_apta--739.json new file mode 100644 index 0000000000000000000000000000000000000000..716c3a368ad6826dac87e030b81330ebcdfb8c2b --- /dev/null +++ b/tasks/490_apta--739.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--739", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the benefits of APTA membership for public transit agencies.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "APTA membership ensures that organizations benefit from advocacy initiatives, peer-to-peer networking, thought leadership, professional development, and knowledge building." + } + } +} \ No newline at end of file diff --git a/tasks/491_our-world-in-data--221.json b/tasks/491_our-world-in-data--221.json new file mode 100644 index 0000000000000000000000000000000000000000..82ca633fd7738bdf05a8b27e75050aefaa756592 --- /dev/null +++ b/tasks/491_our-world-in-data--221.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--221", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What countries have the 11th, 12th, and 13th lowest GDP per capita in 2022. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Afghanistan ($1,516), Sierra Leone ($1,635), Guinea-Bissau ($1,855)" + } + } +} \ No newline at end of file diff --git a/tasks/492_datausa--653.json b/tasks/492_datausa--653.json new file mode 100644 index 0000000000000000000000000000000000000000..998ebe38939021446d0bf8d2fd9d8937e72a9d14 --- /dev/null +++ b/tasks/492_datausa--653.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--653", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which city highlights jobs in law enforcement, and which university is most associated with it?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "ATLANTA, GA \u2192 Police Officers \n Howard University." + } + } +} \ No newline at end of file diff --git a/tasks/493_our-world-in-data--188.json b/tasks/493_our-world-in-data--188.json new file mode 100644 index 0000000000000000000000000000000000000000..02a212de565c05fb531884d0578be1049eb2f518 --- /dev/null +++ b/tasks/493_our-world-in-data--188.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--188", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify ALL statistically significant outliers where countries spend a high share of GDP per capita on each primary school student but have either low literacy rates or low GDP per capita between 2010 and 2020. We count a country in any given year as one sample (e.g the USA in 2012 is a different sample from the USA in 2013). Use Z-score method (|Z| > 3).Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Serbia (2010): 51.10% of GDP per capita (Z=5.09)\nSerbia (2011): 48.07% of GDP per capita (Z=4.64)\nSerbia (2015): 43.65% of GDP per capita (Z=4.00)\nDjibouti (2016): 37.32% of GDP per capita (Z=3.08)\nLatvia (2013): 36.91% of GDP per capita (Z=3.02)" + } + } +} \ No newline at end of file diff --git a/tasks/494_fred--774.json b/tasks/494_fred--774.json new file mode 100644 index 0000000000000000000000000000000000000000..6225a2b38cb75a51fbcf8d748562ff02cd6e47e5 --- /dev/null +++ b/tasks/494_fred--774.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--774", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which state has the lowest unemployment rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "South Dakota (2.0%)" + } + } +} \ No newline at end of file diff --git a/tasks/495_our-world-in-data--208.json b/tasks/495_our-world-in-data--208.json new file mode 100644 index 0000000000000000000000000000000000000000..be67cc4f22074dc79c9104fa111d383ff91edb1e --- /dev/null +++ b/tasks/495_our-world-in-data--208.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--208", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Model literacy rate using the share of GDP per capita spent by the government on each primary school student and healthcare spending as a share of GDP per capita as independent variables. Test the model using data from years ending in 2 or 7, and train the model on data from other years. Use degree 1, 2, and 3 polynomials for fitting. Determine which model performs the bestConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Linear Model (Degree 1): Literacy Rate = 84.312 + 1.705H + 0.183E (Training MSE: 17.743, Test MSE: 7.911, Training R\u00b2: 0.359, Test R\u00b2: 0.252)\n\nQuadratic Model (Degree 2): Literacy Rate = 64.099 + 10.299H + 0.521E - 0.699H\u00b2 + 0.003E\u00b2 - 0.116HE (Training MSE: 12.213, Test MSE: 14.509, Training R\u00b2: 0.559, Test R\u00b2: -0.373)\n\n Cubic Model (Degree 3): Literacy Rate = 54.108 + 28.658H - 1.344E - 5.364H\u00b2 + 0.068E\u00b2 + 0.005HE + 0.342H\u00b3 - 0.001E\u00b3 - 0.005H\u00b2E - 0.001HE\u00b2 (Training MSE: 7.861, Test MSE: 12.452, Training R\u00b2: 0.716, Test R\u00b2: -0.178)\"\n\nlinear model fit best" + } + } +} \ No newline at end of file diff --git a/tasks/496_cdc-mental-health--626.json b/tasks/496_cdc-mental-health--626.json new file mode 100644 index 0000000000000000000000000000000000000000..6206c844f37e577deab1b92f1ee92cf88f9a3db3 --- /dev/null +++ b/tasks/496_cdc-mental-health--626.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--626", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report analyzing the prevalence of moderate or severe symptoms of depression among adults aged 18 and over in 2019, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Approximately 7% of adults experienced moderate or severe symptoms of depression in the past two weeks in 2019." + } + } +} \ No newline at end of file diff --git a/tasks/497_stocknear--461.json b/tasks/497_stocknear--461.json new file mode 100644 index 0000000000000000000000000000000000000000..61029b12e72c55780b784af18ed42fe56d5361b6 --- /dev/null +++ b/tasks/497_stocknear--461.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "stocknear" + ], + "task_id": "stocknear--461", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take a look at Apple's PB ratio from FY209 to FY 2024. What does the trend imply about market sentiment. Is this sustainable?Consider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The PB ratio reflects how much investors are willing to pay per dollar of book value. A rise from 11.17 to 61.37 suggests massive investor optimism or asset-light business models (e.g., services). It could also mean aggressive buybacks, reducing book value.\nHowever, a PB this high may not be sustainable unless earnings or ROE continue to justify it. It indicates a potential valuation risk if growth slows or interest rates rise." + } + } +} \ No newline at end of file diff --git a/tasks/498_musicbrainz--145.json b/tasks/498_musicbrainz--145.json new file mode 100644 index 0000000000000000000000000000000000000000..ad16c5b36de8a69ceb72bd7bd51116e7639cc968 --- /dev/null +++ b/tasks/498_musicbrainz--145.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--145", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose that artists are one of the following types: person, group, orchestra, choir, character, and other. What percentage of artists are a \"person\"Consider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "69.10%" + } + } +} \ No newline at end of file diff --git a/tasks/499_cdc-mental-health--627.json b/tasks/499_cdc-mental-health--627.json new file mode 100644 index 0000000000000000000000000000000000000000..00fd21c1f1bb48c02336d865c74a1e16252554f5 --- /dev/null +++ b/tasks/499_cdc-mental-health--627.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--627", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report analyzing the prevalence of regular feelings of depression among adults aged 18 and over in 2023, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5.0% of adults reported regular feelings of depression in 2023." + } + } +} \ No newline at end of file diff --git a/tasks/500_worldpop--513.json b/tasks/500_worldpop--513.json new file mode 100644 index 0000000000000000000000000000000000000000..b2a753d8865e50bcc05e37a9e8fbd4cd15bae077 --- /dev/null +++ b/tasks/500_worldpop--513.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--513", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose 3 random days in Qatar from 2018-2019, what is the probability that at least one will be a workday?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.9695" + } + } +} \ No newline at end of file diff --git a/tasks/501_cdc-obesity--567.json b/tasks/501_cdc-obesity--567.json new file mode 100644 index 0000000000000000000000000000000000000000..819d74cdc316d4496b7c15ce9536cc65bbdd2c34 --- /dev/null +++ b/tasks/501_cdc-obesity--567.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--567", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What state(s) have the lowest obesity PrevelanceConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Colorado" + } + } +} \ No newline at end of file diff --git a/tasks/502_arxiv--361.json b/tasks/502_arxiv--361.json new file mode 100644 index 0000000000000000000000000000000000000000..7d2727eab963ca98f7346859fdd9cf33fb06ae63 --- /dev/null +++ b/tasks/502_arxiv--361.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--361", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst articles 201-225 on the artificial intelligence section of arxiV, tell me the title of the article has the shortest title (in terms of number of words)Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Kimi-Audio Technical report" + } + } +} \ No newline at end of file diff --git a/tasks/503_tunebat--musicbrainz--297.json b/tasks/503_tunebat--musicbrainz--297.json new file mode 100644 index 0000000000000000000000000000000000000000..1895fe9713cfb018b0a8d202d28e035a67c510e6 --- /dev/null +++ b/tasks/503_tunebat--musicbrainz--297.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat--musicbrainz" + ], + "task_id": "tunebat--musicbrainz--297", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the release date, time signature, and bpm of Senorita by Farhan AkhtarConsider using the following website(s): TUNEBAT + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2011, 4/4, 125 bpm" + } + } +} \ No newline at end of file diff --git a/tasks/504_our-world-in-data--227.json b/tasks/504_our-world-in-data--227.json new file mode 100644 index 0000000000000000000000000000000000000000..816c99cf4f02c4bd491889353cdf388f1cadca3b --- /dev/null +++ b/tasks/504_our-world-in-data--227.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--227", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "what is the correlation between the variance of life expectance at birth accross and learning-adjusted schoolingConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "-0.0398, essentially uncorrelated" + } + } +} \ No newline at end of file diff --git a/tasks/505_our-world-in-data--246.json b/tasks/505_our-world-in-data--246.json new file mode 100644 index 0000000000000000000000000000000000000000..b9100823b2deb0844fbfcddf4b55343333bedc3a --- /dev/null +++ b/tasks/505_our-world-in-data--246.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--246", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country is the most energy efficient with respect to GDP per capita in the year 2022? what is their gdp per kWhConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Ireland. They have a GDP per kWh of $3.04" + } + } +} \ No newline at end of file diff --git a/tasks/506_bea--396.json b/tasks/506_bea--396.json new file mode 100644 index 0000000000000000000000000000000000000000..dee1047e98ccc0b7ab175c04eec910d23db13c0c --- /dev/null +++ b/tasks/506_bea--396.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--396", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much did US current account deficit narrow in fourth quarter 2024? Plot a bar graph to show this differenceConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar graph of based on the following information: The U.S. current-account deficit, which reflects the combined balances on trade in goods and services and income flows between U.S. residents and residents of other countries, narrowed by $6.3 billion, or 2.0 percent, to $303.9 billion in the fourth quarter of 2024, according to statistics released today by the U.S. Bureau of Economic Analysis. The revised third-quarter deficit was $310.3 billion (table A)." + } + } +} \ No newline at end of file diff --git a/tasks/507_arxiv--44.json b/tasks/507_arxiv--44.json new file mode 100644 index 0000000000000000000000000000000000000000..d1744d387b0867574bccab51cc568a96cce52ce9 --- /dev/null +++ b/tasks/507_arxiv--44.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--44", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract and compare the abstract lengths (in words) of the top 10 most recent submissions.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Table of abstract lengths" + } + } +} \ No newline at end of file diff --git a/tasks/508_fred--764.json b/tasks/508_fred--764.json new file mode 100644 index 0000000000000000000000000000000000000000..751ad74e86ff117ae90288f52f6b16f66a1379eb --- /dev/null +++ b/tasks/508_fred--764.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--764", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the U.S./Euro foreign exchange rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.0854 (on 2024-10-18)" + } + } +} \ No newline at end of file diff --git a/tasks/509_worldometer--675.json b/tasks/509_worldometer--675.json new file mode 100644 index 0000000000000000000000000000000000000000..628b6b2e60ac8d56cfb98f5cf536627762f0fcfb --- /dev/null +++ b/tasks/509_worldometer--675.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--675", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "On January 10, 2023, how many new COVID-19 cases were reported globally (rounded to the nearest ten thousand)?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~720,000" + } + } +} \ No newline at end of file diff --git a/tasks/510_arxiv--370.json b/tasks/510_arxiv--370.json new file mode 100644 index 0000000000000000000000000000000000000000..3335768d5d1627b8649a4b2751d285346e7554d3 --- /dev/null +++ b/tasks/510_arxiv--370.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--370", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a paper on wildfire monitoring with AI, and tell me how many bidirectional LSTM layers were used in their 3D CNN network? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2" + } + } +} \ No newline at end of file diff --git a/tasks/511_apta--738.json b/tasks/511_apta--738.json new file mode 100644 index 0000000000000000000000000000000000000000..80c887f88da767fdc90ce7c3622e0b544e5bf1d5 --- /dev/null +++ b/tasks/511_apta--738.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--738", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much larger was the average commuter rail trip than light rail trip in 2021?Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "20 miles larger" + } + } +} \ No newline at end of file diff --git a/tasks/512_iata--574.json b/tasks/512_iata--574.json new file mode 100644 index 0000000000000000000000000000000000000000..9e4e6ec15e58ce55188fc11398e69e95de88d329 --- /dev/null +++ b/tasks/512_iata--574.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata" + ], + "task_id": "iata--574", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Describe the strategy to Fly Net Zero and creating net zero CO2 emmissions in 2050. Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "65% Sustainable Aviation Fuel (SAF), 13% New technology, electric and hydrogen, 3% Infrastructure and operational efficiencies, 19% Offsets and carbon capture" + } + } +} \ No newline at end of file diff --git a/tasks/513_our-world-in-data--220.json b/tasks/513_our-world-in-data--220.json new file mode 100644 index 0000000000000000000000000000000000000000..eb8144378f40b82a3d1d6010853f7df882140c04 --- /dev/null +++ b/tasks/513_our-world-in-data--220.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--220", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the top 5 most energy efficient countries with respect to their GDP per capita? what are their gdps per kWh in the year 2022?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Ireland: $3.04 GDP per kWh with GDP per capita of $112,445\nSri Lanka: $2.73 GDP per kWh with GDP per capita of $12,200\nSwitzerland: $2.18 GDP per kWh with GDP per capita of $72,278\nBangladesh: $2.07 GDP per kWh with GDP per capita of $6,263\nHong Kong: $2.01 GDP per kWh with GDP per capita of $58,479" + } + } +} \ No newline at end of file diff --git a/tasks/514_understat--94.json b/tasks/514_understat--94.json new file mode 100644 index 0000000000000000000000000000000000000000..581f215cdbb073fbf1231aa0421faf0750d50e83 --- /dev/null +++ b/tasks/514_understat--94.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--94", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a table of total goals and assists for the top 5 scorers in La Liga 2023/24.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5-row table: Player, Goals, Assists." + } + } +} \ No newline at end of file diff --git a/tasks/515_datausa--665.json b/tasks/515_datausa--665.json new file mode 100644 index 0000000000000000000000000000000000000000..a984d39073402f425b27b9fc7a14ccef70e05c34 --- /dev/null +++ b/tasks/515_datausa--665.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--665", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which university is highlighted in HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Harvard University." + } + } +} \ No newline at end of file diff --git a/tasks/516_fred--753.json b/tasks/516_fred--753.json new file mode 100644 index 0000000000000000000000000000000000000000..42185eb62a9d6e4bebe5ebd240190ee9c4e853df --- /dev/null +++ b/tasks/516_fred--753.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--753", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What does FRED say is a possible reason for sticky prices in the Sticky Price CPI?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Some firms incur costs when changing price of their products." + } + } +} \ No newline at end of file diff --git a/tasks/517_musicbrainz--146.json b/tasks/517_musicbrainz--146.json new file mode 100644 index 0000000000000000000000000000000000000000..fe6a8d2ce70b78ec02938d6b8a9df86e2e643e95 --- /dev/null +++ b/tasks/517_musicbrainz--146.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--146", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the average number of releases per release groupConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.28" + } + } +} \ No newline at end of file diff --git a/tasks/518_bea--403.json b/tasks/518_bea--403.json new file mode 100644 index 0000000000000000000000000000000000000000..0147b05aa176a5754ea32cb6fd8436b2a9e66f15 --- /dev/null +++ b/tasks/518_bea--403.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--403", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percent change at annual rate in personal income from 2024:Q2 to 2024:Q3 for Wisconsin?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.7" + } + } +} \ No newline at end of file diff --git a/tasks/519_apta--740.json b/tasks/519_apta--740.json new file mode 100644 index 0000000000000000000000000000000000000000..586af3a6b7003168cda624d8cea59708ed655f5b --- /dev/null +++ b/tasks/519_apta--740.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--740", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the date and location of the Winter Legislative Meeting in 2024.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Washington DC, December 5, 2024" + } + } +} \ No newline at end of file diff --git a/tasks/520_arxiv--363.json b/tasks/520_arxiv--363.json new file mode 100644 index 0000000000000000000000000000000000000000..af446fa5b7f000cfb64d6cae823269f4a298b92f --- /dev/null +++ b/tasks/520_arxiv--363.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--363", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst articles numbered 401 -450 on the artificial intelligence section of arxiV, how many articles are cross-listed from cs.CL?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "15" + } + } +} \ No newline at end of file diff --git a/tasks/521_musicbrainz--tunebat--149.json b/tasks/521_musicbrainz--tunebat--149.json new file mode 100644 index 0000000000000000000000000000000000000000..03aa2842db2a73c8396ce0a6ad1cc9812b2ba949 --- /dev/null +++ b/tasks/521_musicbrainz--tunebat--149.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--149", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which korean artist is behind the most popular rendition of \"Weather and You\" (2023). Aggregating across all albums, singles, EPs, Broadcasts, etc. that that person has published, what is the average number of releases per publication?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Aro, 0" + } + } +} \ No newline at end of file diff --git a/tasks/522_shopping--268.json b/tasks/522_shopping--268.json new file mode 100644 index 0000000000000000000000000000000000000000..5031e3223b7c35a28e0df5ac43064b140ce474ad --- /dev/null +++ b/tasks/522_shopping--268.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--268", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? What is the weight difference between Babe Pediatric Sunscreen Lotion 50+ and Lom-style After-Sun Hair Mask?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.82 fl oz" + } + } +} \ No newline at end of file diff --git a/tasks/523_datausa--72.json b/tasks/523_datausa--72.json new file mode 100644 index 0000000000000000000000000000000000000000..735a386e370b6146d5121ac9cfc6ee8ff367303e --- /dev/null +++ b/tasks/523_datausa--72.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--72", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using data on ethnic diversity, create a dashboard showing the top 5 most diverse counties in the US.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Diversity dashboard for US counties" + } + } +} \ No newline at end of file diff --git a/tasks/524_unwto--701.json b/tasks/524_unwto--701.json new file mode 100644 index 0000000000000000000000000000000000000000..8e7ab464f82fb1ce2dd5f66a398e7268f9f7e8d1 --- /dev/null +++ b/tasks/524_unwto--701.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--701", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using regional tourism arrivals data from 2010 to 2020, calculate the compound annual growth rate (CAGR) for Europe and Asia. Which region grew faster, and what was the CAGR difference?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~2.4% CAGR \n Asia: ~4.2% CAGR \n Difference: ~1.8%" + } + } +} \ No newline at end of file diff --git a/tasks/525_uchicago--864.json b/tasks/525_uchicago--864.json new file mode 100644 index 0000000000000000000000000000000000000000..9afe51d0b83eebd46be32de6b7fe1229e0a04e7c --- /dev/null +++ b/tasks/525_uchicago--864.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago" + ], + "task_id": "uchicago--864", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an report based on selection crieteria for applicants on what a student should prioritize at UchicagoConsider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Very Important: rigor, essays, recommendations, extracurriculars, talent, character. interviews are not considered, all else equally weighted" + } + } +} \ No newline at end of file diff --git a/tasks/526_cdc-mental-health--632.json b/tasks/526_cdc-mental-health--632.json new file mode 100644 index 0000000000000000000000000000000000000000..75b21169523e4eb427d83b97fdff03a4acafe3a0 --- /dev/null +++ b/tasks/526_cdc-mental-health--632.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--632", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an analysis on the relationship between gender and the prevalence of serious psychological distress among adults, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates differences in the prevalence of serious psychological distress between genders." + } + } +} \ No newline at end of file diff --git a/tasks/527_cdc-obesity--566.json b/tasks/527_cdc-obesity--566.json new file mode 100644 index 0000000000000000000000000000000000000000..d35c6c55a9ea543c74ab14c9649eddc79b30e358 --- /dev/null +++ b/tasks/527_cdc-obesity--566.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--566", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percent of US adults have obesity?Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "40.00%" + } + } +} \ No newline at end of file diff --git a/tasks/528_riaa--820.json b/tasks/528_riaa--820.json new file mode 100644 index 0000000000000000000000000000000000000000..b63b90d5a106608a2c8c6db4a0e13fefe876a14f --- /dev/null +++ b/tasks/528_riaa--820.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--820", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What year did LP's begin to decline most sharplyConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1978-1979" + } + } +} \ No newline at end of file diff --git a/tasks/529_cfpb--103.json b/tasks/529_cfpb--103.json new file mode 100644 index 0000000000000000000000000000000000000000..ac9e41b21474f12b605b7bdf67e0e470470427d5 --- /dev/null +++ b/tasks/529_cfpb--103.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--103", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a visualization of financial struggles among small business owners and non-owners. What trends do you observe?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 1: Differences in income volatility and related measures between small business owners and non-owners shows that small business owners experience more financial struggles, including difficulty paying bills, facing unexpected expenses, and incurring credit card late fees. The trend suggests that business owners have higher financial risk than non-owners." + } + } +} \ No newline at end of file diff --git a/tasks/530_climate-gov--411.json b/tasks/530_climate-gov--411.json new file mode 100644 index 0000000000000000000000000000000000000000..5ed4509066682b25ff12c2f06a90ce847252b5dd --- /dev/null +++ b/tasks/530_climate-gov--411.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "climate-gov" + ], + "task_id": "climate-gov--411", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much water have mountain glaciers lost since 1970?Consider using the following website(s): CLIMATE GOV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "26 meters of water equivalent. " + } + } +} \ No newline at end of file diff --git a/tasks/531_our-world-in-data--236.json b/tasks/531_our-world-in-data--236.json new file mode 100644 index 0000000000000000000000000000000000000000..3a2c15020f5757ac7ef7c5a0e05e6a7ab3419c2c --- /dev/null +++ b/tasks/531_our-world-in-data--236.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--236", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "what is the variance in learning-adjusted schooling between countries in 2020Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.46 years" + } + } +} \ No newline at end of file diff --git a/tasks/532_unwto--695.json b/tasks/532_unwto--695.json new file mode 100644 index 0000000000000000000000000000000000000000..bf85444c99ffe53b82e919f320926a5a14645957 --- /dev/null +++ b/tasks/532_unwto--695.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--695", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Collect monthly international arrivals data for 2021. Calculate the mean, standard deviation, and identify which month was closest to the mean number of arrivals.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mean: ~35M \n Std Dev: ~15M \n Closest Month: October (35.5M)" + } + } +} \ No newline at end of file diff --git a/tasks/533_cdc-mental-health--555.json b/tasks/533_cdc-mental-health--555.json new file mode 100644 index 0000000000000000000000000000000000000000..f24bd650e747154dbb6641b4993cde5b158b43ef --- /dev/null +++ b/tasks/533_cdc-mental-health--555.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--555", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a list of mental health resources and write a reddit post publicizing them.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Call or text 988\n\nChat at 988lifeline.org\n\nTTY users can use their preferred relay service or dial 711 then 988" + } + } +} \ No newline at end of file diff --git a/tasks/534_cdc-mental-health--624.json b/tasks/534_cdc-mental-health--624.json new file mode 100644 index 0000000000000000000000000000000000000000..ac628189c36237047b2726053687bc8f18ada8e7 --- /dev/null +++ b/tasks/534_cdc-mental-health--624.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--624", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without using the table view, analyze the trend in the prevalence of moderate or severe anxiety symptoms among adults aged 18 and over from 2019 to 2022.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data shows fluctuations in the prevalence of anxiety symptoms among adults over the specified period." + } + } +} \ No newline at end of file diff --git a/tasks/535_our-world-in-data--179.json b/tasks/535_our-world-in-data--179.json new file mode 100644 index 0000000000000000000000000000000000000000..fdafb418594495daa22719862002b95cb0472d8f --- /dev/null +++ b/tasks/535_our-world-in-data--179.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--179", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the mean, median, and range of gini coefficient in 2022 globallyConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mean: 0.5685\nMedian: 0.5839\nRange: 0.3327 to 0.7488\n" + } + } +} \ No newline at end of file diff --git a/tasks/536_cdc-covid--538.json b/tasks/536_cdc-covid--538.json new file mode 100644 index 0000000000000000000000000000000000000000..fc8aa53d9ff0d94144d93684bd502de7df5beed4 --- /dev/null +++ b/tasks/536_cdc-covid--538.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--538", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average time between initial COVID-19 infection and reinfection cases in 2022.Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "179 days" + } + } +} \ No newline at end of file diff --git a/tasks/537_datausa--62.json b/tasks/537_datausa--62.json new file mode 100644 index 0000000000000000000000000000000000000000..110efd7fedd4bee08aa60b03859eaa20c61322b3 --- /dev/null +++ b/tasks/537_datausa--62.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--62", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the median household income for California and Texas over the past decade then create a line plot showing the trend.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Line plot of median income trends CA vs TX" + } + } +} \ No newline at end of file diff --git a/tasks/538_unwto--715.json b/tasks/538_unwto--715.json new file mode 100644 index 0000000000000000000000000000000000000000..51ffa2f2adddd28524fb1aee8615d7204315fddc --- /dev/null +++ b/tasks/538_unwto--715.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--715", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which month in 2021 saw the largest percentage increase in global tourist arrivals compared to the same month in 2020?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "July (~+58%)" + } + } +} \ No newline at end of file diff --git a/tasks/539_arxiv--57.json b/tasks/539_arxiv--57.json new file mode 100644 index 0000000000000000000000000000000000000000..67c61480e272bb93d074659fa9e34709e68b3e0e --- /dev/null +++ b/tasks/539_arxiv--57.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--57", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the methodology sections of the 3 most recent reinforcement learning papers.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary of 3 RL paper methods" + } + } +} \ No newline at end of file diff --git a/tasks/540_musicbrainz--143.json b/tasks/540_musicbrainz--143.json new file mode 100644 index 0000000000000000000000000000000000000000..d04ec895382a70e67aaf7a398cea843ed921cacb --- /dev/null +++ b/tasks/540_musicbrainz--143.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--143", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose that artists are one of the following types: person, group, orchestra, choir, character, and other. Of the albums that have one of the artist types set, which type is the third most common?Consider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Character" + } + } +} \ No newline at end of file diff --git a/tasks/541_our-world-in-data--241.json b/tasks/541_our-world-in-data--241.json new file mode 100644 index 0000000000000000000000000000000000000000..dc6c3cabcc197ce38db6945dcc56ce5350a0fe2e --- /dev/null +++ b/tasks/541_our-world-in-data--241.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--241", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the lowest infant mortailty rate of any country in 1983. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Ethiopia" + } + } +} \ No newline at end of file diff --git a/tasks/542_worldpop--502.json b/tasks/542_worldpop--502.json new file mode 100644 index 0000000000000000000000000000000000000000..317c24f9b709e62ae2bcff4097268d221c133aa1 --- /dev/null +++ b/tasks/542_worldpop--502.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--502", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many workdays did Venezuela have in September 2018?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "20" + } + } +} \ No newline at end of file diff --git a/tasks/543_cfpb--102.json b/tasks/543_cfpb--102.json new file mode 100644 index 0000000000000000000000000000000000000000..991a7b8cba9e625e61b13fd74a86893852bd2032 --- /dev/null +++ b/tasks/543_cfpb--102.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--102", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a visualization of financial struggles among small business owners and non-owners. Identify the largest and smallest differences in financial hardship indicators.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 1: Differences in income volatility and related measures between small business owners and non-owners shows that the largest difference is in volatile income (20\u201325 percentage points), while the smallest difference is in NSF fees (2\u20133 percentage points)." + } + } +} \ No newline at end of file diff --git a/tasks/544_cfpb--133.json b/tasks/544_cfpb--133.json new file mode 100644 index 0000000000000000000000000000000000000000..3563f377cee8f1e8f76ca15e6b5b0c28ee547c4b --- /dev/null +++ b/tasks/544_cfpb--133.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--133", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners are saving for retirement?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "59.60%" + } + } +} \ No newline at end of file diff --git a/tasks/545_bea--30.json b/tasks/545_bea--30.json new file mode 100644 index 0000000000000000000000000000000000000000..5d66d6238e7e43954fb7f3cb0c78a756ba2e2139 --- /dev/null +++ b/tasks/545_bea--30.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--30", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Retrieve and analyze BEA data on personal savings rates over the past year.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "line graph showing month by month savings rate over the year " + } + } +} \ No newline at end of file diff --git a/tasks/546_nih--605.json b/tasks/546_nih--605.json new file mode 100644 index 0000000000000000000000000000000000000000..4ffaa84c06b7c5ad03022f3e7866ebbfc58da623 --- /dev/null +++ b/tasks/546_nih--605.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--605", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When is National Biosafety Stewardship Month?Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "October 2015." + } + } +} \ No newline at end of file diff --git a/tasks/547_nih--592.json b/tasks/547_nih--592.json new file mode 100644 index 0000000000000000000000000000000000000000..a18118ab9855560af05e65cb57498b712cd24612 --- /dev/null +++ b/tasks/547_nih--592.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--592", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a clinical trial for breast cancer in adults with malignancies, and find the location closest to Larkspur, Colorado and create an email asking about becoming pregnant within the next 5 months. Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Denver\nUniversity of Colorado\nStatus: Active\nContact: Marlee Elton\nPhone: 303-724-6194\nEmail: marlee.elton@cuanschutz.edu" + } + } +} \ No newline at end of file diff --git a/tasks/548_understat--93.json b/tasks/548_understat--93.json new file mode 100644 index 0000000000000000000000000000000000000000..432633d238362a68865c1096f89574270e89725f --- /dev/null +++ b/tasks/548_understat--93.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--93", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a scatter plot of all Premier League teams showing total Expected Goals vs total Expected Goals Against this season.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Scatter plot with team names as points on xG vs xGA axes." + } + } +} \ No newline at end of file diff --git a/tasks/549_arxiv--47.json b/tasks/549_arxiv--47.json new file mode 100644 index 0000000000000000000000000000000000000000..ca80cb7d81794495c3831d74aded26f00a5f0002 --- /dev/null +++ b/tasks/549_arxiv--47.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--47", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find and tabulate all papers that use 'transformers' in their methodology with key configurations.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Table of transformer paper configs" + } + } +} \ No newline at end of file diff --git a/tasks/550_st-louis-fed--454.json b/tasks/550_st-louis-fed--454.json new file mode 100644 index 0000000000000000000000000000000000000000..8592cbdf82ab22b459eb0de2cb5ec42b3d5b0a93 --- /dev/null +++ b/tasks/550_st-louis-fed--454.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "st-louis-fed" + ], + "task_id": "st-louis-fed--454", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "is the unemployment rate worse in California or Texas in september 1996? What is the difference in unemployment rate?Consider using the following website(s): ST LOUIS FED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "California, 1.6 points" + } + } +} \ No newline at end of file diff --git a/tasks/551_apta--307.json b/tasks/551_apta--307.json new file mode 100644 index 0000000000000000000000000000000000000000..7d6d372412d271d058b67486a88f52b611be5d4b --- /dev/null +++ b/tasks/551_apta--307.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--307", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the public transportation ridership update policy brief for the first quarter of 2024Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "After falling to 20 percent of pre-pandemic levels in April 2020, public transit ridership has recovered\nto 79 percent of pre-pandemic levels.\n2. Transit riders took 7.1 billion trips on public transportation in 2023, a 16 percent increase over 2022.\n3. Public transportation ridership levels increased throughout 2023, while office occupancy rates\nremained stagnant.\n4. Success in ridership recovery has been dependent on transit service delivery and reliability and\nexternal factors, such as the makeup of local economies.\n5. As clearly illustrated during the pandemic, public transportation provides mobility to essential\nworkers, which has sustained transit ridership over the past four years." + } + } +} \ No newline at end of file diff --git a/tasks/552_our-world-in-data--238.json b/tasks/552_our-world-in-data--238.json new file mode 100644 index 0000000000000000000000000000000000000000..a0e1a9fe51bb7140647219323f67b6337a9b27a6 --- /dev/null +++ b/tasks/552_our-world-in-data--238.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--238", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was Sudan's GDP per capita in 2022? If unavailable, provide the closest estimate from a range of recent years.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$3,571" + } + } +} \ No newline at end of file diff --git a/tasks/553_mit--429.json b/tasks/553_mit--429.json new file mode 100644 index 0000000000000000000000000000000000000000..b6ee749a10b0c3e8a6d7b9a8f5e7a433c1a4a959 --- /dev/null +++ b/tasks/553_mit--429.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--429", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "calculate the percentage of students from both the Fall 2016 and Fall 2015 cohorts who graduated in four years or less, and compare the results across different groups.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Graduation in 4 Years or Less (Fall 2016):\nPell Grant: 80%\nNo Pell Grant or Subsidized Stafford Loan: 90%\nSubsidized Stafford Loan but not Pell Grant: 90%\nGraduation in 4 Years or Less (Fall 2015):\nPell Grant: 81%\nNo Pell Grant or Subsidized Stafford Loan: 90%\nSubsidized Stafford Loan but not Pell Grant: 78%\nThere are notable differences in four-year graduation rates based on financial aid status." + } + } +} \ No newline at end of file diff --git a/tasks/554_our-world-in-data--197.json b/tasks/554_our-world-in-data--197.json new file mode 100644 index 0000000000000000000000000000000000000000..7b08c0a4056cfa370d179366f66d4f5236398a75 --- /dev/null +++ b/tasks/554_our-world-in-data--197.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--197", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the year 1990 how many tons of sulfure dioxide did the continent of Asia emit Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "41,808,228 t" + } + } +} \ No newline at end of file diff --git a/tasks/555_stocknear--463.json b/tasks/555_stocknear--463.json new file mode 100644 index 0000000000000000000000000000000000000000..d0aa95e571cbd1f0ab4e743645e0ba801e4dd751 --- /dev/null +++ b/tasks/555_stocknear--463.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "stocknear" + ], + "task_id": "stocknear--463", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the highest tesla's stock price reached between may 7 2021 and January 6 2023Consider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "409.97 USD" + } + } +} \ No newline at end of file diff --git a/tasks/556_tunebat--846.json b/tasks/556_tunebat--846.json new file mode 100644 index 0000000000000000000000000000000000000000..b7e7e395de05c8f5217662b4e6ca57277d6ba628 --- /dev/null +++ b/tasks/556_tunebat--846.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--846", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How more beats will the 3rd least danceable of the songs mixable with Messy by Lola Young than the most danceable in 1 second(rounding down)Consider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0" + } + } +} \ No newline at end of file diff --git a/tasks/557_our-world-in-data--213.json b/tasks/557_our-world-in-data--213.json new file mode 100644 index 0000000000000000000000000000000000000000..793b98aff944c2684554c4428b3aeeeca52fb7f5 --- /dev/null +++ b/tasks/557_our-world-in-data--213.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--213", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the countries, which was financially the most sound based on return on assets in 2022: Mozambic and Uruguay Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mozambique" + } + } +} \ No newline at end of file diff --git a/tasks/558_our-world-in-data--798.json b/tasks/558_our-world-in-data--798.json new file mode 100644 index 0000000000000000000000000000000000000000..41d33088efbdf230d20bd56c1656af7e6a442ed6 --- /dev/null +++ b/tasks/558_our-world-in-data--798.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--798", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use the data in ourworldindata to analyze the trend The United States and China and the UK and India in Per Capita CO2 emissions over the last 20 yearsConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "US consistently down from 20.7t to 14.9t\nChina up from 3.7t to 8.4t\nUK 9.6t to 4.4t\nIndia 1t to 2.1t" + } + } +} \ No newline at end of file diff --git a/tasks/559_tunebat--857.json b/tasks/559_tunebat--857.json new file mode 100644 index 0000000000000000000000000000000000000000..bdff05160f7162c4ee79b816dd76594a0f4a650a --- /dev/null +++ b/tasks/559_tunebat--857.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--857", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 3 most recent songs that will sound good mixed with Birds of a FeatherConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Falling In Love - Cigarettes After Sex\nNew Woman (feat. ROSAL\u00cdA) - LISA, ROSAL\u00cdA\nCan\u2019t Catch Me Now - from The Hunger Games: The Ballad of Songbirds & Snakes - Olivia Rodrigo" + } + } +} \ No newline at end of file diff --git a/tasks/560_tunebat--844.json b/tasks/560_tunebat--844.json new file mode 100644 index 0000000000000000000000000000000000000000..71dd7eb3506dd0df08256c1e0e9ff46efc401c94 --- /dev/null +++ b/tasks/560_tunebat--844.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--844", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs in F minor are more than 80 popularConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5" + } + } +} \ No newline at end of file diff --git a/tasks/561_shopping--273.json b/tasks/561_shopping--273.json new file mode 100644 index 0000000000000000000000000000000000000000..0ec76432a5b987258daa1a91d264db62278dbac5 --- /dev/null +++ b/tasks/561_shopping--273.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--273", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product?What is the weight difference between Banana Boat Continuous SPF 8 Spray and MAKEPREM UV Defense Sunscreen?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "10.31 fl oz" + } + } +} \ No newline at end of file diff --git a/tasks/562_unwto--490.json b/tasks/562_unwto--490.json new file mode 100644 index 0000000000000000000000000000000000000000..db9b1c19148ceddd143631bc84dc2e9c96c986bb --- /dev/null +++ b/tasks/562_unwto--490.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--490", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "AS of 02/17/2023, what is the percentage of people vaccinated per 100 population in Guyana?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "61.20%" + } + } +} \ No newline at end of file diff --git a/tasks/563_mit--422.json b/tasks/563_mit--422.json new file mode 100644 index 0000000000000000000000000000000000000000..778074ba9e092dbc588e07a5a8751975f520f820 --- /dev/null +++ b/tasks/563_mit--422.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--422", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the six-year graduation rate for the Fall 2016 cohort for students who received a Federal Pell Grant, and how does it compare to the rate for students who did not receive either a Pell Grant or a subsidized Stafford Loan?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2016 Cohort:\nFederal Pell Grant: 91%\nNo Pell Grant or Subsidized Stafford Loan: 96%\nStudents who received a subsidized Stafford Loan but not a Pell Grant: 96%\nGraduation rate differences suggest that students receiving Pell Grants may face additional challenges." + } + } +} \ No newline at end of file diff --git a/tasks/564_mit--443.json b/tasks/564_mit--443.json new file mode 100644 index 0000000000000000000000000000000000000000..25452105dc1702be263573c144b726851148541e --- /dev/null +++ b/tasks/564_mit--443.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--443", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many students from the Fall 2016 cohort did not persist and did not graduate for reasons such as death, permanent disability, or military service, and what is the impact on the overall graduation rate?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2016 Cohort (Non-persistence Reasons):\nDeceased, Disabled, Armed Forces, etc.: 3 students\nImpact on Graduation Rate: 0.27% reduction in total graduation rate for the cohort (from 95% to 94.73%)" + } + } +} \ No newline at end of file diff --git a/tasks/565_arxiv--39.json b/tasks/565_arxiv--39.json new file mode 100644 index 0000000000000000000000000000000000000000..d8598da2ba157df17cf3ee7d9a9fff2bfe052c08 --- /dev/null +++ b/tasks/565_arxiv--39.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--39", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the number of authors per paper for the last 15 submissions then create a histogram.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Histogram of author counts" + } + } +} \ No newline at end of file diff --git a/tasks/566_cdc-covid--540.json b/tasks/566_cdc-covid--540.json new file mode 100644 index 0000000000000000000000000000000000000000..c0b0c5c7736cd139339be8d6f9382efe3b900e66 --- /dev/null +++ b/tasks/566_cdc-covid--540.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--540", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of ICU beds occupied by COVID-19 patients in California hospitals for the week of December 25-31, 2022. Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.3% of ICU beds" + } + } +} \ No newline at end of file diff --git a/tasks/567_worldpop--691.json b/tasks/567_worldpop--691.json new file mode 100644 index 0000000000000000000000000000000000000000..27fd209b7a9b7095e814ec460f8e8cce09f8fc29 --- /dev/null +++ b/tasks/567_worldpop--691.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--691", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country had a higher growth rate in 2020, Brazil or Indonesia, and what were the respective growth rates?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Brazil \u2192 ~0.72% \n Indonesia \u2192 ~1.07%. Indonesia had a higher growth rate." + } + } +} \ No newline at end of file diff --git a/tasks/568_iata--416.json b/tasks/568_iata--416.json new file mode 100644 index 0000000000000000000000000000000000000000..b0c11928e7b75389f0c2f9617f9ce364672d0364 --- /dev/null +++ b/tasks/568_iata--416.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata" + ], + "task_id": "iata--416", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "IATA Sustainability and Economics published a chart assessing the risks in 2025. Identify the number of high likelihood high impact risks (number risks in that quadrant of their chart) that they identifiedConsider using the following website(s): IATA , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "8" + } + } +} \ No newline at end of file diff --git a/tasks/569_arxiv--340.json b/tasks/569_arxiv--340.json new file mode 100644 index 0000000000000000000000000000000000000000..3b87dba04f84a1122d1cdf5c37998c5aae5efa41 --- /dev/null +++ b/tasks/569_arxiv--340.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--340", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List the text retrievers used as baseline models in the MMDocIR paperConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "DPR, ColBERT, BGE, E5, Contriever, GTE" + } + } +} \ No newline at end of file diff --git a/tasks/570_mit--428.json b/tasks/570_mit--428.json new file mode 100644 index 0000000000000000000000000000000000000000..c665111ce493951ee9770f76b0deca0c00f31c84 --- /dev/null +++ b/tasks/570_mit--428.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--428", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of 'Two or more races, non-Hispanic' undergraduates in relation to total enrollment. Investigate whether this category has seen any notable growth or decline in recent years. Provide an infographic to present to university leadership on emerging racial/ethnic trends in student demographics.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Two or more races, non-Hispanic Enrollment (Degree-Seeking): 70\nTotal Enrollment: 345\nPercentage: 7.41%\nInfographic should highlight the consistent enrollment rate for multi-racial students and discuss trends in multi-racial identity." + } + } +} \ No newline at end of file diff --git a/tasks/571_climate-gov--412.json b/tasks/571_climate-gov--412.json new file mode 100644 index 0000000000000000000000000000000000000000..26154b3deb78ea27699db4e1bde41dff7a143060 --- /dev/null +++ b/tasks/571_climate-gov--412.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "climate-gov" + ], + "task_id": "climate-gov--412", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am interested in Climate Tech articles. There is an article on how landmark buoys across the tropical pacific ocean get a makeover, tell me which date it was publishedConsider using the following website(s): CLIMATE GOV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "April 11, 2023" + } + } +} \ No newline at end of file diff --git a/tasks/572_fred--759.json b/tasks/572_fred--759.json new file mode 100644 index 0000000000000000000000000000000000000000..7adc72faaa2bd5272cb664da4d9383c576a05958 --- /dev/null +++ b/tasks/572_fred--759.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--759", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the M1 to M2 ratio for Argentina?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.51805" + } + } +} \ No newline at end of file diff --git a/tasks/573_our-world-in-data--203.json b/tasks/573_our-world-in-data--203.json new file mode 100644 index 0000000000000000000000000000000000000000..4231277889d29bb12ad959f11e73a11346fb7f13 --- /dev/null +++ b/tasks/573_our-world-in-data--203.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--203", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Is tuvalu an outlier in terms of life expectancy given how much they spend on healthcare? Explain why or why not statisically Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "" + } + } +} \ No newline at end of file diff --git a/tasks/574_bea--27.json b/tasks/574_bea--27.json new file mode 100644 index 0000000000000000000000000000000000000000..e5fd3614e366bbb45726ebe4b6d107a6448d81df --- /dev/null +++ b/tasks/574_bea--27.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--27", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the sectors contributing the most to GDP growth this quarter.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "consumer spending, inventory investment, and business investment." + } + } +} \ No newline at end of file diff --git a/tasks/575_riaa--819.json b/tasks/575_riaa--819.json new file mode 100644 index 0000000000000000000000000000000000000000..f66afcdb0844deaeb26de62f2e4b0d43b6446d8c --- /dev/null +++ b/tasks/575_riaa--819.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--819", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the biggest driver of growth at the end of 2022Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Streaming" + } + } +} \ No newline at end of file diff --git a/tasks/576_worldpop--519.json b/tasks/576_worldpop--519.json new file mode 100644 index 0000000000000000000000000000000000000000..fdff1966b0430bf2473da9a0aa7eed4c0f10d292 --- /dev/null +++ b/tasks/576_worldpop--519.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--519", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is international tourism receipts (USD billions) for El Salvador in 2014Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.8" + } + } +} \ No newline at end of file diff --git a/tasks/577_bea--3.json b/tasks/577_bea--3.json new file mode 100644 index 0000000000000000000000000000000000000000..103aaf447b2183f29715c87f7ea6828ad5eaab01 --- /dev/null +++ b/tasks/577_bea--3.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--3", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Assess the relationship between personal income and GDP growth.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Personal income increased by 0.2% in August 2024. GDP grew by 3.0% in Q2 2024, with consumer spending as a key factor." + } + } +} \ No newline at end of file diff --git a/tasks/578_unwto--868.json b/tasks/578_unwto--868.json new file mode 100644 index 0000000000000000000000000000000000000000..bbc8a8e55b9c037bc61bae7cfb265c840d66b0ad --- /dev/null +++ b/tasks/578_unwto--868.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--868", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an analysis based on the effect of covid on tourismConsider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Before covid:\n- Africa: 96.47\n- Americas: 100.79\n- Asia and the Pacific: 96.51\n- Europe: 103.51\n- Middle East - 99.39\n\nCovid:\n- Africa: 2.69\n- Americas: 8.04\n- Asia and the Pacific: 8.63\n- Europe: 13.30\n-Middle East 1.01" + } + } +} \ No newline at end of file diff --git a/tasks/579_shopping--260.json b/tasks/579_shopping--260.json new file mode 100644 index 0000000000000000000000000000000000000000..aea1edc66f0bce0a46d45b7fbc84d6906e9c0d5c --- /dev/null +++ b/tasks/579_shopping--260.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--260", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the tanner product which has a volume as close to the average volume of all tanner prouducts as possibleConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "St. Tropez Self Tan Express Starter Kit" + } + } +} \ No newline at end of file diff --git a/tasks/580_our-world-in-data--199.json b/tasks/580_our-world-in-data--199.json new file mode 100644 index 0000000000000000000000000000000000000000..ac88c9e9577e61f593b971b181ebdc7b858f37d4 --- /dev/null +++ b/tasks/580_our-world-in-data--199.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--199", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In what year did AI systems image-recognition capabilities exceeed that of humans for the first time?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2015" + } + } +} \ No newline at end of file diff --git a/tasks/581_apta--727.json b/tasks/581_apta--727.json new file mode 100644 index 0000000000000000000000000000000000000000..039b52668d2cd7fa69c723126465ebf1324c2ec9 --- /dev/null +++ b/tasks/581_apta--727.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--727", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a visualization showing the trend of public transit funding sources over the past 20 years using APTA\u2019s financial reports. Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } +} \ No newline at end of file diff --git a/tasks/582_tunebat--293.json b/tasks/582_tunebat--293.json new file mode 100644 index 0000000000000000000000000000000000000000..1bc905bb958e2c501f0035bc1873b669d85bbb08 --- /dev/null +++ b/tasks/582_tunebat--293.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--293", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the BPM of Crazy by PL\u00dcMConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "100 BPM" + } + } +} \ No newline at end of file diff --git a/tasks/583_tunebat--858.json b/tasks/583_tunebat--858.json new file mode 100644 index 0000000000000000000000000000000000000000..3950f5a72804297c5a2497e5852dd148992d2955 --- /dev/null +++ b/tasks/583_tunebat--858.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--858", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 3 most recent songs that will sound good mixed with Die With a Smilenot including other recommendationsConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Say Yes To Heaven - Lana Del Rey\nReflections - The Neighbourhood\nMessy - Lola Young" + } + } +} \ No newline at end of file diff --git a/tasks/584_noaa--83.json b/tasks/584_noaa--83.json new file mode 100644 index 0000000000000000000000000000000000000000..fd864bd0b53c2fac49470746cd6cb94eb175e209 --- /dev/null +++ b/tasks/584_noaa--83.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--83", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract hurricane frequency data from two NOAA reports and create a time series plot from 1980 to 2023.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Time series plot of hurricane frequencies" + } + } +} \ No newline at end of file diff --git a/tasks/585_cdc-obesity--561.json b/tasks/585_cdc-obesity--561.json new file mode 100644 index 0000000000000000000000000000000000000000..d85273d067fa0646affc6d8980638a0a30576e0c --- /dev/null +++ b/tasks/585_cdc-obesity--561.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--561", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare obesity rates with median household income across all US counties for 2019, and write a summary about the corrolation.Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Obesity is a significant public health issue in the U.S., with varying rates across different regions. In 2019, obesity rates in U.S. counties ranged dramatically from less than 20% in some areas to over 40% in others. Median household income, on the other hand, also varies widely between counties, with rural areas typically showing lower incomes than urban areas." + } + } +} \ No newline at end of file diff --git a/tasks/586_worldpop--687.json b/tasks/586_worldpop--687.json new file mode 100644 index 0000000000000000000000000000000000000000..255803737a02ebbe0da6d223917758b7bbb7ad15 --- /dev/null +++ b/tasks/586_worldpop--687.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--687", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the most populous country in Africa in 2020 and provide its population.Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Nigeria \u2192 ~206 million." + } + } +} \ No newline at end of file diff --git a/tasks/587_fred--776.json b/tasks/587_fred--776.json new file mode 100644 index 0000000000000000000000000000000000000000..cc8bf536ce9bc654635e73d32ec46f6f4a4b5b37 --- /dev/null +++ b/tasks/587_fred--776.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--776", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Why was the interest rate on excess reserves data discontinued?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "IOER and IORR were replaced with a single rate, the IORB" + } + } +} \ No newline at end of file diff --git a/tasks/588_datausa--642.json b/tasks/588_datausa--642.json new file mode 100644 index 0000000000000000000000000000000000000000..03715fba097b5ea6ea3360101dfd999edebb7d2e --- /dev/null +++ b/tasks/588_datausa--642.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--642", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the most popular jobs in ATLANTA, GA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Police Officers." + } + } +} \ No newline at end of file diff --git a/tasks/589_arxiv--56.json b/tasks/589_arxiv--56.json new file mode 100644 index 0000000000000000000000000000000000000000..24a77123f8001fce58ea762b31c8532a2fa882f2 --- /dev/null +++ b/tasks/589_arxiv--56.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--56", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the evaluation metrics used in the last 5 papers on knowledge graphs.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Evaluation metrics summary for 5 KG papers" + } + } +} \ No newline at end of file diff --git a/tasks/590_unwto--702.json b/tasks/590_unwto--702.json new file mode 100644 index 0000000000000000000000000000000000000000..ce49a99a30f494eda69d804834731370acfb9e26 --- /dev/null +++ b/tasks/590_unwto--702.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--702", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using tourism revenue data from 2010 to 2020, calculate the CAGR (Compound Annual Growth Rate) for Africa and Europe. Which region grew faster, and by how much?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Example: \n Africa: ~3.2% CAGR \n Europe: ~1.8% CAGR \n Difference: ~1.4%" + } + } +} \ No newline at end of file diff --git a/tasks/591_tunebat--834.json b/tasks/591_tunebat--834.json new file mode 100644 index 0000000000000000000000000000000000000000..caab80936161d9138b88bf33a5e6d99fb88f4878 --- /dev/null +++ b/tasks/591_tunebat--834.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--834", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Build a graph comparing the bpm of the 5 most popular songs in F minor Consider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "https://www.desmos.com/calculator/ixobjhlcak" + } + } +} \ No newline at end of file diff --git a/tasks/592_our-world-in-data--233.json b/tasks/592_our-world-in-data--233.json new file mode 100644 index 0000000000000000000000000000000000000000..93e25a2ca8093f7b88ef73ff1fec8b1bdb8706c4 --- /dev/null +++ b/tasks/592_our-world-in-data--233.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--233", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the standard deviation in efficiency with respect to GDP per capita among high income countries with GDP per capita > $30,000. What is the avergae per capita energy use in these countries. Look at data from 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$0.54 per kWh" + } + } +} \ No newline at end of file diff --git a/tasks/593_riaa--824.json b/tasks/593_riaa--824.json new file mode 100644 index 0000000000000000000000000000000000000000..0ebe0d4f4f2242adfa30bea459289560623b98f1 --- /dev/null +++ b/tasks/593_riaa--824.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--824", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Where can fans find Randy Travis in 2025Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "More Life Tour," + } + } +} \ No newline at end of file diff --git a/tasks/594_apta--735.json b/tasks/594_apta--735.json new file mode 100644 index 0000000000000000000000000000000000000000..df31d703eea889efaa7f25ec489195d3a307a939 --- /dev/null +++ b/tasks/594_apta--735.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--735", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the publication date of the latest APTA Public Transportation Fact Book.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2023" + } + } +} \ No newline at end of file diff --git a/tasks/595_nih--602.json b/tasks/595_nih--602.json new file mode 100644 index 0000000000000000000000000000000000000000..b8606b19f8815684fabb8d925a5d136c2e9e78e9 --- /dev/null +++ b/tasks/595_nih--602.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--602", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is step 5 of the R01 Application process review stage.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Applications undergo initial peer review" + } + } +} \ No newline at end of file diff --git a/tasks/596_cdc-obesity--782.json b/tasks/596_cdc-obesity--782.json new file mode 100644 index 0000000000000000000000000000000000000000..886ae2afdf373d63db6e15308f65df57e555f8ce --- /dev/null +++ b/tasks/596_cdc-obesity--782.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--782", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report based on full time student data advocating for whether undergraduate programs at UChicago could benefit from more DEI initiativesConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Only 456 Black, 1 Pacific Islander, compared to the 7526 total, while white is 2513, hispanic is 1122, nonresident is 1199, and asian is 1499" + } + } +} \ No newline at end of file diff --git a/tasks/597_cfpb--130.json b/tasks/597_cfpb--130.json new file mode 100644 index 0000000000000000000000000000000000000000..7cdbe0f4c2efe66cdc2d1aba037a478e5c86f4ae --- /dev/null +++ b/tasks/597_cfpb--130.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--130", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of Hispanic small business owners report income volatility?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "According to Figure 2: Income volatility by race and small business owner status, approximately 41% of Hispanic small business owners report income volatility." + } + } +} \ No newline at end of file diff --git a/tasks/598_our-world-in-data--209.json b/tasks/598_our-world-in-data--209.json new file mode 100644 index 0000000000000000000000000000000000000000..90ca2d85b9226952e0d0ac5ae252e2a56610a441 --- /dev/null +++ b/tasks/598_our-world-in-data--209.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--209", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Model literacy rates using the share of GDP per capita spent by the government on each primary school student and healthcare spending as a share of GDP per capita as independent variables. Test the model using data from years ending in 2 or 7, and train the model on data from other years. Use traditional statistical methods instead of deep learning.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Literacy Rate = 84.312 + 1.705 * (Public Health Expenditure as % of GDP) + 0.183 * (Government Expenditure per Primary Student as % of GDP per capita)\nMSE: 7.91" + } + } +} \ No newline at end of file diff --git a/tasks/599_unwto--711.json b/tasks/599_unwto--711.json new file mode 100644 index 0000000000000000000000000000000000000000..173e852cc9f5824a907204f258e30c98e4f5b497 --- /dev/null +++ b/tasks/599_unwto--711.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--711", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the total number of international tourist arrivals in the Americas in 2020 (nearest million)?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~70 million" + } + } +} \ No newline at end of file diff --git a/tasks/600_worldpop--505.json b/tasks/600_worldpop--505.json new file mode 100644 index 0000000000000000000000000000000000000000..9feb74465f621a93f40574b67fb167c0cf7d0e85 --- /dev/null +++ b/tasks/600_worldpop--505.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--505", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to study how the number of holidays per year has changed from 2010 to 2015 for Yemen. Choose an appropriate graph representation for the data and use that to represent the dataConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar or line graph showing estimated number of holidays for each period" + } + } +} \ No newline at end of file diff --git a/tasks/601_uchicago--mit--482.json b/tasks/601_uchicago--mit--482.json new file mode 100644 index 0000000000000000000000000000000000000000..0ddaf7046115246dce1af20415bc7e0a0b1093db --- /dev/null +++ b/tasks/601_uchicago--mit--482.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--482", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which school has a greater proportion of full time students amongst students who enrolled in Fall 2023?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Same, both have 100% full time students" + } + } +} \ No newline at end of file diff --git a/tasks/602_shopping--271.json b/tasks/602_shopping--271.json new file mode 100644 index 0000000000000000000000000000000000000000..1a0430c6ae1a7b74a65c92e6d9e410ad7e582f18 --- /dev/null +++ b/tasks/602_shopping--271.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--271", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product?If these products needed to be shipped in containers with a maximum capacity of 12 fluid oz, what would be the most efficient groupings?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Container 1: Sun burn relief (16 oz) - Note: This exceeds container capacity\nContainer 2: Sunscreen (12 oz)\nContainer 3: Sunscreen (5.07 oz), Sun burn relief (4.20 oz), Sunscreen (2.37 oz) - Total: 11.64 oz\nContainer 4: Tanner (3.53 oz), Sunscreen (3.38 oz), Sunscreen (3.20 oz), Sunscreen (1.69 oz) - Total: 11.80 oz\nContainer 5: Sunscreen (3.00 oz), Sunscreen (2.08 oz), Sunscreen (2.00 oz), Sunscreen (1.60 oz), Tanner (1.08 oz), Lipstick (1.02 oz) - Total: 10.78 oz" + } + } +} \ No newline at end of file diff --git a/tasks/603_mit--435.json b/tasks/603_mit--435.json new file mode 100644 index 0000000000000000000000000000000000000000..ea2b56912711a2d74866a4b039f42726dfc01529 --- /dev/null +++ b/tasks/603_mit--435.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--435", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For the Fall 2015 cohort, how did the graduation rates of students who received a Federal Pell Grant compare to those who did not receive either a Pell Grant or a subsidized Stafford Loan?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2015 Cohort:\nFederal Pell Grant: 93%\nNo Pell Grant or Subsidized Stafford Loan: 97%\nSubsidized Stafford Loan but not Pell Grant: 93%\nGraduation rates are slightly higher for students who did not receive Pell Grants." + } + } +} \ No newline at end of file diff --git a/tasks/604_datausa--659.json b/tasks/604_datausa--659.json new file mode 100644 index 0000000000000000000000000000000000000000..1055cace51b840fbb16bc22e8676d3c01373c363 --- /dev/null +++ b/tasks/604_datausa--659.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--659", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which products are associated with EAST PALO ALTO, CA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Educational Services, Health Care, and Related Products for Persons and Public, Community, and Social Services." + } + } +} \ No newline at end of file diff --git a/tasks/605_worldometer--671.json b/tasks/605_worldometer--671.json new file mode 100644 index 0000000000000000000000000000000000000000..6976924d2122bd48bb5bbdb160ecbdfbae322260 --- /dev/null +++ b/tasks/605_worldometer--671.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--671", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "During January 2023, which day had the highest Daily New Cases and which day had the lowest, and what\u2019s the difference?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "- Highest: Jan 5 (~1.05M)
- Lowest: Jan 9 (~170K)
- Difference: ~880K" + } + } +} \ No newline at end of file diff --git a/tasks/606_riaa--815.json b/tasks/606_riaa--815.json new file mode 100644 index 0000000000000000000000000000000000000000..042b4706350e6c47e9f9961be7238cadedb0cdf7 --- /dev/null +++ b/tasks/606_riaa--815.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--815", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the top album mid 2024Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Nu King- Jason Derulo" + } + } +} \ No newline at end of file diff --git a/tasks/607_nih--598.json b/tasks/607_nih--598.json new file mode 100644 index 0000000000000000000000000000000000000000..40dc13daffdc0ebb604efb49092a7ab8c0eb18fb --- /dev/null +++ b/tasks/607_nih--598.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--598", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the total NIH budget for 2022.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$45 billion" + } + } +} \ No newline at end of file diff --git a/tasks/608_arxiv--42.json b/tasks/608_arxiv--42.json new file mode 100644 index 0000000000000000000000000000000000000000..4f860be5351aacf282651bf593b90f1acc6e1050 --- /dev/null +++ b/tasks/608_arxiv--42.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--42", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a visualization of topic clusters from the abstracts of the last 30 papers using keyword frequency.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Topic cluster visualization" + } + } +} \ No newline at end of file diff --git a/tasks/609_our-world-in-data--180.json b/tasks/609_our-world-in-data--180.json new file mode 100644 index 0000000000000000000000000000000000000000..6ce1dbe71b7095548e62bebb0f317b1fb94fa72c --- /dev/null +++ b/tasks/609_our-world-in-data--180.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--180", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the mean, median, and range of cancer death rate from 2010-2015 globallyConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mean: 104.49 deaths per 100,000 people\nMedian: 107.82 deaths per 100,000 people\nRange: 21.31 to 183.32 deaths per 100,000 people" + } + } +} \ No newline at end of file diff --git a/tasks/610_cdc-mental-health--612.json b/tasks/610_cdc-mental-health--612.json new file mode 100644 index 0000000000000000000000000000000000000000..bb85a4866a4ce2076194053ca35d8385b0b78ed1 --- /dev/null +++ b/tasks/610_cdc-mental-health--612.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--612", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average number of mentally unhealthy days reported by adults aged 18 and over in the past 30 days, and post the results on Reddit.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates that adults reported an average of X mentally unhealthy days in the past 30 days." + } + } +} \ No newline at end of file diff --git a/tasks/611_musicbrainz--147.json b/tasks/611_musicbrainz--147.json new file mode 100644 index 0000000000000000000000000000000000000000..6ee829d689e02590efc07265f9386e596690b5c1 --- /dev/null +++ b/tasks/611_musicbrainz--147.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--147", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of works have an ISWCConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "17.50%" + } + } +} \ No newline at end of file diff --git a/tasks/612_shopping--275.json b/tasks/612_shopping--275.json new file mode 100644 index 0000000000000000000000000000000000000000..dd3fbe49f90b3ab090746ffe328f0368401bd19d --- /dev/null +++ b/tasks/612_shopping--275.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--275", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Perform a linear regression over price and product weights in this category and report your answer as price = a*weight + b Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Price = 0.16*weight+24.30" + } + } +} \ No newline at end of file diff --git a/tasks/613_musicbrainz--tunebat--154.json b/tasks/613_musicbrainz--tunebat--154.json new file mode 100644 index 0000000000000000000000000000000000000000..75bf254a120afda19d1ff49f40a7fe456da6d81e --- /dev/null +++ b/tasks/613_musicbrainz--tunebat--154.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--154", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is the artist behind the most popular rendition of \"Slow Dancing in a Burning Room\"? Who is the korean artist behind the song \"Weather and You\" (2023). Which artist has more a consistent number of releases per album? Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Aro (STD 0.49, vs 3.99 for John Mayer)" + } + } +} \ No newline at end of file diff --git a/tasks/614_unwto--696.json b/tasks/614_unwto--696.json new file mode 100644 index 0000000000000000000000000000000000000000..3ba8e3b62577e3ad51313f9d357cc949bae287c0 --- /dev/null +++ b/tasks/614_unwto--696.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--696", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the international tourist arrivals for Europe and Asia in 2020. What was the difference (in millions)?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~240M \n Asia: ~80M \n Difference: ~160M" + } + } +} \ No newline at end of file diff --git a/tasks/615_datausa--645.json b/tasks/615_datausa--645.json new file mode 100644 index 0000000000000000000000000000000000000000..4cb652ffb19c8f7bc6ba8572f3b4dc4e469f3cc4 --- /dev/null +++ b/tasks/615_datausa--645.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--645", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the most common degree in ATLANTA, GA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Computer Science." + } + } +} \ No newline at end of file diff --git a/tasks/616_arxiv--355.json b/tasks/616_arxiv--355.json new file mode 100644 index 0000000000000000000000000000000000000000..52b771896a661e94a01f202a0bcb5a8b1549bc4a --- /dev/null +++ b/tasks/616_arxiv--355.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--355", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When you look at birds in flight, what is wrong with video segmentation model VISA? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "miss target" + } + } +} \ No newline at end of file diff --git a/tasks/617_our-world-in-data--225.json b/tasks/617_our-world-in-data--225.json new file mode 100644 index 0000000000000000000000000000000000000000..7bc34a9e19a80968bf4beee3e1c4494fea645e62 --- /dev/null +++ b/tasks/617_our-world-in-data--225.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--225", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the average energy efficiency with respect to GDP per capita among middle income countries with GDP per capita > 10,000-30,000. What is the avergae per capita energy use in these countries. Look at data from 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average efficiency: $0.94 GDP per kWh\nAverage energy use: 23,456 kWh/person" + } + } +} \ No newline at end of file diff --git a/tasks/618_shopping--278.json b/tasks/618_shopping--278.json new file mode 100644 index 0000000000000000000000000000000000000000..7f70c4825df426fa49bfe6eaa863c052b98092ec --- /dev/null +++ b/tasks/618_shopping--278.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--278", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Suppose these products were stocked on a shelf in order of Lipstick, Tanner, Sunscreen, and Sunburn Relief, and then by volume within categories (smallest to largest). Buy the first item on the shelfConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Elizabeth Arden 8 Hour Lip Protectant Stick SPF 15, Berry" + } + } +} \ No newline at end of file diff --git a/tasks/619_arxiv--371.json b/tasks/619_arxiv--371.json new file mode 100644 index 0000000000000000000000000000000000000000..e3b477b4d9e449733d2984a9f58e169eb1754e3f --- /dev/null +++ b/tasks/619_arxiv--371.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--371", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Give me an exact pseudocode algorithm that mitigates the accumulator complexity increase in Karatsuba Matrix Multiplication, through performing matrix multiplication that uses an alternative accumulation structure that reduces accumulation hardware complexity. Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "function MM1(A, B, p)\n for i = 0; i < M; i++ do\n for j = 0; j < N; j++ do\n C[i, j] = 0\n for k = 0; k < K; k += p do\n x = 0\n for q = 0; q < p; q++ do\n x += A[i, k + q] * B[k + q, j]\n end for\n C[i, j] += x\n end for\n end for\n end for\n return C\nend function\n" + } + } +} \ No newline at end of file diff --git a/tasks/620_cdc-obesity--563.json b/tasks/620_cdc-obesity--563.json new file mode 100644 index 0000000000000000000000000000000000000000..0640bc52a4b6222ecf8458525d0affd61b0584f0 --- /dev/null +++ b/tasks/620_cdc-obesity--563.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--563", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the median BMI for adults aged 45-54 in Florida for 2019Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "29.4" + } + } +} \ No newline at end of file diff --git a/tasks/621_bea--398.json b/tasks/621_bea--398.json new file mode 100644 index 0000000000000000000000000000000000000000..2b7902cd85c586f6dac77b223ce72c19e6f1d4d1 --- /dev/null +++ b/tasks/621_bea--398.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--398", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Use the BEA Data API to write code to plot graph of personal income by state over time, with each state being a line on a line graph. Make sure you follow the instructions in the user guide. Write but do not run the codeConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "# -----------------------------------------------------------\n# 2. Line chart \u2013 Personal Income by U.S. state (annual)\n# -----------------------------------------------------------\nimport requests, pandas as pd, matplotlib.pyplot as plt\n\nUSER_ID = \"YOUR-36-CHARACTER-KEY\"\n\nparams = {\n \"UserID\": USER_ID,\n \"method\": \"GetData\",\n \"DataSetName\": \"Regional\",\n \"TableName\": \"SAINC1\", # Personal-income summary table (annual) :contentReference[oaicite:2]{index=2}​:contentReference[oaicite:3]{index=3}\n \"LineCode\": \"1\", # Line 1 = Total personal income\n \"GeoFIPS\": \"STATE\", # all states\n \"Year\": \"ALL\",\n \"ResultFormat\": \"JSON\"\n}\nres = requests.get(\"https://apps.bea.gov/api/data\", params=params, timeout=30).json()\ndf = pd.DataFrame(res[\"BEAAPI\"][\"Results\"][\"Data\"])\n\n# Clean & plot\ndf[\"DataValue\"] = df[\"DataValue\"].str.replace(\",\", \"\").astype(float)\ndf_pivot = df.pivot(index=\"TimePeriod\", columns=\"GeoName\", values=\"DataValue\").sort_index()\n\nplt.figure(figsize=(14, 8))\nfor state in df_pivot.columns:\n plt.plot(df_pivot.index, df_pivot[state], linewidth=0.8, label=state)\nplt.title(\"Personal Income by State (millions of dollars)\")\nplt.xlabel(\"Year\"); plt.ylabel(\"Millions of $\"); plt.legend(ncol=4, fontsize=7)\nplt.tight_layout()\n# plt.show()\n" + } + } +} \ No newline at end of file diff --git a/tasks/622_worldometer--676.json b/tasks/622_worldometer--676.json new file mode 100644 index 0000000000000000000000000000000000000000..8681d81b731506ac635018305bc85e6dd164f3ac --- /dev/null +++ b/tasks/622_worldometer--676.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--676", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "On January 15, 2023, how many Daily New Cases vs. Daily New Deaths were reported worldwide, and what was the ratio of cases to deaths?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "- Daily New Cases: ~1.08M
- Daily New Deaths: ~3,900
- Ratio: ~277:1" + } + } +} \ No newline at end of file diff --git a/tasks/623_noaa--610.json b/tasks/623_noaa--610.json new file mode 100644 index 0000000000000000000000000000000000000000..9deff63142df805bd5a7ab3ae12b9831847c5959 --- /dev/null +++ b/tasks/623_noaa--610.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--610", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What state has the highest historical Probability of wildfies in January 27 from 1992 to 2015?Consider using the following website(s): NOAA , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Texas" + } + } +} \ No newline at end of file diff --git a/tasks/624_tunebat--848.json b/tasks/624_tunebat--848.json new file mode 100644 index 0000000000000000000000000000000000000000..d4818eeb5f7f58a36332f8786526efe00891e3d2 --- /dev/null +++ b/tasks/624_tunebat--848.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--848", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How more beats will the least danceable of the songs mixable with A Bar Song will than the 8th most danceable in 36 seconds(rounding down)Consider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "6.6" + } + } +} \ No newline at end of file diff --git a/tasks/625_datausa--636.json b/tasks/625_datausa--636.json new file mode 100644 index 0000000000000000000000000000000000000000..97a933656bd2b4e3cbd3df8c32411c4fc973c744 --- /dev/null +++ b/tasks/625_datausa--636.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--636", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the most common industries in HOUSTON, TX and EAST PALO ALTO, CA. Which city has industries related to construction?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "HOUSTON, TX \u2192 Restaurants & Food Services \n EAST PALO ALTO, CA \u2192 Construction. EAST PALO ALTO has construction industries." + } + } +} \ No newline at end of file diff --git a/tasks/626_cfpb--132.json b/tasks/626_cfpb--132.json new file mode 100644 index 0000000000000000000000000000000000000000..fb1f27e8312352cad58736def6492d5a973cf466 --- /dev/null +++ b/tasks/626_cfpb--132.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--132", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of non-owners report having $0 in their household checking and savings accounts?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5.10%" + } + } +} \ No newline at end of file diff --git a/tasks/627_worldometer--869.json b/tasks/627_worldometer--869.json new file mode 100644 index 0000000000000000000000000000000000000000..5eaeef5f1859804aab9734649cb03e963b22f165 --- /dev/null +++ b/tasks/627_worldometer--869.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--869", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an post based on population growth from now in the next 30 yearsConsider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "reached 8 billion in 2022, according to United Nations estimates.\nis projected to reach 9 billion in 2037, and 10 billion in 2060.\nhas doubled in 40 years from 1959 (3 billion) to 1999 (6 billion).\nis currently (2024) growing at a rate of around 0.87% per year, adding around 71 million people per year to the total.\ngrowth rate reached its peak in the late 1960s, when it was at 2.09%.\ngrowth rate is currently declining and is projected to continue to decline in the coming years (reaching below 0.50% by 2047, reach 0 in 2084, and decline by -0.12% in 2100) .\na tremendous change occurred with the industrial revolution: whereas it had taken all of human history up to the year 1800 for world population to reach 1 billion, the second billion was achieved in only 130 years (1930), the third billion in 30 years (1960), the fourth billion in 15 years (1974), the fifth billion in 13 years (1987), the sixth billion in 11 years (1998), the seventh billion and eighth billion in 12 years each (2010 and 2022). During the 20th century alone, the population in the world has grown from 1.65 billion to 6 billion." + } + } +} \ No newline at end of file diff --git a/tasks/628_bea--37.json b/tasks/628_bea--37.json new file mode 100644 index 0000000000000000000000000000000000000000..0f81a4a0b3bd409fd5b450d9d428ae2b6ec96639 --- /dev/null +++ b/tasks/628_bea--37.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--37", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the national Personal Consumption Expenditures (PCE) growth rate in 2023?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "A single value or sentence summarizing the annual PCE growth rate " + } + } +} \ No newline at end of file diff --git a/tasks/629_bea--6.json b/tasks/629_bea--6.json new file mode 100644 index 0000000000000000000000000000000000000000..72306393dd6b6bb81b3a15103053672d267514ce --- /dev/null +++ b/tasks/629_bea--6.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--6", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare corporate profit growth rates across industries for the last year.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "table or bar chart listing industries and their growth rates " + } + } +} \ No newline at end of file diff --git a/tasks/630_cfpb--129.json b/tasks/630_cfpb--129.json new file mode 100644 index 0000000000000000000000000000000000000000..428ea2285ab0ef9728632ac0a48d3961476f37b3 --- /dev/null +++ b/tasks/630_cfpb--129.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--129", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the smallest reported percentage difference in financial instability metrics between small business owners and non-owners? Express the difference in both percentage points and relative terms.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The smallest difference appears in more than 3 NSF fees, where the gap is around 2\u20133 percentage points. If non-owners report NSF fees at 4%, this represents a relative increase of 50\u201375% for small business owners." + } + } +} \ No newline at end of file diff --git a/tasks/631_cfpb--136.json b/tasks/631_cfpb--136.json new file mode 100644 index 0000000000000000000000000000000000000000..86d1ae1e174ca7985e53ec922fcb2359b51e701f --- /dev/null +++ b/tasks/631_cfpb--136.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--136", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners have incomes in the highest two categories ($80,001 or more)?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "45.60%" + } + } +} \ No newline at end of file diff --git a/tasks/632_arxiv--329.json b/tasks/632_arxiv--329.json new file mode 100644 index 0000000000000000000000000000000000000000..dd7e4ad5868058c466055e1bfe2483ccf9e557bf --- /dev/null +++ b/tasks/632_arxiv--329.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--329", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", based on the node diagram, what is the most influential website (highest hub centrality) in general?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "thegatewaypundit.com" + } + } +} \ No newline at end of file diff --git a/tasks/633_cfpb--137.json b/tasks/633_cfpb--137.json new file mode 100644 index 0000000000000000000000000000000000000000..3caa9bea90fa222bcd4c384bd13d2f57ccf03dd2 --- /dev/null +++ b/tasks/633_cfpb--137.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--137", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners report experiencing unexpected expenses?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "6.20%" + } + } +} \ No newline at end of file diff --git a/tasks/634_bea--26.json b/tasks/634_bea--26.json new file mode 100644 index 0000000000000000000000000000000000000000..4710ed7ffbb5679ded11d3801c152d58651cdbec --- /dev/null +++ b/tasks/634_bea--26.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--26", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the percentage change in federal government spending this quarter compared to last.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Paragrpah summarizing changes in income, DPI, spending, and savings with comparisons between " + } + } +} \ No newline at end of file diff --git a/tasks/635_cdc-obesity--562.json b/tasks/635_cdc-obesity--562.json new file mode 100644 index 0000000000000000000000000000000000000000..4fe0c3c95708849e106114381225ce6e693fa1ad --- /dev/null +++ b/tasks/635_cdc-obesity--562.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--562", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the percentage change in childhood obesity rates in New York state between 2015 and 2019.Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.3% increase" + } + } +} \ No newline at end of file diff --git a/tasks/636_our-world-in-data--794.json b/tasks/636_our-world-in-data--794.json new file mode 100644 index 0000000000000000000000000000000000000000..573fe5660e535aa6dd6eb7fd34ef75289d8a94e4 --- /dev/null +++ b/tasks/636_our-world-in-data--794.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--794", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use data in ourworldindata to analyze the trend The United States and China in Per Capita CO2 emissions over the last 20 yearsConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "US consistently down from 20.7t to 14.9t\nChina up from 3.7t to 8.4t" + } + } +} \ No newline at end of file diff --git a/tasks/637_arxiv--347.json b/tasks/637_arxiv--347.json new file mode 100644 index 0000000000000000000000000000000000000000..e7667b799affe13674ef5a152260cd51b1a9e163 --- /dev/null +++ b/tasks/637_arxiv--347.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--347", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the best performing backbone used for VRS-HQ when comparing it with previous methods on validation sets of RVOS datasets? Consider it only for youtube. Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Chat-UniVi-13B" + } + } +} \ No newline at end of file diff --git a/tasks/638_cfpb--118.json b/tasks/638_cfpb--118.json new file mode 100644 index 0000000000000000000000000000000000000000..20f05e4ab87e209b4f6c3f7c05e3ae7b0916b792 --- /dev/null +++ b/tasks/638_cfpb--118.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--118", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the approximate percentage point difference in experiencing volatile income between small business owners and non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "From Figure 1: Differences in income volatility and related measures between small business owners and non-owners, the unadjusted difference is about 25 percentage points, while the income- and age-adjusted difference is slightly lower, around 20 percentage points." + } + } +} \ No newline at end of file diff --git a/tasks/639_shopping--258.json b/tasks/639_shopping--258.json new file mode 100644 index 0000000000000000000000000000000000000000..0225406fcac659471acc6a1efca34d143342f052 --- /dev/null +++ b/tasks/639_shopping--258.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--258", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the product who's volume is closest to the median volume over all products, regardless of category Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "EXTRASHADE Premium Hydro Boost Sunscreen for Face & Body and for Black people, Broad Spectrum UVA/UVB Oil Free, Non-Greasy Sun block with Hyaluronic Acid, Moisturizing Sun Screen Lotion spf 30, (3 FL Oz)\n" + } + } +} \ No newline at end of file diff --git a/tasks/640_our-world-in-data--200.json b/tasks/640_our-world-in-data--200.json new file mode 100644 index 0000000000000000000000000000000000000000..fdd403002f0093d77bca77a648764a16200772cf --- /dev/null +++ b/tasks/640_our-world-in-data--200.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--200", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In what year did AI systems reading-comprehension capabilities exceeed that of humans for the first time?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2018" + } + } +} \ No newline at end of file diff --git a/tasks/641_mit--427.json b/tasks/641_mit--427.json new file mode 100644 index 0000000000000000000000000000000000000000..dc66c4c95069476685cfeb18d9d9fe01764c94da --- /dev/null +++ b/tasks/641_mit--427.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--427", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Based on the data, what percentage of the Fall 2016 cohort who received a Federal Pell Grant completed their program in more than four years but in five years or less?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2016 Cohort (Pell Grant):\nCompleted in 5 years or less: 17 students\nPercentage of total Pell Grant recipients (183): 9.28%\nApproximately 9.28% of Pell Grant recipients completed their degree in 5 years or less." + } + } +} \ No newline at end of file diff --git a/tasks/642_bea--22.json b/tasks/642_bea--22.json new file mode 100644 index 0000000000000000000000000000000000000000..f718fcc42793097d4126c67d846b460d001f09e9 --- /dev/null +++ b/tasks/642_bea--22.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--22", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the state with the highest PCE growth rate.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Florida: 8.1%" + } + } +} \ No newline at end of file diff --git a/tasks/643_riaa--821.json b/tasks/643_riaa--821.json new file mode 100644 index 0000000000000000000000000000000000000000..c23f7b1b2dae0477c82198f76db7fabb7643e57b --- /dev/null +++ b/tasks/643_riaa--821.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--821", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What year had the highest % sales in CD in terms of revenueConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2002" + } + } +} \ No newline at end of file diff --git a/tasks/644_our-world-in-data--229.json b/tasks/644_our-world-in-data--229.json new file mode 100644 index 0000000000000000000000000000000000000000..15d4342b9517dc2aa96f21bfd54bef167676d8b1 --- /dev/null +++ b/tasks/644_our-world-in-data--229.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--229", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the global average energy efficiency with respect to GDP per capita in the year 2022?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$1.08 per kwH" + } + } +} \ No newline at end of file diff --git a/tasks/645_understat--484.json b/tasks/645_understat--484.json new file mode 100644 index 0000000000000000000000000000000000000000..8bd46ffb2063e3fcd959a67c82d5175e7b80a1bf --- /dev/null +++ b/tasks/645_understat--484.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--484", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is average goals in matches in 2017 march for Serie A? Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.93" + } + } +} \ No newline at end of file diff --git a/tasks/646_cfpb--128.json b/tasks/646_cfpb--128.json new file mode 100644 index 0000000000000000000000000000000000000000..06a4c78a415195f59af681c1efe623b1c05b9bf6 --- /dev/null +++ b/tasks/646_cfpb--128.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--128", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the smallest reported percentage difference in financial instability metrics between small business owners and non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The smallest difference appears to be in the category of \"More than 3 NSF fees,\" which has a relatively small gap (around 2-3 percentage points) between small business owners and non-owners, as seen in Figure 1: Differences in income volatility and related measures between small business owners and non-owners." + } + } +} \ No newline at end of file diff --git a/tasks/647_arkiv--313.json b/tasks/647_arkiv--313.json new file mode 100644 index 0000000000000000000000000000000000000000..96209a32079de42f58ddbaf549ab4be4ee00cf10 --- /dev/null +++ b/tasks/647_arkiv--313.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arkiv" + ], + "task_id": "arkiv--313", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Tell me the second author on a paper studying how we do matrix multiplication on hardwareConsider using the following website(s): ARKIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Nicola Nicolici" + } + } +} \ No newline at end of file diff --git a/tasks/648_worldpop--520.json b/tasks/648_worldpop--520.json new file mode 100644 index 0000000000000000000000000000000000000000..078d4ae8d0de2406796fc349bffae6050055b256 --- /dev/null +++ b/tasks/648_worldpop--520.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--520", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is International tourist arrivals for Angola in 2015Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.59" + } + } +} \ No newline at end of file diff --git a/tasks/649_tunebat--richard-powers--301.json b/tasks/649_tunebat--richard-powers--301.json new file mode 100644 index 0000000000000000000000000000000000000000..dd9e2a8c321c26c7d1ee1a1b2139f75d8aaec4d7 --- /dev/null +++ b/tasks/649_tunebat--richard-powers--301.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat--richard-powers" + ], + "task_id": "tunebat--richard-powers--301", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What kind of dance is Blue Sky by Ella Fitzgerald between six count swing, lindy hop, and west coast swingConsider using the following website(s): TUNEBAT + RICHARD POWERS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Lindy Hop " + } + } +} \ No newline at end of file diff --git a/tasks/650_reddit--arxiv--450.json b/tasks/650_reddit--arxiv--450.json new file mode 100644 index 0000000000000000000000000000000000000000..a7ae38c538a831fd67fa9ff304f7086b648ded23 --- /dev/null +++ b/tasks/650_reddit--arxiv--450.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--450", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take the sum of the number of comments on the top 4 hottest posts on /f/wallstreetbets on Reddit. Look on ArxiV for the paper that is at that index, and tell me the main limitation of the method the paper espousesConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "While STL significantly advances equivariant learning, it encounters challenges with transformations that extend beyond single image pairs. Complex transformations, such as those involving combinations or mixtures of multiple images, fall outside STL\u2019s current capacity as it relies on pairwise transformation representations. Further research could explore ways to adapt STL to accommodate more complex, multi-image transformations and better capture their inherent structure." + } + } +} \ No newline at end of file diff --git a/tasks/651_noaa--75.json b/tasks/651_noaa--75.json new file mode 100644 index 0000000000000000000000000000000000000000..a260cf472f565e99255b666c476d25a0de654a09 --- /dev/null +++ b/tasks/651_noaa--75.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--75", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Aggregate climate change indicators (CO2 levels, temperature anomaly, Arctic sea ice extent) from two datasets and create a dashboardConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Dashboard showing climate indicators" + } + } +} \ No newline at end of file diff --git a/tasks/652_datausa--58.json b/tasks/652_datausa--58.json new file mode 100644 index 0000000000000000000000000000000000000000..2cae027cd0e6f60ff44eda14ec20eefd0a030229 --- /dev/null +++ b/tasks/652_datausa--58.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--58", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Aggregate and plot the trend of agricultural employment by state from 2000 to 2020.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Agricultural employment trend plot" + } + } +} \ No newline at end of file diff --git a/tasks/653_our-world-in-data--224.json b/tasks/653_our-world-in-data--224.json new file mode 100644 index 0000000000000000000000000000000000000000..717d764125d915652d4d2874a79154d429a550f9 --- /dev/null +++ b/tasks/653_our-world-in-data--224.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--224", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the average energy efficiency with respect to GDP per capita among low income countries with GDP per capita < $10,000. What is the avergae per capita energy use in these countries? Are there any notable acceptions? Look at data from 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average efficiency: $0.87 GDP per kWh\nAverage energy use: 8,124 kWh/person\nNotable exceptions: Bangladesh ($2.07/kWh) and Sri Lanka ($2.73/kWh)" + } + } +} \ No newline at end of file diff --git a/tasks/654_our-world-in-data--796.json b/tasks/654_our-world-in-data--796.json new file mode 100644 index 0000000000000000000000000000000000000000..25b2433d96a0d9602b6cb95c731324060f316a40 --- /dev/null +++ b/tasks/654_our-world-in-data--796.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--796", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use ourworldindata to analyze the trend in ppopulation in The United States vs chinaConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "US: 281.48 mil to 343.48 mil\nChina: 1.27 bil tto 1.42 bil" + } + } +} \ No newline at end of file diff --git a/tasks/655_arxiv--323.json b/tasks/655_arxiv--323.json new file mode 100644 index 0000000000000000000000000000000000000000..0fbe732928658932b7af559d409d60aef37ece13 --- /dev/null +++ b/tasks/655_arxiv--323.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--323", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Liang Yu's article on coding productivity with AI, what is the minimum satisfaction score for users who utilize coding assistant tools for 3 to 4 months? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2" + } + } +} \ No newline at end of file diff --git a/tasks/656_arxiv--349.json b/tasks/656_arxiv--349.json new file mode 100644 index 0000000000000000000000000000000000000000..65378608346bffc8b44d82bceb6e38ac996b6bb9 --- /dev/null +++ b/tasks/656_arxiv--349.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--349", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the learning rate used for finetuning in the VRS-HQ paper? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.0003" + } + } +} \ No newline at end of file diff --git a/tasks/657_cdc-obesity--565.json b/tasks/657_cdc-obesity--565.json new file mode 100644 index 0000000000000000000000000000000000000000..c2911ce19925cf627b5f59b0d26c560a9134e778 --- /dev/null +++ b/tasks/657_cdc-obesity--565.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--565", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using the obesity rates in Oklahoma, write a convincing description of a healthy food and its health perks, and purchase some of the ingridients that are available. Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "In Oklahoma, like many other states, obesity rates are a significant concern. According to recent data, the state's adult obesity rate is estimated to be over 35%, higher than the national average. This is alarming, given that obesity is linked to numerous chronic health issues like heart disease, diabetes, and hypertension. One way to combat this trend is by incorporating nutritious, whole foods into our daily diets. A delicious and highly nutritious choice is a Spinach and Avocado Salad\u2014a meal that\u2019s not only easy to prepare but also packed with a variety of health benefits.\nSpinach and Avocado Salad:\n\nIngredients:\n\n Fresh spinach (baby spinach or regular)\n\n Avocados\n\n Cherry or grape tomatoes\n\n Red onions (optional, for added flavor)\n\n Olive oil (extra virgin)\n\n Lemon juice (freshly squeezed)\n\n A sprinkle of feta cheese or nuts (optional)\n\n Salt and pepper to taste" + } + } +} \ No newline at end of file diff --git a/tasks/658_our-world-in-data--166.json b/tasks/658_our-world-in-data--166.json new file mode 100644 index 0000000000000000000000000000000000000000..8051b5a2199b098ab879cb36c27706f26118300b --- /dev/null +++ b/tasks/658_our-world-in-data--166.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--166", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average and standard deviation of annual CO\u2082 emissions per capita for the United States over the past decade.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average: 15.47 tonnes CO\u2082 per capita \nStandard Deviation: 0.95 tonnes CO\u2082 per capita" + } + } +} \ No newline at end of file diff --git a/tasks/659_cfpb--121.json b/tasks/659_cfpb--121.json new file mode 100644 index 0000000000000000000000000000000000000000..99d0c7a2358c4581c09c58fa9ca2b70964e84c48 --- /dev/null +++ b/tasks/659_cfpb--121.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--121", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the difference in the likelihood of small business owners experiencing more than 3 overdraft fees compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "6.4 percentage points" + } + } +} \ No newline at end of file diff --git a/tasks/660_our-world-in-data--194.json b/tasks/660_our-world-in-data--194.json new file mode 100644 index 0000000000000000000000000000000000000000..394930dbc9dd68ec877c03e233726873447d5b10 --- /dev/null +++ b/tasks/660_our-world-in-data--194.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--194", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the top four countries with the highest internet penetration in 2022. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bahrain 100.0% \nQatar 100.0% \nSaudi Arabia 100.0% \nUnited Arab Emirates 100%" + } + } +} \ No newline at end of file diff --git a/tasks/661_arxiv--391.json b/tasks/661_arxiv--391.json new file mode 100644 index 0000000000000000000000000000000000000000..996e476f2d1ef62d3c98c6cbcb4b175d8c5f0f3a --- /dev/null +++ b/tasks/661_arxiv--391.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--391", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to know the impact of training dataset on VRS-HQ. Plot a bar graph to show this. I want both granular data and the averagesConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "| Dataset | Ref J | Ref F | Ref J&F | Reas J | Reas F | Reas J&F | Average |\n|----------------|-------|-------|---------|--------|--------|-----------|---------|\n| Joint | 59.8 | 64.5 | 62.1 | 53.5 | 58.7 | 56.1 | 59.12 |\n| w/o ImageSeg | 58.5 | 63.2 | 60.8 | 51.0 | 56.3 | 53.6 | 57.23 |\n| w/o VideoQA | 58.7 | 63.7 | 61.2 | 52.4 | 58.0 | 55.2 | 58.20 |\n| w/o ReVOS | 55.3 | 60.1 | 57.7 | 45.3 | 51.6 | 48.5 | 53.08 |\n| **Average** | 58.08 | 62.88 | 60.45 | 50.55 | 56.15 | 53.35 | 56.58 |\n" + } + } +} \ No newline at end of file diff --git a/tasks/662_datausa--643.json b/tasks/662_datausa--643.json new file mode 100644 index 0000000000000000000000000000000000000000..638855307210a3b6f42aea585ca48ceb3b462148 --- /dev/null +++ b/tasks/662_datausa--643.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--643", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the most popular jobs in EAST PALO ALTO, CA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Correctional Officers and Jailers." + } + } +} \ No newline at end of file diff --git a/tasks/663_unwto--492.json b/tasks/663_unwto--492.json new file mode 100644 index 0000000000000000000000000000000000000000..a21f9d5759d50688565cbab9d773a0e22cf8e257 --- /dev/null +++ b/tasks/663_unwto--492.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--492", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "AS of 14.03.2023, what is the percentage of people vaccinated per 100 population in Brazil?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "88.10%" + } + } +} \ No newline at end of file diff --git a/tasks/664_datausa--652.json b/tasks/664_datausa--652.json new file mode 100644 index 0000000000000000000000000000000000000000..d4d4180d6cf6bfb2fbd3666a7b095df0388959c4 --- /dev/null +++ b/tasks/664_datausa--652.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--652", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the top location for HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Popular for Restaurants & Food Services." + } + } +} \ No newline at end of file diff --git a/tasks/665_iata--understat--419.json b/tasks/665_iata--understat--419.json new file mode 100644 index 0000000000000000000000000000000000000000..b0bcff66283e11bf4a9977b9159a12bd72fd0d61 --- /dev/null +++ b/tasks/665_iata--understat--419.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata--understat" + ], + "task_id": "iata--understat--419", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Set x = the jet fuel price index on September 2023 (based on January 2019 = 100). Set y = the number of matches in Bundesliga in September 2023. Let z = x - y. Tell me what z is. Consider using the following website(s): IATA + UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "139" + } + } +} \ No newline at end of file diff --git a/tasks/666_arxiv--379.json b/tasks/666_arxiv--379.json new file mode 100644 index 0000000000000000000000000000000000000000..8c56ea0a5407ef9ae2c35e48138b0d4f3a97643a --- /dev/null +++ b/tasks/666_arxiv--379.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--379", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am trying to know which models are most similar to humans in appreciating artworks. Out of GPT-4o, Gemini 1.5-flash and Claude 3.5-sonnet, with any prompting method, which is most similar to humans?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Gemini 1.5 flash" + } + } +} \ No newline at end of file diff --git a/tasks/667_worldpop--508.json b/tasks/667_worldpop--508.json new file mode 100644 index 0000000000000000000000000000000000000000..60ae322c7d7d920a07d8559e820a7f03d3cfa22d --- /dev/null +++ b/tasks/667_worldpop--508.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--508", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a graph of the monthly trend for international airline passengers for Spain in 2012. Briefly describe the graph, including when the monthly airline passengers peaksConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Peaks in august" + } + } +} \ No newline at end of file diff --git a/tasks/668_mit--784.json b/tasks/668_mit--784.json new file mode 100644 index 0000000000000000000000000000000000000000..7d3102a6c07d4122df64c87111ac61a05bb2ed8c --- /dev/null +++ b/tasks/668_mit--784.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--784", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report based on the effect of the pandemic on public trnasportationConsider using the following website(s): MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Ridership is not a clear metric for success, and that public transport remains necessary in today's world, even when ridership says otherwise. " + } + } +} \ No newline at end of file diff --git a/tasks/669_our-world-in-data--184.json b/tasks/669_our-world-in-data--184.json new file mode 100644 index 0000000000000000000000000000000000000000..8725df0cf05449d4ba1e1d9e336ba8f1bf57c760 --- /dev/null +++ b/tasks/669_our-world-in-data--184.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--184", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For countries with GDP per capita > 14,000 USD, find the cross-correlation (average maximum correlation and average lag) between unemployment and covid-19 cases?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average maximum correlation: -0.258\nAverage lag: 6.05 days" + } + } +} \ No newline at end of file diff --git a/tasks/670_worldpop--532.json b/tasks/670_worldpop--532.json new file mode 100644 index 0000000000000000000000000000000000000000..5d8a8b75869ec1e8819d7f5aee27d62d63d3eeb5 --- /dev/null +++ b/tasks/670_worldpop--532.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--532", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country had the most monthly airline passengers in March 2014? All countries in datasetConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "USA" + } + } +} \ No newline at end of file diff --git a/tasks/671_unwto--494.json b/tasks/671_unwto--494.json new file mode 100644 index 0000000000000000000000000000000000000000..07d0fd9d109ef5b29534225facaa0796ff4a4f0b --- /dev/null +++ b/tasks/671_unwto--494.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--494", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "AS of August 2nd, 2024, what is the percentage of people vaccinated per 100 population in Lithuania?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "71.20%" + } + } +} \ No newline at end of file diff --git a/tasks/672_musicbrainz--tunebat--153.json b/tasks/672_musicbrainz--tunebat--153.json new file mode 100644 index 0000000000000000000000000000000000000000..c45078afb678dc79e7c5dbde62eea8cc48fec2f5 --- /dev/null +++ b/tasks/672_musicbrainz--tunebat--153.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--153", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is the artist behind the most popular rendition of \"Slow Dancing in a Burning Room\"? Who is the korean artist behind the song \"Weather and You\" (2023). What average porportion of the average songs that are singles. That is, for each artist find the porportion of songs that are single, then average the two numbersConsider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "John Mayer, Aro, 58.6%" + } + } +} \ No newline at end of file diff --git a/tasks/673_bea--402.json b/tasks/673_bea--402.json new file mode 100644 index 0000000000000000000000000000000000000000..f596f20038830691545fc19f631e193d0c36a46b --- /dev/null +++ b/tasks/673_bea--402.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--402", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percent change at annual rate in personal income from 2024:Q2 to 2024:Q3 for Minnesota?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.2" + } + } +} \ No newline at end of file diff --git a/tasks/674_nih--586.json b/tasks/674_nih--586.json new file mode 100644 index 0000000000000000000000000000000000000000..61ac796675a68486a3c4c4fc0477ab666b19f197 --- /dev/null +++ b/tasks/674_nih--586.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--586", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the total NIH funding for R01 grants in 2022Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$13.6 billion" + } + } +} \ No newline at end of file diff --git a/tasks/675_arxiv--338.json b/tasks/675_arxiv--338.json new file mode 100644 index 0000000000000000000000000000000000000000..e0107642c3d870e7d2d12fab6f5630777c96a04f --- /dev/null +++ b/tasks/675_arxiv--338.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--338", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper studying personality modeling for AI agent misinformation persuasion, what was the interactions framework used to test the agents in called?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "AgentScope" + } + } +} \ No newline at end of file diff --git a/tasks/676_arxiv--362.json b/tasks/676_arxiv--362.json new file mode 100644 index 0000000000000000000000000000000000000000..5c40575e4d2de78c454f6f68e2747240027f4097 --- /dev/null +++ b/tasks/676_arxiv--362.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--362", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst articles 201-300 on the artificial intelligence section of arxiV, how many articles have a button that gives the user an option to view the article in html? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "89" + } + } +} \ No newline at end of file diff --git a/tasks/677_our-world-in-data--205.json b/tasks/677_our-world-in-data--205.json new file mode 100644 index 0000000000000000000000000000000000000000..c76cdb91925d7bee6e958ca87d01347cbdd1d423 --- /dev/null +++ b/tasks/677_our-world-in-data--205.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--205", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List all countries with a life expectancy above 80 years in 2023. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Monaco 86.4 years \nSan Marino 85.7 years \nHong Kong 85.5 years \nJapan 84.7 years \nSouth Korea 84.3 years \nSaint Barthelemy 84.3 years \nFrench Polynesia 84.1 years \nAndorra 84.0 years \nSwitzerland 84.0 years \nAustralia 83.9 years \nSingapore 83.7 years \nItaly 83.7 years \nSpain 83.7 years \nLiechtenstein 83.6 years \nGibraltar 83.6 years \nReunion 83.5 years \nFrance 83.3 years \nNorway 83.3 years \nMalta 83.3 years \nGuernsey 83.3 years \nSweden 83.3 years \nMacao 83.1 years \nVatican 83.0 years \nUnited Arab Emirates 82.9 years \nIceland 82.7 years \nCanada 82.6 years \nMartinique 82.6 years \nIreland 82.4 years \nIsrael 82.4 years \nQatar 82.4 years \nPortugal 82.4 years \nBermuda 82.3 years \nLuxembourg 82.2 years \nNetherlands 82.2 years \nBelgium 82.1 years \nNew Zealand 82.1 years \nGuadeloupe 82.1 years \nAustria 82.0 years \nDenmark 81.9 years \nFinland 81.9 years \nGreece 81.9 years \nPuerto Rico 81.7 years \nCyprus 81.6 years \nSlovenia 81.6 years \nGermany 81.4 years \nUnited Kingdom 33.9 years 81.3 years +47.4 years +140%\nBahrain 81.3 years \nChile 81.2 years \nMaldives 81.0 years \nIsle of Man 81.0 years \nCosta Rica 80.8 years \nTaiwan 80.6 years \nKuwait 80.4 years \nCayman Islands 80.4 years \nSaint Martin (French part) 80.2 years " + } + } +} \ No newline at end of file diff --git a/tasks/678_tunebat--835.json b/tasks/678_tunebat--835.json new file mode 100644 index 0000000000000000000000000000000000000000..f06f6b0ff5e0d8117ffd153e8f7f98c3015e662b --- /dev/null +++ b/tasks/678_tunebat--835.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--835", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Build a graph comparing the danceability of the 5 most popular songs in F major vs C majorConsider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "https://www.desmos.com/calculator/9homj7cmh2" + } + } +} \ No newline at end of file diff --git a/tasks/679_cdc-obesity--558.json b/tasks/679_cdc-obesity--558.json new file mode 100644 index 0000000000000000000000000000000000000000..ea371a100a1712b8237c32ab3b39fd589bd969cd --- /dev/null +++ b/tasks/679_cdc-obesity--558.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--558", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average adult obesity rate across all Southern states for 2019.Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "34.90%" + } + } +} \ No newline at end of file diff --git a/tasks/680_our-world-in-data--196.json b/tasks/680_our-world-in-data--196.json new file mode 100644 index 0000000000000000000000000000000000000000..4cf4d89776838a89fa3fed7021a1650c377d167e --- /dev/null +++ b/tasks/680_our-world-in-data--196.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--196", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In 2023, which 5 countries had the highest life expectancy, do not use database viewConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Monocao, San Marino, Hong Kong, Japan, South Korea" + } + } +} \ No newline at end of file diff --git a/tasks/681_arxiv--46.json b/tasks/681_arxiv--46.json new file mode 100644 index 0000000000000000000000000000000000000000..34d40e00f0d70d1abfb4b9fc3635c4097b18980f --- /dev/null +++ b/tasks/681_arxiv--46.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--46", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract titles of the last 10 papers submitted and calculate the average number of words per title.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average word count from 10 titles" + } + } +} \ No newline at end of file diff --git a/tasks/682_cdc-mental-health--628.json b/tasks/682_cdc-mental-health--628.json new file mode 100644 index 0000000000000000000000000000000000000000..e6eb6bbbb5a75d74873a88e56fc9aba815207e47 --- /dev/null +++ b/tasks/682_cdc-mental-health--628.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--628", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report on the impact of serious psychological distress on physical health among adults, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data suggests a strong link between serious psychological distress and adverse physical health outcomes." + } + } +} \ No newline at end of file diff --git a/tasks/683_bea--394.json b/tasks/683_bea--394.json new file mode 100644 index 0000000000000000000000000000000000000000..8562e26efbd547dac383c462046165fd83b3d119 --- /dev/null +++ b/tasks/683_bea--394.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--394", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many references did the paper on \"The Impact of Subsidies on Measuring Productivity and the Sources of Economic Growth\" have?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5" + } + } +} \ No newline at end of file diff --git a/tasks/684_arxiv--324.json b/tasks/684_arxiv--324.json new file mode 100644 index 0000000000000000000000000000000000000000..9f504b229a025deeb4b19e0b792fbd410fd064c4 --- /dev/null +++ b/tasks/684_arxiv--324.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--324", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Liang Yu's article on coding productivity, what job roles did they select participants from? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Software Developer, Software Architect, DevOps engineer" + } + } +} \ No newline at end of file diff --git a/tasks/685_riaa--813.json b/tasks/685_riaa--813.json new file mode 100644 index 0000000000000000000000000000000000000000..340d90311a1dab47172d47dbc4e03dacda4a8064 --- /dev/null +++ b/tasks/685_riaa--813.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--813", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the predicted synchronization royalties increase from mid year 2024 to end of year 2024 using the inflation adjustment from the music revenue database as well as the 2022 year end reportConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "16.5/15.9 = 1.0377\n1.0377 * (382.5-200.9) = 188.45 M" + } + } +} \ No newline at end of file diff --git a/tasks/686_bea--25.json b/tasks/686_bea--25.json new file mode 100644 index 0000000000000000000000000000000000000000..26f6f68e37a14fcc75ab206c1a0400a8309fca53 --- /dev/null +++ b/tasks/686_bea--25.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--25", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the peak year for foreign direct investment.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2015" + } + } +} \ No newline at end of file diff --git a/tasks/687_cdc-covid--545.json b/tasks/687_cdc-covid--545.json new file mode 100644 index 0000000000000000000000000000000000000000..faed30f28c8994c0c7ebba5eb952517056a49a4d --- /dev/null +++ b/tasks/687_cdc-covid--545.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--545", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create an analysis using the infection rate in 2022 to describe a good way to go outside in nature and physically disatance and buy some outdoor clothes for this activity. Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "In early 2022, the Omicron variant caused a significant surge in COVID-19 cases. By mid-2022, COVID-19 rates had decreased in many areas due to widespread vaccinations and increased immunity from prior infections. Engaging with nature in a way that respects physical distancing is both safe and beneficial. Outdoor spaces, such as parks, hiking trails, beaches, and open fields, offer ample opportunities for enjoyment while maintaining safe distances from others. " + } + } +} \ No newline at end of file diff --git a/tasks/688_arxiv--359.json b/tasks/688_arxiv--359.json new file mode 100644 index 0000000000000000000000000000000000000000..930a3917954f9a707bf8bf3c4ba834edcabfc3d3 --- /dev/null +++ b/tasks/688_arxiv--359.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--359", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post talking about the latest new benchmark for multi-modal document retrieval. Include the huggingface link to the benchmark in your answerConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "A new benchmark, named as MMDocIR, encompassing two distinct tasks: page-level and layout-level retrieval. The former focuses on localizing the most relevant pages within a long document, while the latter targets the detection of specific layouts, offering a more fine-grained granularity than whole-page analysis. A layout can refer to a variety of elements such as textual paragraphs, equations, figures, tables, or charts. The MMDocIR benchmark comprises a rich dataset featuring expertly annotated labels for 1,685 questions and bootstrapped labels for 173,843 questions, making it a pivotal resource for advancing multi-modal document retrieval for both training and evaluation. Through rigorous experiments, the autors reveal that (i) visual retrievers significantly outperform their text counterparts, (ii) MMDocIR train set can effectively benefit the training process of multi-modal document retrieval and (iii) text retrievers leveraging on VLM-text perform much better than those using OCR-text. These findings underscores the potential advantages of integrating visual elements for multi-modal document retrieval. MMDocIR is available at https://huggingface.co/MMDocIR." + } + } +} \ No newline at end of file diff --git a/tasks/689_our-world-in-data--240.json b/tasks/689_our-world-in-data--240.json new file mode 100644 index 0000000000000000000000000000000000000000..f070939bcf9a5943014f7f5a82ad5fffe8e804d3 --- /dev/null +++ b/tasks/689_our-world-in-data--240.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--240", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the internet penetration in the United States of America in 2007?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "75%" + } + } +} \ No newline at end of file diff --git a/tasks/690_mit--434.json b/tasks/690_mit--434.json new file mode 100644 index 0000000000000000000000000000000000000000..a1918c40a16005be9ec9f3c5703be1ab2ff8030a --- /dev/null +++ b/tasks/690_mit--434.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--434", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Examine the enrollment data for Black or African American, non-Hispanic undergraduate students. Identify any significant changes in enrollment over time and correlate these changes with relevant socioeconomic factors or national events. Write a research note for the university's diversity office with recommendations on how to support this demographic.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Black or African American, non-Hispanic Enrollment (Degree-Seeking): 94\nTotal Enrollment: 362\nResearch note should suggest supporting the African American community by offering scholarships and mentorship programs to further increase enrollment." + } + } +} \ No newline at end of file diff --git a/tasks/691_datausa--646.json b/tasks/691_datausa--646.json new file mode 100644 index 0000000000000000000000000000000000000000..af0b4f7bb64cbd0c8f2f9df31819462acb1e737d --- /dev/null +++ b/tasks/691_datausa--646.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--646", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the most common degree in CHICAGO, IL?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Registered Nursing." + } + } +} \ No newline at end of file diff --git a/tasks/692_cdc-mental-health--611.json b/tasks/692_cdc-mental-health--611.json new file mode 100644 index 0000000000000000000000000000000000000000..e87ebd89c130cc76e001812997573cd1fec50098 --- /dev/null +++ b/tasks/692_cdc-mental-health--611.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--611", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average number of mentally unhealthy days reported by adults aged 18 and over in the past 30 days, and post the results on Reddit.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates that adults reported an average of 4.7 days mentally unhealthy days in the past 30 days." + } + } +} \ No newline at end of file diff --git a/tasks/693_arxiv--380.json b/tasks/693_arxiv--380.json new file mode 100644 index 0000000000000000000000000000000000000000..0e080ba3aaaa835ef039e95b38f7e4d054b3ef90 --- /dev/null +++ b/tasks/693_arxiv--380.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--380", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am trying to know which models are most similar to humans in appreciating artworks. Out of GPT-4o, Gemini 1.5-flash and Claude 3.5-sonnet, without any chain of thought prompting, which is most similar to humans?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Gemini 1.5 flash" + } + } +} \ No newline at end of file diff --git a/tasks/694_musicbrainz--tunebat--158.json b/tasks/694_musicbrainz--tunebat--158.json new file mode 100644 index 0000000000000000000000000000000000000000..d83163791847b6bcfb60e515f12f00e9c3a509ce --- /dev/null +++ b/tasks/694_musicbrainz--tunebat--158.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--158", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is the artist behind the most popular rendition of \"Slow Dancing in a Burning Room\". How many albums has that person released, not including the \"album + live\" category?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "John Mayer, 8" + } + } +} \ No newline at end of file diff --git a/tasks/695_riaa--810.json b/tasks/695_riaa--810.json new file mode 100644 index 0000000000000000000000000000000000000000..255e118112ed831cf976768f25a9fe846a5b929f --- /dev/null +++ b/tasks/695_riaa--810.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--810", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What branch of Sony works to fight for social justiceConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Global Social Justice Fund" + } + } +} \ No newline at end of file diff --git a/tasks/696_cfpb--123.json b/tasks/696_cfpb--123.json new file mode 100644 index 0000000000000000000000000000000000000000..f01ac049d20e9301516ffa3ec6783d3f13232b24 --- /dev/null +++ b/tasks/696_cfpb--123.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--123", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the increase in reported income volatility when comparing White non-owners to White small business owners? Express this as both an absolute and percentage increase.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "White small business owners report 64% income volatility, while White non-owners report 23%. This results in an absolute increase of 41 percentage points and a relative increase of about 178%." + } + } +} \ No newline at end of file diff --git a/tasks/697_arxiv--321.json b/tasks/697_arxiv--321.json new file mode 100644 index 0000000000000000000000000000000000000000..fa217be8019f85875041d127f5419dc53932fc9e --- /dev/null +++ b/tasks/697_arxiv--321.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--321", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Liang Yu's article on coding productivity with AI, what is the 25 percentile satisfaction score for users who utilize coding assistant tools for more than 6 months? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3" + } + } +} \ No newline at end of file diff --git a/tasks/698_fred--760.json b/tasks/698_fred--760.json new file mode 100644 index 0000000000000000000000000000000000000000..ec8bc8bbfaa5751e2733ab87cc25a2ad1b50a4b1 --- /dev/null +++ b/tasks/698_fred--760.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--760", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the ratio of federal debt to the economic output of the U.S.?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "120.0399" + } + } +} \ No newline at end of file diff --git a/tasks/699_arxiv--364.json b/tasks/699_arxiv--364.json new file mode 100644 index 0000000000000000000000000000000000000000..db921de65f7f86d6aefa6650adb6230b883924d0 --- /dev/null +++ b/tasks/699_arxiv--364.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--364", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst articles numbered 501 -550 on the artificial intelligence section of arxiV, how many articles are cross-listed from cs.LG?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "8" + } + } +} \ No newline at end of file diff --git a/tasks/700_cdc-mental-health--629.json b/tasks/700_cdc-mental-health--629.json new file mode 100644 index 0000000000000000000000000000000000000000..73b003869e1b831e1557de9e914072a1b436f6af --- /dev/null +++ b/tasks/700_cdc-mental-health--629.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--629", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report on the impact of serious psychological distress on physical health among adults, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data suggests a strong link between serious psychological distress and adverse physical health outcomes." + } + } +} \ No newline at end of file diff --git a/tasks/701_bea--20.json b/tasks/701_bea--20.json new file mode 100644 index 0000000000000000000000000000000000000000..5413ac993218d6e2cfd1079c2d3c3f50db6d787c --- /dev/null +++ b/tasks/701_bea--20.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--20", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the average annual foreign direct investment from 2014-2022.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$265.6 billion" + } + } +} \ No newline at end of file diff --git a/tasks/702_bea--29.json b/tasks/702_bea--29.json new file mode 100644 index 0000000000000000000000000000000000000000..526a799fedf8b14be18c91472cfed3684f70245f --- /dev/null +++ b/tasks/702_bea--29.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--29", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify which sector had the largest increase in investment this quarter.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "brief text summary naming top sector and the context " + } + } +} \ No newline at end of file diff --git a/tasks/703_mit--425.json b/tasks/703_mit--425.json new file mode 100644 index 0000000000000000000000000000000000000000..586eb5ed8d0890c87e705719f870cf55243e3088 --- /dev/null +++ b/tasks/703_mit--425.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--425", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the percentage of enrollment for students whose race/ethnicity is 'unknown.' Investigate whether this figure has increased or decreased over time and provide recommendations on how the university can improve data collection practices. Summarize your findings in a report for the university's data analytics department.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Race and/or Ethnicity Unknown Enrollment (Degree-Seeking): 47\nTotal Enrollment: 118\nPercentage: 2.53%\nReport should suggest improving student self-identification options to reduce 'unknown' race/ethnicity data and ensure more accurate demographic representation." + } + } +} \ No newline at end of file diff --git a/tasks/704_arxiv--50.json b/tasks/704_arxiv--50.json new file mode 100644 index 0000000000000000000000000000000000000000..f73dba355e664ebfe691e685533128221fc992b1 --- /dev/null +++ b/tasks/704_arxiv--50.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--50", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Generate a bar chart showing the number of papers submitted per day for the last 7 days.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar chart of submissions by day" + } + } +} \ No newline at end of file diff --git a/tasks/705_apta--741.json b/tasks/705_apta--741.json new file mode 100644 index 0000000000000000000000000000000000000000..498a69708724568e6e743b9f874ac569ce87a257 --- /dev/null +++ b/tasks/705_apta--741.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--741", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the key challenges facing public transportation funding according to APTA\u2019s latest advocacy materials.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Half of all agencies, and 71% of the largest public transportation agencies expect to face a fiscal cliff in the next 5 years. This could greatly hurt future funding levels." + } + } +} \ No newline at end of file diff --git a/tasks/706_cfpb--113.json b/tasks/706_cfpb--113.json new file mode 100644 index 0000000000000000000000000000000000000000..19bf419d9096efd149fe079c57f50023077f7e28 --- /dev/null +++ b/tasks/706_cfpb--113.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--113", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more likely are small business owners to own their current residence compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "12.3 percentage points" + } + } +} \ No newline at end of file diff --git a/tasks/707_our-world-in-data--181.json b/tasks/707_our-world-in-data--181.json new file mode 100644 index 0000000000000000000000000000000000000000..283ab6ff097dc22cfd3e0949954e895de0183808 --- /dev/null +++ b/tasks/707_our-world-in-data--181.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--181", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the Standard Deviation of death rate from 2010-2015 globallyConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "29.66 deaths per 100,000 people" + } + } +} \ No newline at end of file diff --git a/tasks/708_arxiv--385.json b/tasks/708_arxiv--385.json new file mode 100644 index 0000000000000000000000000000000000000000..e41185795c133776bd33f58033d3231923da7f89 --- /dev/null +++ b/tasks/708_arxiv--385.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--385", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. Tell me what the worst defence is and its average dropConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "random, 2.515%" + } + } +} \ No newline at end of file diff --git a/tasks/709_bea--21.json b/tasks/709_bea--21.json new file mode 100644 index 0000000000000000000000000000000000000000..79702f350b15ddce8293c4d82cc2a8d22e8d632f --- /dev/null +++ b/tasks/709_bea--21.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--21", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Evaluate foreign direct investment trends and their potential impact on GDP.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "While GDP growth remained strong at 3.0% in Q2 2024, the declining FDI trend could pose long-term risks to economic expansion. If the U.S. continues to experience reduced foreign investment, future GDP growth might slow due to lower business investment and productivity gains." + } + } +} \ No newline at end of file diff --git a/tasks/710_shopping--265.json b/tasks/710_shopping--265.json new file mode 100644 index 0000000000000000000000000000000000000000..62f1848bce167624eae2672a74088dfc8d9e3ecc --- /dev/null +++ b/tasks/710_shopping--265.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--265", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? If these products were stocked on a shelf in order of Lipstick, Tanner, Sunscreen, and Sunburn Relief, and then by volume within categories (smallest to largest), what would the arrangement look like?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.02 oz, Elizabeth Arden 8 Hour Lip Protectant Stick SPF 15, Berry\n1.08 oz, Glossiva Self Tanner for Face and Body - 32ml (Light/Medium)\n3.53 oz, St. Tropez Self Tan Express Starter Kit\n1.60 oz, Heliabrine Solar Defense SPF 30\n1.69 oz, MAKEPREM UV Defense Me Daily Sun Essence SPF 50+ PA++++\n2.00 oz, THRIVE Natural Moisturizing Mineral Face Sunscreen SPF 30\n2.08 oz, Heliabrine Solar Defense SPF 50\n2.37 oz, 3w Clinic Intensive UV Sunblock Cream SPF50 PA+++\n3.00 oz, EXTRASHADE Premium Hydro Boost Sunscreen SPF 30\n3.20 oz, Unsun Mineral Tinted Face Sunscreen Light/Medium\n3.38 oz, Babe Pediatric Sunscreen Lotion 50+\n5.07 oz, Piz Buin FP15 TAN & PROTECT LOTION\n12.00 oz, Banana Boat Continuous SPF 8 Spray Dry Oil With Argan Oil\n4.20 oz, Lom-style Sun Care After-Sun Hair Mask\n16.00 oz, Green Leaf Naturals Pure Aloe Vera Gel" + } + } +} \ No newline at end of file diff --git a/tasks/711_nih--581.json b/tasks/711_nih--581.json new file mode 100644 index 0000000000000000000000000000000000000000..5f8ffa2650213d4eb2cbe3fc743d538eaeb97a8c --- /dev/null +++ b/tasks/711_nih--581.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--581", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the geographical distribution between these two states (Wisconsin, New Mexico) and their projects and fundings, and corrolate this between the state population. Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "State New Mexico\nCongressional District: All\nProjects\n223\nFunding\n$147,867,373\n_______________________________\nState Wisconsin\nCongressional District: All \nProjects\n1,197\nFunding\n$740,228,600" + } + } +} \ No newline at end of file diff --git a/tasks/712_our-world-in-data--223.json b/tasks/712_our-world-in-data--223.json new file mode 100644 index 0000000000000000000000000000000000000000..059ec0653e7251de17359871ff5a854d51e26d1a --- /dev/null +++ b/tasks/712_our-world-in-data--223.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--223", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the average energy efficiency with respect to GDP per capita among high income countries with GDP per capita > $30,000. What is the avergae per capita energy use in these countries. Look at data from 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average efficiency: $1.31 GDP per kWh\nAverage energy use: 47,892 kWh/person" + } + } +} \ No newline at end of file diff --git a/tasks/713_unwto--697.json b/tasks/713_unwto--697.json new file mode 100644 index 0000000000000000000000000000000000000000..0190a784294a3b8a2e5103ad9ac9a59b1b89d78b --- /dev/null +++ b/tasks/713_unwto--697.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--697", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the percentage drop in international arrivals for Europe and the Americas between 2019 and 2020. Which region experienced the greater drop, and by how many percentage points?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~-68% \n Americas: ~-65% \n Difference: ~3 percentage points" + } + } +} \ No newline at end of file diff --git a/tasks/714_our-world-in-data--204.json b/tasks/714_our-world-in-data--204.json new file mode 100644 index 0000000000000000000000000000000000000000..991c482321a6e396053aca56157d07bb4e2f9e5a --- /dev/null +++ b/tasks/714_our-world-in-data--204.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--204", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List all countries which, at any point between 2010-2020, were outside 2 standard deviations of the mean from 2010-2022 in terms of mini coefficientConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "There are none :p " + } + } +} \ No newline at end of file diff --git a/tasks/715_shopping--276.json b/tasks/715_shopping--276.json new file mode 100644 index 0000000000000000000000000000000000000000..3c72ff632cd6bc27a8951170a6d5ebd441dd0701 --- /dev/null +++ b/tasks/715_shopping--276.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--276", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Suppose all products were organized on a shelf by lowest to highest price per ounce. Buy the last item on the shelfConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Elizabeth Arden 8 Hour Lip Protectant Stick SPF 15, Berry" + } + } +} \ No newline at end of file diff --git a/tasks/716_our-world-in-data--174.json b/tasks/716_our-world-in-data--174.json new file mode 100644 index 0000000000000000000000000000000000000000..de2cfc73d5d2a3922f7a98623f016b71031073bc --- /dev/null +++ b/tasks/716_our-world-in-data--174.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--174", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the contenient with the highest fraction of energy generated by low-carbon sources in 2023. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "South America at 76.51%" + } + } +} \ No newline at end of file diff --git a/tasks/717_apta--778.json b/tasks/717_apta--778.json new file mode 100644 index 0000000000000000000000000000000000000000..b3d9aecb889468662ccdc09881306a6cf1d69c52 --- /dev/null +++ b/tasks/717_apta--778.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--778", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report based on the most recent statement on the senate for tax on public transportationConsider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The letter strongly supports maintaining the tax-exempt status of municipal bonds as a crucial infrastructure financing tool, warns against the economic impact of taxing bond interest, and advocates for federal bond modernization to enhance infrastructure investment." + } + } +} \ No newline at end of file diff --git a/tasks/718_tunebat--845.json b/tasks/718_tunebat--845.json new file mode 100644 index 0000000000000000000000000000000000000000..b65eab3785f945083b96144d643fb78995956aab --- /dev/null +++ b/tasks/718_tunebat--845.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--845", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs that will sound good paired with a Bar Song are more danceable than it, what are theyConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Texas Hold Em - Beyonce, You Proof - Morgan Wallen" + } + } +} \ No newline at end of file diff --git a/tasks/719_cdc-covid--543.json b/tasks/719_cdc-covid--543.json new file mode 100644 index 0000000000000000000000000000000000000000..9acc7467d571ab43280c7810ff2eb3894f55ff19 --- /dev/null +++ b/tasks/719_cdc-covid--543.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--543", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "COVID-19 (coronavirus disease 2019) is a disease caused what virus?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "SARS-CoV-2 virus." + } + } +} \ No newline at end of file diff --git a/tasks/720_worldpop--503.json b/tasks/720_worldpop--503.json new file mode 100644 index 0000000000000000000000000000000000000000..d09034d9a5028b2ab2d91f6538dc0f4d73a7569e --- /dev/null +++ b/tasks/720_worldpop--503.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--503", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to study how the number of holidays per year has changed from 2010 to 2015 for Botswana. Choose an appropriate graph representation for the data and use that to represent the dataConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar or line graph showing estimated number of holidays for each period" + } + } +} \ No newline at end of file diff --git a/tasks/721_our-world-in-data--212.json b/tasks/721_our-world-in-data--212.json new file mode 100644 index 0000000000000000000000000000000000000000..5893081ad5e0173e8674231d22534443849a4ed0 --- /dev/null +++ b/tasks/721_our-world-in-data--212.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--212", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the countries which reported, how many had GDP per capita greater than $10,000 in 2010? Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "114 countries had a GDP per capita greater than $10,000" + } + } +} \ No newline at end of file diff --git a/tasks/722_datausa--69.json b/tasks/722_datausa--69.json new file mode 100644 index 0000000000000000000000000000000000000000..423415c0e866227b74eadc0be23fcbc0e5003f7c --- /dev/null +++ b/tasks/722_datausa--69.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--69", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the median property values across three US states (e.g., Arizona, Nevada, Utah) and plot them for the last 10 years.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Median property value line plots" + } + } +} \ No newline at end of file diff --git a/tasks/723_shopping--267.json b/tasks/723_shopping--267.json new file mode 100644 index 0000000000000000000000000000000000000000..074c63562d9991ece4bb2337eb2529f9ea28db6f --- /dev/null +++ b/tasks/723_shopping--267.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--267", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? What is the correlation between price and weight?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.208" + } + } +} \ No newline at end of file diff --git a/tasks/724_datausa--650.json b/tasks/724_datausa--650.json new file mode 100644 index 0000000000000000000000000000000000000000..590df6c673e7e4bf9455b4308feda763ed3e05cb --- /dev/null +++ b/tasks/724_datausa--650.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--650", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the top location for CHICAGO, IL?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Popular for jobs like Police Officers and Registered Nurses." + } + } +} \ No newline at end of file diff --git a/tasks/725_apta--723.json b/tasks/725_apta--723.json new file mode 100644 index 0000000000000000000000000000000000000000..a3cf23c9aa26213eba85d8f7d20c59e04ed0e38c --- /dev/null +++ b/tasks/725_apta--723.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--723", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average annual ridership per U.S. public transit agency using data from APTA\u2019s Transit Statistics.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.03 billion vehicle revenue miles in 2021" + } + } +} \ No newline at end of file diff --git a/tasks/726_our-world-in-data--167.json b/tasks/726_our-world-in-data--167.json new file mode 100644 index 0000000000000000000000000000000000000000..274521ee92ad564037af58145364efd0ea467d86 --- /dev/null +++ b/tasks/726_our-world-in-data--167.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--167", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "calculate the change in variance of life expactancy at birth between 2010 and 2020Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.37 years" + } + } +} \ No newline at end of file diff --git a/tasks/727_bea--19.json b/tasks/727_bea--19.json new file mode 100644 index 0000000000000000000000000000000000000000..9234c54af9799db6d27745b181e95956614a1cbc --- /dev/null +++ b/tasks/727_bea--19.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--19", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine how many states have a PCE growth rate above the national average of 6.4%.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "20" + } + } +} \ No newline at end of file diff --git a/tasks/728_noaa--84.json b/tasks/728_noaa--84.json new file mode 100644 index 0000000000000000000000000000000000000000..30be8d5e1206170b43bcfeb923d43f692627d971 --- /dev/null +++ b/tasks/728_noaa--84.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--84", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find two NOAA climate outlooks (2020 vs 2023) and compare predicted vs observed climate trends in a short reportConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Comparison report predicted vs observed trends" + } + } +} \ No newline at end of file diff --git a/tasks/729_cdc-covid--539.json b/tasks/729_cdc-covid--539.json new file mode 100644 index 0000000000000000000000000000000000000000..0855ed9df69ddd05da016a318bdc05735a7ad035 --- /dev/null +++ b/tasks/729_cdc-covid--539.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--539", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the median age of COVID-19 hospitalizations in California for October 2022.Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "64 years" + } + } +} \ No newline at end of file diff --git a/tasks/730_worldpop--517.json b/tasks/730_worldpop--517.json new file mode 100644 index 0000000000000000000000000000000000000000..16a3aeca80aa70836c7ed4b5527b500d847a5d0f --- /dev/null +++ b/tasks/730_worldpop--517.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--517", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose a random day in Q3 2010, what is the probability that it will be a workday in Pakistan?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.696" + } + } +} \ No newline at end of file diff --git a/tasks/731_our-world-in-data--795.json b/tasks/731_our-world-in-data--795.json new file mode 100644 index 0000000000000000000000000000000000000000..434f0de91c8633209120b634cd83718b5e08b057 --- /dev/null +++ b/tasks/731_our-world-in-data--795.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--795", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use ourworldindata to analyze the trend in ppopulation in The United StatesConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "281.48 mil to 343.48 mil, constant growth" + } + } +} \ No newline at end of file diff --git a/tasks/732_iata--579.json b/tasks/732_iata--579.json new file mode 100644 index 0000000000000000000000000000000000000000..796823440fb8a14a41973f4bd226b3139cdae3c1 --- /dev/null +++ b/tasks/732_iata--579.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata" + ], + "task_id": "iata--579", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Where is the IATA World Legal Symposium happening in February 2025?Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Shanghai, China" + } + } +} \ No newline at end of file diff --git a/tasks/733_arxiv--375.json b/tasks/733_arxiv--375.json new file mode 100644 index 0000000000000000000000000000000000000000..1ac6d1852435f22ac843d20027165d6d4b20fbac --- /dev/null +++ b/tasks/733_arxiv--375.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--375", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am interested in applying some methods to protect unlearnable data against augmentation methods. I would like to use ARMOR. What is the relationship between Unprotected and Armor accuracies on average? Justify using the Pearson correlation. Consider the scenario of models trained on data protected by Armor and baseline defensive noises in the non-data-augmentation scenarioConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Pearson correlation of 0.501, indicating a moderate positive relationship" + } + } +} \ No newline at end of file diff --git a/tasks/734_apta--719.json b/tasks/734_apta--719.json new file mode 100644 index 0000000000000000000000000000000000000000..a1a4f317aa6cb872415c29360685d6e00c81b3a3 --- /dev/null +++ b/tasks/734_apta--719.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--719", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the impact of public transit accessibility on housing prices using data from APTA and real estate market reportsConsider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } +} \ No newline at end of file diff --git a/tasks/735_arxiv--390.json b/tasks/735_arxiv--390.json new file mode 100644 index 0000000000000000000000000000000000000000..a9e264b7c5388783a7f9e436abf86adee7518eec --- /dev/null +++ b/tasks/735_arxiv--390.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--390", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. Which model is the overall most robust(i.e. has the lowest average drop across all 8 defences) and what is its average drop?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "DenseNet-121 on VGG-FACE, 2.49%" + } + } +} \ No newline at end of file diff --git a/tasks/736_noaa--77.json b/tasks/736_noaa--77.json new file mode 100644 index 0000000000000000000000000000000000000000..59c55e247c3fbe884bfa809d456818c56e030b5c --- /dev/null +++ b/tasks/736_noaa--77.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--77", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Collect data on coral bleaching events from NOAA archives and visualize the increase/decrease across different oceansConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Map/chart of coral bleaching trend" + } + } +} \ No newline at end of file diff --git a/tasks/737_apta--732.json b/tasks/737_apta--732.json new file mode 100644 index 0000000000000000000000000000000000000000..7741b64e45ffafab545bb5656e8b744ac53fa9b0 --- /dev/null +++ b/tasks/737_apta--732.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--732", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Evaluate the effectiveness of APTA\u2019s advocacy efforts on recent federal transportation legislation by analyzing policy changes and funding allocations.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } +} \ No newline at end of file diff --git a/tasks/738_riaa--826.json b/tasks/738_riaa--826.json new file mode 100644 index 0000000000000000000000000000000000000000..fbcdd5c21f35156d29c13e2aaed45d59bdbba52e --- /dev/null +++ b/tasks/738_riaa--826.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--826", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use in riaa to analyze the trend in growth rate of dowload singles in the past 5 yearsConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "480 M to 190.8 M, drastic decrease" + } + } +} \ No newline at end of file diff --git a/tasks/739_riaa--829.json b/tasks/739_riaa--829.json new file mode 100644 index 0000000000000000000000000000000000000000..9cb39887299dd3f6287e2b586eb517a5dcfa74eb --- /dev/null +++ b/tasks/739_riaa--829.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--829", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use in riaa to analyze the trend in growth rate of paid subscriptions in the past 20 yearsConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "18.6 B to 537.1M, near exponential decay" + } + } +} \ No newline at end of file diff --git a/tasks/740_arxiv--339.json b/tasks/740_arxiv--339.json new file mode 100644 index 0000000000000000000000000000000000000000..8e24d2b4c1e6a7975b37edd365866fd11fcb1708 --- /dev/null +++ b/tasks/740_arxiv--339.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--339", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper with Huchuan Lu from Dalian University of Technology, what is the best sampling strategy by ablation analysis?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CLIP sampling" + } + } +} \ No newline at end of file diff --git a/tasks/741_iata--understat--418.json b/tasks/741_iata--understat--418.json new file mode 100644 index 0000000000000000000000000000000000000000..da9ca8bc810a0c6caf4c547943bccaf1c2fc0bf5 --- /dev/null +++ b/tasks/741_iata--understat--418.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata--understat" + ], + "task_id": "iata--understat--418", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Look for the chart titled 'Evolution of hydrogen aircraft fleet to 2050'. Find the publication date of that chart, and then tell me the number of matches in La Liga in that month.Consider using the following website(s): IATA + UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "32" + } + } +} \ No newline at end of file diff --git a/tasks/742_cfpb--139.json b/tasks/742_cfpb--139.json new file mode 100644 index 0000000000000000000000000000000000000000..b99d116fa730991b13e62dc91922c0645cf1271a --- /dev/null +++ b/tasks/742_cfpb--139.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--139", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners report having volatile income \"a lot\" compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "16% (small business owners), 6% (non-owners)" + } + } +} \ No newline at end of file diff --git a/tasks/743_riaa--812.json b/tasks/743_riaa--812.json new file mode 100644 index 0000000000000000000000000000000000000000..f1599a3e1b0054d96cd554a691bc7047fd29eabf --- /dev/null +++ b/tasks/743_riaa--812.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--812", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the link to report movie or tv piracyConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "https://www.alliance4creativity.com/report-piracy/" + } + } +} \ No newline at end of file diff --git a/tasks/744_musicbrainz--789.json b/tasks/744_musicbrainz--789.json new file mode 100644 index 0000000000000000000000000000000000000000..b1cfffd54b4c05306781553c3638627839f0f686 --- /dev/null +++ b/tasks/744_musicbrainz--789.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--789", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the longest CD in the tracklist for Edit #117421696 of the song 10,000 days, how much long is itConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Rosetta Stoned - 11:11" + } + } +} \ No newline at end of file diff --git a/tasks/745_cdc-obesity--560.json b/tasks/745_cdc-obesity--560.json new file mode 100644 index 0000000000000000000000000000000000000000..5acfa3effaafdf60951edf6ebe530098d0ceed2f --- /dev/null +++ b/tasks/745_cdc-obesity--560.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--560", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the prevalence of severe obesity (BMI \u2265 40) in Texas for 2019.Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "9.20%" + } + } +} \ No newline at end of file diff --git a/tasks/746_our-world-in-data--242.json b/tasks/746_our-world-in-data--242.json new file mode 100644 index 0000000000000000000000000000000000000000..9bc9cd1719e22fd65bbaed2ba72795eb742dff65 --- /dev/null +++ b/tasks/746_our-world-in-data--242.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--242", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the median GDP per capital growth over last 20 yearsConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "35.30%" + } + } +} \ No newline at end of file diff --git a/tasks/747_arxiv--350.json b/tasks/747_arxiv--350.json new file mode 100644 index 0000000000000000000000000000000000000000..89f559cf791ffab59939d090e61adc5c916738d8 --- /dev/null +++ b/tasks/747_arxiv--350.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--350", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When assessing hallucination using the Books, Movies and GCI dataset following Yehuda et al., how much does the hallucination detection score increase for zero-shot LLMs from Llama3-8b to Llama2-13b for the InterrogateLLM appraoch for Movies dataset? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.003" + } + } +} \ No newline at end of file diff --git a/tasks/748_our-world-in-data--172.json b/tasks/748_our-world-in-data--172.json new file mode 100644 index 0000000000000000000000000000000000000000..20aa5cc0236dc7d62f9140496b9c3d2a3b35c5fc --- /dev/null +++ b/tasks/748_our-world-in-data--172.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--172", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Country with the 31st lowest polio vaccination rate in 2021. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Indonesia (68%)" + } + } +} \ No newline at end of file diff --git a/tasks/749_bea--397.json b/tasks/749_bea--397.json new file mode 100644 index 0000000000000000000000000000000000000000..dd8241111009790e748b41083df0acaf0a193ba5 --- /dev/null +++ b/tasks/749_bea--397.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--397", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Use the BEA Data API to write code to pie chart for international services trade by country. Make sure you follow the instructions in the user guide. Write but do not run the codeConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "# -----------------------------------------------------------\n# 3. Pie chart \u2013 U.S. exports of services by country (latest year)\n# -----------------------------------------------------------\nimport requests, pandas as pd, matplotlib.pyplot as plt\n\nUSER_ID = \"YOUR-36-CHARACTER-KEY\"\nYEAR = \"2023\" # latest available\u2014update as needed\n\nparams = {\n \"UserID\": USER_ID,\n \"method\": \"GetData\",\n \"DataSetName\": \"IntlServTrade\",\n \"TypeOfService\": \"ALL\",\n \"TradeDirection\": \"Exports\",\n \"Affiliation\": \"ALL\",\n \"AreaOrCountry\": \"ALL\",\n \"Year\": YEAR,\n \"ResultFormat\": \"JSON\"\n}\ndata = requests.get(\"https://apps.bea.gov/api/data\", params=params, timeout=30).json()\ndf = pd.DataFrame(data[\"BEAAPI\"][\"Results\"][\"Data\"])\n\ndf[\"DataValue\"] = df[\"DataValue\"].str.replace(\",\", \"\").astype(float)\ntop = df.nlargest(10, \"DataValue\") # top 10 partners\nothers = df[\"DataValue\"].sum() - top[\"DataValue\"].sum()\ntop = top.append({\"AreaOrCountry\": \"All other\", \"DataValue\": others}, ignore_index=True)\n\nplt.figure(figsize=(8, 8))\nplt.pie(top[\"DataValue\"], labels=top[\"AreaOrCountry\"], autopct=\"%1.1f%%\")\nplt.title(f\"U.S. Services Exports by Country \u2013 {YEAR}\")\nplt.tight_layout()\n# plt.show()\n" + } + } +} \ No newline at end of file diff --git a/tasks/750_tunebat--842.json b/tasks/750_tunebat--842.json new file mode 100644 index 0000000000000000000000000000000000000000..07a12487957361a655686907f99b47e59dcfb2b9 --- /dev/null +++ b/tasks/750_tunebat--842.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--842", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs in C minor are more than or equal to 80 popularConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "8" + } + } +} \ No newline at end of file diff --git a/tasks/751_unwto--710.json b/tasks/751_unwto--710.json new file mode 100644 index 0000000000000000000000000000000000000000..e3b53a4820b31c95f31bbb8c2f9ad78c56d0d0e1 --- /dev/null +++ b/tasks/751_unwto--710.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--710", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the percentage drop in global tourism revenue between 2019 and 2020?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~64%" + } + } +} \ No newline at end of file diff --git a/tasks/752_arxiv--330.json b/tasks/752_arxiv--330.json new file mode 100644 index 0000000000000000000000000000000000000000..bdf05008a42bb060fb4ca3417401577d88be2890 --- /dev/null +++ b/tasks/752_arxiv--330.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--330", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", give me the average stdard deviation for pro-ukraine stances by their bayesian regression models?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.113" + } + } +} \ No newline at end of file diff --git a/tasks/753_arxiv--317.json b/tasks/753_arxiv--317.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea9479724dfd72c080d182a4ced9a7f00e5bc6c --- /dev/null +++ b/tasks/753_arxiv--317.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--317", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper on Authenticated Delegation and Authorized AI Agents, tell me what are the 3 main flaws of an OpenID connect approach. Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1) Overhead from multiple sign-in flows. 2) Increased reliance on OpenID Providers and privacy risks 3) Comparative complexity relative to W3C Verific=able Credentials" + } + } +} \ No newline at end of file diff --git a/tasks/754_mit--439.json b/tasks/754_mit--439.json new file mode 100644 index 0000000000000000000000000000000000000000..3bca0de8a9c2cf1dcf180e920e23a1fa936be0be --- /dev/null +++ b/tasks/754_mit--439.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--439", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and analyze data from MIT common dataset to rank the percentage of Bachelor\u2019s degrees awarded in Visual and Performing Arts, English, and Liberal Arts/General Studies in the past five years. Compare these percentages with employment rates and median salaries for graduates in these fields. Based on this analysis, write a LinkedIn post addressing whether students should prioritize passion over job market trends and justify your perspective.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "These fields account for around 1% of degrees awarded. Employment rates for graduates are lower compared to STEM and business fields, with median salaries also reflecting this gap. While job market trends show limited demand, these fields remain essential for creativity, critical thinking, and cultural contributions. A balanced perspective would encourage students to pursue passion with a pragmatic approach, incorporating skills that enhance employability." + } + } +} \ No newline at end of file diff --git a/tasks/755_datausa--661.json b/tasks/755_datausa--661.json new file mode 100644 index 0000000000000000000000000000000000000000..ff9d13f7a76c1073198718e7492b6eea2a0a29f1 --- /dev/null +++ b/tasks/755_datausa--661.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--661", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which university in the dataset has the most association with ATLANTA, GA and what degree is it most known for?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Howard University \u2192 Computer Science." + } + } +} \ No newline at end of file diff --git a/tasks/756_musicbrainz--791.json b/tasks/756_musicbrainz--791.json new file mode 100644 index 0000000000000000000000000000000000000000..1205977b69eba938250fae85cea53fa4a91036c1 --- /dev/null +++ b/tasks/756_musicbrainz--791.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--791", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the mean, std dev and median for the length of a song in the album To Whom It May ConcernConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The mean song length is 3:48, the median song length is 3:47, and the standard deviation is 76.85 seconds." + } + } +} \ No newline at end of file diff --git a/tasks/757_our-world-in-data--243.json b/tasks/757_our-world-in-data--243.json new file mode 100644 index 0000000000000000000000000000000000000000..028847600637ba150219822f6fac517f9a29885c --- /dev/null +++ b/tasks/757_our-world-in-data--243.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--243", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the share of GDP per capita spent by the government on each primary school student in the United States in 2015?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "19.76%" + } + } +} \ No newline at end of file diff --git a/tasks/758_riaa--816.json b/tasks/758_riaa--816.json new file mode 100644 index 0000000000000000000000000000000000000000..fe58a0e7e091853c36dbb24924d8a42d2b107b39 --- /dev/null +++ b/tasks/758_riaa--816.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--816", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percent has vinyl sales decreased compared to cassete sales from 1994 - 2000(nearest percent)Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "vinyl- 59 percent ,cassete- 78 percent" + } + } +} \ No newline at end of file diff --git a/tasks/759_climate-gov--410.json b/tasks/759_climate-gov--410.json new file mode 100644 index 0000000000000000000000000000000000000000..494610b0a70cc79fede466633b4a355afacaa31d --- /dev/null +++ b/tasks/759_climate-gov--410.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "climate-gov" + ], + "task_id": "climate-gov--410", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "how much has the earth's temperature risen per decade since 1880?Consider using the following website(s): CLIMATE GOV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.14 degrees fahrenheit per decade" + } + } +} \ No newline at end of file diff --git a/tasks/760_arxiv--51.json b/tasks/760_arxiv--51.json new file mode 100644 index 0000000000000000000000000000000000000000..bcd4e582bd11271deacae6b7c5faf2ed73d98e23 --- /dev/null +++ b/tasks/760_arxiv--51.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--51", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify co-authorship patterns from the last 20 papers and generate a co-authorship network graph.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Co-authorship network graph" + } + } +} \ No newline at end of file diff --git a/tasks/761_datausa--65.json b/tasks/761_datausa--65.json new file mode 100644 index 0000000000000000000000000000000000000000..39302c1c8a0fe4fec29442f2ccde8c44e890f722 --- /dev/null +++ b/tasks/761_datausa--65.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--65", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare unemployment rates among veterans and non-veterans from 2010 to 2023 then write a report.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Unemployment report veterans vs non-veterans" + } + } +} \ No newline at end of file diff --git a/tasks/762_fred--762.json b/tasks/762_fred--762.json new file mode 100644 index 0000000000000000000000000000000000000000..f35d967153926b7f35bbcb7bfbc0df1ab224f9c7 --- /dev/null +++ b/tasks/762_fred--762.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--762", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the real GDP growth in 2024 Q2?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.00%" + } + } +} \ No newline at end of file diff --git a/tasks/763_datausa--662.json b/tasks/763_datausa--662.json new file mode 100644 index 0000000000000000000000000000000000000000..aa29ce3b0244c9162de1230c3c336ba827160f5d --- /dev/null +++ b/tasks/763_datausa--662.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--662", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which university is highlighted in ATLANTA, GA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Howard University." + } + } +} \ No newline at end of file diff --git a/tasks/764_worldometer--680.json b/tasks/764_worldometer--680.json new file mode 100644 index 0000000000000000000000000000000000000000..7ab4c922e231572d31cebf44af39f9e7f06725a1 --- /dev/null +++ b/tasks/764_worldometer--680.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--680", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the population in 2020 and how does that compare to the predictions for 30 years after that?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1777377295" + } + } +} \ No newline at end of file diff --git a/tasks/765_unwto--705.json b/tasks/765_unwto--705.json new file mode 100644 index 0000000000000000000000000000000000000000..d59001370de335833223c39745ee234e004ceacd --- /dev/null +++ b/tasks/765_unwto--705.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--705", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What region had the highest number of international tourist arrivals in 2019?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe" + } + } +} \ No newline at end of file diff --git a/tasks/766_riaa--808.json b/tasks/766_riaa--808.json new file mode 100644 index 0000000000000000000000000000000000000000..122defe0ace7b77f0074d9f166fed2a72ab8795b --- /dev/null +++ b/tasks/766_riaa--808.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--808", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much of a difference in revenue via music video(physical)is caused by inflation in the year 1999Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "312.3 M" + } + } +} \ No newline at end of file diff --git a/tasks/767_bea--32.json b/tasks/767_bea--32.json new file mode 100644 index 0000000000000000000000000000000000000000..76fa6779d226ac2ab1adeecced8d739723c3853e --- /dev/null +++ b/tasks/767_bea--32.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--32", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Retrieve the latest Gross Domestic Product (GDP) growth rate.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The latest Gross Domestic Product (GDP) growth rate is +3.0% for Q2 2024," + } + } +} \ No newline at end of file diff --git a/tasks/768_tunebat--840.json b/tasks/768_tunebat--840.json new file mode 100644 index 0000000000000000000000000000000000000000..e240fd74767ef0f7974abd6347a295889b05b7e2 --- /dev/null +++ b/tasks/768_tunebat--840.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--840", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Give the statistical breakdown of songs in F Consider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "BPM: Mean = 118.33, Standard Deviation = 27.69\nPopularity: Mean = 64.01, Standard Deviation = 15.07\nEnergy: Mean = 70.43, Standard Deviation = 17.36\nDanceability: Mean = 69.21, Standard Deviation = 14.57\nHappiness: Mean = 56.15, Standard Deviation = 25.57" + } + } +} \ No newline at end of file diff --git a/tasks/769_arxiv--336.json b/tasks/769_arxiv--336.json new file mode 100644 index 0000000000000000000000000000000000000000..a89446cb850f88fa41ec66a840b44212d4f45357 --- /dev/null +++ b/tasks/769_arxiv--336.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--336", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper studying personality modeling for AI agent misinformation persuasion, was agent 4 or 6 more persuasive when we compare them head to head? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Agent 6" + } + } +} \ No newline at end of file diff --git a/tasks/770_nih--596.json b/tasks/770_nih--596.json new file mode 100644 index 0000000000000000000000000000000000000000..c9df3ea57274b60dfb717e2cb41744f05356df6e --- /dev/null +++ b/tasks/770_nih--596.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--596", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the submission deadline for Review Cycle 1 of non-AIDS R01 applications.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": " By February 5, 2025" + } + } +} \ No newline at end of file diff --git a/tasks/771_bea--23.json b/tasks/771_bea--23.json new file mode 100644 index 0000000000000000000000000000000000000000..be5b47933e032351c02a2d3f3e53f9bf8e0a658a --- /dev/null +++ b/tasks/771_bea--23.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--23", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the state with the lowest PCE growth rate.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Iowa: 4.7%" + } + } +} \ No newline at end of file diff --git a/tasks/772_unwto--867.json b/tasks/772_unwto--867.json new file mode 100644 index 0000000000000000000000000000000000000000..cbe05d3d7e013346f38d6d7c53deae6c530d7fd5 --- /dev/null +++ b/tasks/772_unwto--867.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--867", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use UN Tourism to analyze the trend in International tourist arrivals in the Middle East vs Africa vs Americas vs Asia and the Pacific from 2021Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Middle East 22.92 ->140.98\nAfrica: 21.62 -> 109.87\nAsia and the Pacific: 5.63 ->93.51\nAmericas: 23.40 -> 100.64" + } + } +} \ No newline at end of file diff --git a/tasks/773_tunebat--288.json b/tasks/773_tunebat--288.json new file mode 100644 index 0000000000000000000000000000000000000000..af8b9ba8b075950a144d78747251d1141968417d --- /dev/null +++ b/tasks/773_tunebat--288.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--288", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take a look at the top 10 tracks on tunebat what is the average bpmConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "120.3" + } + } +} \ No newline at end of file diff --git a/tasks/774_our-world-in-data--228.json b/tasks/774_our-world-in-data--228.json new file mode 100644 index 0000000000000000000000000000000000000000..85388028b22cbae491e92a79c253192684786cf6 --- /dev/null +++ b/tasks/774_our-world-in-data--228.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--228", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the correlation coefficient between healthcare spending and life expectancy Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0" + } + } +} \ No newline at end of file diff --git a/tasks/775_worldpop--518.json b/tasks/775_worldpop--518.json new file mode 100644 index 0000000000000000000000000000000000000000..0a6585d3eb4655335315417da99955cc5a729d26 --- /dev/null +++ b/tasks/775_worldpop--518.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--518", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is International Tourism Receipts (in USD Billions) for the world in 2023Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1535.9" + } + } +} \ No newline at end of file diff --git a/tasks/776_bea--407.json b/tasks/776_bea--407.json new file mode 100644 index 0000000000000000000000000000000000000000..d6f22f3e2626ad450af86fcf589f415ae0860b83 --- /dev/null +++ b/tasks/776_bea--407.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--407", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When will the GDP by state and personal income by state for Q4 2024 be released?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "March 28 2025 at 10am EDT" + } + } +} \ No newline at end of file diff --git a/tasks/777_tunebat--855.json b/tasks/777_tunebat--855.json new file mode 100644 index 0000000000000000000000000000000000000000..e25759d014e0f8caaf56def4677ca175878b6561 --- /dev/null +++ b/tasks/777_tunebat--855.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--855", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 3 most popular songs that will sound good mixed with A Bar SongConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Lose Control - Teddy Swims, Expresso - Sabrina Carpenter, Beautiful Things - Benson Boone" + } + } +} \ No newline at end of file diff --git a/tasks/778_unwto--714.json b/tasks/778_unwto--714.json new file mode 100644 index 0000000000000000000000000000000000000000..c1b87cbf78147ec83963effeb76e46468abba5f0 --- /dev/null +++ b/tasks/778_unwto--714.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--714", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which month in 2021 recorded the highest international tourist arrivals globally?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "December" + } + } +} \ No newline at end of file diff --git a/tasks/779_shopping--254.json b/tasks/779_shopping--254.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5cf4db79cfc9d4d7be03c4bc1e87a83efb4e38 --- /dev/null +++ b/tasks/779_shopping--254.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--254", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the least expensive product among sunscreens, sunburn relief products, and tanners, prioritizing those categories where the product volume sizes are the most consistent \u2014 meaning the smallest range between the smallest and largest available volumes.Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "St. Tropez Self Tan Express Starter Kit, Mini Self-Tan Set for a Natural Glow, Travel-Sized Express Bronzing Mousse & Tanning Applicator Mitt, Vegan-Friendly Self Tanner, Even & Natural Self Tan, 1 ct" + } + } +} \ No newline at end of file diff --git a/tasks/780_understat--486.json b/tasks/780_understat--486.json new file mode 100644 index 0000000000000000000000000000000000000000..236c6daed0790025d270011807192c6427875c92 --- /dev/null +++ b/tasks/780_understat--486.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--486", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is average goals in matches in 2020 Jan for La Liga? Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.13" + } + } +} \ No newline at end of file diff --git a/tasks/781_reddit--arxiv--449.json b/tasks/781_reddit--arxiv--449.json new file mode 100644 index 0000000000000000000000000000000000000000..5656d2fc6d22505a3ea95965b534a45f6a32a328 --- /dev/null +++ b/tasks/781_reddit--arxiv--449.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--449", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take the average of the number of upvotes on the top 5 hottest posts on /f/movies on Reddit and divide it by 12, rounding to nearest integer. Look on ArxiV and tell me the publication venue for the paper that is at that indexConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "AAMAS 2025 (abstract)" + } + } +} \ No newline at end of file diff --git a/tasks/782_fred--773.json b/tasks/782_fred--773.json new file mode 100644 index 0000000000000000000000000000000000000000..8eb5d91f67c75bfbe1717c1f54b4522c55bce66c --- /dev/null +++ b/tasks/782_fred--773.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--773", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which state has the highest unemployment rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "D.C. (5.6%)" + } + } +} \ No newline at end of file diff --git a/tasks/783_cdc-mental-health--616.json b/tasks/783_cdc-mental-health--616.json new file mode 100644 index 0000000000000000000000000000000000000000..2f0663d3ec4828b163a77441745fe4021eaab2c0 --- /dev/null +++ b/tasks/783_cdc-mental-health--616.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--616", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Develop a Python script to classify adults based on the frequency of their mentally unhealthy days using data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates varying frequencies of mentally unhealthy days among adults." + } + } +} \ No newline at end of file diff --git a/tasks/784_apta--718.json b/tasks/784_apta--718.json new file mode 100644 index 0000000000000000000000000000000000000000..adbba21f42b5d65bf2dcac93bc3fcd0371aae361 --- /dev/null +++ b/tasks/784_apta--718.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--718", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the correlation between public transit ridership and urban population growth over the past decade using data from APTA and the U.S. Census Bureau. Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Public Transit Ridership Data: According to the American Public Transportation Association (APTA), public transit ridership in the United States experienced a 16% increase from 2022 to 2023, totaling 7.1 billion trips in 2023. Despite this growth, ridership remained nearly 28% below pre-pandemic levels. \n\nUrban Population Growth Data: The U.S. Census Bureau reported that the nation\u2019s urban population increased by 6.4% between 2010 and 2020. \n\nPlot Description:\n \u2022 Type: Scatter Plot with Trend Line\n \u2022 Axes:\n \u2022 X-Axis: Years (e.g., 2010 to 2020)\n \u2022 Y-Axis: Two separate Y-axes or overlaid data series:\n \u2022 Public Transit Ridership (in billions of trips)\n \u2022 Urban Population (in millions)\n \u2022 Data Points: Each point represents the data for a specific year.\n" + } + } +} \ No newline at end of file diff --git a/tasks/785_datausa--63.json b/tasks/785_datausa--63.json new file mode 100644 index 0000000000000000000000000000000000000000..e2632d1b4df12ac5ce40d8c91fe72a5aa722044c --- /dev/null +++ b/tasks/785_datausa--63.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--63", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the percentage of foreign-born residents in 3 states and create a pie chart.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Pie chart of foreign-born population by state" + } + } +} \ No newline at end of file diff --git a/tasks/786_worldpop--511.json b/tasks/786_worldpop--511.json new file mode 100644 index 0000000000000000000000000000000000000000..d6908b0898b134ec08d758582e3e3a4e10e7886b --- /dev/null +++ b/tasks/786_worldpop--511.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--511", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose 3 random days in April 2017 in Ecuador, what is the probability that at least one will be a holiday?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.0967" + } + } +} \ No newline at end of file diff --git a/tasks/787_worldpop--504.json b/tasks/787_worldpop--504.json new file mode 100644 index 0000000000000000000000000000000000000000..09875bc5fd104433dfead7062f5eb47c2c74b6b9 --- /dev/null +++ b/tasks/787_worldpop--504.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--504", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to study how the number of holidays per year has changed from 2010 to 2015 for Brazil. Choose an appropriate graph representation for the data and use that to represent the dataConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar or line graph showing estimated number of holidays for each period" + } + } +} \ No newline at end of file diff --git a/tasks/788_riaa--822.json b/tasks/788_riaa--822.json new file mode 100644 index 0000000000000000000000000000000000000000..f7cc10eee3709fcce919d118763e8e72547d28a7 --- /dev/null +++ b/tasks/788_riaa--822.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--822", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What year had the highest raw sales in CD in terms of revenueConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1999" + } + } +} \ No newline at end of file diff --git a/tasks/789_noaa--81.json b/tasks/789_noaa--81.json new file mode 100644 index 0000000000000000000000000000000000000000..223d769b2419d25a688d53a57ab35791c1ec9e59 --- /dev/null +++ b/tasks/789_noaa--81.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--81", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract and plot monthly precipitation anomalies for three US states over the past decadeConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Precipitation anomaly plot" + } + } +} \ No newline at end of file diff --git a/tasks/790_arxiv--374.json b/tasks/790_arxiv--374.json new file mode 100644 index 0000000000000000000000000000000000000000..2c40420efef64563f18208ea656efffe091c40db --- /dev/null +++ b/tasks/790_arxiv--374.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--374", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am interested in applying some methods to protect unlearnable data against augmentation methods. I would like to use ARMOR. What is average Armor-to-Unprotected accuracy ratio when using the dataset Mini-ImageNet? Consider the scenario of models trained on data protected by Armor and baseline defensive noises in the non-data-augmentation scenarioConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.0218" + } + } +} \ No newline at end of file diff --git a/tasks/791_our-world-in-data--178.json b/tasks/791_our-world-in-data--178.json new file mode 100644 index 0000000000000000000000000000000000000000..46b6a67ff3bea25b46b6bf29ee37265c80f9072e --- /dev/null +++ b/tasks/791_our-world-in-data--178.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--178", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the largest country which is not a city-state as measured by urban density as of 2022. Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "" + } + } +} \ No newline at end of file diff --git a/tasks/792_uchicago--474.json b/tasks/792_uchicago--474.json new file mode 100644 index 0000000000000000000000000000000000000000..92ba703c3d69d5ba52190df0bef05f0463c6b9e6 --- /dev/null +++ b/tasks/792_uchicago--474.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago" + ], + "task_id": "uchicago--474", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What factors do Uchicago consider for admission but MIT does not?Consider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Alumni relation, state residency, religious affiliation/commitment" + } + } +} \ No newline at end of file diff --git a/tasks/793_datausa--68.json b/tasks/793_datausa--68.json new file mode 100644 index 0000000000000000000000000000000000000000..cdccc31ae2857d266855cd7acfc08281f9a16473 --- /dev/null +++ b/tasks/793_datausa--68.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--68", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find and visualize the gender distribution in computer science-related occupations in 2023.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Gender distribution chart for CS occupations" + } + } +} \ No newline at end of file diff --git a/tasks/794_cdc-covid--535.json b/tasks/794_cdc-covid--535.json new file mode 100644 index 0000000000000000000000000000000000000000..42119890d7d0674b674bea7698d973d0e9d0b072 --- /dev/null +++ b/tasks/794_cdc-covid--535.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--535", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the impact of mask mandate policy changes and buy some masks. Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Masking is thought to reduce virus transmission by preventing respiratory droplets, especially in crowded or indoor environments. The effectiveness of mask mandates, however, can depend on factors such as the level of compliance, enforcement, and the variant of the virus circulating." + } + } +} \ No newline at end of file diff --git a/tasks/795_bea--17.json b/tasks/795_bea--17.json new file mode 100644 index 0000000000000000000000000000000000000000..8a6d58e92d0c4c30b714978ac6978ca40355c4a7 --- /dev/null +++ b/tasks/795_bea--17.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--17", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a table comparing personal income growth rates for Florida, Iowa, CaliforniaConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3 row table with states as rows and years-wise income and percentage growth as columns " + } + } +} \ No newline at end of file diff --git a/tasks/796_nih--600.json b/tasks/796_nih--600.json new file mode 100644 index 0000000000000000000000000000000000000000..04139e27182059468ac5bdbceda4f53eee5b2420 --- /dev/null +++ b/tasks/796_nih--600.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--600", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List the current members of the NIH Advisory Committee to the Director.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Atul Butte, Howard Y. Chang, Giselle Corbie, Kafui Dzirasa, Wafaa El-Sadr,Garth Graham, Alexa Kimball,Corey L. Moore, Brian Mustanski, Lucila Ohno-Machado, Teshia G. Solomon" + } + } +} \ No newline at end of file diff --git a/tasks/797_datausa--64.json b/tasks/797_datausa--64.json new file mode 100644 index 0000000000000000000000000000000000000000..d1ccc0ac50226eeb07bb439f2b1de2ae770c76bd --- /dev/null +++ b/tasks/797_datausa--64.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--64", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the top 5 states by renewable energy employment in 2023 and plot their respective job numbers.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar plot of renewable energy jobs by state" + } + } +} \ No newline at end of file diff --git a/tasks/798_shopping--266.json b/tasks/798_shopping--266.json new file mode 100644 index 0000000000000000000000000000000000000000..9776bf0d78f9abe3c72d8b0dc1274a5e730d9d25 --- /dev/null +++ b/tasks/798_shopping--266.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--266", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? Is there any correlation between product type and volume size?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "" + } + } +} \ No newline at end of file diff --git a/tasks/799_datausa--634.json b/tasks/799_datausa--634.json new file mode 100644 index 0000000000000000000000000000000000000000..a427b85fb7a04cbbd0ecd1cd41728a8254c741f8 --- /dev/null +++ b/tasks/799_datausa--634.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--634", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the focus on healthcare-related jobs between CHICAGO, IL and ATLANTA, GA. Which city emphasizes healthcare more?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CHICAGO, IL \u2192 Registered Nurses \n ATLANTA, GA \u2192 Police Officers. CHICAGO emphasizes healthcare more." + } + } +} \ No newline at end of file diff --git a/tasks/800_riaa--827.json b/tasks/800_riaa--827.json new file mode 100644 index 0000000000000000000000000000000000000000..17de9d9bbf903b5ebd6773120d812b9dac88a40b --- /dev/null +++ b/tasks/800_riaa--827.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--827", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use in riaa to analyze the trend in growth rate of LP EP in the past 50 yearsConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "8.4B in 1074 down to 58.2 M in 1999, wher it stayed consistenly low till 2011 with 161.7M where it had a small comeback back to 1.4B now" + } + } +} \ No newline at end of file diff --git a/tasks/801_understat--99.json b/tasks/801_understat--99.json new file mode 100644 index 0000000000000000000000000000000000000000..ce47fdac0236287d87a82959850118ab0009cfd3 --- /dev/null +++ b/tasks/801_understat--99.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--99", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a blog-style summary analyzing whether Tottenham's defensive xGA trend suggests improvement over the past 10 matches.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "150-word blog-style analysis + optional xGA trend chart." + } + } +} \ No newline at end of file diff --git a/tasks/802_arxiv--360.json b/tasks/802_arxiv--360.json new file mode 100644 index 0000000000000000000000000000000000000000..9616b12e62fd645b02fa775c4919e97a0da49f05 --- /dev/null +++ b/tasks/802_arxiv--360.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--360", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post talking about why VRS-HQ is better than VISA. Use the images of the black-nosed dock with a white neck but NOT the camel images as an example that you attach to your reddit post. Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Title: Why VRS-HQ Outperforms VISA in Referring Segmentation \ud83d\udc36\u2705\n\nJust came across this visual comparison and it perfectly illustrates why VRS-HQ is currently outperforming VISA in referring video object segmentation tasks.\n\nThe prompt is: \u201cThe black-nosed dog with a white neck.\u201d\n\n\ud83d\udd0d What\u2019s going on in the image:\n\nThe top row is GT (ground truth): shows the correct dog across frames.\n\nMiddle row is VISA's predictions.\n\nBottom row is VRS-HQ's predictions.\n\n\ud83d\udca1 Key issues with VISA:\n\nIt frequently highlights the wrong dog \u2014 especially in ambiguous scenes where dogs are partially occluded or facing away.\n\nIt fails to use fine-grained visual attributes like nose color or neck marking.\n\nIn Frame 2, VISA highlights the wrong dog entirely.\n\nIn Frame 3, it gets both dogs confused.\n\n\u2705 Why VRS-HQ is better:\n\nIt consistently locks onto the correct object across frames.\n\nIt understands attribute-level referring expressions, like \u201cblack-nosed\u201d and \u201cwhite neck,\u201d and uses them to disambiguate.\n\nHandles occlusion and perspective variation much more robustly.\n\nThis kind of grounding is critical for real-world applications like robotics or video QA \u2014 and VRS-HQ shows it\u2019s genuinely reasoning over the visual and temporal context, not just guessing from motion or proximity.\n\nIf you're working on video-language grounding, this benchmark speaks volumes.\n\n" + } + } +} \ No newline at end of file diff --git a/tasks/803_iata--576.json b/tasks/803_iata--576.json new file mode 100644 index 0000000000000000000000000000000000000000..999fcf1314374e11f66b0d4dd2f2bfbadfada2f4 --- /dev/null +++ b/tasks/803_iata--576.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata" + ], + "task_id": "iata--576", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the average jet fuel price for the full year 2019. Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$77.0 per barrel" + } + } +} \ No newline at end of file diff --git a/tasks/804_cdc-mental-health--556.json b/tasks/804_cdc-mental-health--556.json new file mode 100644 index 0000000000000000000000000000000000000000..8dc367fd2002d04419d22e359aa469c845c27dbb --- /dev/null +++ b/tasks/804_cdc-mental-health--556.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--556", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are symptoms caused by stress?Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Feelings of fear, anger, sadness, worry, numbness, or frustration\n\nChanges in appetite, energy, desires, and interests\n\nTrouble concentrating and making decisions\n\nNightmares or problems sleeping\n\nPhysical reactions, such as headaches, body pains, stomach problems, or skin rashes\n\nWorsening of chronic health problems and mental health conditions\n\nIncreased use of alcohol, drugs, and other substances" + } + } +} \ No newline at end of file diff --git a/tasks/805_stocknear--465.json b/tasks/805_stocknear--465.json new file mode 100644 index 0000000000000000000000000000000000000000..b4046637da6cbb751ebf795d6e513b4aa58bd9ea --- /dev/null +++ b/tasks/805_stocknear--465.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "stocknear" + ], + "task_id": "stocknear--465", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the price of GOOGL on May 1 2025 at closeConsider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "161.23 USD" + } + } +} \ No newline at end of file diff --git a/tasks/806_worldometer--666.json b/tasks/806_worldometer--666.json new file mode 100644 index 0000000000000000000000000000000000000000..c5b664ba00eac9c09760ca6e49d9c63cc4fc43f2 --- /dev/null +++ b/tasks/806_worldometer--666.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--666", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "According to the World Population page, what is the estimate for when we reached a population of 8 billion people?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2022" + } + } +} \ No newline at end of file diff --git a/tasks/807_noaa--607.json b/tasks/807_noaa--607.json new file mode 100644 index 0000000000000000000000000000000000000000..0a20cd5c9114b979951cf689dfe4079e505d580e --- /dev/null +++ b/tasks/807_noaa--607.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--607", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For the state that has the highest historical Probability of wildfies in May 15 from 1992 to 2015 write a post as a concerned citizen asking about the current situation.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Florida, and then reddit post" + } + } +} \ No newline at end of file diff --git a/tasks/808_bea--9.json b/tasks/808_bea--9.json new file mode 100644 index 0000000000000000000000000000000000000000..03844cca9b47ae9a9efcb50ab1bf2402f949493a --- /dev/null +++ b/tasks/808_bea--9.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--9", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the foreign direct investment in 2023 with 2022.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Decrease of $57.4 billion (28%)" + } + } +} \ No newline at end of file diff --git a/tasks/809_unwto--706.json b/tasks/809_unwto--706.json new file mode 100644 index 0000000000000000000000000000000000000000..0f19da7be87ea282daf351ba7045a333c2f2dc49 --- /dev/null +++ b/tasks/809_unwto--706.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--706", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What region had the largest percentage growth in tourism from 2020 to 2021? Provide the percentage growth.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Middle East (~40%)" + } + } +} \ No newline at end of file diff --git a/tasks/810_worldpop--533.json b/tasks/810_worldpop--533.json new file mode 100644 index 0000000000000000000000000000000000000000..9b2ce6ef0635ac9b94034ade44ba4fd858a000dc --- /dev/null +++ b/tasks/810_worldpop--533.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--533", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country had the most monthly airline passengers in May 2015? Countries in AsiaConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "China" + } + } +} \ No newline at end of file diff --git a/tasks/811_bea--33.json b/tasks/811_bea--33.json new file mode 100644 index 0000000000000000000000000000000000000000..7f32dfb764148e854dcb0c8f7ed8edbef78fa2db --- /dev/null +++ b/tasks/811_bea--33.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--33", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the impact of government spending on GDP growth.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "short paragraph explaining how much gov spending spending contribute to GDP" + } + } +} \ No newline at end of file diff --git a/tasks/812_noaa--86.json b/tasks/812_noaa--86.json new file mode 100644 index 0000000000000000000000000000000000000000..834505d6d916b4cb37bbe24dfb7570ac72180e80 --- /dev/null +++ b/tasks/812_noaa--86.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--86", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Review two NOAA climate risk assessments for coastal cities and draft a 1-page advisoryConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1-page advisory documen" + } + } +} \ No newline at end of file diff --git a/tasks/813_fred--748.json b/tasks/813_fred--748.json new file mode 100644 index 0000000000000000000000000000000000000000..1a937135269a8e0c1b17365aa9e92de98623612a --- /dev/null +++ b/tasks/813_fred--748.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--748", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Do men or women have a higher unemployment rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Men (4.2% vs women at 3.9%)" + } + } +} \ No newline at end of file diff --git a/tasks/814_arxiv--53.json b/tasks/814_arxiv--53.json new file mode 100644 index 0000000000000000000000000000000000000000..1725f593b3e808c31791a4f90d7c85ba7655bca8 --- /dev/null +++ b/tasks/814_arxiv--53.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--53", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify papers related to 'neuro-symbolic AI' and create a summary report comparing their objectives.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Comparative summary of neuro-symbolic AI papers" + } + } +} \ No newline at end of file diff --git a/tasks/815_musicbrainz--793.json b/tasks/815_musicbrainz--793.json new file mode 100644 index 0000000000000000000000000000000000000000..f319294dc1463a097ec24f8edca4a96dda2954dc --- /dev/null +++ b/tasks/815_musicbrainz--793.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--793", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who has credited Benjamin Ingrosso the mostConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Purple Disco Machine" + } + } +} \ No newline at end of file diff --git a/tasks/816_our-world-in-data--244.json b/tasks/816_our-world-in-data--244.json new file mode 100644 index 0000000000000000000000000000000000000000..f2c925b480dd83b2f98f2ec0b25e5fe01ccfc447 --- /dev/null +++ b/tasks/816_our-world-in-data--244.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--244", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "which countries had an average learning-adjusted year of schooling of at least 12 years?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Singapore\t\nHong Kong\t\nFinland\t\nJapan\t\nCanada\t\nEstonia\t\nSouth Korea\t\nIreland\t\nSweden\t\nMacao\t\nNetherlands\t\nUnited Kingdom\t" + } + } +} \ No newline at end of file diff --git a/tasks/817_datausa--658.json b/tasks/817_datausa--658.json new file mode 100644 index 0000000000000000000000000000000000000000..ae1d8440a481b3162399d7041e9f411ba60a112f --- /dev/null +++ b/tasks/817_datausa--658.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--658", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which products are associated with CHICAGO, IL?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Clothing, Footwear, Personal Accessories, and Related Products." + } + } +} \ No newline at end of file diff --git a/tasks/818_riaa--805.json b/tasks/818_riaa--805.json new file mode 100644 index 0000000000000000000000000000000000000000..d9d0415f01f1cd93725a08da7b1a3c29f63f3f97 --- /dev/null +++ b/tasks/818_riaa--805.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--805", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How may have the subscription model impacted sale volume in the 21st century, is this correlation or causation. ExplainConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "sales hit all time low in 21st century dropping to 356 M from a mean of 1.8 B the decade before while paid subscriptions increased from 3 % of revenue of " + } + } +} \ No newline at end of file diff --git a/tasks/819_our-world-in-data--161.json b/tasks/819_our-world-in-data--161.json new file mode 100644 index 0000000000000000000000000000000000000000..a65efc66a0d6c0874469e0a88803e3ef9783e658 --- /dev/null +++ b/tasks/819_our-world-in-data--161.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--161", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Average weekly hours devoted to school among all students 14-17 in America from 1900 - 2005 (united states)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "17.71 hours / week" + } + } +} \ No newline at end of file diff --git a/tasks/820_our-world-in-data--214.json b/tasks/820_our-world-in-data--214.json new file mode 100644 index 0000000000000000000000000000000000000000..2ee33d497485dae65fc26f5f3f0b8b5b29306967 --- /dev/null +++ b/tasks/820_our-world-in-data--214.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--214", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the countries, which was financially the most sound based on return on assets in 2022: Mozambic, Uruguay, Zambia, Armenia Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Zambia" + } + } +} \ No newline at end of file diff --git a/tasks/821_worldpop--507.json b/tasks/821_worldpop--507.json new file mode 100644 index 0000000000000000000000000000000000000000..aa6eb4770fde16a25909f0ecb958a85ef3381a35 --- /dev/null +++ b/tasks/821_worldpop--507.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--507", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a graph of the monthly trend for international airline passengers for Luxembourg in 2015. Briefly describe the graph, including when the monthly airline passengers peaksConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Peaks in August" + } + } +} \ No newline at end of file diff --git a/tasks/822_noaa--79.json b/tasks/822_noaa--79.json new file mode 100644 index 0000000000000000000000000000000000000000..66c15b5ea071935e5897cfd8552c0d4b70285c7a --- /dev/null +++ b/tasks/822_noaa--79.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--79", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare El Ni\u00f1o/La Ni\u00f1a events and their impacts on precipitation in two different decades (1980s vs 2010s). Summarize findingsConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Comparison table and summary of El Ni\u00f1o/La Ni\u00f1a effects" + } + } +} \ No newline at end of file diff --git a/tasks/823_worldometer--678.json b/tasks/823_worldometer--678.json new file mode 100644 index 0000000000000000000000000000000000000000..59a56c902e7c6356a0dbb89a263884fed4fb3b05 --- /dev/null +++ b/tasks/823_worldometer--678.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--678", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Review the Daily New Cases graph for January 2023. Find the single day with the highest daily new cases and the single day with the lowest daily new cases. Provide both numbers and calculate the difference. Summarize briefly if the page offers any footnote or reason for a spike or dip.Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Highest Daily New Cases:\nJanuary 5, 2023 (around 1.05 million new cases).\nLowest Daily New Cases:\nJanuary 9, 2023 (around 170,000 new cases).\nDifference:\n1,050,000 \u2212 170,000 \u2248 880,000 cases.\n(Note: Some sites show slightly varying data due to differences in time zone cutoffs. In some data sets, January 1 might show lower counts due to holiday reporting delays.)\n" + } + } +} \ No newline at end of file diff --git a/tasks/824_arxiv--331.json b/tasks/824_arxiv--331.json new file mode 100644 index 0000000000000000000000000000000000000000..036cb88df46f865ef0b4eeedea536732627f3566 --- /dev/null +++ b/tasks/824_arxiv--331.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--331", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", how many news stories were tracked?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "146000" + } + } +} \ No newline at end of file diff --git a/tasks/825_arxiv--325.json b/tasks/825_arxiv--325.json new file mode 100644 index 0000000000000000000000000000000000000000..323bed3885b94b99357902a6a1d136f137935064 --- /dev/null +++ b/tasks/825_arxiv--325.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--325", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In MMDocIR paper, tell me the average word length for tables in OCR-textConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "139.7" + } + } +} \ No newline at end of file diff --git a/tasks/826_fred--766.json b/tasks/826_fred--766.json new file mode 100644 index 0000000000000000000000000000000000000000..038176529d32142e236b6ba604431a807cba4dee --- /dev/null +++ b/tasks/826_fred--766.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--766", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the unemployment rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.1% (sep 2024)" + } + } +} \ No newline at end of file diff --git a/tasks/827_worldometer--669.json b/tasks/827_worldometer--669.json new file mode 100644 index 0000000000000000000000000000000000000000..55ac71bb173101ef2d73e6b6e186f7e3b8fd8cb6 --- /dev/null +++ b/tasks/827_worldometer--669.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldometer" + ], + "task_id": "worldometer--669", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "As of late January 2023, what was the total number of people reported to have recovered from COVID-19 worldwide (rounded to the nearest million)?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~629 million" + } + } +} \ No newline at end of file diff --git a/tasks/828_tunebat--290.json b/tasks/828_tunebat--290.json new file mode 100644 index 0000000000000000000000000000000000000000..1cad0d58593f127918cd29d65a2ec61a12617af9 --- /dev/null +++ b/tasks/828_tunebat--290.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--290", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take a look at the top 10 tracks on tunebat what is the median bpmConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "117.5" + } + } +} \ No newline at end of file diff --git a/tasks/829_worldpop--686.json b/tasks/829_worldpop--686.json new file mode 100644 index 0000000000000000000000000000000000000000..f7df89e6a23d8ef22477fba965583a1af9b87b0f --- /dev/null +++ b/tasks/829_worldpop--686.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--686", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the five most populous countries in 2020 and their populations.Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1. China \u2192 ~1.41 billion \n 2. India \u2192 ~1.38 billion \n 3. USA \u2192 ~331 million \n 4. Indonesia \u2192 ~273 million \n 5. Pakistan \u2192 ~220 million." + } + } +} \ No newline at end of file diff --git a/tasks/830_cdc-mental-health--633.json b/tasks/830_cdc-mental-health--633.json new file mode 100644 index 0000000000000000000000000000000000000000..e11961fb88dedd7efe3ba73d3e3dfe5783839934 --- /dev/null +++ b/tasks/830_cdc-mental-health--633.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--633", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an analysis on the relationship between gender and the prevalence of serious psychological distress among adults, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates differences in the prevalence of serious psychological distress between genders." + } + } +} \ No newline at end of file diff --git a/tasks/831_arxiv--354.json b/tasks/831_arxiv--354.json new file mode 100644 index 0000000000000000000000000000000000000000..819d2511b7829c8268e4d85c411946fde0426fe1 --- /dev/null +++ b/tasks/831_arxiv--354.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--354", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When assessing hallucination using the Books, Movies and GCI dataset following Yehuda et al., when we used SelfCheckGPT with Llama2-7b, what is the zero-shot hallucination detection score for Movies?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.811" + } + } +} \ No newline at end of file diff --git a/tasks/832_arxiv--40.json b/tasks/832_arxiv--40.json new file mode 100644 index 0000000000000000000000000000000000000000..eb54879aa922be520606540308435b3e20e95299 --- /dev/null +++ b/tasks/832_arxiv--40.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--40", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a CSV file of paper titles, submission dates, and arXiv IDs from the last 15 papers.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CSV of title, date, ID" + } + } +} \ No newline at end of file diff --git a/tasks/833_worldpop--497.json b/tasks/833_worldpop--497.json new file mode 100644 index 0000000000000000000000000000000000000000..a032aeef5fcd305e708a0c18acee5cb610c393f1 --- /dev/null +++ b/tasks/833_worldpop--497.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--497", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For the country with the second most international airline passengers in November 2015, tell me which country it is and how manyworkdays it had in that same period of timeConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "germany, 21" + } + } +} \ No newline at end of file diff --git a/tasks/834_nih--593.json b/tasks/834_nih--593.json new file mode 100644 index 0000000000000000000000000000000000000000..4ed43ae7c84321354d627c5c35badc186f0e2eef --- /dev/null +++ b/tasks/834_nih--593.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "nih" + ], + "task_id": "nih--593", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find all ongoing clinical trials related to type 2 diabetes between January 1, 2023 - December 31, 2023Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "747" + } + } +} \ No newline at end of file diff --git a/tasks/835_stocknear--464.json b/tasks/835_stocknear--464.json new file mode 100644 index 0000000000000000000000000000000000000000..7e87db68d805eb72e5104a1af6a7795399be41ac --- /dev/null +++ b/tasks/835_stocknear--464.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "stocknear" + ], + "task_id": "stocknear--464", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the price of APPL on december 2 2024Consider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "239.59 US Dollars" + } + } +} \ No newline at end of file diff --git a/tasks/836_datausa--644.json b/tasks/836_datausa--644.json new file mode 100644 index 0000000000000000000000000000000000000000..8469ff311017bf3d3e240eb7b155350793618f99 --- /dev/null +++ b/tasks/836_datausa--644.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--644", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the most popular jobs in HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Registered Nurses." + } + } +} \ No newline at end of file diff --git a/tasks/837_apta--729.json b/tasks/837_apta--729.json new file mode 100644 index 0000000000000000000000000000000000000000..65cbad087f1f7cacfb87393684b17001e6b34a4f --- /dev/null +++ b/tasks/837_apta--729.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--729", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the percentage change in public transit ridership over the past five years using APTA\u2019s reports.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "28% drop from pre-pandemic levels" + } + } +} \ No newline at end of file diff --git a/tasks/838_datausa--649.json b/tasks/838_datausa--649.json new file mode 100644 index 0000000000000000000000000000000000000000..c639204534721b1af7f3a130bb60bc72fa18d180 --- /dev/null +++ b/tasks/838_datausa--649.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--649", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the top location for ATLANTA, GA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Popular for industries like Finance & Insurance and Manufacturing." + } + } +} \ No newline at end of file diff --git a/tasks/839_trading-economics--831.json b/tasks/839_trading-economics--831.json new file mode 100644 index 0000000000000000000000000000000000000000..5717638fbcd94f16b7cf9a26c92dc8bba338bd10 --- /dev/null +++ b/tasks/839_trading-economics--831.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "trading-economics" + ], + "task_id": "trading-economics--831", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a analysis based on GDP and its reliance on populationConsider using the following website(s): TRADING ECONOMICS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Most countries wiht higher populations have higher gdp, more ppl = more product, however outlier exist like the US with its massive GDP in comparison to is medium population size" + } + } +} \ No newline at end of file diff --git a/tasks/840_fred--768.json b/tasks/840_fred--768.json new file mode 100644 index 0000000000000000000000000000000000000000..d63dffb10c6d050245124facc14855268f3eaa62 --- /dev/null +++ b/tasks/840_fred--768.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--768", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percent of bachelor's degree holders that are 25 years and older and looking for jobs are unable to find one?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.30%" + } + } +} \ No newline at end of file diff --git a/tasks/841_noaa--608.json b/tasks/841_noaa--608.json new file mode 100644 index 0000000000000000000000000000000000000000..25b1d3713147f9d180502ce51e6022c1c0c21de6 --- /dev/null +++ b/tasks/841_noaa--608.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "noaa" + ], + "task_id": "noaa--608", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the US state with the highest monthly average precipitation, find the population of the state. Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5,157,699" + } + } +} \ No newline at end of file diff --git a/tasks/842_arkiv--309.json b/tasks/842_arkiv--309.json new file mode 100644 index 0000000000000000000000000000000000000000..4fdd82518c054bd702e4d17421cb9efc982fcc1c --- /dev/null +++ b/tasks/842_arkiv--309.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arkiv" + ], + "task_id": "arkiv--309", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Tell me all the main differences between MMLongBench-Doc and MMDocIRConsider using the following website(s): ARKIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "MMLongBench-Doc is not for information retrieval but MMDocIR is . MMLongBench-Doc has 1082 questions and 47.5 pages per document while MMDocIR has 1658 questions and 65.1 pages per document. MMLongBench-Doc supports generalized layouts but MMDocIR does not. MMLongBench-Doc has no layout labels but MMDocIR does" + } + } +} \ No newline at end of file diff --git a/tasks/843_musicbrainz--tunebat--150.json b/tasks/843_musicbrainz--tunebat--150.json new file mode 100644 index 0000000000000000000000000000000000000000..c4180e40b13ce3a9a5167387031f4a5e2cb5e768 --- /dev/null +++ b/tasks/843_musicbrainz--tunebat--150.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--150", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which korean artist is behind the most popular rendition of \"Weather and You\" (2023). Aggregating across all albums, singles, EPs, Broadcasts, etc. that that person has published, what is the total number of releases per publication?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Aro, 1.57" + } + } +} \ No newline at end of file diff --git a/tasks/844_cfpb--111.json b/tasks/844_cfpb--111.json new file mode 100644 index 0000000000000000000000000000000000000000..087c298480ad2c6fe17b246b5b21c072d85c7944 --- /dev/null +++ b/tasks/844_cfpb--111.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--111", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more likely are small business owners to have money in stocks, bonds, or mutual funds compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "12.5 percentage points" + } + } +} \ No newline at end of file diff --git a/tasks/845_datausa--651.json b/tasks/845_datausa--651.json new file mode 100644 index 0000000000000000000000000000000000000000..5b2085111f438caf27ab4b66f436a394aabab3aa --- /dev/null +++ b/tasks/845_datausa--651.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--651", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the top location for EAST PALO ALTO, CA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Known for tech-related development and Construction." + } + } +} \ No newline at end of file diff --git a/tasks/846_musicbrainz--tunebat--155.json b/tasks/846_musicbrainz--tunebat--155.json new file mode 100644 index 0000000000000000000000000000000000000000..54f3e291a3bcd9e8fb7b0657ccf882e980803086 --- /dev/null +++ b/tasks/846_musicbrainz--tunebat--155.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--155", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is the artist behind the most popular rendition of \"Slow Dancing in a Burning Room\". Aggregating across all albums, singles, EPs, Broadcasts, etc. that that person has published, what is the average number of releases per publication?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "John Mayer, 3.67" + } + } +} \ No newline at end of file diff --git a/tasks/847_unwto--699.json b/tasks/847_unwto--699.json new file mode 100644 index 0000000000000000000000000000000000000000..d73c8287858c72a449eb2957e6fd41d45957c16b --- /dev/null +++ b/tasks/847_unwto--699.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "unwto" + ], + "task_id": "unwto--699", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many total international tourist arrivals were recorded for Europe and Asia combined in 2019?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~746M \n Asia: ~361M \n Combined: ~1.11 billion" + } + } +} \ No newline at end of file diff --git a/tasks/848_understat--96.json b/tasks/848_understat--96.json new file mode 100644 index 0000000000000000000000000000000000000000..726a1e779c9bf8b3548e737944e013c1f9b01130 --- /dev/null +++ b/tasks/848_understat--96.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--96", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the player with the most underperformance (difference between goals scored and expected goals) in Serie A this season.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Player name and numeric difference (xG - goals)." + } + } +} \ No newline at end of file diff --git a/tasks/849_apta--744.json b/tasks/849_apta--744.json new file mode 100644 index 0000000000000000000000000000000000000000..365a1997966c27fde38e87be3b5b0b5bbad4ea94 --- /dev/null +++ b/tasks/849_apta--744.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--744", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the top five U.S. cities with the highest public transit ridership according to APTA\u2019s data.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1. New York City, NY\n2. Jersey City, NJ\n3. Washington, D.C.\n4. Boston, MA\n5. San Francisco, CA" + } + } +} \ No newline at end of file diff --git a/tasks/850_datausa--66.json b/tasks/850_datausa--66.json new file mode 100644 index 0000000000000000000000000000000000000000..14361608127879e3fcd530fd886c3e055007707a --- /dev/null +++ b/tasks/850_datausa--66.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--66", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract and compare the top export products for 2 states based on the latest available data.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Table of top exports for 2 states" + } + } +} \ No newline at end of file diff --git a/tasks/851_our-world-in-data--191.json b/tasks/851_our-world-in-data--191.json new file mode 100644 index 0000000000000000000000000000000000000000..a3bb11cb6c4486950090c4890869d5664a7d50f3 --- /dev/null +++ b/tasks/851_our-world-in-data--191.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--191", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the primary energy sources in 2000Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Other renewables, 572 TWh\nModern biofuels, 133 TWh\nSolar, 3 TWh\nWind, 93 TWh\nHydropower, 7,826 TWh\nNuclear, 7,323 TWh\nNatural gas, 23,994 TWh\nOil, 42,983 TWh\nCoal, 27,441 TWh\nTraditional biomass, 12,500 TWh\nTotal, 122,868 TWh" + } + } +} \ No newline at end of file diff --git a/tasks/852_arxiv--381.json b/tasks/852_arxiv--381.json new file mode 100644 index 0000000000000000000000000000000000000000..705839ce57dee75c9768317ddb881c8efce51722 --- /dev/null +++ b/tasks/852_arxiv--381.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--381", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. Define consistency for a defense as 1 \u2212 (std drop / mean drop). Plot a bar graph of the consistency scores of various defencesConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "| Defense | Consistency Index |\n|-----------|-------------------|\n| **Random** | 0.86 |\n| UTAP | 0.83 |\n| REM | 0.81 |\n| EMIN | 0.80 |\n| NTGA | 0.72 |\n| ARMOR | 0.71 |\n| EMAX | 0.70 |\n| CTAP | 0.55 |" + } + } +} \ No newline at end of file diff --git a/tasks/853_cfpb--138.json b/tasks/853_cfpb--138.json new file mode 100644 index 0000000000000000000000000000000000000000..898dbff96d3ce5c82e1867fa23ed0f18818ded11 --- /dev/null +++ b/tasks/853_cfpb--138.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--138", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners report having $20,001 or more in their household checking and savings accounts?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "33%" + } + } +} \ No newline at end of file diff --git a/tasks/854_riaa--828.json b/tasks/854_riaa--828.json new file mode 100644 index 0000000000000000000000000000000000000000..17289028a8ce2bfa01f6ceeecfecf7a518341bf8 --- /dev/null +++ b/tasks/854_riaa--828.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "riaa" + ], + "task_id": "riaa--828", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use in riaa to analyze the trend in growth rate of paid subscriptions in the past 10 yearsConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "841 M to 10.1 B, exponential growth" + } + } +} \ No newline at end of file diff --git a/tasks/855_worldpop--498.json b/tasks/855_worldpop--498.json new file mode 100644 index 0000000000000000000000000000000000000000..6683e0c7257d2b76a224a2110e03fc052c27b023 --- /dev/null +++ b/tasks/855_worldpop--498.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--498", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many school days did Latvia have in January 2012?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0" + } + } +} \ No newline at end of file diff --git a/tasks/856_arxiv--327.json b/tasks/856_arxiv--327.json new file mode 100644 index 0000000000000000000000000000000000000000..6d915589e4fffe6e581da03526cc7be4ff283676 --- /dev/null +++ b/tasks/856_arxiv--327.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--327", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", based on figure 1, what are the 3 categories of stances they separate texts intoConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Against, Neutral, Pro" + } + } +} \ No newline at end of file diff --git a/tasks/857_fred--761.json b/tasks/857_fred--761.json new file mode 100644 index 0000000000000000000000000000000000000000..63c8ff2d17155df5fd3e78671f21a8a5b219af1a --- /dev/null +++ b/tasks/857_fred--761.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--761", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the ratio of quarterly nominal GDP to the quarterly average of M2 money stock for 2024 Q2?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.385" + } + } +} \ No newline at end of file diff --git a/tasks/858_cdc-mental-health--619.json b/tasks/858_cdc-mental-health--619.json new file mode 100644 index 0000000000000000000000000000000000000000..2a4a99db9a90bcaea222a2e3db0fe246fb810e3d --- /dev/null +++ b/tasks/858_cdc-mental-health--619.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--619", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Develop a Python script to cluster adults based on their reported number of mentally unhealthy days using data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data allows for clustering based on the number of mentally unhealthy days reported by adults." + } + } +} \ No newline at end of file diff --git a/tasks/859_uchicago--862.json b/tasks/859_uchicago--862.json new file mode 100644 index 0000000000000000000000000000000000000000..5335f3fb3faba63f1f1f21a57ebc521881f97a6b --- /dev/null +++ b/tasks/859_uchicago--862.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "uchicago" + ], + "task_id": "uchicago--862", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an email based on full time student data advocating for whether graduate programs at Uchicago need more gender based inclusionConsider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not necessarily, pretty even 2748 M, 2663 W" + } + } +} \ No newline at end of file diff --git a/tasks/860_cdc-covid--541.json b/tasks/860_cdc-covid--541.json new file mode 100644 index 0000000000000000000000000000000000000000..e780e2d242bc98872697df79ac5bdc2b49de13b3 --- /dev/null +++ b/tasks/860_cdc-covid--541.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--541", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare COVID-19 death rates increase between the initial outbreak and a year later and purchase some hand sanitizer.Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "From 2020 to 2021, the age-adjusted U.S. death rate increased by 0.7%, from 835.4 to 841.6 per 100,000 standard population. " + } + } +} \ No newline at end of file diff --git a/tasks/861_fred--752.json b/tasks/861_fred--752.json new file mode 100644 index 0000000000000000000000000000000000000000..ee473402ae28e4e741accfc959c7fb9709f4aa7f --- /dev/null +++ b/tasks/861_fred--752.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "fred" + ], + "task_id": "fred--752", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What data will be released on Sunday October 27 at 7:00pm?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Coinbase Cryptocurrencies" + } + } +} \ No newline at end of file diff --git a/tasks/862_arxiv--332.json b/tasks/862_arxiv--332.json new file mode 100644 index 0000000000000000000000000000000000000000..6149db6b7f0e9d648e36fdc44ce271517db02bae --- /dev/null +++ b/tasks/862_arxiv--332.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--332", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", what is the estimated mu bias for unreliable sources that they calculated via bayesian regression of websites? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.58" + } + } +} \ No newline at end of file diff --git a/tasks/863_datausa--639.json b/tasks/863_datausa--639.json new file mode 100644 index 0000000000000000000000000000000000000000..dffc91b7ce130a278e339a23c9ae3e55a08475d6 --- /dev/null +++ b/tasks/863_datausa--639.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--639", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the cities with the most focus on manufacturing-related industries and the jobs associated with them.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "ATLANTA, GA \u2192 Manufacturing \n Jobs \u2192 Police Officers." + } + } +} \ No newline at end of file diff --git a/tasks/864_bea--0.json b/tasks/864_bea--0.json new file mode 100644 index 0000000000000000000000000000000000000000..3999973ba92916a8d49569d93a58e544b8160ce3 --- /dev/null +++ b/tasks/864_bea--0.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--0", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the effect of the U.S. current account deficit on investment trends. based on the charts and summaries provided. Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The expanding U.S. current account deficit is increasing reliance on foreign capital, but foreign direct investment is declining. This trend could lead to higher borrowing costs, slower economic growth, and more financial instability\n\n" + } + } +} \ No newline at end of file diff --git a/tasks/865_datausa--660.json b/tasks/865_datausa--660.json new file mode 100644 index 0000000000000000000000000000000000000000..6ebcd53a4b770ed7324542b5a3190e9d02d31eba --- /dev/null +++ b/tasks/865_datausa--660.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--660", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which products are associated with HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Accounting, Management, Administrative, and Miscellaneous Services." + } + } +} \ No newline at end of file diff --git a/tasks/866_iata--575.json b/tasks/866_iata--575.json new file mode 100644 index 0000000000000000000000000000000000000000..5efb8dc5fa4cfe9c94c0a37bdd1798961191b27a --- /dev/null +++ b/tasks/866_iata--575.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata" + ], + "task_id": "iata--575", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the total revenue passenger kilometers (RPKs) for Middle Eastern carriers in 2018. Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "891.8 billion RPKs" + } + } +} \ No newline at end of file diff --git a/tasks/867_our-world-in-data--169.json b/tasks/867_our-world-in-data--169.json new file mode 100644 index 0000000000000000000000000000000000000000..2f2a8ac316326709c65b0b891dbc2fce3fad6790 --- /dev/null +++ b/tasks/867_our-world-in-data--169.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--169", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "calculate the variance of life expectancy at birth across continents for 2020.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "variance 33.21 years" + } + } +} \ No newline at end of file diff --git a/tasks/868_mit--423.json b/tasks/868_mit--423.json new file mode 100644 index 0000000000000000000000000000000000000000..0f0b7639a043ab240c7df5b4c0aa6e4009172292 --- /dev/null +++ b/tasks/868_mit--423.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--423", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the total number of students who graduated within six years in the Fall 2016 cohort, broken down by whether they received a Federal Pell Grant or not?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2016 Cohort:\nGraduated within 6 Years:\nPell Grant: 165 students\nSubsidized Stafford Loan but not Pell Grant: 76 students\nNo Pell Grant or Subsidized Stafford Loan: 810 students" + } + } +} \ No newline at end of file diff --git a/tasks/869_iata--577.json b/tasks/869_iata--577.json new file mode 100644 index 0000000000000000000000000000000000000000..c61370e13cf8c01b8674413c2bb3a074f66aa7f2 --- /dev/null +++ b/tasks/869_iata--577.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata" + ], + "task_id": "iata--577", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What IATA event is being held in Bogot\u00e1, Colombia on 9 - 10 April 2025?Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\nWings of Change Americas (WOCA)" + } + } +} \ No newline at end of file diff --git a/tasks/870_shopping--252.json b/tasks/870_shopping--252.json new file mode 100644 index 0000000000000000000000000000000000000000..46ed5fdc8cea5b5b363b06f6af6701bb564cd59e --- /dev/null +++ b/tasks/870_shopping--252.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping" + ], + "task_id": "shopping--252", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy a product which satisifies the TSA carry-on liquid limit for travel convenienceConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Any of the following products count:\n1.02 oz, Elizabeth Arden 8 Hour Lip Protectant Stick SPF 15, Berry\n1.08 oz, Glossiva Self Tanner for Face and Body - 32ml (Light/Medium)\n1.60 oz, Heliabrine Solar Defense SPF 30\n1.69 oz, MAKEPREM UV Defense Me Daily Sun Essence SPF 50+ PA++++\n2.00 oz, THRIVE Natural Moisturizing Mineral Face Sunscreen SPF 30\n2.08 oz, Heliabrine Solar Defense SPF 50\n2.37 oz, 3w Clinic Intensive UV Sunblock Cream SPF50 PA+++\n3.00 oz, EXTRASHADE Premium Hydro Boost Sunscreen SPF 30" + } + } +} \ No newline at end of file diff --git a/tasks/871_arxiv--40.json b/tasks/871_arxiv--40.json new file mode 100644 index 0000000000000000000000000000000000000000..eb54879aa922be520606540308435b3e20e95299 --- /dev/null +++ b/tasks/871_arxiv--40.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--40", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a CSV file of paper titles, submission dates, and arXiv IDs from the last 15 papers.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CSV of title, date, ID" + } + } +} \ No newline at end of file diff --git a/tasks/872_apta--738.json b/tasks/872_apta--738.json new file mode 100644 index 0000000000000000000000000000000000000000..80c887f88da767fdc90ce7c3622e0b544e5bf1d5 --- /dev/null +++ b/tasks/872_apta--738.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--738", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much larger was the average commuter rail trip than light rail trip in 2021?Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "20 miles larger" + } + } +} \ No newline at end of file diff --git a/tasks/873_tunebat--845.json b/tasks/873_tunebat--845.json new file mode 100644 index 0000000000000000000000000000000000000000..b65eab3785f945083b96144d643fb78995956aab --- /dev/null +++ b/tasks/873_tunebat--845.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--845", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs that will sound good paired with a Bar Song are more danceable than it, what are theyConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Texas Hold Em - Beyonce, You Proof - Morgan Wallen" + } + } +} \ No newline at end of file diff --git a/tasks/874_shopping--musicbrainz--287.json b/tasks/874_shopping--musicbrainz--287.json new file mode 100644 index 0000000000000000000000000000000000000000..2a345e337673e66b2263fccf2cc47a3c9e2f0c42 --- /dev/null +++ b/tasks/874_shopping--musicbrainz--287.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "shopping--musicbrainz" + ], + "task_id": "shopping--musicbrainz--287", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I have bought every release by Thomas Rhett, the artist behind \"Remember you Young\", as a disography. This includes all singles, EPs, etc. Each release requires a 19 inch x 15 inch space to display properly. Please some quantity of a shelving product such that it is the minumum one can buy while still fitting the full display.Consider using the following website(s): SHOPPING + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Buy enough storage to equal 103 shelves between them, each shelf of size 19x15, Example: 21 of \"Bookshelf with Storage Cabinet for Bedroom, 5-Tier Cube Shelf Gold Bookcase Storage Organizer Rack Display Stand Metal Frame Storage Standing Shelf,Square Tall Bookcase for Home Office\". Ensure each shelf is actually 19x15." + } + } +} \ No newline at end of file diff --git a/tasks/875_cdc-covid--545.json b/tasks/875_cdc-covid--545.json new file mode 100644 index 0000000000000000000000000000000000000000..faed30f28c8994c0c7ebba5eb952517056a49a4d --- /dev/null +++ b/tasks/875_cdc-covid--545.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--545", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create an analysis using the infection rate in 2022 to describe a good way to go outside in nature and physically disatance and buy some outdoor clothes for this activity. Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "In early 2022, the Omicron variant caused a significant surge in COVID-19 cases. By mid-2022, COVID-19 rates had decreased in many areas due to widespread vaccinations and increased immunity from prior infections. Engaging with nature in a way that respects physical distancing is both safe and beneficial. Outdoor spaces, such as parks, hiking trails, beaches, and open fields, offer ample opportunities for enjoyment while maintaining safe distances from others. " + } + } +} \ No newline at end of file diff --git a/tasks/876_our-world-in-data--237.json b/tasks/876_our-world-in-data--237.json new file mode 100644 index 0000000000000000000000000000000000000000..d417895fad7322d1305510c5bc5e1059b043d1ed --- /dev/null +++ b/tasks/876_our-world-in-data--237.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--237", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was South Africa\u2019s literacy rate in 2014? Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "94%" + } + } +} \ No newline at end of file diff --git a/tasks/877_datausa--652.json b/tasks/877_datausa--652.json new file mode 100644 index 0000000000000000000000000000000000000000..d4d4180d6cf6bfb2fbd3666a7b095df0388959c4 --- /dev/null +++ b/tasks/877_datausa--652.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--652", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the top location for HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Popular for Restaurants & Food Services." + } + } +} \ No newline at end of file diff --git a/tasks/878_arxiv--329.json b/tasks/878_arxiv--329.json new file mode 100644 index 0000000000000000000000000000000000000000..dd7e4ad5868058c466055e1bfe2483ccf9e557bf --- /dev/null +++ b/tasks/878_arxiv--329.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "arxiv" + ], + "task_id": "arxiv--329", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", based on the node diagram, what is the most influential website (highest hub centrality) in general?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "thegatewaypundit.com" + } + } +} \ No newline at end of file diff --git a/tasks/879_bea--407.json b/tasks/879_bea--407.json new file mode 100644 index 0000000000000000000000000000000000000000..d6f22f3e2626ad450af86fcf589f415ae0860b83 --- /dev/null +++ b/tasks/879_bea--407.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "bea" + ], + "task_id": "bea--407", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When will the GDP by state and personal income by state for Q4 2024 be released?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "March 28 2025 at 10am EDT" + } + } +} \ No newline at end of file diff --git a/tasks/880_cfpb--139.json b/tasks/880_cfpb--139.json new file mode 100644 index 0000000000000000000000000000000000000000..b99d116fa730991b13e62dc91922c0645cf1271a --- /dev/null +++ b/tasks/880_cfpb--139.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cfpb" + ], + "task_id": "cfpb--139", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners report having volatile income \"a lot\" compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "16% (small business owners), 6% (non-owners)" + } + } +} \ No newline at end of file diff --git a/tasks/881_mit--425.json b/tasks/881_mit--425.json new file mode 100644 index 0000000000000000000000000000000000000000..586eb5ed8d0890c87e705719f870cf55243e3088 --- /dev/null +++ b/tasks/881_mit--425.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--425", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the percentage of enrollment for students whose race/ethnicity is 'unknown.' Investigate whether this figure has increased or decreased over time and provide recommendations on how the university can improve data collection practices. Summarize your findings in a report for the university's data analytics department.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Race and/or Ethnicity Unknown Enrollment (Degree-Seeking): 47\nTotal Enrollment: 118\nPercentage: 2.53%\nReport should suggest improving student self-identification options to reduce 'unknown' race/ethnicity data and ensure more accurate demographic representation." + } + } +} \ No newline at end of file diff --git a/tasks/882_understat--488.json b/tasks/882_understat--488.json new file mode 100644 index 0000000000000000000000000000000000000000..5865e21a92c7c4505320f1a51e05f55ab24a3022 --- /dev/null +++ b/tasks/882_understat--488.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--488", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a line graph detailing number of matches in Bundesliga form 2015 Jan to MayConsider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Jan: 7, Feb: 45, March:29, April: 36, May: 36" + } + } +} \ No newline at end of file diff --git a/tasks/883_understat--95.json b/tasks/883_understat--95.json new file mode 100644 index 0000000000000000000000000000000000000000..df07cb9485ff05a1ad1e9e7ebe00d1fe535c5ac5 --- /dev/null +++ b/tasks/883_understat--95.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--95", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the expected goals for Erling Haaland in the most recent Premier League season.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Single value or sentence reporting Haaland\u2019s xG." + } + } +} \ No newline at end of file diff --git a/tasks/884_cdc-mental-health--615.json b/tasks/884_cdc-mental-health--615.json new file mode 100644 index 0000000000000000000000000000000000000000..65968c6790231e46ace4757885c228df726a19ea --- /dev/null +++ b/tasks/884_cdc-mental-health--615.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--615", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of adults aged 18 and over who reported regular feelings of worry, nervousness, or anxiety in 2023, and post the findings on Reddit.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "12.5% of adults reported regular feelings of worry, nervousness, or anxiety in 2023." + } + } +} \ No newline at end of file diff --git a/tasks/885_cdc-obesity--781.json b/tasks/885_cdc-obesity--781.json new file mode 100644 index 0000000000000000000000000000000000000000..a89d7587597a58ba63ca2b63518357ab53248328 --- /dev/null +++ b/tasks/885_cdc-obesity--781.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--781", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table, use in CDC Obesity to analyze the trend between average obesity and american indain or alaska native adultsConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Us is on average 30 = 40 percent, while american indian and alaska natives are significantly higher with 35 percent or higher in 30 areas with 7 45 -50." + } + } +} \ No newline at end of file diff --git a/tasks/886_tunebat--844.json b/tasks/886_tunebat--844.json new file mode 100644 index 0000000000000000000000000000000000000000..71dd7eb3506dd0df08256c1e0e9ff46efc401c94 --- /dev/null +++ b/tasks/886_tunebat--844.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "tunebat" + ], + "task_id": "tunebat--844", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs in F minor are more than 80 popularConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5" + } + } +} \ No newline at end of file diff --git a/tasks/887_datausa--664.json b/tasks/887_datausa--664.json new file mode 100644 index 0000000000000000000000000000000000000000..a1209f654cc807264889f78f69bb85c1add5c052 --- /dev/null +++ b/tasks/887_datausa--664.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--664", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which university is highlighted in EAST PALO ALTO, CA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "University of California-Berkeley." + } + } +} \ No newline at end of file diff --git a/tasks/888_cdc-covid--539.json b/tasks/888_cdc-covid--539.json new file mode 100644 index 0000000000000000000000000000000000000000..0855ed9df69ddd05da016a318bdc05735a7ad035 --- /dev/null +++ b/tasks/888_cdc-covid--539.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--539", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the median age of COVID-19 hospitalizations in California for October 2022.Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "64 years" + } + } +} \ No newline at end of file diff --git a/tasks/889_mit--429.json b/tasks/889_mit--429.json new file mode 100644 index 0000000000000000000000000000000000000000..b6ee749a10b0c3e8a6d7b9a8f5e7a433c1a4a959 --- /dev/null +++ b/tasks/889_mit--429.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "mit" + ], + "task_id": "mit--429", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "calculate the percentage of students from both the Fall 2016 and Fall 2015 cohorts who graduated in four years or less, and compare the results across different groups.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Graduation in 4 Years or Less (Fall 2016):\nPell Grant: 80%\nNo Pell Grant or Subsidized Stafford Loan: 90%\nSubsidized Stafford Loan but not Pell Grant: 90%\nGraduation in 4 Years or Less (Fall 2015):\nPell Grant: 81%\nNo Pell Grant or Subsidized Stafford Loan: 90%\nSubsidized Stafford Loan but not Pell Grant: 78%\nThere are notable differences in four-year graduation rates based on financial aid status." + } + } +} \ No newline at end of file diff --git a/tasks/890_cdc-covid--548.json b/tasks/890_cdc-covid--548.json new file mode 100644 index 0000000000000000000000000000000000000000..9ed319ccfbafab4748561c5f6b5dddf4dc5b5eac --- /dev/null +++ b/tasks/890_cdc-covid--548.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--548", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are risk factors for severe iIlness due to COVID-19?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "are older, are immunocompromised (have a weakened immune system), have certain disabilities or have underlying health conditions" + } + } +} \ No newline at end of file diff --git a/tasks/891_iata--577.json b/tasks/891_iata--577.json new file mode 100644 index 0000000000000000000000000000000000000000..c61370e13cf8c01b8674413c2bb3a074f66aa7f2 --- /dev/null +++ b/tasks/891_iata--577.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "iata" + ], + "task_id": "iata--577", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What IATA event is being held in Bogot\u00e1, Colombia on 9 - 10 April 2025?Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\nWings of Change Americas (WOCA)" + } + } +} \ No newline at end of file diff --git a/tasks/892_apta--725.json b/tasks/892_apta--725.json new file mode 100644 index 0000000000000000000000000000000000000000..b1ec0a558d1d68ab49fd62554f2aff17866864e3 --- /dev/null +++ b/tasks/892_apta--725.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--725", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the environmental impact of diesel vs. electric buses using data from APTA and the Environmental Protection Agency (EPA).Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } +} \ No newline at end of file diff --git a/tasks/893_apta--735.json b/tasks/893_apta--735.json new file mode 100644 index 0000000000000000000000000000000000000000..df31d703eea889efaa7f25ec489195d3a307a939 --- /dev/null +++ b/tasks/893_apta--735.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "apta" + ], + "task_id": "apta--735", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the publication date of the latest APTA Public Transportation Fact Book.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2023" + } + } +} \ No newline at end of file diff --git a/tasks/894_understat--484.json b/tasks/894_understat--484.json new file mode 100644 index 0000000000000000000000000000000000000000..8bd46ffb2063e3fcd959a67c82d5175e7b80a1bf --- /dev/null +++ b/tasks/894_understat--484.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "understat" + ], + "task_id": "understat--484", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is average goals in matches in 2017 march for Serie A? Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.93" + } + } +} \ No newline at end of file diff --git a/tasks/895_datausa--64.json b/tasks/895_datausa--64.json new file mode 100644 index 0000000000000000000000000000000000000000..d1ccc0ac50226eeb07bb439f2b1de2ae770c76bd --- /dev/null +++ b/tasks/895_datausa--64.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "datausa" + ], + "task_id": "datausa--64", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the top 5 states by renewable energy employment in 2023 and plot their respective job numbers.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar plot of renewable energy jobs by state" + } + } +} \ No newline at end of file diff --git a/tasks/896_worldpop--528.json b/tasks/896_worldpop--528.json new file mode 100644 index 0000000000000000000000000000000000000000..644c169ab529539e0c1e3628c27757e259674c23 --- /dev/null +++ b/tasks/896_worldpop--528.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "worldpop" + ], + "task_id": "worldpop--528", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the total number of domestic passengers for Croatia in 2014?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "465.21" + } + } +} \ No newline at end of file diff --git a/tasks/897_cdc-covid--540.json b/tasks/897_cdc-covid--540.json new file mode 100644 index 0000000000000000000000000000000000000000..c0b0c5c7736cd139339be8d6f9382efe3b900e66 --- /dev/null +++ b/tasks/897_cdc-covid--540.json @@ -0,0 +1,20 @@ +{ + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--540", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of ICU beds occupied by COVID-19 patients in California hospitals for the week of December 25-31, 2022. Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.3% of ICU beds" + } + } +} \ No newline at end of file diff --git a/tasks/index.json b/tasks/index.json new file mode 100644 index 0000000000000000000000000000000000000000..f0755199a4346c35dca62e07e6130d202ca23264 --- /dev/null +++ b/tasks/index.json @@ -0,0 +1,17944 @@ +{ + "tasks": [ + { + "sites": [ + "bea" + ], + "task_id": "bea--392", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "According to the Bureau of Economic Analysis, what is the percentage of total US current-account transactions that can be attributed to the European Union? Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "more than 26 percent" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--45", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract key results (numerical) from abstracts of 10 recent machine learning papers.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Key result numbers from 10 ML abstracts" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--641", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List the top industries in CHICAGO, IL and ATLANTA, GA. Which city has industries more focused on finance?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CHICAGO, IL \u2192 Finance & Insurance \n ATLANTA, GA \u2192 Manufacturing, Finance & Insurance. Both focus on finance." + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--90", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using NOAA temperature datasets, create a scatter plot of annual global average temperature vs CO2 concentrations for 1960\u20132020Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Scatter plot temp vs CO2" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--97", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Retrieve match-level expected goal values for Arsenal\u2019s last 5 home games and calculate the average.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Table of last 5 home games + calculated average xG." + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--106", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How does the income volatility of Black small business owners compare to Hispanic small business owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 2: Income volatility by race and small business owner status shows that Black small business owners report 48% income volatility, while Hispanic small business owners report 41%. Black business owners experience slightly more volatility." + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--788", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is Choklate's legal nameConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Kolesta Moore" + } + } + }, + { + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--152", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which korean artist is behind the most popular rendition of \"Weather and You\" (2023). How many albums has that person released, not including the \"album + live\" category?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Aro, 0" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--245", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "which countries had an average learning-adjusted year of schooling of at least 13 years?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Singapore\t" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--264", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? If these products were stocked on a shelf by volume (smallest to largest), what would the arrangement look like?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\n\n1.02 oz, Elizabeth Arden 8 Hour Lip Protectant Stick SPF 15, Berry\n1.08 oz, Glossiva Self Tanner for Face and Body - 32ml (Light/Medium)\n1.60 oz, Heliabrine Solar Defense SPF 30\n1.69 oz, MAKEPREM UV Defense Me Daily Sun Essence SPF 50+ PA++++\n2.00 oz, THRIVE Natural Moisturizing Mineral Face Sunscreen SPF 30\n2.08 oz, Heliabrine Solar Defense SPF 50\n2.37 oz, 3w Clinic Intensive UV Sunblock Cream SPF50 PA+++\n3.00 oz, EXTRASHADE Premium Hydro Boost Sunscreen SPF 30\n3.20 oz, Unsun Mineral Tinted Face Sunscreen Light/Medium\n3.38 oz, Babe Pediatric Sunscreen Lotion 50+\n3.53 oz, St. Tropez Self Tan Express Starter Kit\n4.20 oz, Lom-style Sun Care After-Sun Hair Mask\n5.07 oz, Piz Buin FP15 TAN & PROTECT LOTION\n12.00 oz, Banana Boat Continuous SPF 8 Spray Dry Oil With Argan Oil\n16.00 oz, Green Leaf Naturals Pure Aloe Vera Gel" + } + } + }, + { + "sites": [ + "shopping--musicbrainz" + ], + "task_id": "shopping--musicbrainz--287", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I have bought every release by Thomas Rhett, the artist behind \"Remember you Young\", as a disography. This includes all singles, EPs, etc. Each release requires a 19 inch x 15 inch space to display properly. Please some quantity of a shelving product such that it is the minumum one can buy while still fitting the full display.Consider using the following website(s): SHOPPING + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Buy enough storage to equal 103 shelves between them, each shelf of size 19x15, Example: 21 of \"Bookshelf with Storage Cabinet for Bedroom, 5-Tier Cube Shelf Gold Bookcase Storage Organizer Rack Display Stand Metal Frame Storage Standing Shelf,Square Tall Bookcase for Home Office\". Ensure each shelf is actually 19x15." + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--843", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs in F major are less than 50 popularConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2" + } + } + }, + { + "sites": [ + "tunebat--musicbrainz" + ], + "task_id": "tunebat--musicbrainz--295", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For the album that song \"I like me better\" by lauv is in, which song in the albumn had a minimum duration?Consider using the following website(s): TUNEBAT + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Shouldn't Be a Good in Goodbye" + } + } + }, + { + "sites": [ + "tunebat--musicbrainz--richard-powers" + ], + "task_id": "tunebat--musicbrainz--richard-powers--299", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the following songs, one of them is a cross step waltz: Farhan Akhtar, Echo by Jason Walker, and \u4e8c\u5341\u4e94\u5713\u821e\u66f2 by kiri T. For said song, what was the average duration of songs on the albumn it was released on?Consider using the following website(s): TUNEBAT + MUSICBRAINZ + RICHARD POWERS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.82\u00a0minutes" + } + } + }, + { + "sites": [ + "tunebat--richard-powers" + ], + "task_id": "tunebat--richard-powers--300", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the BPM of Propuesta Indecente by Romeo Santos? What kind of latin dance is it best suited for as per richard power's website?Consider using the following website(s): TUNEBAT + RICHARD POWERS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bachata " + } + } + }, + { + "sites": [ + "tunetbat--musicbrainz" + ], + "task_id": "tunetbat--musicbrainz--304", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the following songs, one of them is in 4/4 time Senorita by Farhan Akhtar, Echo by Jason Walker, and Singularity by BTS. For the song in 4/4 time, what was the average duration of songs on the albumn it was released on?Consider using the following website(s): TUNETBAT + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.05\u00a0minutes" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--305", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract the most difficult positions to fill in the march 2022 report on public transit ridership ranks and organize it into an excel spreadsheet. Also create a relevant data representation for it (i.e. a graph) in the spreadsheetConsider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Most Difficult Positions to Fill\u2014Ranking\nPosition Type Average Rank\nBus Operations 1.3\nBus Maintenance 2.1\nSupervisory/Mid\u2010Management 3.4\nRail Operations* 4.1\nRail Maintenance* 4.1\nEngineering\u2014Mid\u2010 to Senior\u2010Level 4.5\nEngineering\u2014Entry Level 5.5" + } + } + }, + { + "sites": [ + "arkiv" + ], + "task_id": "arkiv--311", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Tell me the 10 main domains of MMDocIRConsider using the following website(s): ARKIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Academic paper\n\nFinancial report\n\nResearch report\n\nNews\n\nLaws\n\nGuidebook\n\nGovernment\n\nTut & Workshop\n\nBrochure\n\nAdmin & Industry" + } + } + }, + { + "sites": [ + "climate-gov" + ], + "task_id": "climate-gov--409", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "how many inches has sea level risen since 1880?Consider using the following website(s): CLIMATE GOV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "8-9 inches" + } + } + }, + { + "sites": [ + "climate-gov--arxiv" + ], + "task_id": "climate-gov--arxiv--413", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "There is an article on the air quality and community health research subcommittee launching. a new website. It is published on a certain date. Get our desired integer by doing MM + DD + YY, multiply that by 4 to get the desired index. Look on ArxiV for the paper that is at that index, and tell me how many authors that paper hasConsider using the following website(s): CLIMATE GOV + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4" + } + } + }, + { + "sites": [ + "climate-gov--cdc-mental-health" + ], + "task_id": "climate-gov--cdc-mental-health--415", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "If you or someone you know is struggling or in a mental health crisis, help is available. Based the number I should call or text, divide it by 8 and round up to nearest integer. Now tell me the article title in climate.gov All news and features that is numbered at that number. Consider using the following website(s): CLIMATE GOV + CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Impacts animal feeding operations on air quality in northeastern Colorado" + } + } + }, + { + "sites": [ + "iata" + ], + "task_id": "iata--571", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average passenger load factor for European carriers in Q3 2019.Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "88.50%" + } + } + }, + { + "sites": [ + "iata--understat" + ], + "task_id": "iata--understat--417", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Look for the chart titled 'aviation is innovation: A peek into future aircraft concepts'. Given the number of individual aircraft concepts identified in the article which we call 'x', tell me the month in 2017 where there were x-4 matches in the EPLConsider using the following website(s): IATA + UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "november" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--442", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How does the total number of students graduating within six years compare between the Fall 2015 and Fall 2016 cohorts, and what might explain any differences in these figures?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2015 Cohort (Graduated within 6 Years): 1,064 students\nFall 2016 Cohort (Graduated within 6 Years): 1,051 students\nThe small decrease of 13 students could be due to changes in cohort composition or external factors impacting graduation rates." + } + } + }, + { + "sites": [ + "mit--our-world-in-data" + ], + "task_id": "mit--our-world-in-data--444", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the total enrollment numbers by racial/ethnic category for undergraduates (both degree- and non-degree-seeking) as of October 19, 2022. Cross-reference these numbers with national demographic trends and discuss the potential impact on the university's diversity initiatives. Write a report for the university's strategic planning committee on these trends and recommendations.Consider using the following website(s): MIT + OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Total Enrollment (Degree and Non-Degree, Total = 4,657):\nNonresident aliens: 530\nHispanic: 687\nBlack or African American, non-Hispanic: 362\nWhite, non-Hispanic: 1,024\nAmerican Indian or Alaska Native, non-Hispanic: 8\nAsian, non-Hispanic: 1,581\nNative Hawaiian or other Pacific Islander, non-Hispanic: 2\nTwo or more races, non-Hispanic: 345\nRace and/or ethnicity unknown: 118\nReport should reflect that Hispanic and Asian populations are high compared to national trends but there may be room to diversify further with other racial/ethnic groups." + } + } + }, + { + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--452", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Divide the total number of upvotes on the most upvoted post on Reddit /f/relationship_advice by 3 and round to the nearest integer to get the desired index. Look on ArxiV and tell me the first author of the paper that is at that indexConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Yi-ping Chen" + } + } + }, + { + "sites": [ + "st-louis-fed" + ], + "task_id": "st-louis-fed--456", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "is the unemployment rate worse in Pennsylvania or California in June 2016? What is the difference in unemployment rate?Consider using the following website(s): ST LOUIS FED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Pennylvania / Around the same, 0.1 points" + } + } + }, + { + "sites": [ + "st-louis-fed-reddit" + ], + "task_id": "st-louis-fed-reddit--458", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post Complaining about the Average sale prices for houses in the United States, and describe the general trends over the past 5 years. In particular, cite the data you get from St Louis Fed's website, and including the FRED graph in your postConsider using the following website(s): St Louis Fed, Reddit, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "short statement describing the quarter to quarter percentage change " + } + } + }, + { + "sites": [ + "st-lous-fed" + ], + "task_id": "st-lous-fed--459", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Have things become more expensive over the last decade? Write from the perspective of a homemaker who especially cares about common food like eggs Write a comprehensive report on this. include relevant statistics in your report, and cite appropriate data from the Federal Reserve. Make sure to include appropriate citations and graphsConsider using the following website(s): ST LOUS FED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Include information about the price of eggs" + } + } + }, + { + "sites": [ + "stocknear" + ], + "task_id": "stocknear--466", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Build a linear regression model to predict the PE ratio using other valuation metrics (e.g., PB, PS, P/FCF, P/OCF). Report the linear regression as a formula. Which variables are most predictive?Consider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "PE = 3.12 - 0.306*PB + 8.48*PS - 2.65*(P/FCF) + 2.08*(P/OCF)\n\nPS Ratio has the largest coefficient magnitude and is significant at the 5\u202f% level (p\u202f\u2248\u202f0.03)." + } + } + }, + { + "sites": [ + "uchicago" + ], + "task_id": "uchicago--861", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report based on full time student data advocating for whether undergraduate programs at MIT could benefit from more DEI initiativesConsider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Should support DEI, very little black, hispanic, native, pacific islander representation, referencing these stats : https://drive.google.com/file/d/1XhJYudsEu0xQg_sEFmWCKThWnIlbRpC3/view?usp=sharing" + } + } + }, + { + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--478", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "If I am a student applying to MIT and Uchicago, do I need to submit SAT or ACT scores to these schools?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Required for MIT, not required but considered if submitted for Uchicago" + } + } + }, + { + "sites": [ + "understat--arxiv" + ], + "task_id": "understat--arxiv--489", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Multiply the number of matches in 2024 Apr in La liga by 3, tell me the main affiliation of the author of artificial intelligence paper in ArXiv corresponding to that index (based on his email)Consider using the following website(s): UNDERSTAT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "northeastern" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--491", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "AS of 10 May 2024, what is the percentage of people vaccinated per 100 population in Ireland?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "81.90%" + } + } + }, + { + "sites": [ + "world-pop" + ], + "task_id": "world-pop--495", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many holidays did Tajikistan have in last 4 months of 2010?Consider using the following website(s): WORLD POP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--526", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the mean number of domestic passengers for Romania in 2017?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "114.11775" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--547", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many days after exposure to covid do symptoms appear?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2-14 days" + } + } + }, + { + "sites": [ + "cdc-cvoid" + ], + "task_id": "cdc-cvoid--554", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are risk factors for children and teens with covid 19?Consider using the following website(s): CDC CVOID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Medical complexity, Genetic, neurologic, or metabolic conditions, Congenital heart disease" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--617", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Develop a Python script to classify adults based on the severity of their anxiety symptoms using data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates varying levels of anxiety symptoms among adults, categorized as mild, moderate, or severe." + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--783", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an analysis based on which 5 states have the least obeistyConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Vermont -28.8, New York - 28, Hawaii - 26.1, District of Columbia - 23.5, Colorado- 24.9" + } + } + }, + { + "sites": [ + "cdc-obestity" + ], + "task_id": "cdc-obestity--569", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many states have an adult obesity prevalence at or above 35%Consider using the following website(s): CDC OBESTITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "23.00%" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--597", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the top 5 institutions by total NIH funding in the current fiscal year and create a pie chart of their funding distribution.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Cancer Institute (NCI): $7,839\nAllergy/Infectious Diseases (NIAID): $6,581\nNational Institute on Aging (NIA): $4,425\nHeart, Lung, and Blood Institute (NHLBI): $3,997\nOffice of Director (OD): $3,013" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--681", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What year did we surpass 5 Billion people?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1987" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--763", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the source of data for M2/M1 supply amounts?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "International Monetary Fund" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--817", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percent of total revenue is CD revenue between 1995 and 2000 compared to 2000 and 2005, post on reddit the opinion of a digital media company on this statConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1995 - 76.1 %\n + 15.8%\n2000 - 92.3%\n - 6.7%\n2005 - 85.6%\nThe company should be happy as less CD's indicate a transition to digital media" + } + } + }, + { + "sites": [ + "trading-economics" + ], + "task_id": "trading-economics--832", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a email based on which cryptocurrency I should buy based on its most recent growthConsider using the following website(s): TRADING ECONOMICS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bitcoin, it has had the most growth recently" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--839", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Give the statistical breakdown of songs in CConsider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "BPM: Mean = 119.73, Standard Deviation = 28.47\nPopularity: Mean = 65.37, Standard Deviation = 17.17\nEnergy: Mean = 68.58, Standard Deviation = 14.82\nDanceability: Mean = 66.09, Standard Deviation = 11.15\nHappiness: Mean = 48.53, Standard Deviation = 22.03" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--117", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the key insights about income volatility across different racial groups using only visual representations. Identify which group experiences the largest and smallest income volatility differences due to business ownership.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 2: Income volatility by race and small business owner status shows that White business owners experience the highest income volatility (64%), followed by Black business owners (48%), and Hispanic business owners (41%). The largest difference in volatility between business owners and non-owners occurs among White individuals (41 percentage points), while the smallest occurs among Hispanic individuals (2 percentage points)." + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--823", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What year had the highest sale volume, what was its biggest contributor to sales and what was that contributor's contribution to revenueConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2008, Download Single - 9.9%" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--365", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst articles numbered 501 -550 on the artificial intelligence section of arxiV, how many articles are cross-listed from q-bio.NC?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--115", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more likely are small business owners to report income varying \"somewhat\" compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "20%" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--802", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Download the graphs for 1984 for recorded music revenue and email them to {email}Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Download then email" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--326", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the only paper accepted at AAMAS, tell me the main acronym they used to describe their main method. Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "DNA-MARL" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--838", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the danceability of songs in F minor and C minor, write a post about your favorite key using this informationConsider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": " C minor F minor\nCount 67 42\nMedian 74 66.5\nMean 72.71641791 66.64285714\nStd Dev 13.47478675 12.85722996\nShould be positive dowards C minor as it is much more danceable and popular" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--109", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much higher is the likelihood of small business owners experiencing more than 3 NSF fees compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.8 percentage points" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--131", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of Hispanic small business owners report income volatility? How much higher is this compared to Hispanic non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "According to Figure 2: Income volatility by race and small business owner status, 41% of Hispanic small business owners report income volatility, which is 2 percentage points higher than the 39% reported by Hispanic non-owners. This represents a relative increase of about 5%." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--195", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the year when global undernourishment rates dropped below 10%. without using the database viewConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2008" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--175", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the percentage increase in global life expectancy at birth from 1950 to 2020, and calculate the variance of life expectancy at birth across continents for 2020.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "percent increase: 55.01%\nVariance: 33.21 years" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--754", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the 10-year treasury constant maturity rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.21%" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--716", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which region experienced the smallest decline in tourist arrivals between 2019 and 2020, and by what percentage?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Middle East (~-63%)" + } + } + }, + { + "sites": [ + "shopping--musicbrainz" + ], + "task_id": "shopping--musicbrainz--284", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I have bought every release by John Mayer, the artist behind \"Slow Dancing in a Burning Room\", as a disography. This includes all singles, EPs, etc. Each release requires a 19 inch x 15 inch space to display properly. Please some quantity of a shelving product such that it is the minumum one can buy while still fitting the full display.Consider using the following website(s): SHOPPING + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Buy enough storage to equal 176 shelves between them, each shelf of size 19x15, Example: 36 of \"Bookshelf with Storage Cabinet for Bedroom, 5-Tier Cube Shelf Gold Bookcase Storage Organizer Rack Display Stand Metal Frame Storage Standing Shelf,Square Tall Bookcase for Home Office\". Ensure each shelf is actually 19x15." + } + } + }, + { + "sites": [ + "uchicago" + ], + "task_id": "uchicago--469", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a box and whiskers graph for ACT English scores at MIT Consider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "25, 50 and 75th percentiles are 34, 35 and 36 respectively" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--343", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the mathematics of dynamic pricing in railway systems in an educational manner in a reddit post by referencing an article in ArXiVConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--70", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the distribution of STEM degrees awarded by gender in the US for 2022.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Distribution summary of STEM degrees by gender" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--259", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the sunscreen product with the largest volume to price ratioConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Green Leaf Naturals Pure Aloe Vera Gel" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--590", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create an email from the team performing this clinical trial: Therapy Adapted for High Risk and Low Risk HIV-Associated Anal Cancer to a team in the HIV/AIDS clinical trial units with the most overlap, and ask about their current findings and methods. Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Curcumin for the Treatment of Precancerous Anal Lesions in Patients with HIV\nLead OrganizationEmory University Hospital/Winship Cancer Institute\n\nPrincipal InvestigatorLisa C. Flowers" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--743", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the primary factors contributing to changes in public transit ridership trends according to APTA\u2019s research.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Research indicates that factors such as the COVID-19 pandemic significantly impacted ridership trends, with a notable decline in 2020 followed by gradual recovery in subsequent years. Increases in auto and fuel costs have also influenced public transit usage." + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--501", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many workdays did Thailand have in 5/5/19 - 8/25/19?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "72" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--134", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners have a separate line of credit or credit card for their business?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "40.60%" + } + } + }, + { + "sites": [ + "uchicago" + ], + "task_id": "uchicago--470", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a box and whiskers graph for ACT Math scores at Uchicago Consider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Lowest is 18-23 range. 25 percentile to 100 percentile is 30-36 range" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--647", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the most common degree in EAST PALO ALTO, CA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Electrical Engineering." + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--78", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare drought severity in California from 2000 to 2020 across NOAA sources and write an impact analysis.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Impact analysis report on California drought" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--344", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "There is one article on Wildfire Monitoring in the Artificial Intelligence section of ArXiv, tell me twhere it was publishedConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "the proceedings of the 11th International Conference on Automation, Robotics, and Applications (ICARA 2025)" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--728", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the main topics covered in APTA\u2019s latest research report.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "APTA\u2019s research reports cover topics such as safety, economic impact, and the benefits of public transit." + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--261", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. How does the volume distribution compare between different product categories?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Sun burn relief: Highest average (10.10 oz) with wide range (4.20 oz to 16.00 oz)\nSunscreen: Moderate average (3.64 oz) with widest range (1.60 oz to 12.00 oz)\nTanner: Lower average (2.31 oz) with moderate range (1.08 oz to 3.53 oz)\nLipstick: Lowest average (1.02 oz) with no range (only one product)\n\n" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--405", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percent change at annual rate in real GDP from 2024:Q2 to 2024:Q3 for New Mexico?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.6" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--14", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a graph showing GDP growth rates for the past year (4 quarters).Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "X (Quarter)\tY (GDP Growth Rate %):\n(Q3 2023, 2.5), (Q4 2023, 2.0), (Q1 2024, 1.6), (Q2 2024, 3.0)" + } + } + }, + { + "sites": [ + "uchicago" + ], + "task_id": "uchicago--471", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a graph of the monthly trend for domestic airline passengers for poland in 2010. Briefly describe the graph, including when the monthly airline passengers peaksConsider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Peaks in july" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--378", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am interested in applying some methods to protect unlearnable data against augmentation methods. I would like to use EMAX. Tell me what the average drop in test accuracy is if I use EMAX. Consider the scenario of models trained on data protected by Armor and baseline defensive noises in the non-data-augmentation scenarioConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "70.40%" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--67", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find and compare the top 3 industries by employment in Florida and New York then create a chart to compare the two Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Comparison chart top 3 industries" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--272", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product?What is the percentage of products fall below the 2025 TSA carry-on liquid limit?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "53%" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--226", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the correlation between the share of GDP per capita spent by the government on each primary school student and literacy rates across countries between 2015 and 2020?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.3378" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--127", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percentage point difference in experiencing volatile income between small business owners and non-owners? Compare the unadjusted and adjusted values.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "From Figure 1: Differences in income volatility and related measures between small business owners and non-owners, the unadjusted difference is about 25 percentage points, while the income- and age-adjusted difference is around 20 percentage points, indicating that part of the difference is explained by income and age." + } + } + }, + { + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--448", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Look for the post with 77 comments on /f/wallstreetbets on Reddit, multiply the frames in the meme by 46. Look on ArxiV for the paper that is at that index, and tell me the conclusion for what they can validate based on the only figure in the paperConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "They validate that training on more formally diverse data leads to better performance across different settings. We do this by showing moderate to strong positive correlations between accuracy and data diversity in HO MAML models and weaker but significant correlations in FO MAML, PT models. HO MAML stands for Higher-Order Model Agnostic Meta-Learning, FO stands for First-Order Model Agnostic Meta-Learning, and PT for Pre-training." + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--787", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an report based on selection crieteria for applicants on what a student should prioritizeConsider using the following website(s): MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Character should be first, other important qualities are extracurriculars interview, talent, rigor, GPA, test scores, essays, recommendations, less important are 1st gen, location, race, volunteering, work, rank, the rest are not considered" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--809", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "what are 2 benefits of RIAA membershipConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2 of :\nDiscounted rates on Gold & Platinum Program certifications: the charge for individual certifications is $350 for RIAA member companies, while non-members are charged $450 per certification, which must be pre-paid.\nInclusion in RIAA\u2019s listing of member companies.\nHaving RIAA as a voice in Federal and State government advocating for music creators.\nBroad enforcement programs to protect our members\u2019 rights." + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--101", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the income volatility among White, Black, and Hispanic individuals based on business ownership status. Calculate the percentage point gap between business owners and non-owners for each group.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 2: Income volatility by race and small business owner status shows that White business owners report 64% volatility vs. 23% for non-owners (41 percentage point gap). Black business owners report 48% vs. 35% for non-owners (13 percentage point gap). Hispanic business owners report 41% vs. 39% for non-owners (2 percentage point gap). The largest gap is among White individuals." + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--733", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Evaluate the impact of recent technological advancements on public transit efficiency using data from APTA and industry case studies.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } + }, + { + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--446", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post summarizing Evan et al.'s paper on ADAGEConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "This is what ADAGE's abstract is: \"Agent-based models (ABMs) are valuable for modelling complex, potentially out-of-equilibria scenarios. However, ABMs have long suffered from the Lucas critique, stating that agent behaviour should adapt to environmental changes. Furthermore, the environment itself often adapts to these behavioural changes, creating a complex bi-level adaptation problem. Recent progress integrating multi-agent reinforcement learning into ABMs introduces adaptive agent behaviour, beginning to address the first part of this critique, however, the approaches are still relatively ad hoc, lacking a general formulation, and furthermore, do not tackle the second aspect of simultaneously adapting environmental level characteristics in addition to the agent behaviours. In this work, we develop a generic two-layer framework for ADaptive AGEnt based modelling (ADAGE) for addressing these problems. This framework formalises the bi-level problem as a Stackelberg game with conditional behavioural policies, providing a consolidated framework for adaptive agent-based modelling based on solving a coupled set of non-linear equations. We demonstrate how this generic approach encapsulates several common (previously viewed as distinct) ABM tasks, such as policy design, calibration, scenario generation, and robust behavioural learning under one unified framework. We provide example simulations on multiple complex economic and financial environments, showing the strength of the novel framework under these canonical settings, addressing long-standing critiques of traditional ABMs.\" The summary should be based on this" + } + } + }, + { + "sites": [ + "shopping--musicbrainz" + ], + "task_id": "shopping--musicbrainz--286", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I have bought every release by Khloe Rose, the artist behind \"Fictional\", as a disography. This includes all singles, EPs, etc. Each release requires a 19 inch x 15 inch space to display properly. Please some quantity of a shelving product such that it is the minumum one can buy while still fitting the full display.Consider using the following website(s): SHOPPING + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Buy enough storage to equal 2 shelves between them, each shelf of size 24x24, Example: 1 of \"24 inch x 24 inch Wall Mount Chrome Epoxy Wire Shelf. Storage shelf. Garage storage shelves. Food storage shelf. Storage rack. Kitchen shelves. Bakers racks\".Ensure each shelf is actually 24x24.." + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--141", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Releases on music brain can have one of the following statuses: official, promotion, bootleg, pseudo-release, withdrawn, cancelled, and expunged. What percenage is expunged, not including songs which have no status set Consider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.003%" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--668", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "As of January 1, 2023, how many total COVID-19 deaths had been reported worldwide (rounded to the nearest hundred thousand)?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~6.67 million" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--401", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Use the BEA Data API to write code to value added by industry, by choosing an appropriate type of graph. Make sure you follow the instructions in the user guide. Write but do not run the codeConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "# -----------------------------------------------------------\n# 5. Value added by industry \u2013 stacked area chart\n# -----------------------------------------------------------\nimport requests, pandas as pd, matplotlib.pyplot as plt\n\nUSER_ID = \"YOUR-36-CHARACTER-KEY\"\n\nparams = {\n \"UserID\": USER_ID,\n \"method\": \"GetData\",\n \"DataSetName\": \"GDPbyIndustry\",\n \"TableID\": \"1\", # Table 1 = Value added by industry (current $) :contentReference[oaicite:8]{index=8}​:contentReference[oaicite:9]{index=9}\n \"Industry\": \"ALL\",\n \"Frequency\": \"A\",\n \"Year\": \"ALL\",\n \"ResultFormat\": \"JSON\"\n}\njson_data = requests.get(\"https://apps.bea.gov/api/data\", params=params, timeout=30).json()\ndf = pd.DataFrame(json_data[\"BEAAPI\"][\"Results\"][\"Data\"])\ndf[\"DataValue\"] = df[\"DataValue\"].str.replace(\",\", \"\").astype(float)\n\n# Shape for stacked area: rows=Year, cols=Industry\npivot = df.pivot(index=\"TimePeriod\", columns=\"Industry\", values=\"DataValue\").sort_index()\npivot = pivot.divide(1e3) # billions of $\n\npivot.plot.area(figsize=(14, 8), linewidth=0)\nplt.title(\"U.S. Gross Value Added by Industry (billions of dollars)\")\nplt.xlabel(\"Year\"); plt.ylabel(\"Billions of $\")\nplt.tight_layout()\n# plt.show()\n" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--87", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the trends in sea level rise using NOAA datasets from two different coastal regions. Draft a summary report.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary report on sea level trends" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--601", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What does NIAID stand for?Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "National Institute of Allergy and Infectious Diseases (NIAID)" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--36", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the summary of the latest report on Personal Income and Outlays.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "In August 2024, personal income increased by $50.5 billion (+0.2%), while disposable personal income (DPI)\u2014income after taxes\u2014rose by $34.2 billion (+0.2%). Personal outlays, which include consumer spending, interest payments, and transfer payments, grew by $48.3 billion (+0.2%), with consumer spending alone rising by $47.2 billion (+0.2%). The personal saving rate stood at 4.8%, with total personal savings reaching $1.05 trillion. The data reflects a steady increase in income and spending, though the growth rate was slightly lower than July 2024, which saw a +0.3% rise in income." + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--830", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post predicting the transition to paid subscriptions using the transition to CD'sConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Something akin to Title: The CD Revolution and the Future of Paid Subscriptions\u2014History Repeats Itself\n\nRemember when CDs took over the music industry? In the late '80s and early '90s, CDs quickly replaced cassettes and vinyl, not just because of sound quality but because the industry pushed them as the new standard. Labels phased out older formats, retailers stocked more CDs, and before we knew it, physical media was redefined.\n\nFast forward to today: streaming is king, but ad-supported and free tiers are fading. Just like CDs made us pay for music in a new way, the push toward paid subscriptions is following the same script. With declining ad revenues and increasing licensing costs, streaming services are nudging (or forcing) users toward monthly payments.\n\nVinyl had a small comeback, but it never replaced digital. Free music access may stick around, but don\u2019t be surprised when paid subscriptions become the dominant\u2014and possibly the only\u2014way to access music legally.\n\nWhat do you think? Are we witnessing history repeat itself? " + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--217", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Standard deviation of weekly hours spent on schooling between 1900 - 2005 in the 14-17 age groupConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--162", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Between 2010 and 2020, among countries with GDP per capita greater than $10,000, what is the correlation between the share of GDP per capita spent by the government on each primary school student and literacy rates? How does this compare to countries with GDP per capita below $10,000?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Higher GDP/capita: 0.462\nLower GDP/capita: 0.184" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--726", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a visualization comparing the operational costs of different public transit modes using APTA\u2019s financial data.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "-" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--670", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare total global COVID-19 cases on Jan 1, 2023 vs. Jan 31, 2023. By roughly how many million did the total increase during that period?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "- Jan 1, 2023: ~657M
- Jan 31, 2023: ~675M
- Increase: ~18M" + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--148", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What share of recordings have an ISRC assignedConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "12.60%" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--107", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How does the income volatility of Black small business owners compare to Hispanic small business owners? Calculate the percentage difference.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 2: Income volatility by race and small business owner status shows that Black business owners report 48% volatility, while Hispanic business owners report 41%. The absolute difference is 7 percentage points, meaning Black business owners experience about 17% higher volatility compared to Hispanic business owners." + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--806", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more money was made via streaming than physically as a percent of money made physically 2022's year end report rounded to the hundreths placeConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "766.36%" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--100", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare income volatility among White, Black, and Hispanic individuals based on business ownership status.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 2: Income volatility by race and small business owner status indicates that white business owners have significantly higher income volatility (64%) compared to white non-owners (23%). Black and Hispanic business owners show similar levels of income volatility to their non-owner counterparts, with differences being smaller than for white individuals." + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--537", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the 7-day moving average of COVID-19 cases in California for December 2022. Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5,892 cases per day " + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--15", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a pie chart showing the contribution of different components to GDP growth.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Consumer Spending (55%), Business Investment (20%), Inventory Investment (10%), Government Spending (10%), Net Exports (5%): " + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--291", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take a look at the top 10 tracks on tunebat what is the median popularityConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "88" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--7", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare GDP growth rates between the last three quarters.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The GDP growth rate increased from Q1 2024 to Q2 2024, rising from +1.6% to +3.0%, reflecting stronger economic performance. In comparison, Q4 2023 had a moderate growth rate (~+2.5%), which was higher than Q1 2024 but lower than Q2 2024. The recent Q2 2024 growth is the highest of the three quarters, mainly driven by increased consumer spending, inventory investment, and business investment." + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--717", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which region saw the largest recovery in tourist arrivals between 2020 and 2021? Provide the percentage increase and total arrivals in both years.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Africa: ~70% increase \n 2020: ~20M \n 2021: ~34M" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--189", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the country with the 8th highest obesity rate among adults in 2016. Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Kribati " + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--190", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the primary energy sources in 1950 Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Other renewables, 0 TWh\nModern biofuels, 0 TWh\nSolar, 0 TWh\nWind, 0 TWh\nHydropower, 925 TWh\nNuclear, 0 TWh\nNatural gas, 2,092 TWh\nOil, 5,444 TWh\nCoal, 12,603 TWh\nTraditional biomass, 7,500 TWh\nTotal, 28,564 TWh" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--777", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report based on obesity in the 50 states for wihch areas of the US have the most obesityConsider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "In 2023, all U.S. states and territories had an obesity prevalence higher than 20% (more than 1 in 5 adults). Overall, the Midwest (36.0%) and South (34.7%) had the highest prevalence of obesity, followed the West (29.1%) and the Northeast (28.6%).\n\nDC and Colorado had an obesity prevalence between 20% and less than 25%.\nSeven states had an obesity prevalence between 25% and less than 30%.\n17 states and the U.S. Virgin Islands had an obesity prevalence between 30% and less than 35%.\n20 states, Guam, and Puerto Rico had an obesity prevalence between 35% and less than 40%.\nThree states (Arkansas, Mississippi, and West Virginia) had an obesity prevalence of 40% or greater." + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--126", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percentage difference in income volatility between small business owners and non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "30.1 percentage points" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--736", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the total number of U.S. public transit agencies listed in APTA\u2019s directory.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "158" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--618", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Develop a Python script to classify adults based on the severity of their anxiety symptoms using data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates varying levels of anxiety symptoms among adults, categorized as mild, moderate, or severe." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--234", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the standard deviation in energy efficiency with respect to GDP per capita among middle income countries with GDP per capita > 10,000-30,000. What is the avergae per capita energy use in these countries? Look at data from 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$0.35 per kWh" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--506", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a graph of the monthly trend for domestic airline passengers for Switzerland in 2016. Briefly describe the graph, including when the monthly airline passengers peaksConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Peaks during july" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--580", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the amount allocated for the National Institute on Drug Abuse program, and argue the importance in this investment and trend. Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "No less than $365.295 million,\nan increase of $10 million. \nImportant trend increasing the amount to help in initiatives against pioids, stimulants, and pain\nmanagement drug abuse" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--35", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Visualize the contribution of imports and exports to GDP growth.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "A bar graph showing contirbutions of exports or imports " + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--341", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Many methods for video reasoning segmentation rely heavily on a single special token to represent the object in the keyframe or the entire video, and thus insufficiently captures inter-frame motion and spatial complexity. If I want to do video reasoning segmentation, tell me a method that does not face this problem. Please name both the acronym and the full name for the method. Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "use High-Quality Video Reasoning Segmentation (VRS-HQ)" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--372", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "how many articles are there in the AI category on arXiVConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "562" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--672", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "find the 2024 population of Indonesia and Pakistan. Then calculate the numerical difference between their populations.Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "32,218,767" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--38", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare citation patterns in references of the 5 latest papers and visualize shared citations.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Chart of shared citations among 5 papers" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--720", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the relationship between public transit availability and employment rates in urban areas using data from APTA and the Bureau of Labor Statistics.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--34", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the trend of foreign direct investment over the last decade.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Declining trend since peak in mid-2010s" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--679", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using the Daily New Cases data for every day in January 2023 (from January 1 to January 31), calculate:\n\nThe average daily new cases for that entire month.\nThe standard deviation of daily new cases.\nProvide both results, rounded to the nearest thousand.Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average (Mean) Daily New Cases: ~ 600,000\nStandard Deviation: ~ 250,000\n(Exact calculations depend on whether you include partial or delayed reports, and any data revisions that might have occurred. These are rough aggregated estimates.)" + } + } + }, + { + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--479", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot box and whiskers graph to compare the demographic distribution of SAT scores at MIT and UChicagoConsider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "For MIT, 25 50 and 75th percentile scores are 1520,1550,1570 respectively. For Uchicago it is Score Range SAT Composite\n1400-1600 99.07%\n1200-1399 0.93%" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--704", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of global tourism revenue in 2019 was generated by Europe?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~750B of ~1.7T (44%)" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--393", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For healthcare insurance, what is the most challenging type of insurer to bill?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fee-for-service Medicaid" + } + } + }, + { + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--151", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which korean artist is behind the most popular rendition of \"Weather and You\" (2023). For that artist, how many releases have they done per EP on average, not including live ones?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Aro, 11" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--270", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? What's the median volume of all products, regardless of category? That is, the median of all products in \"Sunscreen and tanning products priced $20.00-$29.99\"Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3 oz" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--548", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are risk factors for severe iIlness due to COVID-19?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "are older, are immunocompromised (have a weakened immune system), have certain disabilities or have underlying health conditions" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--588", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a diagram showing the projects and funding for institutes with more than 15 projects. Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Administering Institute/Center\tProjects\n\tTotal Funding\tSub Projects\tSub Project Funding\nNIGMS\t33 Projects\t$21,390,716\t\t\nNCI\t28 Projects\t$18,226,398\t\t\nNIAID\t26 Projects\t$11,621,224\t\t\nNIAAA\t22 Projects\t$7,902,328\t\t\nNINDS\t18 Projects\t$13,665,748" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--499", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many workdays did Aruba have in 2010?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "253" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--335", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper studying personality modeling for AI agent misinformation persuasion, was agent 4 or 5 more persuasive when we compare them head to head? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Agent 4" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--769", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What survey does the unemployment rate data come from?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Current Population Survey (Household survey)'" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--383", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. Plot a graph of the average drop % for each defence and include error barsConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "| Defense | Avg Drop (%) | Std Drop (%) |\n|---------|--------------|--------------|\n| Random | 2.51 | 2.71 |\n| EMAX | 18.79 | 5.73 |\n| UTAP | 19.70 | 6.78 |\n| CTAP | 30.44 | 13.70 |\n| NTGA | 13.51 | 13.69 |\n| EMIN | 45.94 | 9.09 |\n| REM | 45.28 | 8.66 |\n| ARMOR | 62.19 | 18.08 |" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--348", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "what is the color diversity of the MM-StyleBench dataset?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "57% limited, 43% diverse" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--202", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Is there an optimal amount of spending on healthcare to maximize life expectancy, ensuring that outliers are removed? Write a policy brief to a think tank based on this insight. Append a seperate 3-4 sentence section detailing your mathmatical steps. This is a very important task, make sure to be as rigrous as possible, using all the mathmatical tools available to you.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "POLICY BRIEF\nHealthcare Spending Optimization for Life Expectancy\nPrepared for: Global Health Policy Institute\nDate: January 29, 2025\nEXECUTIVE SUMMARY\nOur analysis of global healthcare spending and life expectancy data reveals an optimal healthcare spending target of approximately 10% of GDP to maximize population life expectancy. This finding is based on comprehensive analysis of 185 countries' data, with statistical controls for outliers.\nKEY FINDINGS\n\nOptimal Spending Level\n\n\nThe optimal healthcare spending level is identified at 9.96% of GDP\nThis represents a \"sweet spot\" where additional healthcare spending begins to show diminishing returns\nCountries near this optimal spending level (e.g., United Kingdom at 9.96%, Netherlands at 10.14%) demonstrate some of the world's highest life expectancies\n\n\nEvidence Base\n\n\nAnalysis covers 185 countries after removing statistical outliers\nQuadratic regression model demonstrates clear diminishing returns beyond the optimal point\nCountries at the optimal spending level achieve life expectancies of 80-83 years\n\n\nCase Studies\nNotable examples of countries near optimal spending:\n\n\nUnited Kingdom (9.96%): 81.4 years\nNetherlands (10.14%): 82.1 years\nDenmark (10.15%): 81.4 years\nAustralia (10.22%): 83.2 years\n\nPOLICY IMPLICATIONS\n\nFor High-Spending Countries (>11% GDP):\n\n\nFocus on efficiency improvements rather than increased spending\nEvaluate and eliminate wasteful healthcare expenditures\nRedirect excess spending to other social determinants of health\n\n\nFor Low-Spending Countries (<8% GDP):\n\n\nGradually increase healthcare spending towards the 10% target\nPrioritize high-impact interventions during the scaling process\nDevelop healthcare infrastructure with long-term sustainability in mind\n\n\nFor Countries Near Optimal Spending:\n\n\nMaintain current spending levels while focusing on efficiency\nShare best practices with other nations\nFine-tune healthcare delivery systems\n\nRECOMMENDATIONS\n\nSpending Targets:\n\n\nSet national healthcare spending targets of 10% GDP \u00b1 1%\nImplement gradual adjustment plans for countries significantly above or below this range\nDevelop efficiency metrics to ensure optimal use of resources\n\n\nImplementation Strategy:\n\n\nFor countries below target: Increase spending by 0.5% GDP annually until target is reached\nFor countries above target: Reduce spending by 0.3% GDP annually through efficiency gains\nMaintain spending within target range once achieved\n\n\nMonitoring and Evaluation:\n\n\nEstablish annual review processes to track progress\nDevelop country-specific adjustment plans\nShare best practices among countries near optimal spending levels\n\nLIMITATIONS AND CONSIDERATIONS\n\nThe relationship between spending and life expectancy is complex and influenced by many factors\nCountry-specific circumstances may require deviation from the optimal target\nImplementation should be gradual and carefully monitored\nLocal healthcare system efficiency varies significantly\n\nCONCLUSION\nThe empirical evidence suggests that healthcare spending of approximately 10% of GDP represents an optimal target for maximizing population life expectancy. This finding provides a valuable benchmark for policy makers, while acknowledging that country-specific factors may necessitate some variation around this target.\n\n\nMATHMATICAL STEPS\nI loaded the 2019 data for both datasets and merged them, then removed outliers using the Interquartile Range (IQR) method, where points outside 1.5 \u00d7 IQR were excluded. 2. I fitted a quadratic regression (y = ax\u00b2 + bx + c) to the cleaned data, obtaining coefficients a = -0.171, b = 3.405, c = 59.053. 3. I found the optimal spending point by using the vertex formula x = -b/(2a) = -3.405/(2 \u00d7 -0.171) \u2248 9.96%, which represents the GDP percentage where the parabola reaches its maximum. 4. Finally, I identified countries near this optimal point to provide real-world examples.\n\n" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--377", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am interested in applying some methods to protect unlearnable data against augmentation methods. I would like to use ARMOR. Which retains the highest accuracy (is the least protected)? Consider the scenario of models trained on data protected by Armor and baseline defensive noises in the non-data-augmentation scenarioConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "ResNet-50 on CIFAR-10" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--28", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify total foreign direct investment in 2023.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$148.8 billion" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--388", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. What is the skewness of NTGA's drop distribution?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.24" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--168", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the global average, median, and mode of renewable energy consumption as a percentage of total energy consumption for the year 2019.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average (Mean): 14.64% of primary energy consumption came from renewables globally\nMedian: 11.31%, indicating that half of the countries had renewable energy shares above this value\nMode: 8.36% (though this appeared only twice in the dataset, suggesting a fairly diverse distribution of values)" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--76", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze NOAA drought monitor data and propose mitigation strategies for two states with increasing drought trends.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mitigation strategy proposal" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--673", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "From the historical data on the World Population page, gather the world\u2019s population figures from 2015 through 2020. Use a regression (e.g., linear regression in Python) to predict the 2025 world population. Provide the predicted population rounded to the nearest million.Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Historical data (approx.)\n2015: 7.28 billion\n2016: 7.34 billion\n2017: 7.40 billion\n2018: 7.46 billion\n2019: 7.52 billion\n2020: 7.58 billion\nPrediction for 2025: ~8.03 billion (via a simple linear trend)" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--49", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the most common keyword in abstracts of the 20 most recent papers and visualize its frequency.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Keyword frequency chart" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--800", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Between which 2 consecutive years was the largest change in revenueConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1993 - 1994" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--799", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use the data in ourworldindata to analyze the trend The World in Per Capita CO2 emissions over time over the last 20 yearsConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Up 4.3t to 4.7t" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--431", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the number of degree-seeking undergraduate students in the 'Nonresident aliens' and 'Hispanic' categories. Analyze the changes in these populations over the past five years, considering factors like international student policies or demographic shifts. Create a brief for the international student office on how these trends might influence future enrollment strategies.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Degree-Seeking Students:\nNonresident aliens: 124\nHispanic: 163\nBrief could suggest a focus on increasing the number of nonresident aliens while sustaining growth in Hispanic students by addressing shifts in immigration policies." + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--656", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which industries are significant in HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Restaurants & Food Services." + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--865", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use UN Tourism to analyze the trend in International tourist arrivals in the Middle East compared to Africa from 2021Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Middle East 22.92 ->140.98\nAfrica: 21.62 -> 109.87" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--683", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the population densities of Bangladesh and the Netherlands in 2020. Which country had a higher density?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bangladesh \u2192 ~1,265 people/km\u00b2 \n Netherlands \u2192 ~521 people/km\u00b2. Bangladesh had a higher density." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--235", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the standard deviation in energy efficiency with respect to GDP per capita among middle income countries with GDP per capita > 10,000-30,000. What is the avergae per capita energy use in these countries.? Look at data from 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$0.41 per kWh" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--1", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the impact of consumer spending on GDP growth in Q2 2024.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Consumer spending was a major driver of GDP growth in Q2 2024, contributing significantly to the overall 3.0% increase in economic output. The rise in consumer expenditures on goods and services played a big role in economic growth, alongside business investment and inventory accumulation." + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--263", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "No" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--552", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What types of covid tests exist?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Antigen Tests, Nucleic Acid Amplification Tests (NAATs)" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--206", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List all countries with a median age below 25 in 2021. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Qatar (99%)" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--734", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the number of light rail systems in the U.S. as reported by APTA.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "97 as of 2021" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--770", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the amount of Private Nonresidential fixed investment in Q2 2024?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4018.471 (billions of dollars)" + } + } + }, + { + "sites": [ + "iata" + ], + "task_id": "iata--572", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the industry-wide passenger yield (revenue per passenger kilometer) for 2018. Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": " 17.3 US cents per RPK" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--61", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze trends in internet access across rural vs urban areas in the US and create a comparison report.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Internet access rural vs urban comparison report" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--420", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot an appropriate graph to show the financial aid statistics of MITConsider using the following website(s): MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\tFull-time, First-time, First-year\tFull-time Undergrad\n(Incl. Fresh)\tLess Than Full-time Undergrad\na) Number of degree-seeking undergraduate students (CDS Item B1 if reporting on Fall 2023 cohort)\t1,094\t4,571\t100\nb) Number of students in line a who applied for need-based financial aid\t866\t2,970\t61\nc) Number of students in line b who were determined to have financial need\t658\t2,586\t56\nd) Number of students in line c who were awarded any financial aid\t658\t2,585\t56\ne) Number of students in line d who were awarded any need-based scholarship or grant aid\t655\t2,558\t55\nf) Number of students in line d who were awarded any need-based self-help aid\t373\t1,619\t26\ng) Number of students in line d who were awarded any non-need-based scholarship or grant aid\t13\t29\t1\nh) Number of students in line d whose need was fully met (exclude PLUS loans, unsubsidized loans, and private alternative loans)\t658\t2,585\t56\ni) On average, the percentage of need that was met of students who were awarded any need-based aid. Exclude any aid that was awarded in excess of need as well as any resources that were awarded to replace EFC (PLUS loans, unsubsidized loans, and private alternative loans)\t100%\t100%\t100%\nj) The average financial aid package of those in line d. Exclude any resources that were awarded to replace EFC (PLUS loans, unsubsidized loans, and private alternative loans)\t$64,857\t$65,048\t$61,838\nk) Average need-based scholarship or grant award of those in line e\t$63,099\t$63,606\t$60,843\nl) Average need-based self-help award (excluding PLUS loans, unsubsidized loans, and private alternative loans) of those in line f\t$2,749\t$3,109\t$2,885\nm) Average need-based loan (excluding PLUS loans, unsubsidized loans, and private alternative loans) of those in line f who were awarded a need-based loan\t$2,243\t$2,341\tNA" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--16", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a table comparing inflation rates for the last six months.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Month\t Annual Inflation Rate (%)\nJuly 2024\t 2.6\nAugust 2024\t 2.6\nSeptember 2024. 2.7\nOctober 2024\t 2.7\nNovember 2024\t 2.7\nDecember 2024\t 2.9" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--367", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst the first 50 articles released on Thursday 16 January in the artificial intelligence section of arxiV, how many articles are tagged with the Networking and Internet Architecture tag?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--247", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country is the third most energy efficient with respect to their GDP per capita in the year 2022? What is their gdp per kWhConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Switzerland: $2.18 GDP per kWh with GDP per capita of $72,278" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--163", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate basic statistics (mean, median) for GDP per capita using data from the most recent decade (2010\u20132020).Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mean: $11,489\nMedian: $11,272\nData points: 52 observations" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--216", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the countries, which was the second financially the most sound based on return on assets in 2019: Hong Kong, Luxembourg, Montenegro, SingaporeConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Montenegro " + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--248", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country saw the largest increase in life expectancy between 1950-2023. By how much did life expectancy increase?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "South Korea's life expectancy increased by 62.1 years" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--176", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "During the 1990s what was the correlation between GDP per capita spent by the government on each primary school student and higher GDP per capita Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.284" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--120", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the difference in likelihood between small business owners and non-owners owning a home?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "12.3 percentage points" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--731", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the total number of public transit passenger trips in the U.S. last year using APTA\u2019s data.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "7.1 billion" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--751", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much private investment was there in information processing equipment and software in Q2 2024?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1,185.780 (billions of dollars)" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--771", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the consumer price index for all urban consumers: all items in september 2024?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "314.86" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--437", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and analyze data from MIT common dataset to rank the percentage of Bachelor\u2019s degrees awarded in Psychology, Social Sciences, and Public Administration over the past five years, including variations by gender and demographics. Identify key socioeconomic or policy changes that may have influenced these trends. Based on this analysis, compose an email to a policymaker discussing potential workforce implications and policy recommendations to address emerging employment gaps.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Psychology and Social Sciences maintain strong enrollment due to growing awareness of mental health and social issues. Public Administration enrollment is comparatively lower, which could contribute to future workforce shortages. Socioeconomic factors, government policies, and cultural shifts influence these trends. Recommendations include increasing public funding for social service careers and expanding policy initiatives to attract students to public administration." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--369", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a paper on wildfire monitoring with AI, and tell me how long it takes to point the camera towards the fire source for their fastest model?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.82 seconds" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--622", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without using the table view, analyze the trend in the percentage of adults receiving mental health treatment from 2019 to 2021.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data shows an increase in the percentage of adults receiving mental health treatment over the specified period." + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--496", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For the country with the most international airline passengers in September 2017, tell me which country it is and how manyholidays it had in that same period of timeConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "great britain, 0" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--262", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. If sunscreen makes up a majority of the volume for all \"Sunscreen and Tanning Products priced 20.00-29.99\", buy the most expensive sunscreen. Otherwise, buy the cheapest oneConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Banana Boat Continuous Spf#08 Spray Dry Oil With Argan Oil 6 Ounce (177ml) (2 Pack)" + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--559", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the obesity rate disparity between highest and lowest income quintiles in California for 2018.Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "8.70%" + } + } + }, + { + "sites": [ + "iata" + ], + "task_id": "iata--578", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is inside the Dangerous Goods Regulations (DGR)?Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\n Applicability - (shipper and operator responsibilities, training, security, incident reporting)\n\n Limitations - (forbidden and hidden goods, storage and transport quantities, transport by post, transport by passengers/crew)\n\n Classification - (explosives, gases, flammable, toxic, oxidizing, radioactive and corrosive and multiple hazard material)\n\n Packing Instructions - (explosives, gases, flammable, toxic, infectious, oxidizing, radioactive and corrosive and multiple hazard material)\n Packaging Specifications - (inner, UN, construction and testing, limited quantity)\n Documentation - (shipper\u2019s declaration, air waybill)\n Handling - (storage, loading, inspection, information provision, reporting, training, document retention)\n Radioactive material - (transport, limitations, classification, identification, packing, testing, labelling, documentation, handling)" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--171", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the rates of obesity between the United States and Japan in 2010. Calculate the percentage difference in Japan relative to the U.S. rate.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2010\n\nUS: 33.4%\nJapan: 3.5%\nDifference relative to US: 89.5%\n\n2011\n\nUS: 34.0%\nJapan: 3.6%\nDifference relative to US: 89.4%\n\n2012\n\nUS: 34.7%\nJapan: 3.8%\nDifference relative to US: 89.0%\n\n2013\n\nUS: 35.4%\nJapan: 3.9%\nDifference relative to US: 89.0%\n\n2014\n\nUS: 36.0%\nJapan: 4.1%\nDifference relative to US: 88.6%\n\n2015\n\nUS: 36.7%\nJapan: 4.2%\nDifference relative to US: 88.6%\n\n2016\n\nUS: 37.3%\nJapan: 4.4%\nDifference relative to US: 88.2%\n\nThe percentage difference relative to the US rate gradually decreased from 89.5% in 2010 to 88.2% in 2016, showing a slight convergence, though the absolute gap actually widened from 29.9 percentage points to 32.9 percentage points over this period." + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--667", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "As of January 1, 2023, how many total COVID-19 cases had been reported worldwide (rounded to the nearest million)?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~657 million" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--527", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the median number of domestic passengers for Denmark in 2011?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2190.64" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--430", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the graduation rates between the 2015 and 2016 cohorts for students who did not receive a Pell Grant or a subsidized Stafford Loan. How did the six-year graduation rate change?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2015 Cohort (No Pell or Subsidized Loan): 97%\nFall 2016 Cohort (No Pell or Subsidized Loan): 96%\nGraduation rate decreased slightly by 1% from 2015 to 2016 for students in this category." + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--779", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the list of obesity data, use CDC obesity to analyze the trend asian and overall obesityConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Asian obesity is largely less than 20 percent expect nevada, alaska, and north dakota with 20 - 25, overall ameria on has dc and co as 20 -25 with everything else on average 30 - 40 percent" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--438", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and analyze data from MIT common dataset to rank the percentage of Bachelor\u2019s degrees awarded in Engineering, Computer and Information Sciences, and Mathematics and Statistics in the past five years. Compare trends and discuss possible reasons for changes in enrollment. Based on this analysis, compose an email to a university admissions director recommending strategies to increase enrollment in underrepresented STEM fields and justify your approach.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Engineering (31%) and Computer & Information Sciences (28%) continue to see steady enrollment growth, while Mathematics & Statistics (10%) lags behind. Growth in applied technology fields is driven by industry demand, while pure math faces declining interest. Strategies to increase enrollment include emphasizing interdisciplinary applications, industry partnerships, and early STEM engagement programs." + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--781", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table, use in CDC Obesity to analyze the trend between average obesity and american indain or alaska native adultsConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Us is on average 30 = 40 percent, while american indian and alaska natives are significantly higher with 35 percent or higher in 30 areas with 7 45 -50." + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--625", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report analyzing the prevalence of moderate or severe symptoms of depression among adults aged 18 and over in 2019, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Approximately 7% of adults experienced moderate or severe symptoms of depression in the past two weeks in 2019." + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--722", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Assess the impact of public transportation on local economies by analyzing data from APTA and regional economic reports.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--222", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What country was the 2023 leader in life expectacy Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Monaco" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--638", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the products associated with CHICAGO, IL and HOUSTON, TX. Which city\u2019s products are more related to community services?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CHICAGO, IL \u2192 Clothing, Footwear, and Personal Accessories \n HOUSTON, TX \u2192 Accounting and Management Services. HOUSTON\u2019s products relate more to community services." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--177", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "During the 2010s what was the correlation between GDP per capita spent by the government on each primary school student and higher GDP per capita Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.345" + } + } + }, + { + "sites": [ + "stocknear" + ], + "task_id": "stocknear--460", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Report the trend in ROE for apple. Has Apple become more efficient at converting sharholder profits? Explain why or why not.Consider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Yes. ROE rose from 0.36 in FY2017 to 1.65 in FY2024. That\u2019s a 4.6x increase, indicating Apple has dramatically improved profitability relative to equity. This may be driven by, Share repurchases shrinking equity base\nHigh-margin service revenue and Operational efficiency gains. However, ROE must be viewed with debt levels (Debt/Equity also rose), implying some of the ROE boost may be due to financial leverage rather than operational performance." + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--408", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the effects of a rising trade deficit on different sectors of the U.S. economy.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "A rising trade deficit has mixed effects across different sectors.\nManufacturing and low-skill jobs are at the highest risk.\nFinancial markets, consumer goods, and services may benefit in the short run.\nLong-term risks include foreign debt dependency and inflation concerns." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--368", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Describe figure 6 in Liang Yu's article on coding productivity,Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure.6 is a regression line illustrating the relationship between user satisfaction and working experience. The regression trend indicates that the higher the user\u2019s ability to validate AI-generated code, the lower the perceived satisfaction" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--433", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Examine the differences in the six-year graduation rate between the 2015 and 2016 cohorts for students who did not receive a Pell Grant or a subsidized Stafford Loan. What conclusions can be drawn?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2015 Cohort (No Pell or Subsidized Loan): 97%\nFall 2016 Cohort (No Pell or Subsidized Loan): 96%\nGraduation rates for this group are almost the same, with a slight decrease of 1% between the two cohorts. This suggests consistency in outcomes for students without financial aid." + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--395", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much did current dollar personal income increase in Q3 2024?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "191.7B" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--693", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze regional tourism arrivals for 2010, 2015, and 2020. Fit an exponential growth model for Africa and predict its arrivals for 2030. Compare this prediction with a linear growth model.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Example: \n Linear: ~100M \n Exponential: ~115M \n Difference: ~15M" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--859", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 5 most popular songs in both F and C majorConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "squabble up - kendrick lamar\nApocalypse - cigarettes after sex\nDo I wanna Know - Arctic Monkeys\nThe Scientist - Coldplay\nHeather - Conan Grey" + } + } + }, + { + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--451", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Divide the total number of submission on /f/worldnews on Reddit by 7 and round up to the nearest integer to get the desired index. Look on ArxiV and tell me the last author of the paper that is at that indexConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Zhanyu Ma" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--10", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the GDP growth rate for Q1 and Q2 2024 and explain the factors contributing to the change.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The shift from +1.6% in Q1 2024 to +3.0% in Q2 2024 was mainly driven by stronger consumer spending, increased business investments, and federal government expenditures. Imports remained a negative factor, but overall economic activity saw significant improvement in Q2." + } + } + }, + { + "sites": [ + "stocknear" + ], + "task_id": "stocknear--462", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the rolling 3-year average of Apple\u2019s Net Profit Margin from 2018 to 2024, and in which year was the deviation from this rolling average the greatest?Consider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "| Year | Net Profit Margin | 3\u2011Yr Rolling Avg | Deviation |\n| ---- | ----------------- | ---------------- | ----------- |\n| 2018 | 22\u202f% | 21.33\u202f% | 0.67\u202fpp |\n| 2019 | 21\u202f% | 21.33\u202f% | 0.33\u202fpp |\n| 2020 | 21\u202f% | 21.33\u202f% | 0.33\u202fpp |\n| 2021 | 26\u202f% | 22.67\u202f% | **3.33\u202fpp** |\n| 2022 | 25\u202f% | 24.00\u202f% | 1.00\u202fpp |\n| 2023 | 25\u202f% | 25.33\u202f% | 0.33\u202fpp |\n| 2024 | 24\u202f% | 24.67\u202f% | 0.67\u202fpp |\n\nGreatest deviation was in 2021" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--351", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When assessing hallucination using the Books, Movies and GCI dataset following Yehuda et al., how much does the hallucination detection score increase when we apply attentive compared to non-attentive queries for AGSER on average when using Qwen?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.205" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--404", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percent change at annual rate in real GDP from 2024:Q2 to 2024:Q3 for California?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.1" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--98", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the expected goals against trend for Manchester United over the past 5 matches.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Line chart or text trend summary of xGA over last 5 games." + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--31", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Retrieve and plot the latest trade data for goods and services.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Plot showing exports and imports over recent months " + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--811", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the average price per unit volume for vinyl singles in 1976 as a percent of the average price per unit of vinyl singles in 2002Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "65.85%" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--707", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the difference in tourism revenue between Europe and Asia in 2019?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~750B USD \n Asia: ~460B USD \n Difference: ~290B USD" + } + } + }, + { + "sites": [ + "iata" + ], + "task_id": "iata--573", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the year-over-year growth rate in international air freight demand between 2017 and 2018.Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.4% increase" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--747", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What programs and initiatives does APTA provide to promote safety within the public transportataion industry?Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "APTA Safety Management Audit Programs, Peer Review Panels, Safety Standards, Safety Committees" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--515", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose a random day in May 2017, what is the probability that it will be a workday in British Virgin Islands?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.742" + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--142", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose that artists are one of the following types: person, group, orchestra, choir, character, and other. Of the albums that have one of the artist types set, which type has 0,7% of the total releases?Consider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Character" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--373", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many, what model of GPUs and for how many iterations were used to train VRS-HQ model?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "four A800 GPUs for 7500 iterations" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--306", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a line graph for the estimated unlinked transit passenger trips for Los Angeles, San Francisco, Washington, Miami, Atlanta, Honolulu, Chicago, and Jersey City for the period from Jul 2024 to Sep 2024Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Line or bar graph" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--709", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the global tourism revenue in 2019 (rounded to the nearest billion USD)?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~1.7 trillion USD" + } + } + }, + { + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--477", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many more full-time, first-year men enrolled in Uchicago compared to MIT for students who applied and enrolled in Fall 2023?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "334" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--376", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am interested in applying some methods to protect unlearnable data against augmentation methods. I would like to use ARMOR. Which dataset experiences the largest drop in test accuracy and by how much? Consider the scenario of models trained on data protected by Armor and baseline defensive noises in the non-data-augmentation scenarioConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "VGG-FACE, with an average drop of 92.55%" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--440", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and analyze data from the enrollment by racial/ethnic category for undergraduate students as of October 19, 2022. Rank the categories by the percentage of total undergraduates in each racial/ethnic group. Based on this analysis, write a memo to the admissions department highlighting which racial/ethnic group shows the highest and lowest representation and suggest potential strategies for improving diversity.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Percentage of Total Enrollment (Total = 4,657):\nNonresident aliens: 11.38%\nHispanic: 14.75%\nBlack or African American, non-Hispanic: 7.77%\nWhite, non-Hispanic: 22.01%\nAmerican Indian or Alaska Native, non-Hispanic: 0.17%\nAsian, non-Hispanic: 33.96%\nNative Hawaiian or other Pacific Islander, non-Hispanic: 0.04%\nTwo or more races, non-Hispanic: 7.41%\nRace and/or ethnicity unknown: 2.53%\nMemo should recommend supporting racial groups with low representation (American Indian or Alaska Native, non-Hispanic)." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--356", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which author wrote an article studying the effect of AI on improving the productivity of software engineers?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Liang Yu" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--663", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which university is highlighted in CHICAGO, IL?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Cornell University." + } + } + }, + { + "sites": [ + "climate-gov--arxiv" + ], + "task_id": "climate-gov--arxiv--414", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "There is an article on the unusal fire risk across the Northeast in fall of 2024. It is published on a certain date. Get our desired integer by doing MM + DD + YY, multiply that by 8 to get the desired index. Look on ArxiV for the paper that is at that index, and tell me name of the ArXiv paper at that indexConsider using the following website(s): CLIMATE GOV + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Breaking Memory Limits: Gradient Wavelet Transform Enhances LLMs Training\n" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--135", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners have income between $20,001 and $50,000?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "23.20%" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--211", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the countries which reported, how many had GDP per capita below $10,000 in 2010?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "159 countries had a GDP per capita less than or equal to $10,000" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--316", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Vaska on reducing the sensitivity of neural physics simulators to mesh topology, plot the results from the performance of models table into a bar graphConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "This is the data that should be put in bar graph format\"Model Details Metrics\nMesh Pretraining Training Simple Complex Variation\nEncoder Style Data MSE MSE MSE\nDirect None Ideal 66.43 67.8 2.716\nGraph None Ideal 66.9 66.8 1.2\nToken None Ideal 90.5 90.5 5.8\nDirect None Basic 159.3 192.5 *\nGraph None Basic 61.2 175.4 216.6\nToken None Basic 75.4 200.4 321.3\"\nDirect Classification Shapenet 217.2 217.2 *\nGraph Classification Shapenet 180.3 233.9 289.7\nToken Classification Shapenet 75.61 215.2 178.2\nGraph Autoencoder Shapenet 58.2 164.1 125.6\nToken Autoencoder Shapenet 65.3 176.3 143.1" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--24", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the fastest-growing sector in the economy over the past year.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Consumer spending was the fastest-growing sector in the U.S. economy over the past year" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--500", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many workdays did Germany have in 2014?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "251" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--544", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a bar chart showing the percentage distribution of COVID-19 variants in California for November 2022.Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "BQ.1.1: 34.1%\nBQ.1: 30.7%\nBA.5: 13.8%\nOther: 21.4%" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--803", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How is context important to the advisory status of a songConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "some words, phrases, sounds, or descriptions might be offensive to parents if spotlighted or emphasized, but might not offend if merely part of the background or a minimal part of the lyrics;" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--74", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using occupational wage data, find the fastest growing high wage occupations from 2010 to 2023 and plot them.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Plot of fastest-growing high-wage occupations" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--703", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using tourism revenue data from 2015\u20132020, fit a linear regression model to predict global tourism revenue in 2025. Provide the forecasted value (nearest billion USD).Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Example forecast: ~$1.1 trillion USD in 2025" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--648", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the most common degree in HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Engineering." + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--837", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Build a graph comparing the happiness of the 5 most popular songs in F major vs F minor vs C majorConsider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "https://www.desmos.com/calculator/qf06mhtl8t" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--353", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When assessing hallucination using the Books, Movies and GCI dataset following Yehuda et al., when we used INSIDE with Qwen2.5-14b, what is the zero-shot hallucination detection score for Books?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.703" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--281", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. What's the volume range (difference between largest and smallest) for sunscreen products?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The range is 10.40 oz (difference between the largest sunscreen at 12.00 oz and the smallest at 1.60 oz)." + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--525", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the mean number of domestic passengers for China in 2014?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "29195.83333" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--522", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is outbound tourism spending for Hong Kong in 2023?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "22.8 Billion USD" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--319", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Hansen et al's paper on Graph Counterfactual Explainable AI, tell me the averaage standard deviation of all the GED values in table 1Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "17.06" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--114", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more likely are small business owners to report a drop in income compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "20.6 percentage points" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--685", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the urban populations of the United States and China in 2020. Which country had a larger urban population?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "United States \u2192 ~272 million \n China \u2192 ~880 million. China had a larger urban population." + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--510", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose 3 random days in 8/16/19 to 9/7/19 in Bulgaria, what is the probability that at least one will be a holiday?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.12485" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--613", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of adults aged 18 and over who experienced moderate or severe symptoms of anxiety in the past two weeks in 2019, and post the findings on Reddit.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Approximately 6% of adults experienced moderate or severe symptoms of anxiety in the past two weeks in 2019." + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--775", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Why do some series on FRED have a copyright notice?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "They are owned by third " + } + } + }, + { + "sites": [ + "tunebat--richard-powers" + ], + "task_id": "tunebat--richard-powers--303", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What time time signature is \u4e8c\u5341\u4e94\u5713\u821e\u66f2 by kiri T in? What is the BPMs? What kind of waltz is it best suited for as per richard power's website?Consider using the following website(s): TUNEBAT + RICHARD POWERS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3/4, 150 bpm. Rotary Waltz" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--92", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Build a table comparing the top 3 overperforming and underperforming teams in Ligue 1 based on Expected Goals minus actual goals.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "6-row table of teams with xG, actual goals, difference." + } + } + }, + { + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--157", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is the artist behind the most popular rendition of \"Slow Dancing in a Burning Room\". For that artist, how many releases have they done per album on average, not including live ones?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "John Mayer, 7.06" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--749", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How long has FRED been providing economic data?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1991" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--400", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Use the BEA Data API to write code to retrieve investment activities of multinational enterprises. Make sure you follow the instructions in the user guide. Write but do not run the codeConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "# -----------------------------------------------------------\n# 4. Retrieve investment activity of Multinational Enterprises\n# -----------------------------------------------------------\nimport requests, pandas as pd\n\nUSER_ID = \"YOUR-36-CHARACTER-KEY\"\n\n# Example: outward direct-investment position (SeriesID 30) by country, 2015-2023\nparams = {\n \"UserID\": USER_ID,\n \"method\": \"GetData\",\n \"DataSetName\": \"MNE\",\n \"DirectionOfInvestment\": \"Outward\",\n \"Classification\": \"Country\",\n \"SeriesID\": \"30\", # investment position\n \"Country\": \"ALL\",\n \"Year\": \"2015-2023\", # or \"ALL\"\n \"ResultFormat\": \"JSON\"\n}\ndata = requests.get(\"https://apps.bea.gov/api/data\", params=params, timeout=30).json()\ninvest_df = pd.DataFrame(data[\"BEAAPI\"][\"Results\"][\"Data\"])\n# invest_df ready for further analysis or export (CSV/DB) :contentReference[oaicite:6]{index=6}​:contentReference[oaicite:7]{index=7}\n" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--512", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose 3 random days in Q1 2015 in Portugal, what is the probability that at least one will be a holiday?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.033" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--292", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take a look at the top 10 tracks on tunebat what is the variance of bpmConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "834.01" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--756", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the consumer price index for goods in the standard CPI that change price infrequently?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.01087" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--436", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and analyze data from MIT common dataset to rank the percentage of Bachelor\u2019s degrees awarded in Engineering, Health Professions, and Business/Marketing over the past five years. Compare these figures with projected job growth in these sectors. Based on this analysis, compose an email to a career counselor recommending the best fields for students seeking high employability and justify your reasoning.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Engineering (31%) remains a strong choice due to consistent industry demand. Health Professions continue to rise due to aging populations and healthcare advancements. Business/Marketing degrees maintain stable enrollment, offering diverse career opportunities. Projected job growth in these sectors justifies their recommendation for students prioritizing employability. Cross-disciplinary education can further enhance job readiness." + } + } + }, + { + "sites": [ + "st-louis-fed" + ], + "task_id": "st-louis-fed--453", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "is the unemployment rate worse amongst White or Hispanic/Latino people in July 2012? What is the difference in unemployment rate?Consider using the following website(s): ST LOUIS FED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "hispanic or latino, 2.9 points" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--219", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "True or false: global extreme poverty rates have decreased every year since 1998-2017Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "TRUE" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--674", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Looking at January 2023, what\u2019s the approximate average Daily New Cases and Daily New Deaths over the entire month? Summarize any note about anomalies or reporting delays mentioned on the site.Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "- Average Cases: ~600K/day
- Average Deaths: ~3K/day
- Possible Note: Site may mention holiday backlogs or weekend reporting delays" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--125", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percentage difference between small business owners and non-owners for saving for retirement?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "17.3 percentage points" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--847", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How more beats will the 8th least danceable of the songs mixable with Birds of A Feather will than the 8th most danceable in 60 hours(rounding down)Consider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "172880" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--82", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract and visualize the top 10 years with the most billion-dollar climate disasters in the USConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar chart of top 10 costly disaster years" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--59", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the change in bachelor's degree attainment rates for women vs men in the US from 2010 to 2020 then summarize findings.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary of degree attainment trends" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--635", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the most common degrees in CHICAGO, IL and EAST PALO ALTO, CA. Which city offers a more technical degree?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CHICAGO, IL \u2192 Registered Nursing \n EAST PALO ALTO, CA \u2192 Electrical Engineering. EAST PALO ALTO, CA offers a more technical degree." + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--530", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country had the most monthly airline passengers in February 2010? Countries in EuropeConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Great Britain" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--854", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 2 most recent songs that will sound good mixed with beaches by beabadoobee including other recommendations, when were they releasedConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Matt Maltese \u2013 \"The Earth Is a Very Small Dot\"\nReleased on February 5, 2024. \nBeabadoobee \u2013 \"Glue Song\"\nReleased on February 14, 2023. \n" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--358", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a fully runnable LLM hallucination detector program that uses the AGSER approachConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "-" + } + } + }, + { + "sites": [ + "st-louis-fed" + ], + "task_id": "st-louis-fed--457", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "is the unemployment rate worse when comparing Men or Women in January 1971? What is the difference in unemployment rate?Consider using the following website(s): ST LOUIS FED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "women, 1.4 points" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--256", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the more voluminous product between Piz Buin FP15 TAN & PROTECT LOTION and MAKEPREM UV Defense Me Sunscreen for more product?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Piz Buin" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--860", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 5 most popular songs that will sound good mixed with Train Wreck by James ArthurConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Die With A Smile - Lady Gaga Bruno Mars, Dusk Till Dawn (feat. Sia) - Radio Edit - ZAYN, Sia, This Town - Niall Horan, We Don't Talk Anymore (feat. Selena Gomez) - Charlie Puth, Selena Gomez, idfc - blackbear" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--253", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy at least 4 products such that the sum of their volumes between 11.79 oz and 12 ozConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Tanner (3.53 oz), Sunscreen (3.38 oz), Sunscreen (3.20 oz), Sunscreen (1.69 oz) - Total: 11.80 oz" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--529", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the total number of domestic passengers for Germany in 2015?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "23156.914 (accept any magnitude)" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--841", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs in C major are less than or equal to 50 popularConsider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "9" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--207", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Look at a heat map of global food security as of 2021. What do you notice about the regions for which data is not provided?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Acceptable Answers: \"Other renewables, 0 TWh\n1. Regions generally have small populations\n2. Poor or authoritarizan regimes \n3. Generally xyz" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--192", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the primary energy sources in 2023 Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Other renewables, 2,351 TWh\nModern biofuels, 1,131 TWh\nSolar, 2,752 TWh\nWind, 4,866 TWh\nHydropower, 11,222 TWh\nNuclear, 7,037 TWh\nNatural gas, 40,239 TWh\nOil, 51,530 TWh\nCoal, 44,600 TWh\nTraditional biomass, 11,111 TWh\nTotal, 176,840 TWh" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--721", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Assess the effectiveness of APTA\u2019s workforce development programs by analyzing employment trends in the public transit industry.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--159", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "According to the world bank, in year did global literacy rates reached 85%. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1998" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--13", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the trade deficit trend with GDP growth.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "GDP growth increased in Q2 2024 to 3.0%. Trade deficit in August 2024 decreased from July but remains high." + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--758", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the latest number of initial claims (of unemployment)Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "227,000" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--165", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate basic statistics (mean, median) for the share of GDP per capita spent by the government on each primary school student using data from the most recent decade (2010\u20132018).Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mean: 16.11%\nMedian: 15.62%\nData points: 797 observations" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--250", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Buy the less volumious product between Banana Boat Continuous SPF 8 Spray and MAKEPREM UV Defense Sunscreen for easier portability?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.69 oz, MAKEPREM UV Defense Me Daily Sun Essence SPF 50+ PA++++" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--432", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Evaluate the enrollment figures for 'American Indian or Alaska Native, non-Hispanic' undergraduates. Compare the university's numbers with national averages and discuss the potential causes for any disparity. Write a policy brief to the admissions office on strategies to better support this population.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "American Indian or Alaska Native, non-Hispanic Enrollment (Degree-Seeking): 2\nTotal Enrollment: 8\nPolicy brief should emphasize targeted outreach and partnership with Native American communities to address underrepresentation." + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--95", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the expected goals for Erling Haaland in the most recent Premier League season.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Single value or sentence reporting Haaland\u2019s xG." + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--71", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the top 5 metropolitan areas with the highest GDP growth between 2010 and 2020.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Top 5 metro areas GDP growth summary" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--620", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Develop a Python script to cluster adults based on their reported number of mentally unhealthy days using data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data allows for clustering based on the number of mentally unhealthy days reported by adults." + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--116", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the key insights about income volatility across different racial groups using only visual representations.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 2: Income volatility by race and small business owner status shows that White small business owners experience the highest income volatility (64%), followed by Black business owners (48%) and Hispanic business owners (41%). Non-owners in all racial groups experience significantly less income volatility, with the smallest gap observed among Hispanic individuals." + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--850", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "perform a least squares regression on popularity and bpm for the 5 most popular songs in F major, what conclusions can this lead us to regarding bpm and popularity of musicConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\u0177 = -7.52703X + 750.89189, there is no relation" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--232", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the relationship between GDP growth and CO2 (Structured, Unstructured, Action-Based)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "We observe a log-linear (exponential) increase in GDP per capita for each unit increase in CO2 emissions" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--849", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How more beats will the least danceable of the songs mixable with Die With a Smile will than the 2nd most danceable in 3601 seconds(rounding down)Consider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3361" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--346", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the best algorithm to ensure the highest equality when we try to distirbute profits amongst agents when we are trying to do dynamic rail pricing? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "VDN-SAC" + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--792", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the url to Mdou Mocta's website?Consider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "https://www.vera-groningen.nl/events/mdou-moctar-2/?lang=en" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--542", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare vaccination rates between Los Angeles County (urban) and Kern County (rural) for Q4 2022Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Los Angeles: 73.8% fully vaccinated\nKern: 55.2% fully vaccinated" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--5", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the trade balance (exports minus imports) for the last reported month.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Single numeric value or setnece summarizing the trade balance " + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--521", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is outbound tourism spending for El Salvador in 2023?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.8 Billion USD" + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--144", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose that artists are one of the following types: person, group, orchestra, choir, character, and other. What is the distribution of artists by typeConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Person 1,395,771 69.1%\nGroup 583,422 28.9%\nOrchestra 10,577 0.5%\nChoir 9,517 0.5%\nCharacter 14,350 0.7%\nOther 5,236 0.3%\nTotal 2,018,873 100%" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--308", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post praising researchers who study ridership and publish ridership reports at the American Public Transportation Association for their hard work in creating the report. Include the researcher's name if possibleConsider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Include matthew dickens" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--279", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. What is the average volume for each product type (where product types are sunscreen, tanner, relief, lipstick)?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Sunscreen: 3.64 oz\nTanner: 2.31 oz\nSun burn relief: 10.10 oz\nLipstick: 1.02 oz" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--724", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average passenger miles per trip for public transportation in 2023.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "About 5.18 miles per trip" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--603", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the cap for the NIH loan repayment program?Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$50,000" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--852", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 10 most popular songs that will sound good mixed with Heading South by Zach BryanConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\nStick Season - Noah Kahan\nBeautiful Crazy - Luke Combs\nShe Got the Best of Me - Luke Combs\nYou Proof - Morgan Wallen\nCoal - Dylan Gossett\nRumor - Lee Brice\nSpin You Around - Morgan Wallen\nEnds of the Earth - Ty Myers\nEverywhere, Everything (with Gracie Abrams) - Noah Kahan, Gracie Abrams\nKeep The Wolves Away - Uncle Lucius" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--606", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the average maximum temperature of the United States in July during the time span of 1991-2020 and write a reddit post explaining how this ties in with climate trends of the world.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "90, and reddit post about climate change" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--52", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify papers published by authors affiliated with Stanford or MIT and summarize their contributions.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary of Stanford/MIT author papers" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--210", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Model the relationship between the share of GDP per capita spent by the government on each primary school student and GDP per capita levels as a linear function using data from 1990 to 2020.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Expenditure Share = 12.9794 + 0.000129 \u00d7 GDP per capita" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--342", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a pie chart to tell me the composition of data domains in the dataset. Label each domain with the number of QA pairs in itConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": " \"Academic paper\": 23.28,\n \"Financial report\": 20.69,\n \"Research report\": 12.06,\n \"News\": 8.26,\n \"Laws\": 7.98,\n \"Guidebook\": 6.76,\n \"Government\": 6.70,\n \"Tut & Workshop\": 6.51,\n \"Brochure\": 4.58,\n \"Admin & Industry\": 3.55" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--112", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more likely are small business owners to incur credit card late fees compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.7 percentage points" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--553", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the total number of confirmed COVID-19 cases in California for 2022?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5,634,397 cases" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--160", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the correlation and covariance between life expectancy at birth and average learning-adjusted years of schooling in a country.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "correlation coefficent: 0.8475\ncovariance: 17.4844" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--231", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the relationship between cancer deaths and gini across all years? (e.g correlation)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "r =0.218" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--164", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate basic statistics (mean, median) for literacy rates using data from the most recent decade (2010\u20132020).Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mean: 83.03%\nMedian: 92.00%\nData points: 817 observations" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--218", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "To what extent does a higher share of GDP per capita spent by the government on each primary school student correlate with higher GDP per capita over the period 1980 to 2020?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Overall Correlation:\n0.371\n\n\nDecade-by-Decade Analysis:\n\n\n1990s: Correlation of 0.284\n2000s: Correlation of 0.345\n2010s: Correlation of 0.406" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--583", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average duration of completed clinical trials by phase and therapeutic area.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Phase 1 Trials: Approximately 1.6 years\nPhase 2 Trials: Approximately 2.9 years\nPhase 3 Trials: Approximately 3.8 years\nOncology Trials: Median duration of 13.1 years" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--528", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the total number of domestic passengers for Croatia in 2014?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "465.21" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--682", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which day in January 2023 had the highest Daily New Deaths and which had the lowest, and what was the difference?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "- Highest: Jan 6 (~6,100)
- Lowest: Jan 2 (~2,200)
- Difference: ~3,900" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--524", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the % share of tourism for Germany in 2011Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "49%" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--424", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the total number of students who completed their program in more than five years but in six years or less in the Fall 2015 cohort? How does this compare to the same category in the Fall 2016 cohort?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2015 Cohort (5-6 years): 19 students\nFall 2016 Cohort (5-6 years): 10 students\nFall 2015 saw higher numbers in this category, potentially reflecting changes in graduation trends between the two years." + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--2", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze whether higher PCE growth correlates with specific geographical regions.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Southern states tend to have higher PCE growth than Midwest" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--289", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take a look at the top 10 tracks on tunebat what is the mean popularity Consider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "88.7" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--406", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the creation cost of driving records in 2017 as estimated by Soloveichik?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "229 Billion" + } + } + }, + { + "sites": [ + "arkiv" + ], + "task_id": "arkiv--314", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Tell me the trend in # arithmetic operations relative to KMM_n algorithm of KSMM_n algorithm? KMM refers to Karatsuba Matrix MultiplicationConsider using the following website(s): ARKIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "it degresses slightly as arithmetic operations increase" + } + } + }, + { + "sites": [ + "tunebat--richard-powers" + ], + "task_id": "tunebat--richard-powers--302", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What kind of dance is Crazy by PL\u00dcM between six count swing, lindy hop, and west coast swing.Consider using the following website(s): TUNEBAT + RICHARD POWERS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "West Coast Swing" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--595", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the number of unique institutions that received NIH funding in fiscal year 2022Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2,707" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--582", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the a year trend in NIH funding allocation percentages across all institutes, create a visualization, and determine which institute showed the most volatile year-over-year changes.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Type\nRPGs: $26,543,000,000\nResearch Centers: $2,776,000,000\nOther Research Grants: $3,163,000,000\nResearch Training: $1,052,000,000\nR&D Contracts: $3,899,000,000\nIntramural Research: $5,153,000,000\nResearch Mgmt & Support: $2,466,000,000\nAll Other: $2,387,000,000\nTotal NIH Budget Authority: $47,439,000,000" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--825", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who made the 2023 released and certified album released Feb 20,2024Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Stray Kids" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--85", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and compare the frequency of extreme weather events in the Southeast US before and after 2010. Produce a report.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Extreme weather report pre/post 2010" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--549", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the types of Covid vaccines?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "mRNA, and protein subunit vaccines" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--551", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What type of Virus is covid 19?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Respiratory Virus" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--836", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Build a graph comparing the energy of the 3 most popular songs in C major vs C minorConsider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "https://www.desmos.com/calculator/twmo7j5e0s" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--88", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize two NOAA case studies on climate resilience projects and propose a new project plan based on themConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Proposed resilience project plan" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--73", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using healthcare insurance data, calculate and visualize uninsured rates in a state between 2010 and 2023.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Trend visualization of uninsured rates in a state" + } + } + }, + { + "sites": [ + "uchicago" + ], + "task_id": "uchicago--863", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an email based on full time student data advocating for whether undergraduate programs at UChicago need more gender based inclusionConsider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not necessarily, pretty even 3942 M, 3582 W" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--534", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country had the most monthly airline passengers in September 2013? Tell me the top 5 countriesConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1. USA, 2. China, 3. Great Britain, 4. Germany, 5. Spain" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--345", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the artihmetic complexity of Karatsuba Matrix Multiplication? Give your answer in terms of \"C(KMM_n) = [Answer]\"Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "(n/2) ^ {log_2 3} (6d^3 + 8d^2)" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--318", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Hansen et al's paper on Graph Counterfactual Explainable AI, describe the figure that is about the classifier architecture and the PEGVAEConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "This diagram shows a model that jointly trains a classifier and a variational autoencoder (VAE) on graph-structured data. The inputs consist of node features V (shape B \u00d7 n \u00d7 d_V), an adjacency matrix A (shape B \u00d7 n \u00d7 n), and edge features E (shape B \u00d7 n \u00d7 n \u00d7 d_E), where B is the batch size and n is the number of nodes. The classifier C takes (B, V, A, E) as input and outputs a label y for tasks like graph classification. Simultaneously, the encoder F maps (B, V, A, E) into a latent vector z, from which the decoder D reconstructs the original graph components by modeling the distribution p(B, V, E, A | z). This joint training ensures that the latent space z captures both structural information useful for reconstruction and discriminative information useful for classification." + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--104", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a visualization of income volatility differences between small business owners and non-owners. Calculate the approximate percentage increase in volatile income reported by small business owners compared to non-owners.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 1: Differences in income volatility and related measures between small business owners and non-owners shows that small business owners report approximately 25 percentage points more volatile income than non-owners (unadjusted). If non-owners report around 10% volatile income, this represents a 250% increase." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--315", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the Aneumo paper, how many deformed aneurysm models were used to create the dataset?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "9534" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--274", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product?What's the coefficient of variation for volumes within each product type?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Sunscreen: 81.20% (highest variability)\nSun burn relief: 58.42%\nTanner: 53.15%\nLipstick: 0% (only one product)" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--631", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an analysis on the relationship between age and the severity of depression symptoms among adults, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data suggests variations in depression symptom severity across different age groups." + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--614", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of adults aged 18 and over who experienced moderate or severe symptoms of anxiety in the past two weeks in 2019, and post the findings on Reddit.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Approximately 6% of adults experienced moderate or severe symptoms of anxiety in the past two weeks in 2019." + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--536", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "As of June 1, 2024, how many have died of COVID-19 in the U.S.Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "nearly 1.2 million people" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--546", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many COVID-19 deaths were reported in Los Angeles County in December 2022?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "387 deaths" + } + } + }, + { + "sites": [ + "uchicago" + ], + "task_id": "uchicago--467", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many more full time undergraduate students are there than full time graduate students in Uchicago ? Consider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2253" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--280", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. What percentage of the total volume is made up of sunscreen products?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "58.49%" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--772", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Where does the data for the 30-year fixed rate mortgage average come from in the United States?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Freddie Mac - Primary Mortgage Market Survey (PMMS)" + } + } + }, + { + "sites": [ + "shopping--musicbrainz" + ], + "task_id": "shopping--musicbrainz--285", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I have bought every release by John Mayer, the artist behind \"Slow Dancing in a Burning Room\", as a disography. This includes all singles, EPs, etc. Each release requires a 19 inch x 15 inch space to display properly. Please some quantity of a shelving product such that it is the minumum one can buy while still fitting the full display.Consider using the following website(s): SHOPPING + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Buy enough storage to equal 147 shelves between them, each shelf of size 19x15, Example: 30 of :Bookshelf with Storage Cabinet for Bedroom, 5-Tier Cube Shelf Gold Bookcase Storage Organizer Rack Display Stand Metal Frame Storage Standing Shelf,Square Tall Bookcase for Home Office\". Ensure each shelf is actually 19x15." + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--615", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of adults aged 18 and over who reported regular feelings of worry, nervousness, or anxiety in 2023, and post the findings on Reddit.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "12.5% of adults reported regular feelings of worry, nervousness, or anxiety in 2023." + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--568", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What states are most affected most by obesity?Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mississippi, West Virginia, Arkansaw" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--421", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Rank the racial/ethnic categories for 'First-Time First-Year' degree-seeking undergraduate students based on their enrollment numbers. Identify the categories with the highest and lowest enrollment figures and propose targeted initiatives to enhance enrollment for underrepresented groups. Present your recommendations to the admissions team in a formal memo.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "First-Time First Year Enrollment (Total = 1,136):\n1. Asian, non-Hispanic: 35.23%\n2. White, non-Hispanic: 20.77%\n3. Hispanic: 14.36%\n4. Black or African American, non-Hispanic: 8.28%\n5. Two or more races, non-Hispanic: 6.16%\nMemo should recommend enhancing recruitment efforts for African American and Native American students." + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--255", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the more voluminous product between Babe Pediatric Sunscreen Lotion 50+ and Lom-style After-Sun Hair MaskConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Lom-style After-Sun Hair Mask" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--654", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which industries are significant in ATLANTA, GA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Manufacturing and Finance & Insurance." + } + } + }, + { + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--475", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "As of october 2023, for the intiial fall 2017 cohort of first-time, full-time bachelors degree-seeking undergraduates, how many more pell grant recipients does MIT have than Uchicago?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "21" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--750", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much money is in the M2 supply (in billions of dollars)?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "21,154.60" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--215", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the countries, which was financially the most sound based on return on assets in 2022: United States and ChinaConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "United States" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--746", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Locate the contact information for APTA\u2019s media relations department.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Media inquiries should be directed to TJ Doyle at 202-496-4869 or tdoyle@apta.com." + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--677", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "On January 15, 2023, how many new COVID-19 deaths were reported globally (rounded to the nearest thousand)?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~3,000" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--866", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use UN Tourism to analyze the trend in International tourist arrivals in the Middle East from 2021Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Middle East 22.92 ->140.97" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--108", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How does the likelihood of facing more than three overdraft fees compare between small business owners and non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Small business owners are more likely to incur more than three overdraft fees compared to non-owners. The difference is approximately 5\u20137 percentage points based on the adjusted and unadjusted values in Figure 1: Differences in income volatility and related measures between small business owners and non-owners." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--386", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. What is the 3rd most harmful defence for VGG-FACE on ResNext-50?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "REM" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--589", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a short synopsis of all the press releases announcing projects in the NIH in February 2020Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "GM121176 Grant Number\n\tCircular reasoning News\t\t\tFebruary 2020\nCA118100 Grant Number\n\tCervical cancer screening saves lives News\t\t\tFebruary 2020\nCA163890 Grant Number\nCA194496 Grant Number\n\tFat-fighting drug discovery News\t\t\tFebruary 2020" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--12", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the PCE growth rate of Florida and Iowa.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Table or bar chart showing side by side PCE growth for two states " + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--851", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What % more in bpm is the most popular top track than the 5th most popular top trackConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "7.38" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--797", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use ourworldindata to analyze the trend in ppopulation in The United States vs china vs Indonesia vs IndiaConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "US: 281.48 mil to 343.48 mil\nChina: 1.27 bil tto 1.42 bil\nIndonesia: 216.08 mil to 281.19 mil\nIndia: 1.06 bil to 1.44 bil" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--599", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many NIH institutes and centers existed in 2022?Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "27" + } + } + }, + { + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--447", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Look for the 2nd most upvoted post of all time on /f/wallstreetbets on Reddit, multiply the number of people in the picture in the post by 50 to get the desired index. Look on ArxiV for the paper that is at that index, and tell me the universities that the authors are fromConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Stanford University, Duke University" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--237", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was South Africa\u2019s literacy rate in 2014? Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "94%" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--557", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post and reference goverenment data explaining stigma in mental health and use statistics.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mental health is just as important as physical health, yet stigma continues to surround it in many societies. Despite significant progress in awareness, many individuals still face discrimination and bias when it comes to mental health. This stigma not only affects the way people perceive mental health challenges, but it also influences whether or not they seek help. Let\u2019s take a look at the data, because this is a conversation we need to have.\n1. Mental Health Stigma is Widespread\n\nIn the U.S., 1 in 5 adults experience mental illness in any given year, according to the National Institute of Mental Health (NIMH). Despite the prevalence, only 43% of those individuals receive mental health services. Why? Well, stigma plays a huge role in this.\n\nThe 2019 National Health Interview Survey found that 30% of individuals who reported experiencing mental health issues expressed concerns about being stigmatized or discriminated against if they sought treatment. This stigma can come from family, friends, coworkers, and even healthcare providers.\n2. The Impact of Mental Health Stigma\n\nThe effects of mental health stigma are devastating. Not seeking treatment due to stigma can lead to worsening symptoms and more severe outcomes. According to the Substance Abuse and Mental Health Services Administration (SAMHSA), untreated mental illness can contribute to a range of issues like homelessness, substance abuse, and even suicide." + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--814", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the relation between 9/11 and music revenue and sales in the CD department, would this be better described as causation or correlationConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "a 1.9 B dollar decrease in sale revenue and a decrease in 92 M units, this is better described as correlation as this is when general sales of CDs is on a downwards trend" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--43", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Draft a 150-word blog post summarizing recent trends in cs.AI research based on the 20 most recent papers.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "150-word blog-style post" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--689", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the total population of Europe in 2020?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~748 million." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--201", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Is economic inequallity (with respect to gender) greater in older generations or in younger generationsConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Older" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--251", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Add the top-rated product from the category with the highest average volume in fl oz to your cartConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Piz Buin" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--623", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without using the table view, analyze the trend in the prevalence of moderate or severe anxiety symptoms among adults aged 18 and over from 2019 to 2022.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data shows fluctuations in the prevalence of anxiety symptoms among adults over the specified period." + } + } + }, + { + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--156", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is the artist behind the most popular rendition of \"Slow Dancing in a Burning Room\". Aggregating across all albums, singles, EPs, Broadcasts, etc. that that person has published, what is the total number of releases per publication?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "John Mayer, 176" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--249", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a email to the office of the president of the United Nations about trends and general statistics regarding global extreme poverty rates over the last three decades.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Subject: Analysis of Global Extreme Poverty Trends: 1990-2020\nDear Mr. President,\nI am writing to share a comprehensive analysis of global extreme poverty trends over the past three decades, based on data measuring the proportion of people living below the international poverty line of $1.90 per day (2011 PPP).\nThe data reveals remarkable progress in reducing extreme poverty globally:\nIn 1990, approximately 36.3% of the world's population lived in extreme poverty. By 2020, this figure had dropped dramatically to 10.1%, representing a reduction of 26.3 percentage points. This achievement represents one of the most significant improvements in human welfare in modern history.\nThe progress has been particularly notable across different time periods:\n\n1990-2000: Poverty rates fell from 36.3% to 27.9%\n2000-2010: Further reduction from 27.9% to 15.4%\n2010-2020: Continued decline from 15.4% to 10.1%\n\nThe most rapid progress occurred between 2000 and 2015, with the poverty rate falling by more than half during this period. This coincided with the implementation of the Millennium Development Goals, demonstrating the impact of coordinated global action.\nHowever, significant challenges remain:\n\nThe pace of poverty reduction has slowed considerably since 2015\nThe final 10% has proven particularly resistant to traditional poverty reduction strategies\nRegional disparities persist, with some areas continuing to experience high poverty rates\n\nAs we move forward, it will be crucial to:\n\nDevelop targeted strategies for regions where poverty remains endemic\nAddress the growing challenge of climate change and its impact on vulnerable populations\nStrengthen social protection systems to prevent people from falling back into poverty\nContinue supporting sustainable economic growth in developing nations\n\nThis data underscores both the remarkable achievement in reducing global poverty and the importance of maintaining our commitment to eradicating extreme poverty entirely.\nI would welcome the opportunity to discuss these findings in more detail and explore potential strategies for accelerating progress toward our shared goal of ending extreme poverty.\nSincerely,\n[Your name]" + } + } + }, + { + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--480", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the price difference between MIT and Uchicago? Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5456 per year" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--322", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Liang Yu's article on coding productivity with AI, what is the median satisfaction score for users who utilize coding assistant tools for 4 to 5 months? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--485", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is average goals in matches in 2019 Sep for Bundesliga? Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.14" + } + } + }, + { + "sites": [ + "arkiv" + ], + "task_id": "arkiv--310", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Tell me how we can use reflection to detect zero-shot hallucinations in LLM. Find a method in a paper in arxiv that does this and cite your source.Consider using the following website(s): ARKIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The Attention-Guided SElf-Reflection (AGSER) approach utilizes attention contributions to categorize the input query into attentive and non-attentive queries. Each query is then processed separately through the LLMs, allowing us to compute consistency scores between the generated responses and the original answer. The difference between the two consistency scores serves as a hallucination estimator. In addition to its efficacy in detecting hallucinations, AGSER notably reduces computational complexity, requiring only three passes through the LLM and utilizing two sets of tokens. " + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--692", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country in South America had the smallest population in 2020, and what was its population?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Suriname \u2192 ~586,000 people." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--366", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst the first 50 articles released on Friday 17 January in the artificial intelligence section of arxiV, how many articles are tagged with the Neural and Evolutionary Computing tag?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--11", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the impact of consumer spending and international trade on GDP growth.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Consumer spending was the dominant factor driving GDP growth in Q2 2024, while a smaller trade deficit helped reduce negative impacts from international trade. Given the U.S. economy\u2019s reliance on domestic consumption, sustaining income growth and spending levels will be key for future GDP expansion." + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--708", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the global international tourism expenditure in 2019 (nearest billion USD)?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~1.5 trillion USD" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--655", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which industries are significant in CHICAGO, IL?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Finance & Insurance." + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--853", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 2 most popular songs that will sound good mixed with Birds of A FeatherConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Thats So True- Gracie Abrams, Taste- Sabrina Carpenter" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--531", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country had the most monthly airline passengers in January 2017? Austrailia, Canada, Finland or France?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "France" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--657", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which products are associated with ATLANTA, GA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Personal Care Supplies." + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--514", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose a random day in First half of 2014, what is the probability that it will be a workday in Estonia?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.68" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--445", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare global poverty rate in 1990 vs 2000 Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1990: 36.3%\n2000: 27.9% " + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--564", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using Covid-19 data as well as core protection strategies for December 2023 write an email on behalf of a concerned parent who wants to know the precautions that schools enabled to let students return to school. Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.4 Emergency department visits in the California in December 2023" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--591", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create an email to the NIH about having technical issues applying for an R01 Reasearch Project Grant with the website. Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Subject: Technical Issues with R01 Research Project Grant Application Submission\n\nDear [Recipient's Name or \"NIH Grants Team\"],\n\nI hope this message finds you well. I am currently in the process of submitting an application for the R01 Research Project Grant (Application No. [insert application number, if applicable]) and have encountered several technical issues while navigating the application portal.\n\nSpecifically, [describe the issue in detail\u2014e.g., \"the website is not allowing me to upload certain documents,\" \"the system is displaying error messages when I try to submit forms,\" \"there are inconsistencies with the grant application progress indicator,\" etc.]. Despite attempting to troubleshoot these issues on my end (such as clearing my cache and trying a different browser), the problems persist.\n\nI would appreciate any guidance or assistance you can provide in resolving this matter, as I am eager to complete the application before the upcoming deadline. If necessary, I am happy to provide additional details or screenshots to help diagnose the issue.\n\nThank you for your time and support. I look forward to hearing from you soon.\n\nBest regards,\n[Your Full Name]" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--725", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the environmental impact of diesel vs. electric buses using data from APTA and the Environmental Protection Agency (EPA).Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--352", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When assessing hallucination using the Books, Movies and GCI dataset following Yehuda et al., how much does the hallucination detection score increase when we apply attentive compared to non-attentive queries for AGSER when using a Books Dataset with Llama2-13bConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.306" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--786", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an email based on full time student data advocating for whether undergraduate programs at MIT need more gender based inclusionConsider using the following website(s): MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Should not support gender programs" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--187", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much does the country Tuvalu spend on healthcare as a percentage of GDPConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "22.41%" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--333", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper on \"Generative Medical Image Anonymization Based on Latent Code Projection and Optimization\", what is the average F1 score amongst all models in table 3Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.475" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--119", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the difference in household income levels between small business owners and non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Small business owners have a higher percentage in income categories over $50,000" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--48", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find papers related to 'explainable AI' and summarize the techniques used across at least 3 papers.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary of XAI techniques in 3 papers" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--637", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the most popular jobs in ATLANTA, GA and HOUSTON, TX. Which city has more job diversity?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "ATLANTA, GA \u2192 Police Officers \n HOUSTON, TX \u2192 Registered Nurses. HOUSTON, TX has less diversity." + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--856", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 3 most recent songs that will sound good mixed with A Bar SongConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\"Please Don't Go\" by Wyatt Flores\n\"Missed Call\" by Treaty Oak Revival\n\"Dancing In The Rain\" by Chase Matthew" + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--780", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table, use in CDC Obesity to analyze the trend between American region and Obesity in Black Adult's ObesityConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "SW the most with around 80 percent being in the 45-50 percent range, the NW area is also on the higher end with an average around 40 -45 percent. The NE is much lesser and is actually the least with most adults in the 30 - 40 range wiht MT as an outlier of 50+. SE is similar, byt more uniform with all areas in the 35 - 45 range" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--488", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a line graph detailing number of matches in Bundesliga form 2015 Jan to MayConsider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Jan: 7, Feb: 45, March:29, April: 36, May: 36" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--745", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Locate APTA\u2019s recommendations for integrating new technologies into public transportation systems.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Missing ground truth" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--765", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the unemployment rate in New York?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.40%" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--384", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. Tell me what the best defence is and its standard deviation in drop % across the different scenariosConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "ARMOR, 18.08%" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--664", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which university is highlighted in EAST PALO ALTO, CA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "University of California-Berkeley." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--337", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper studying personality modeling for AI agent misinformation persuasion, what was the foundational model used to implement the AI agents?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "GLM-4-Flash" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--389", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. What pair of defences has the strongest correlation in their drop pattern and what is it?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Random vs Emax, pearson p of 0.78" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--91", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using NOAA wildfire datasets, create a trend analysis report for wildfire acreage burned per year (1990\u20132022)Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Wildfire trend analysis report" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--441", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and analyze the enrollment data for degree-seeking first-time first-year undergraduate students across racial/ethnic categories. Summarize the percentage change in enrollment for each group compared to the previous year. Based on your findings, compose an email to the university's recruitment team recommending the best areas to focus recruitment efforts.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "First-Time First Year Enrollment (Total = 1,136):\nNonresident aliens: 10.92%\nHispanic: 14.36%\nBlack or African American, non-Hispanic: 8.28%\nWhite, non-Hispanic: 20.77%\nAmerican Indian or Alaska Native, non-Hispanic: 0.18%\nAsian, non-Hispanic: 35.23%\nNative Hawaiian or other Pacific Islander, non-Hispanic: 0.00%\nTwo or more races, non-Hispanic: 6.16%\nRace and/or ethnicity unknown: 4.14%\nEmail could recommend increasing recruitment in underrepresented categories such as Native Hawaiian, American Indian, or African American students." + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--594", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the contact information for the Office of Extramural Research.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "grantsinfo@od.nih.gov" + } + } + }, + { + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--476", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many more first-time, first year men applied to Uchicago compared to MIT for students who applied and enrolled in Fall 2023?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "805" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--818", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percent of total revenue is LP/EP between 1974 and 1984 compared to 2012 and 2022, post on reddit the opinion of someone from 1970s of this statConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1974 - 61.6%\n - 26.1%\n1984 - 35.7%\n\n2012 - 2.3%\n + 5.4 %\n2022 - 7.7%\n\nA person from the 1970s might view these changes as both a loss of the tactile, tangible connection to music and an intriguing cultural revival, where the format they cherished regained a small but meaningful foothold in a much-changed world." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--239", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the average global energy consumption per capita in 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "41,172 kWh per person" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--186", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many Twhs of energy were produced through fossil fuels by each of the following groups: G20, Non-OECD, Asia, Asia Pacific Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "G20 (Ember): 14781.6 TWh\nNon-OECD (EI): 12439.0 TWh\nAsia (Ember): 10381.5 TWh\nAsia Pacific (EI): 10227.4 TWh" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--230", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the life expectancy of Tuvalu Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "66.1 years" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--621", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without using the table view, analyze the trend in the percentage of adults receiving mental health treatment from 2019 to 2021.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data shows an increase in the percentage of adults receiving mental health treatment over the specified period." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--357", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is last author for the paper on enhancing the robustness of unlearnable data against any augmentation methods?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Chen Chen" + } + } + }, + { + "sites": [ + "tunebat--musicbrainz--richard-powers" + ], + "task_id": "tunebat--musicbrainz--richard-powers--298", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the following songs, one of them has a BPM that is suitable for a Viennese Waltz: either on or off the drugs by JPEGMAFIA, Echo by Jason Walker, and \u4e8c\u5341\u4e94\u5713\u821e\u66f2 by kiri T. For said song, what was the average duration of songs on the albumn it was released on (CD version, not directors cut)?Consider using the following website(s): TUNEBAT + MUSICBRAINZ + RICHARD POWERS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.99 minutes" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--387", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. What is the 95th Percentile Drop for CTAP?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "55.6035" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--757", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the federal funds effective rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.83%" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--698", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the tourism arrivals in Europe and Asia in 2021. Which region had more arrivals, and what was the approximate difference?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~280M \n Asia: ~60M \n Difference: ~220M" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--173", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Describe the trend in global life expectancy. (Structured, Action-Based)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "linear increase to the number of years" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--282", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Which product type has the highest average volume?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Sun burn relief has the highest average volume at 10.10 oz." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--198", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In what two countries did 31-39% of the population have access to clean water in the year 2019?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Sao Tome and Principe, Mongolia " + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--688", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of the global population lived in Asia in 2020?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~59.5% of the global population." + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--257", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the most expensive item in the product category that has the highest average volume, where the product categories are sunscreen, tanner, relief, and lipstickConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "use should purchase Banana Boat Continuous Spf#08 Spray Dry Oil With Argan Oil 6 Ounce (177ml) (2 Pack)" + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--140", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Releases on music brain can have one of the following statuses: official, promotion, bootleg, pseudo-release, withdrawn, cancelled, and expunged. What is the distribution of statuses exlcluding songs that do not have a status setConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Official\t4,270,279\t95.1%\nPromotion\t106,786\t2.38%\nBootleg\t88,675\t1.97%\nPseudo-Release\t20,887\t0.47%\nWithdrawn\t4,883\t0.11%\nCancelled\t347\t0.01%\nExpunged\t136\t0.003%\nTotal \t4,491,993\t100%" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--105", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a visualization of income volatility differences between small business owners and non-owners. Describe the trend.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 1: Differences in income volatility and related measures between small business owners and non-owners shows that small business owners experience significantly more income volatility than non-owners. The unadjusted and adjusted estimates both indicate higher financial instability for business owners, especially in terms of volatile income and drops in income." + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--640", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the universities highlighted in ATLANTA, GA and CHICAGO, IL. Which one is more focused on STEM degrees?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "ATLANTA, GA \u2192 Howard University \n CHICAGO, IL \u2192 Cornell University. Cornell University is more focused on STEM." + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--767", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What options does FRED offer for total nonfarm private payroll employment?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1. weekly, seasonally adjusted\n2. monthly, seasonally adjusted\n3. Monthly, not seasonally adjusted\n4. weekly, not seasonally adjusted" + } + } + }, + { + "sites": [ + "arkiv" + ], + "task_id": "arkiv--312", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Tell me the main contributions in the VRS-HQ paperConsider using the following website(s): ARKIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": " They present Temporal Dynamic Aggregation to blend spatial features from frame-level tokens into a temporal token, endowing the model with the ability to discern inter-frame variations and comprehend the global semantic context of the targets.\nThey focus on harnessing the power of temporal tokens in video perception, using the integrated temporal token via SAM2 for keyframe segmentation and propagation. Additionally, we present the Token-driven Keyframe Selection, combining each sampled frame with the temporal token to generate occlusion scores via SAM2, providing a reliable basis for keyframe detection.\nBy combining the above designs, they introduce VRS-HQ, demonstrating state-of-the-art performance on the VRS benchmark and existing RVOS datasets." + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--690", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the total population of Kenya and Tanzania combined in 2020?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Kenya \u2192 ~53 million \n Tanzania \u2192 ~59 million \n Combined \u2192 ~112 million." + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--294", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the time signature of Illumielle by Jo Blankenburg Consider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3/4" + } + } + }, + { + "sites": [ + "uchicago" + ], + "task_id": "uchicago--472", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot an appropriate graph to show the racial demographic breakdown at Uchicago as of October 2023Consider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Pie chart or bar graph" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--80", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the average annual temperature anomalies for the United States between 2000\u20132010 and 2011\u20132021. Visualize the comparison.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Visualization comparing temperature anomalies" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--269", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? What is the weight difference between Piz Buin FP15 TAN & PROTECT LOTION and MAKEPREM UV Defense Me Sunscreen?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.38 fl oz" + } + } + }, + { + "sites": [ + "trading-economics" + ], + "task_id": "trading-economics--833", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a email on the relation between debt and gdp based on the countries with the lowest gdpConsider using the following website(s): TRADING ECONOMICS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Though Russia has low debt, it has low gdp . The same applies for Mexico, email should emphasize that low debt seems to be associated with low gdp" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--18", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a visual represnetaion of month over month PCE from feb 2024 to aug 2024Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The PCE growth rate has shown fluctuations. There was a significant increase in March compared to February, indicating a surge in consumer spending during that month. April saw a sharp decline in PCE growth to 0.3%. Consumer spending picked up again in May, reaching 0.5%, but subsequently dropped back to 0.3% in June and July. August, the PCE growth rate had dropped to its lowest level in the period at 0.2%" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--277", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Suppose these products were stocked on a shelf in order of Lipstick, Tanner, Sunscreen, and Sunburn Relief, and then by volume within categories (smallest to largest). Buy the eighth item on the shelfConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3w Clinic Intensive UV Sunblock Cream SPF50 PA+++" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--493", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "AS of 31 Dec 2023, what is the percentage of people vaccinated per 100 population in Angola?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "46.50%" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--41", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a timeline of submission dates for papers mentioning 'graph neural networks' in the title.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Timeline plot of GNN paper submissions" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--399", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Use the BEA Data API to write code to populate an input output table. Make sure you follow the instructions in the user guide. Write but do not run the codeConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "# -----------------------------------------------------------\n# 1. Populate an Input\u2013Output (I-O) Use table with BEA data\n# -----------------------------------------------------------\nimport requests, pandas as pd\n\nUSER_ID = \"YOUR-36-CHARACTER-KEY\"\n\n# \u25ba Choose a benchmark Use table (e.g. TableID 57 = 2017 Use table, producers' prices).\n# See Appendix K \u2192 GetParameterValues for TableID choices. :contentReference[oaicite:0]{index=0}​:contentReference[oaicite:1]{index=1}\nparams = {\n \"UserID\": USER_ID,\n \"method\": \"GetData\",\n \"DataSetName\": \"InputOutput\",\n \"TableID\": \"57\", # change as needed\n \"Year\": \"2017\", # or \"ALL\"\n \"ResultFormat\": \"JSON\"\n}\n\nresp = requests.get(\"https://apps.bea.gov/api/data\", params=params, timeout=30)\nresp.raise_for_status()\ndata = resp.json()[\"BEAAPI\"][\"Results\"][\"Data\"]\n\n# Convert to tidy frame \u2192 pivot to an I-O matrix (Commodities \u00d7 Industries)\ndf = pd.DataFrame(data)\nio_table = df.pivot_table(index=\"Commodity\", columns=\"Industry\", values=\"DataValue\", aggfunc=\"first\")\n\n# io_table now contains the numeric I-O matrix ready for analysis.\n" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--4", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average annual growth rate of GDP from the past four quarters.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~2.9%" + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--790", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the mean, std dev and median for the length of a song in the album adjustmentsConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The mean song length is 4:34, the median song length is 4:26, and the standard deviation is 52.13 seconds" + } + } + }, + { + "sites": [ + "uchicago" + ], + "task_id": "uchicago--473", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the two types of housing that Uchicago does not offer to undergraduates?Consider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Men;s residence halls and special housign for international students" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--487", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is average goals in matches in 2024 October for RFPL? Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.92" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--585", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the return on investment for NIH-funded clinical trials by comparing funding amounts to the number of resulting publications and citations, for childhood health and tabacco prevention.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": " Every $1 spent on early childhood health and development saves up to $9 in future spending on health, social and justice services. Return on investment: 800%.\n\n Every $1 invested in tobacco prevention programs saves up to $20 in future health care costs. Return on investment: 1900%." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--193", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the top five countries with the highest child mortality rates in 1990 and 2020, and compute the z-scores of the rates for each year.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1990:\n\nNiger (33.2%) - z-score: 3.95\nLiberia (26.4%) - z-score: 2.92\nSierra Leone (26.0%) - z-score: 2.86\nSouth Sudan (25.2%) - z-score: 2.74\nMozambique (24.4%) - z-score: 2.61\n\n2020:\n\nNiger (12.1%) - z-score: 3.57\nNigeria (11.4%) - z-score: 3.31\nSomalia (11.3%) - z-score: 3.27\nChad (11.0%) - z-score: 3.15\nSierra Leone (10.8%) - z-score: 3.09" + } + } + }, + { + "sites": [ + "tunebat--musicbrainz" + ], + "task_id": "tunebat--musicbrainz--296", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the release date, time signature, and bpm of Planetarium by Justin Hurwitz?Consider using the following website(s): TUNEBAT + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2016" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--550", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percent of covid deaths occur in people over the age of 65?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "81%" + } + } + }, + { + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--481", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which school has a greater acceptance rate for first-time, first-year women who applied and by how much?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "University of Chicago, 0.0302" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--516", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose a random day in Q1 2011, what is the probability that it will be a workday in Aruba?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.678" + } + } + }, + { + "sites": [ + "uchicago" + ], + "task_id": "uchicago--468", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Is the admission rate for transfer or first-time degree seeking men higher at UChicago and by how muchConsider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "First-time degree seeking men. By 1.46%" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--170", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the literacy rates between Latin America + the Carribean and the rest of the world,; and calculate the interquartile range for the last 50 years for each. Visualize the trends.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "World Statistics\nQ1: 73.82%\nQ3: 84.60%\nIQR: 10.78%\n\nLatin America Statistics\nQ1: 83.22%\nQ3: 92.49%\nIQR: 9.27%\n\nGraph description: \ntrend line for Latin America and Caribbean states should rise from just below 80% to near 95% from 1975 to 2023. trend line for the world should rise from 65% to 85% in the same time period. Both trend lines should be roughly linear, though, the world literacy has slightly faster growth in literacy prior to 1999. Further, the trend line for latin america should be consistently 8-15% higher than for the rest of of the world from 1975-2023." + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--609", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Over the month of May, explain the average maximum temperature trend, as well as the minimum temperature average trend and how that relates for the hottest state. Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Arizona, south has warm temperatures and northern arizona has colder temperatures. Trend contiues even in warm weather" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--382", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. For each model, compute a \u201csensitivity score\u201d = average drop across all defenses. Then, correlate this score with the model\u2019s unprotected accuracy. Does higher baseline accuracy imply greater vulnerability? Justify your answer with Pearson's correlationConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Yes. Pearson correlation between Sensitivity and Unprotected accuracy: 0.725, so higher baseline accuracy tends to correlate with greater vulnerability." + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--124", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the median income drop for small business owners who experienced a drop in income?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$10,000" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--8", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare GDP growth rates for the U.S. and another country using BEA and external sources.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "table or chart showing GDP growth for both countries " + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--54", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List the affiliations of all authors for the 10 most recent papers and count the unique institutions.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Table of author affiliations + count of institutions" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--110", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more likely are small business owners to face more than three overdraft fees compared to non-owners? Express the increase as both an absolute and relative difference.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "According to Figure 1: Differences in income volatility and related measures between small business owners and non-owners, small business owners are about 5\u20137 percentage points more likely to face more than three overdraft fees. If non-owners report overdraft fees at 5%, this implies an absolute increase of 5\u20137 percentage points and a relative increase of 100\u2013140%." + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--694", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the monthly global tourism arrivals data for 2021. Identify the month with the highest deviation from the mean and calculate the Z-score for that month.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Example: \n Mean: ~35M \n Std Dev: ~15M \n Month: July (Z ~ +1.53)" + } + } + }, + { + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--483", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which school has a higher median SAT composite score and by how much?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "MIT, 10 points" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--185", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For each of the initial literacy rate categories below, to what extent does the share of GDP per capita spent by the government on each primary school student show diminishing returns (as measured by correlation) in terms of literacy rate improvement beyond a certain spending level over time? Use data between 1980 and 2020. \nCountries with very low literacy rates (<50%)\nCountries with low literacy rates (50-70%)\nCountries with medium literacy rates (70-85%)\nCountries with high literacy rates (85-95%)\nCountries with very high literacy rates (>95%)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\n\nCountries with very low literacy rates (<50%)\n\n\n0-10% spending (baseline): +7.0 points\n10-15% spending: -3.9 points vs baseline\n15-20% spending: +8.8 points vs baseline\n30-35% spending: +3.3 points vs baseline\n\n\nCountries with low literacy rates (50-70%)\n\n\n0-10% spending (baseline): +4.0 points\n10-15% spending: +2.7 points vs baseline\n15-20% spending: +7.7 points vs baseline\n20-25% spending: +8.6 points vs baseline\n\n\nCountries with medium literacy rates (70-85%)\n\n\n0-10% spending (baseline): +1.1 points\n10-15% spending: +3.2 points vs baseline\n15-20% spending: -2.3 points vs baseline\n20-25% spending: -2.0 points vs baseline\n\n\nCountries with high literacy rates (85-95%)\n\n\n0-10% spending (baseline): +1.2 points\n10-15% spending: 0.0 points vs baseline\n15-20% spending: -12.1 points vs baseline\n20-25% spending: -14.6 points vs baseline\n\n\nCountries with very high literacy rates (>95%)\n\n\n0-10% spending (baseline): +0.1 points\n10-15% spending: +0.3 points vs baseline\n15-20% spending: -15.7 points vs baseline\n20-25% spending: -12.3 points vs baseline\n25-30% spending: -0.2 points vs baseline\n30-35% spending: 0.0 points vs baseline" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--584", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of NIH-funded research that focuses on international collaborators from 2023-2025.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2023: 0.175% \n2024: 0.195%\n2025: 0.0175%" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--712", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the total number of international tourist arrivals worldwide in 2020 (rounded to the nearest million)?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~400 million" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--785", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an email based on full time student data advocating for whether graduate programs at MIT need more gender based inclusionConsider using the following website(s): MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Supports gender programs" + } + } + }, + { + "sites": [ + "st-louis-fed" + ], + "task_id": "st-louis-fed--455", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "is the unemployment rate worse in New York or Florida in january 2010? What is the difference in unemployment rate?Consider using the following website(s): ST LOUIS FED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Florida, 1.9 points" + } + } + }, + { + "sites": [ + "cdc-obestity" + ], + "task_id": "cdc-obestity--570", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much does obesity account for in medical expenditures in 2019?Consider using the following website(s): CDC OBESTITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$173 billion" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--183", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Fit polynomial functions of degrees [1,2,3,4] to analyze the relationship between life expectancy and healthcare spending (life expectancy on y-axis). Remorte R^2 and RMSE. Make a determination on which model is the best, also report the functions themselves.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Degree 1 (linear): Test R\u00b2 = 0.28, RMSE = 5.98\nDegree 2 (quadratic): Test R\u00b2 = 0.28, RMSE = 6.01\nDegree 3 (cubic): Test R\u00b2 = 0.32, RMSE = 5.83\nDegree 4 (quartic): Test R\u00b2 = 0.32, RMSE = 5.81\nDegree 5 (quintic): Test R\u00b2 = 0.31, RMSE = 5.87\n\nDegree 1 (Linear):\ny = 66.60 + 0.99x\nSimple interpretation: Each 1% increase in healthcare spending is associated with about a 1-year increase in life expectancy\nBaseline life expectancy (at 0% spending) would be 66.60 years\n\nDegree 2 (Quadratic):\ny = 55.10 + 4.81x - 0.27x\u00b2\nShows diminishing returns\nPeak theoretical life expectancy occurs at x = 8.92% GDP spending\n\nDegree 3 (Cubic):\ny = 70.60 - 3.26x + 0.96x\u00b2 - 0.056x\u00b3\nMore complex relationship\nShows initial decrease, then increase, then decrease again\n\nDegree 4 (Quartic):\ny = 57.28 + 6.23x - 1.30x\u00b2 + 0.162x\u00b3 - 0.0073x\u2074\nMost complex model that still showed good test performance\nMultiple inflection points\n\nDegree 5 (Quintic):\ny = 21.46 + 38.78x - 12.04x\u00b2 + 1.79x\u00b3 - 0.121x\u2074 + 0.003x\u2075\nShows signs of overfitting\nMost complex model tested\n\n\nWhich is the best model:\nIt can be argued that the fourth degree polynomial is the best, however, this is not the best model because the linear and quadratic models work almost just as well, and are simpler models which tend to be more generalizable." + } + } + }, + { + "sites": [ + "shopping--musicbrainz" + ], + "task_id": "shopping--musicbrainz--283", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I have bought every release by JJ Lin the artist behind \"\u4fee\u70bc\u7231\u60c5\", as a disography. This includes all singles, EPs, etc. Each release requires a 19 inch x 15 inch space to display properly. Please some quantity of a shelving product such that it is the minumum one can buy while still fitting the full display.Consider using the following website(s): SHOPPING + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Buy enough storage to equal 96 shelves between them, each shelf of size 19x15, Example: 20 of \"Bookshelf with Storage Cabinet for Bedroom, 5-Tier Cube Shelf Gold Bookcase Storage Organizer Rack Display Stand Metal Frame Storage Standing Shelf,Square Tall Bookcase for Home Office\". Ensure each shelf is actually 19x15." + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--801", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Between which 2 consecutive years was the largest growth in ad revenue, how much was it to the nearest hundred millionConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "300 M" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--713", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What were the total tourism revenues for Europe, Africa, and the Americas in 2019? Summarize the total across all three regions.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~750B USD \n Africa: ~38B USD \n Americas: ~450B USD \n Total: ~1.24 trillion USD" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--328", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", based on the node diagram, what is the most influential website (highest hub centrality) for the anti ukraine influence network?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "rt.com" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--334", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper on \"Generative Medical Image Anonymization Based on Latent Code Projection and Optimization\", what is the increase in PSNR or co-training compared to episolon-trainingConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.842" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--89", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize two NOAA publications on ocean acidification and recommend three key policy actionsConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary + 3 policy recommendations" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--730", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the primary funding sources for public transportation as outlined by APTA.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "In the 2023 factbook: 36% from federal assistance, 26% from state assistance, 36% local and directly generated assistance" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--737", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the total number of zero-emission buses currently in operation in the U.S. as reported by APTA.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1600+ " + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--804", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songwriters are in the state with the 3rd lowest contributor to America's gdp via the music industryConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "127,993" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--426", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the proportion of White, non-Hispanic undergraduates compared to other racial/ethnic groups in terms of total enrollment. Cross-reference this with national trends on racial diversity in higher education. Based on your analysis, write a proposal for the university on how to create more inclusive programs and outreach strategies.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "White, non-Hispanic Enrollment (Degree-Seeking): 236\nTotal Enrollment: 1,024\nPercentage: 22.01%\nProposal should focus on outreach programs to diversify the university\u2019s student body, focusing on racial diversity initiatives." + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--523", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the % share of tourism for Belgium in 2010Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2%" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--122", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the increase in reported income volatility when comparing white non-owners to white small business owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "White small business owners report 64% income volatility, while white non-owners report 23%. This results in an increase of 41 percentage points, as shown in Figure 2: Income volatility by race and small business owner status." + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--587", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the number of active clinical trials for cervical, breast and Skin cancer and create a bar chart visualization.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Skin: 158\nBreast: 934\nCervical: 161" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--807", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more money was made via streaming than physically as a percent of money made physically 2024's mid year report rounded to the hundreths placeConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "734.54%" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--320", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Hansen et al's paper on Graph Counterfactual Explainable AI, tell me the difference in mean LED of decoded mean of k-NN and graph of NN from training?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.19" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--684", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the population densities of Nigeria and India in 2020. Which country had a higher density, and what were the values?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Nigeria \u2192 ~223 people/km\u00b2 \n India \u2192 ~464 people/km\u00b2. India had a higher density." + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--742", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the key objectives of APTA\u2019s strategic plan.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "APTA\u2019s mission is to strengthen and improve public transportation by serving and leading its diverse membership through advocacy, innovation, and information sharing." + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--630", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an analysis on the relationship between age and the severity of depression symptoms among adults, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data suggests variations in depression symptom severity across different age groups." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--182", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the Standard Deviation of gini coefficient in 2022 globallyConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Standard Deviation: 0.0881" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--509", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a graph of the monthly trend for total airline passengers for Slovakia in 2018. Briefly describe the graph, including when the monthly airline passengers peaksConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Peaks in July" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--755", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the amount of federal debt held by the public as of Q3 2024?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "28,325,715 (millions of dollars)" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--604", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the salary cap for NIH grants in 2022?Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$203,700" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--700", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using data from 2015\u20132020, fit an exponential growth model for Asia\u2019s tourism revenue. Predict its revenue for 2030 and compare it to a linear model\u2019s prediction.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Example: \n Linear: ~600B \n Exponential: ~750B \n Difference: ~150B" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--60", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the trend in healthcare employment across the Midwest from 2010 to 2020 and create a trend reportConsider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Trend report for Midwest healthcare jobs" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--55", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize major challenges mentioned across 5 papers on multi-agent systems.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary of MAS challenges" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--739", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the benefits of APTA membership for public transit agencies.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "APTA membership ensures that organizations benefit from advocacy initiatives, peer-to-peer networking, thought leadership, professional development, and knowledge building." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--221", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What countries have the 11th, 12th, and 13th lowest GDP per capita in 2022. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Afghanistan ($1,516), Sierra Leone ($1,635), Guinea-Bissau ($1,855)" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--653", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which city highlights jobs in law enforcement, and which university is most associated with it?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "ATLANTA, GA \u2192 Police Officers \n Howard University." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--188", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify ALL statistically significant outliers where countries spend a high share of GDP per capita on each primary school student but have either low literacy rates or low GDP per capita between 2010 and 2020. We count a country in any given year as one sample (e.g the USA in 2012 is a different sample from the USA in 2013). Use Z-score method (|Z| > 3).Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Serbia (2010): 51.10% of GDP per capita (Z=5.09)\nSerbia (2011): 48.07% of GDP per capita (Z=4.64)\nSerbia (2015): 43.65% of GDP per capita (Z=4.00)\nDjibouti (2016): 37.32% of GDP per capita (Z=3.08)\nLatvia (2013): 36.91% of GDP per capita (Z=3.02)" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--774", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which state has the lowest unemployment rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "South Dakota (2.0%)" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--208", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Model literacy rate using the share of GDP per capita spent by the government on each primary school student and healthcare spending as a share of GDP per capita as independent variables. Test the model using data from years ending in 2 or 7, and train the model on data from other years. Use degree 1, 2, and 3 polynomials for fitting. Determine which model performs the bestConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Linear Model (Degree 1): Literacy Rate = 84.312 + 1.705H + 0.183E (Training MSE: 17.743, Test MSE: 7.911, Training R\u00b2: 0.359, Test R\u00b2: 0.252)\n\nQuadratic Model (Degree 2): Literacy Rate = 64.099 + 10.299H + 0.521E - 0.699H\u00b2 + 0.003E\u00b2 - 0.116HE (Training MSE: 12.213, Test MSE: 14.509, Training R\u00b2: 0.559, Test R\u00b2: -0.373)\n\n Cubic Model (Degree 3): Literacy Rate = 54.108 + 28.658H - 1.344E - 5.364H\u00b2 + 0.068E\u00b2 + 0.005HE + 0.342H\u00b3 - 0.001E\u00b3 - 0.005H\u00b2E - 0.001HE\u00b2 (Training MSE: 7.861, Test MSE: 12.452, Training R\u00b2: 0.716, Test R\u00b2: -0.178)\"\n\nlinear model fit best" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--626", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report analyzing the prevalence of moderate or severe symptoms of depression among adults aged 18 and over in 2019, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Approximately 7% of adults experienced moderate or severe symptoms of depression in the past two weeks in 2019." + } + } + }, + { + "sites": [ + "stocknear" + ], + "task_id": "stocknear--461", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take a look at Apple's PB ratio from FY209 to FY 2024. What does the trend imply about market sentiment. Is this sustainable?Consider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The PB ratio reflects how much investors are willing to pay per dollar of book value. A rise from 11.17 to 61.37 suggests massive investor optimism or asset-light business models (e.g., services). It could also mean aggressive buybacks, reducing book value.\nHowever, a PB this high may not be sustainable unless earnings or ROE continue to justify it. It indicates a potential valuation risk if growth slows or interest rates rise." + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--145", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose that artists are one of the following types: person, group, orchestra, choir, character, and other. What percentage of artists are a \"person\"Consider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "69.10%" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--627", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report analyzing the prevalence of regular feelings of depression among adults aged 18 and over in 2023, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5.0% of adults reported regular feelings of depression in 2023." + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--513", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose 3 random days in Qatar from 2018-2019, what is the probability that at least one will be a workday?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.9695" + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--567", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What state(s) have the lowest obesity PrevelanceConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Colorado" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--361", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst articles 201-225 on the artificial intelligence section of arxiV, tell me the title of the article has the shortest title (in terms of number of words)Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Kimi-Audio Technical report" + } + } + }, + { + "sites": [ + "tunebat--musicbrainz" + ], + "task_id": "tunebat--musicbrainz--297", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the release date, time signature, and bpm of Senorita by Farhan AkhtarConsider using the following website(s): TUNEBAT + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2011, 4/4, 125 bpm" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--227", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "what is the correlation between the variance of life expectance at birth accross and learning-adjusted schoolingConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "-0.0398, essentially uncorrelated" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--246", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country is the most energy efficient with respect to GDP per capita in the year 2022? what is their gdp per kWhConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Ireland. They have a GDP per kWh of $3.04" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--396", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much did US current account deficit narrow in fourth quarter 2024? Plot a bar graph to show this differenceConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar graph of based on the following information: The U.S. current-account deficit, which reflects the combined balances on trade in goods and services and income flows between U.S. residents and residents of other countries, narrowed by $6.3 billion, or 2.0 percent, to $303.9 billion in the fourth quarter of 2024, according to statistics released today by the U.S. Bureau of Economic Analysis. The revised third-quarter deficit was $310.3 billion (table A)." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--44", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract and compare the abstract lengths (in words) of the top 10 most recent submissions.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Table of abstract lengths" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--764", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the U.S./Euro foreign exchange rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.0854 (on 2024-10-18)" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--675", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "On January 10, 2023, how many new COVID-19 cases were reported globally (rounded to the nearest ten thousand)?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~720,000" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--370", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a paper on wildfire monitoring with AI, and tell me how many bidirectional LSTM layers were used in their 3D CNN network? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--738", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much larger was the average commuter rail trip than light rail trip in 2021?Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "20 miles larger" + } + } + }, + { + "sites": [ + "iata" + ], + "task_id": "iata--574", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Describe the strategy to Fly Net Zero and creating net zero CO2 emmissions in 2050. Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "65% Sustainable Aviation Fuel (SAF), 13% New technology, electric and hydrogen, 3% Infrastructure and operational efficiencies, 19% Offsets and carbon capture" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--220", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the top 5 most energy efficient countries with respect to their GDP per capita? what are their gdps per kWh in the year 2022?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Ireland: $3.04 GDP per kWh with GDP per capita of $112,445\nSri Lanka: $2.73 GDP per kWh with GDP per capita of $12,200\nSwitzerland: $2.18 GDP per kWh with GDP per capita of $72,278\nBangladesh: $2.07 GDP per kWh with GDP per capita of $6,263\nHong Kong: $2.01 GDP per kWh with GDP per capita of $58,479" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--94", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a table of total goals and assists for the top 5 scorers in La Liga 2023/24.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5-row table: Player, Goals, Assists." + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--665", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which university is highlighted in HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Harvard University." + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--753", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What does FRED say is a possible reason for sticky prices in the Sticky Price CPI?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Some firms incur costs when changing price of their products." + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--146", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the average number of releases per release groupConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.28" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--403", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percent change at annual rate in personal income from 2024:Q2 to 2024:Q3 for Wisconsin?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.7" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--740", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the date and location of the Winter Legislative Meeting in 2024.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Washington DC, December 5, 2024" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--363", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst articles numbered 401 -450 on the artificial intelligence section of arxiV, how many articles are cross-listed from cs.CL?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "15" + } + } + }, + { + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--149", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which korean artist is behind the most popular rendition of \"Weather and You\" (2023). Aggregating across all albums, singles, EPs, Broadcasts, etc. that that person has published, what is the average number of releases per publication?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Aro, 0" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--268", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? What is the weight difference between Babe Pediatric Sunscreen Lotion 50+ and Lom-style After-Sun Hair Mask?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.82 fl oz" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--72", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using data on ethnic diversity, create a dashboard showing the top 5 most diverse counties in the US.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Diversity dashboard for US counties" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--701", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using regional tourism arrivals data from 2010 to 2020, calculate the compound annual growth rate (CAGR) for Europe and Asia. Which region grew faster, and what was the CAGR difference?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~2.4% CAGR \n Asia: ~4.2% CAGR \n Difference: ~1.8%" + } + } + }, + { + "sites": [ + "uchicago" + ], + "task_id": "uchicago--864", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an report based on selection crieteria for applicants on what a student should prioritize at UchicagoConsider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Very Important: rigor, essays, recommendations, extracurriculars, talent, character. interviews are not considered, all else equally weighted" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--632", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an analysis on the relationship between gender and the prevalence of serious psychological distress among adults, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates differences in the prevalence of serious psychological distress between genders." + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--566", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percent of US adults have obesity?Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "40.00%" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--820", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What year did LP's begin to decline most sharplyConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1978-1979" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--103", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a visualization of financial struggles among small business owners and non-owners. What trends do you observe?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 1: Differences in income volatility and related measures between small business owners and non-owners shows that small business owners experience more financial struggles, including difficulty paying bills, facing unexpected expenses, and incurring credit card late fees. The trend suggests that business owners have higher financial risk than non-owners." + } + } + }, + { + "sites": [ + "climate-gov" + ], + "task_id": "climate-gov--411", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much water have mountain glaciers lost since 1970?Consider using the following website(s): CLIMATE GOV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "26 meters of water equivalent. " + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--236", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "what is the variance in learning-adjusted schooling between countries in 2020Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.46 years" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--695", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Collect monthly international arrivals data for 2021. Calculate the mean, standard deviation, and identify which month was closest to the mean number of arrivals.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mean: ~35M \n Std Dev: ~15M \n Closest Month: October (35.5M)" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--555", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a list of mental health resources and write a reddit post publicizing them.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Call or text 988\n\nChat at 988lifeline.org\n\nTTY users can use their preferred relay service or dial 711 then 988" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--624", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without using the table view, analyze the trend in the prevalence of moderate or severe anxiety symptoms among adults aged 18 and over from 2019 to 2022.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data shows fluctuations in the prevalence of anxiety symptoms among adults over the specified period." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--179", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the mean, median, and range of gini coefficient in 2022 globallyConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mean: 0.5685\nMedian: 0.5839\nRange: 0.3327 to 0.7488\n" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--538", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average time between initial COVID-19 infection and reinfection cases in 2022.Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "179 days" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--62", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the median household income for California and Texas over the past decade then create a line plot showing the trend.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Line plot of median income trends CA vs TX" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--715", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which month in 2021 saw the largest percentage increase in global tourist arrivals compared to the same month in 2020?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "July (~+58%)" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--57", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the methodology sections of the 3 most recent reinforcement learning papers.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Summary of 3 RL paper methods" + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--143", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose that artists are one of the following types: person, group, orchestra, choir, character, and other. Of the albums that have one of the artist types set, which type is the third most common?Consider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Character" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--241", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the lowest infant mortailty rate of any country in 1983. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Ethiopia" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--502", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many workdays did Venezuela have in September 2018?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "20" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--102", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a visualization of financial struggles among small business owners and non-owners. Identify the largest and smallest differences in financial hardship indicators.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Figure 1: Differences in income volatility and related measures between small business owners and non-owners shows that the largest difference is in volatile income (20\u201325 percentage points), while the smallest difference is in NSF fees (2\u20133 percentage points)." + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--133", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners are saving for retirement?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "59.60%" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--30", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Retrieve and analyze BEA data on personal savings rates over the past year.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "line graph showing month by month savings rate over the year " + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--605", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When is National Biosafety Stewardship Month?Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "October 2015." + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--592", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find a clinical trial for breast cancer in adults with malignancies, and find the location closest to Larkspur, Colorado and create an email asking about becoming pregnant within the next 5 months. Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Denver\nUniversity of Colorado\nStatus: Active\nContact: Marlee Elton\nPhone: 303-724-6194\nEmail: marlee.elton@cuanschutz.edu" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--93", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a scatter plot of all Premier League teams showing total Expected Goals vs total Expected Goals Against this season.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Scatter plot with team names as points on xG vs xGA axes." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--47", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find and tabulate all papers that use 'transformers' in their methodology with key configurations.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Table of transformer paper configs" + } + } + }, + { + "sites": [ + "st-louis-fed" + ], + "task_id": "st-louis-fed--454", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "is the unemployment rate worse in California or Texas in september 1996? What is the difference in unemployment rate?Consider using the following website(s): ST LOUIS FED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "California, 1.6 points" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--307", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the public transportation ridership update policy brief for the first quarter of 2024Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "After falling to 20 percent of pre-pandemic levels in April 2020, public transit ridership has recovered\nto 79 percent of pre-pandemic levels.\n2. Transit riders took 7.1 billion trips on public transportation in 2023, a 16 percent increase over 2022.\n3. Public transportation ridership levels increased throughout 2023, while office occupancy rates\nremained stagnant.\n4. Success in ridership recovery has been dependent on transit service delivery and reliability and\nexternal factors, such as the makeup of local economies.\n5. As clearly illustrated during the pandemic, public transportation provides mobility to essential\nworkers, which has sustained transit ridership over the past four years." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--238", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was Sudan's GDP per capita in 2022? If unavailable, provide the closest estimate from a range of recent years.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$3,571" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--429", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "calculate the percentage of students from both the Fall 2016 and Fall 2015 cohorts who graduated in four years or less, and compare the results across different groups.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Graduation in 4 Years or Less (Fall 2016):\nPell Grant: 80%\nNo Pell Grant or Subsidized Stafford Loan: 90%\nSubsidized Stafford Loan but not Pell Grant: 90%\nGraduation in 4 Years or Less (Fall 2015):\nPell Grant: 81%\nNo Pell Grant or Subsidized Stafford Loan: 90%\nSubsidized Stafford Loan but not Pell Grant: 78%\nThere are notable differences in four-year graduation rates based on financial aid status." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--197", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the year 1990 how many tons of sulfure dioxide did the continent of Asia emit Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "41,808,228 t" + } + } + }, + { + "sites": [ + "stocknear" + ], + "task_id": "stocknear--463", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the highest tesla's stock price reached between may 7 2021 and January 6 2023Consider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "409.97 USD" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--846", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How more beats will the 3rd least danceable of the songs mixable with Messy by Lola Young than the most danceable in 1 second(rounding down)Consider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--213", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the countries, which was financially the most sound based on return on assets in 2022: Mozambic and Uruguay Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mozambique" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--798", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use the data in ourworldindata to analyze the trend The United States and China and the UK and India in Per Capita CO2 emissions over the last 20 yearsConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "US consistently down from 20.7t to 14.9t\nChina up from 3.7t to 8.4t\nUK 9.6t to 4.4t\nIndia 1t to 2.1t" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--857", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 3 most recent songs that will sound good mixed with Birds of a FeatherConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Falling In Love - Cigarettes After Sex\nNew Woman (feat. ROSAL\u00cdA) - LISA, ROSAL\u00cdA\nCan\u2019t Catch Me Now - from The Hunger Games: The Ballad of Songbirds & Snakes - Olivia Rodrigo" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--844", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs in F minor are more than 80 popularConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--273", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product?What is the weight difference between Banana Boat Continuous SPF 8 Spray and MAKEPREM UV Defense Sunscreen?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "10.31 fl oz" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--490", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "AS of 02/17/2023, what is the percentage of people vaccinated per 100 population in Guyana?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "61.20%" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--422", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the six-year graduation rate for the Fall 2016 cohort for students who received a Federal Pell Grant, and how does it compare to the rate for students who did not receive either a Pell Grant or a subsidized Stafford Loan?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2016 Cohort:\nFederal Pell Grant: 91%\nNo Pell Grant or Subsidized Stafford Loan: 96%\nStudents who received a subsidized Stafford Loan but not a Pell Grant: 96%\nGraduation rate differences suggest that students receiving Pell Grants may face additional challenges." + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--443", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many students from the Fall 2016 cohort did not persist and did not graduate for reasons such as death, permanent disability, or military service, and what is the impact on the overall graduation rate?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2016 Cohort (Non-persistence Reasons):\nDeceased, Disabled, Armed Forces, etc.: 3 students\nImpact on Graduation Rate: 0.27% reduction in total graduation rate for the cohort (from 95% to 94.73%)" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--39", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the number of authors per paper for the last 15 submissions then create a histogram.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Histogram of author counts" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--540", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of ICU beds occupied by COVID-19 patients in California hospitals for the week of December 25-31, 2022. Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.3% of ICU beds" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--691", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country had a higher growth rate in 2020, Brazil or Indonesia, and what were the respective growth rates?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Brazil \u2192 ~0.72% \n Indonesia \u2192 ~1.07%. Indonesia had a higher growth rate." + } + } + }, + { + "sites": [ + "iata" + ], + "task_id": "iata--416", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "IATA Sustainability and Economics published a chart assessing the risks in 2025. Identify the number of high likelihood high impact risks (number risks in that quadrant of their chart) that they identifiedConsider using the following website(s): IATA , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "8" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--340", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List the text retrievers used as baseline models in the MMDocIR paperConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "DPR, ColBERT, BGE, E5, Contriever, GTE" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--428", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of 'Two or more races, non-Hispanic' undergraduates in relation to total enrollment. Investigate whether this category has seen any notable growth or decline in recent years. Provide an infographic to present to university leadership on emerging racial/ethnic trends in student demographics.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Two or more races, non-Hispanic Enrollment (Degree-Seeking): 70\nTotal Enrollment: 345\nPercentage: 7.41%\nInfographic should highlight the consistent enrollment rate for multi-racial students and discuss trends in multi-racial identity." + } + } + }, + { + "sites": [ + "climate-gov" + ], + "task_id": "climate-gov--412", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am interested in Climate Tech articles. There is an article on how landmark buoys across the tropical pacific ocean get a makeover, tell me which date it was publishedConsider using the following website(s): CLIMATE GOV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "April 11, 2023" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--759", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the M1 to M2 ratio for Argentina?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.51805" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--203", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Is tuvalu an outlier in terms of life expectancy given how much they spend on healthcare? Explain why or why not statisically Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--27", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the sectors contributing the most to GDP growth this quarter.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "consumer spending, inventory investment, and business investment." + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--819", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the biggest driver of growth at the end of 2022Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Streaming" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--519", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is international tourism receipts (USD billions) for El Salvador in 2014Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.8" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--3", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Assess the relationship between personal income and GDP growth.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Personal income increased by 0.2% in August 2024. GDP grew by 3.0% in Q2 2024, with consumer spending as a key factor." + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--868", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an analysis based on the effect of covid on tourismConsider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Before covid:\n- Africa: 96.47\n- Americas: 100.79\n- Asia and the Pacific: 96.51\n- Europe: 103.51\n- Middle East - 99.39\n\nCovid:\n- Africa: 2.69\n- Americas: 8.04\n- Asia and the Pacific: 8.63\n- Europe: 13.30\n-Middle East 1.01" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--260", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the tanner product which has a volume as close to the average volume of all tanner prouducts as possibleConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "St. Tropez Self Tan Express Starter Kit" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--199", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In what year did AI systems image-recognition capabilities exceeed that of humans for the first time?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2015" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--727", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a visualization showing the trend of public transit funding sources over the past 20 years using APTA\u2019s financial reports. Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--293", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the BPM of Crazy by PL\u00dcMConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "100 BPM" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--858", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 3 most recent songs that will sound good mixed with Die With a Smilenot including other recommendationsConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Say Yes To Heaven - Lana Del Rey\nReflections - The Neighbourhood\nMessy - Lola Young" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--83", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract hurricane frequency data from two NOAA reports and create a time series plot from 1980 to 2023.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Time series plot of hurricane frequencies" + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--561", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare obesity rates with median household income across all US counties for 2019, and write a summary about the corrolation.Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Obesity is a significant public health issue in the U.S., with varying rates across different regions. In 2019, obesity rates in U.S. counties ranged dramatically from less than 20% in some areas to over 40% in others. Median household income, on the other hand, also varies widely between counties, with rural areas typically showing lower incomes than urban areas." + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--687", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the most populous country in Africa in 2020 and provide its population.Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Nigeria \u2192 ~206 million." + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--776", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Why was the interest rate on excess reserves data discontinued?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "IOER and IORR were replaced with a single rate, the IORB" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--642", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the most popular jobs in ATLANTA, GA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Police Officers." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--56", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the evaluation metrics used in the last 5 papers on knowledge graphs.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Evaluation metrics summary for 5 KG papers" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--702", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using tourism revenue data from 2010 to 2020, calculate the CAGR (Compound Annual Growth Rate) for Africa and Europe. Which region grew faster, and by how much?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Example: \n Africa: ~3.2% CAGR \n Europe: ~1.8% CAGR \n Difference: ~1.4%" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--834", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Build a graph comparing the bpm of the 5 most popular songs in F minor Consider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "https://www.desmos.com/calculator/ixobjhlcak" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--233", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the standard deviation in efficiency with respect to GDP per capita among high income countries with GDP per capita > $30,000. What is the avergae per capita energy use in these countries. Look at data from 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$0.54 per kWh" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--824", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Where can fans find Randy Travis in 2025Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "More Life Tour," + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--735", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the publication date of the latest APTA Public Transportation Fact Book.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2023" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--602", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is step 5 of the R01 Application process review stage.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Applications undergo initial peer review" + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--782", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report based on full time student data advocating for whether undergraduate programs at UChicago could benefit from more DEI initiativesConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Only 456 Black, 1 Pacific Islander, compared to the 7526 total, while white is 2513, hispanic is 1122, nonresident is 1199, and asian is 1499" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--130", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of Hispanic small business owners report income volatility?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "According to Figure 2: Income volatility by race and small business owner status, approximately 41% of Hispanic small business owners report income volatility." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--209", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Model literacy rates using the share of GDP per capita spent by the government on each primary school student and healthcare spending as a share of GDP per capita as independent variables. Test the model using data from years ending in 2 or 7, and train the model on data from other years. Use traditional statistical methods instead of deep learning.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Literacy Rate = 84.312 + 1.705 * (Public Health Expenditure as % of GDP) + 0.183 * (Government Expenditure per Primary Student as % of GDP per capita)\nMSE: 7.91" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--711", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the total number of international tourist arrivals in the Americas in 2020 (nearest million)?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~70 million" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--505", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to study how the number of holidays per year has changed from 2010 to 2015 for Yemen. Choose an appropriate graph representation for the data and use that to represent the dataConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar or line graph showing estimated number of holidays for each period" + } + } + }, + { + "sites": [ + "uchicago--mit" + ], + "task_id": "uchicago--mit--482", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which school has a greater proportion of full time students amongst students who enrolled in Fall 2023?Consider using the following website(s): UCHICAGO + MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Same, both have 100% full time students" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--271", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product?If these products needed to be shipped in containers with a maximum capacity of 12 fluid oz, what would be the most efficient groupings?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Container 1: Sun burn relief (16 oz) - Note: This exceeds container capacity\nContainer 2: Sunscreen (12 oz)\nContainer 3: Sunscreen (5.07 oz), Sun burn relief (4.20 oz), Sunscreen (2.37 oz) - Total: 11.64 oz\nContainer 4: Tanner (3.53 oz), Sunscreen (3.38 oz), Sunscreen (3.20 oz), Sunscreen (1.69 oz) - Total: 11.80 oz\nContainer 5: Sunscreen (3.00 oz), Sunscreen (2.08 oz), Sunscreen (2.00 oz), Sunscreen (1.60 oz), Tanner (1.08 oz), Lipstick (1.02 oz) - Total: 10.78 oz" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--435", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For the Fall 2015 cohort, how did the graduation rates of students who received a Federal Pell Grant compare to those who did not receive either a Pell Grant or a subsidized Stafford Loan?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2015 Cohort:\nFederal Pell Grant: 93%\nNo Pell Grant or Subsidized Stafford Loan: 97%\nSubsidized Stafford Loan but not Pell Grant: 93%\nGraduation rates are slightly higher for students who did not receive Pell Grants." + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--659", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which products are associated with EAST PALO ALTO, CA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Educational Services, Health Care, and Related Products for Persons and Public, Community, and Social Services." + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--671", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "During January 2023, which day had the highest Daily New Cases and which day had the lowest, and what\u2019s the difference?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "- Highest: Jan 5 (~1.05M)
- Lowest: Jan 9 (~170K)
- Difference: ~880K" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--815", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the top album mid 2024Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Nu King- Jason Derulo" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--598", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the total NIH budget for 2022.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$45 billion" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--42", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a visualization of topic clusters from the abstracts of the last 30 papers using keyword frequency.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Topic cluster visualization" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--180", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the mean, median, and range of cancer death rate from 2010-2015 globallyConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Mean: 104.49 deaths per 100,000 people\nMedian: 107.82 deaths per 100,000 people\nRange: 21.31 to 183.32 deaths per 100,000 people" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--612", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average number of mentally unhealthy days reported by adults aged 18 and over in the past 30 days, and post the results on Reddit.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates that adults reported an average of X mentally unhealthy days in the past 30 days." + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--147", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of works have an ISWCConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "17.50%" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--275", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Perform a linear regression over price and product weights in this category and report your answer as price = a*weight + b Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Price = 0.16*weight+24.30" + } + } + }, + { + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--154", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is the artist behind the most popular rendition of \"Slow Dancing in a Burning Room\"? Who is the korean artist behind the song \"Weather and You\" (2023). Which artist has more a consistent number of releases per album? Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Aro (STD 0.49, vs 3.99 for John Mayer)" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--696", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the international tourist arrivals for Europe and Asia in 2020. What was the difference (in millions)?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~240M \n Asia: ~80M \n Difference: ~160M" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--645", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the most common degree in ATLANTA, GA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Computer Science." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--355", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When you look at birds in flight, what is wrong with video segmentation model VISA? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "miss target" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--225", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the average energy efficiency with respect to GDP per capita among middle income countries with GDP per capita > 10,000-30,000. What is the avergae per capita energy use in these countries. Look at data from 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average efficiency: $0.94 GDP per kWh\nAverage energy use: 23,456 kWh/person" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--278", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Suppose these products were stocked on a shelf in order of Lipstick, Tanner, Sunscreen, and Sunburn Relief, and then by volume within categories (smallest to largest). Buy the first item on the shelfConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Elizabeth Arden 8 Hour Lip Protectant Stick SPF 15, Berry" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--371", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Give me an exact pseudocode algorithm that mitigates the accumulator complexity increase in Karatsuba Matrix Multiplication, through performing matrix multiplication that uses an alternative accumulation structure that reduces accumulation hardware complexity. Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "function MM1(A, B, p)\n for i = 0; i < M; i++ do\n for j = 0; j < N; j++ do\n C[i, j] = 0\n for k = 0; k < K; k += p do\n x = 0\n for q = 0; q < p; q++ do\n x += A[i, k + q] * B[k + q, j]\n end for\n C[i, j] += x\n end for\n end for\n end for\n return C\nend function\n" + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--563", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the median BMI for adults aged 45-54 in Florida for 2019Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "29.4" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--398", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Use the BEA Data API to write code to plot graph of personal income by state over time, with each state being a line on a line graph. Make sure you follow the instructions in the user guide. Write but do not run the codeConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "# -----------------------------------------------------------\n# 2. Line chart \u2013 Personal Income by U.S. state (annual)\n# -----------------------------------------------------------\nimport requests, pandas as pd, matplotlib.pyplot as plt\n\nUSER_ID = \"YOUR-36-CHARACTER-KEY\"\n\nparams = {\n \"UserID\": USER_ID,\n \"method\": \"GetData\",\n \"DataSetName\": \"Regional\",\n \"TableName\": \"SAINC1\", # Personal-income summary table (annual) :contentReference[oaicite:2]{index=2}​:contentReference[oaicite:3]{index=3}\n \"LineCode\": \"1\", # Line 1 = Total personal income\n \"GeoFIPS\": \"STATE\", # all states\n \"Year\": \"ALL\",\n \"ResultFormat\": \"JSON\"\n}\nres = requests.get(\"https://apps.bea.gov/api/data\", params=params, timeout=30).json()\ndf = pd.DataFrame(res[\"BEAAPI\"][\"Results\"][\"Data\"])\n\n# Clean & plot\ndf[\"DataValue\"] = df[\"DataValue\"].str.replace(\",\", \"\").astype(float)\ndf_pivot = df.pivot(index=\"TimePeriod\", columns=\"GeoName\", values=\"DataValue\").sort_index()\n\nplt.figure(figsize=(14, 8))\nfor state in df_pivot.columns:\n plt.plot(df_pivot.index, df_pivot[state], linewidth=0.8, label=state)\nplt.title(\"Personal Income by State (millions of dollars)\")\nplt.xlabel(\"Year\"); plt.ylabel(\"Millions of $\"); plt.legend(ncol=4, fontsize=7)\nplt.tight_layout()\n# plt.show()\n" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--676", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "On January 15, 2023, how many Daily New Cases vs. Daily New Deaths were reported worldwide, and what was the ratio of cases to deaths?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "- Daily New Cases: ~1.08M
- Daily New Deaths: ~3,900
- Ratio: ~277:1" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--610", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What state has the highest historical Probability of wildfies in January 27 from 1992 to 2015?Consider using the following website(s): NOAA , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Texas" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--848", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How more beats will the least danceable of the songs mixable with A Bar Song will than the 8th most danceable in 36 seconds(rounding down)Consider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "6.6" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--636", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the most common industries in HOUSTON, TX and EAST PALO ALTO, CA. Which city has industries related to construction?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "HOUSTON, TX \u2192 Restaurants & Food Services \n EAST PALO ALTO, CA \u2192 Construction. EAST PALO ALTO has construction industries." + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--132", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of non-owners report having $0 in their household checking and savings accounts?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5.10%" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--869", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an post based on population growth from now in the next 30 yearsConsider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "reached 8 billion in 2022, according to United Nations estimates.\nis projected to reach 9 billion in 2037, and 10 billion in 2060.\nhas doubled in 40 years from 1959 (3 billion) to 1999 (6 billion).\nis currently (2024) growing at a rate of around 0.87% per year, adding around 71 million people per year to the total.\ngrowth rate reached its peak in the late 1960s, when it was at 2.09%.\ngrowth rate is currently declining and is projected to continue to decline in the coming years (reaching below 0.50% by 2047, reach 0 in 2084, and decline by -0.12% in 2100) .\na tremendous change occurred with the industrial revolution: whereas it had taken all of human history up to the year 1800 for world population to reach 1 billion, the second billion was achieved in only 130 years (1930), the third billion in 30 years (1960), the fourth billion in 15 years (1974), the fifth billion in 13 years (1987), the sixth billion in 11 years (1998), the seventh billion and eighth billion in 12 years each (2010 and 2022). During the 20th century alone, the population in the world has grown from 1.65 billion to 6 billion." + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--37", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the national Personal Consumption Expenditures (PCE) growth rate in 2023?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "A single value or sentence summarizing the annual PCE growth rate " + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--6", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare corporate profit growth rates across industries for the last year.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "table or bar chart listing industries and their growth rates " + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--129", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the smallest reported percentage difference in financial instability metrics between small business owners and non-owners? Express the difference in both percentage points and relative terms.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The smallest difference appears in more than 3 NSF fees, where the gap is around 2\u20133 percentage points. If non-owners report NSF fees at 4%, this represents a relative increase of 50\u201375% for small business owners." + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--136", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners have incomes in the highest two categories ($80,001 or more)?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "45.60%" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--329", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", based on the node diagram, what is the most influential website (highest hub centrality) in general?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "thegatewaypundit.com" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--137", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners report experiencing unexpected expenses?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "6.20%" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--26", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the percentage change in federal government spending this quarter compared to last.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Paragrpah summarizing changes in income, DPI, spending, and savings with comparisons between " + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--562", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the percentage change in childhood obesity rates in New York state between 2015 and 2019.Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.3% increase" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--794", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use data in ourworldindata to analyze the trend The United States and China in Per Capita CO2 emissions over the last 20 yearsConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "US consistently down from 20.7t to 14.9t\nChina up from 3.7t to 8.4t" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--347", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the best performing backbone used for VRS-HQ when comparing it with previous methods on validation sets of RVOS datasets? Consider it only for youtube. Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Chat-UniVi-13B" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--118", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the approximate percentage point difference in experiencing volatile income between small business owners and non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "From Figure 1: Differences in income volatility and related measures between small business owners and non-owners, the unadjusted difference is about 25 percentage points, while the income- and age-adjusted difference is slightly lower, around 20 percentage points." + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--258", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the product who's volume is closest to the median volume over all products, regardless of category Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "EXTRASHADE Premium Hydro Boost Sunscreen for Face & Body and for Black people, Broad Spectrum UVA/UVB Oil Free, Non-Greasy Sun block with Hyaluronic Acid, Moisturizing Sun Screen Lotion spf 30, (3 FL Oz)\n" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--200", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In what year did AI systems reading-comprehension capabilities exceeed that of humans for the first time?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2018" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--427", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Based on the data, what percentage of the Fall 2016 cohort who received a Federal Pell Grant completed their program in more than four years but in five years or less?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2016 Cohort (Pell Grant):\nCompleted in 5 years or less: 17 students\nPercentage of total Pell Grant recipients (183): 9.28%\nApproximately 9.28% of Pell Grant recipients completed their degree in 5 years or less." + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--22", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the state with the highest PCE growth rate.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Florida: 8.1%" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--821", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What year had the highest % sales in CD in terms of revenueConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2002" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--229", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the global average energy efficiency with respect to GDP per capita in the year 2022?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$1.08 per kwH" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--484", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is average goals in matches in 2017 march for Serie A? Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.93" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--128", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the smallest reported percentage difference in financial instability metrics between small business owners and non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The smallest difference appears to be in the category of \"More than 3 NSF fees,\" which has a relatively small gap (around 2-3 percentage points) between small business owners and non-owners, as seen in Figure 1: Differences in income volatility and related measures between small business owners and non-owners." + } + } + }, + { + "sites": [ + "arkiv" + ], + "task_id": "arkiv--313", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Tell me the second author on a paper studying how we do matrix multiplication on hardwareConsider using the following website(s): ARKIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Nicola Nicolici" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--520", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is International tourist arrivals for Angola in 2015Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.59" + } + } + }, + { + "sites": [ + "tunebat--richard-powers" + ], + "task_id": "tunebat--richard-powers--301", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What kind of dance is Blue Sky by Ella Fitzgerald between six count swing, lindy hop, and west coast swingConsider using the following website(s): TUNEBAT + RICHARD POWERS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Lindy Hop " + } + } + }, + { + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--450", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take the sum of the number of comments on the top 4 hottest posts on /f/wallstreetbets on Reddit. Look on ArxiV for the paper that is at that index, and tell me the main limitation of the method the paper espousesConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "While STL significantly advances equivariant learning, it encounters challenges with transformations that extend beyond single image pairs. Complex transformations, such as those involving combinations or mixtures of multiple images, fall outside STL\u2019s current capacity as it relies on pairwise transformation representations. Further research could explore ways to adapt STL to accommodate more complex, multi-image transformations and better capture their inherent structure." + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--75", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Aggregate climate change indicators (CO2 levels, temperature anomaly, Arctic sea ice extent) from two datasets and create a dashboardConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Dashboard showing climate indicators" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--58", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Aggregate and plot the trend of agricultural employment by state from 2000 to 2020.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Agricultural employment trend plot" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--224", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the average energy efficiency with respect to GDP per capita among low income countries with GDP per capita < $10,000. What is the avergae per capita energy use in these countries? Are there any notable acceptions? Look at data from 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average efficiency: $0.87 GDP per kWh\nAverage energy use: 8,124 kWh/person\nNotable exceptions: Bangladesh ($2.07/kWh) and Sri Lanka ($2.73/kWh)" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--796", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use ourworldindata to analyze the trend in ppopulation in The United States vs chinaConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "US: 281.48 mil to 343.48 mil\nChina: 1.27 bil tto 1.42 bil" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--323", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Liang Yu's article on coding productivity with AI, what is the minimum satisfaction score for users who utilize coding assistant tools for 3 to 4 months? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--349", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the learning rate used for finetuning in the VRS-HQ paper? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.0003" + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--565", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Using the obesity rates in Oklahoma, write a convincing description of a healthy food and its health perks, and purchase some of the ingridients that are available. Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "In Oklahoma, like many other states, obesity rates are a significant concern. According to recent data, the state's adult obesity rate is estimated to be over 35%, higher than the national average. This is alarming, given that obesity is linked to numerous chronic health issues like heart disease, diabetes, and hypertension. One way to combat this trend is by incorporating nutritious, whole foods into our daily diets. A delicious and highly nutritious choice is a Spinach and Avocado Salad\u2014a meal that\u2019s not only easy to prepare but also packed with a variety of health benefits.\nSpinach and Avocado Salad:\n\nIngredients:\n\n Fresh spinach (baby spinach or regular)\n\n Avocados\n\n Cherry or grape tomatoes\n\n Red onions (optional, for added flavor)\n\n Olive oil (extra virgin)\n\n Lemon juice (freshly squeezed)\n\n A sprinkle of feta cheese or nuts (optional)\n\n Salt and pepper to taste" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--166", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average and standard deviation of annual CO\u2082 emissions per capita for the United States over the past decade.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average: 15.47 tonnes CO\u2082 per capita \nStandard Deviation: 0.95 tonnes CO\u2082 per capita" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--121", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the difference in the likelihood of small business owners experiencing more than 3 overdraft fees compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "6.4 percentage points" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--194", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the top four countries with the highest internet penetration in 2022. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bahrain 100.0% \nQatar 100.0% \nSaudi Arabia 100.0% \nUnited Arab Emirates 100%" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--391", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to know the impact of training dataset on VRS-HQ. Plot a bar graph to show this. I want both granular data and the averagesConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "| Dataset | Ref J | Ref F | Ref J&F | Reas J | Reas F | Reas J&F | Average |\n|----------------|-------|-------|---------|--------|--------|-----------|---------|\n| Joint | 59.8 | 64.5 | 62.1 | 53.5 | 58.7 | 56.1 | 59.12 |\n| w/o ImageSeg | 58.5 | 63.2 | 60.8 | 51.0 | 56.3 | 53.6 | 57.23 |\n| w/o VideoQA | 58.7 | 63.7 | 61.2 | 52.4 | 58.0 | 55.2 | 58.20 |\n| w/o ReVOS | 55.3 | 60.1 | 57.7 | 45.3 | 51.6 | 48.5 | 53.08 |\n| **Average** | 58.08 | 62.88 | 60.45 | 50.55 | 56.15 | 53.35 | 56.58 |\n" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--643", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the most popular jobs in EAST PALO ALTO, CA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Correctional Officers and Jailers." + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--492", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "AS of 14.03.2023, what is the percentage of people vaccinated per 100 population in Brazil?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "88.10%" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--652", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the top location for HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Popular for Restaurants & Food Services." + } + } + }, + { + "sites": [ + "iata--understat" + ], + "task_id": "iata--understat--419", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Set x = the jet fuel price index on September 2023 (based on January 2019 = 100). Set y = the number of matches in Bundesliga in September 2023. Let z = x - y. Tell me what z is. Consider using the following website(s): IATA + UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "139" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--379", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am trying to know which models are most similar to humans in appreciating artworks. Out of GPT-4o, Gemini 1.5-flash and Claude 3.5-sonnet, with any prompting method, which is most similar to humans?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Gemini 1.5 flash" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--508", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a graph of the monthly trend for international airline passengers for Spain in 2012. Briefly describe the graph, including when the monthly airline passengers peaksConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Peaks in august" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--784", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report based on the effect of the pandemic on public trnasportationConsider using the following website(s): MIT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Ridership is not a clear metric for success, and that public transport remains necessary in today's world, even when ridership says otherwise. " + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--184", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For countries with GDP per capita > 14,000 USD, find the cross-correlation (average maximum correlation and average lag) between unemployment and covid-19 cases?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average maximum correlation: -0.258\nAverage lag: 6.05 days" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--532", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country had the most monthly airline passengers in March 2014? All countries in datasetConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "USA" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--494", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "AS of August 2nd, 2024, what is the percentage of people vaccinated per 100 population in Lithuania?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "71.20%" + } + } + }, + { + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--153", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is the artist behind the most popular rendition of \"Slow Dancing in a Burning Room\"? Who is the korean artist behind the song \"Weather and You\" (2023). What average porportion of the average songs that are singles. That is, for each artist find the porportion of songs that are single, then average the two numbersConsider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "John Mayer, Aro, 58.6%" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--402", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the percent change at annual rate in personal income from 2024:Q2 to 2024:Q3 for Minnesota?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.2" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--586", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the total NIH funding for R01 grants in 2022Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$13.6 billion" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--338", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper studying personality modeling for AI agent misinformation persuasion, what was the interactions framework used to test the agents in called?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "AgentScope" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--362", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst articles 201-300 on the artificial intelligence section of arxiV, how many articles have a button that gives the user an option to view the article in html? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "89" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--205", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List all countries with a life expectancy above 80 years in 2023. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Monaco 86.4 years \nSan Marino 85.7 years \nHong Kong 85.5 years \nJapan 84.7 years \nSouth Korea 84.3 years \nSaint Barthelemy 84.3 years \nFrench Polynesia 84.1 years \nAndorra 84.0 years \nSwitzerland 84.0 years \nAustralia 83.9 years \nSingapore 83.7 years \nItaly 83.7 years \nSpain 83.7 years \nLiechtenstein 83.6 years \nGibraltar 83.6 years \nReunion 83.5 years \nFrance 83.3 years \nNorway 83.3 years \nMalta 83.3 years \nGuernsey 83.3 years \nSweden 83.3 years \nMacao 83.1 years \nVatican 83.0 years \nUnited Arab Emirates 82.9 years \nIceland 82.7 years \nCanada 82.6 years \nMartinique 82.6 years \nIreland 82.4 years \nIsrael 82.4 years \nQatar 82.4 years \nPortugal 82.4 years \nBermuda 82.3 years \nLuxembourg 82.2 years \nNetherlands 82.2 years \nBelgium 82.1 years \nNew Zealand 82.1 years \nGuadeloupe 82.1 years \nAustria 82.0 years \nDenmark 81.9 years \nFinland 81.9 years \nGreece 81.9 years \nPuerto Rico 81.7 years \nCyprus 81.6 years \nSlovenia 81.6 years \nGermany 81.4 years \nUnited Kingdom 33.9 years 81.3 years +47.4 years +140%\nBahrain 81.3 years \nChile 81.2 years \nMaldives 81.0 years \nIsle of Man 81.0 years \nCosta Rica 80.8 years \nTaiwan 80.6 years \nKuwait 80.4 years \nCayman Islands 80.4 years \nSaint Martin (French part) 80.2 years " + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--835", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Build a graph comparing the danceability of the 5 most popular songs in F major vs C majorConsider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "https://www.desmos.com/calculator/9homj7cmh2" + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--558", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average adult obesity rate across all Southern states for 2019.Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "34.90%" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--196", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In 2023, which 5 countries had the highest life expectancy, do not use database viewConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Monocao, San Marino, Hong Kong, Japan, South Korea" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--46", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract titles of the last 10 papers submitted and calculate the average number of words per title.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average word count from 10 titles" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--628", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report on the impact of serious psychological distress on physical health among adults, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data suggests a strong link between serious psychological distress and adverse physical health outcomes." + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--394", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many references did the paper on \"The Impact of Subsidies on Measuring Productivity and the Sources of Economic Growth\" have?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--324", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Liang Yu's article on coding productivity, what job roles did they select participants from? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Software Developer, Software Architect, DevOps engineer" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--813", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the predicted synchronization royalties increase from mid year 2024 to end of year 2024 using the inflation adjustment from the music revenue database as well as the 2022 year end reportConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "16.5/15.9 = 1.0377\n1.0377 * (382.5-200.9) = 188.45 M" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--25", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the peak year for foreign direct investment.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2015" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--545", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create an analysis using the infection rate in 2022 to describe a good way to go outside in nature and physically disatance and buy some outdoor clothes for this activity. Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "In early 2022, the Omicron variant caused a significant surge in COVID-19 cases. By mid-2022, COVID-19 rates had decreased in many areas due to widespread vaccinations and increased immunity from prior infections. Engaging with nature in a way that respects physical distancing is both safe and beneficial. Outdoor spaces, such as parks, hiking trails, beaches, and open fields, offer ample opportunities for enjoyment while maintaining safe distances from others. " + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--359", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post talking about the latest new benchmark for multi-modal document retrieval. Include the huggingface link to the benchmark in your answerConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "A new benchmark, named as MMDocIR, encompassing two distinct tasks: page-level and layout-level retrieval. The former focuses on localizing the most relevant pages within a long document, while the latter targets the detection of specific layouts, offering a more fine-grained granularity than whole-page analysis. A layout can refer to a variety of elements such as textual paragraphs, equations, figures, tables, or charts. The MMDocIR benchmark comprises a rich dataset featuring expertly annotated labels for 1,685 questions and bootstrapped labels for 173,843 questions, making it a pivotal resource for advancing multi-modal document retrieval for both training and evaluation. Through rigorous experiments, the autors reveal that (i) visual retrievers significantly outperform their text counterparts, (ii) MMDocIR train set can effectively benefit the training process of multi-modal document retrieval and (iii) text retrievers leveraging on VLM-text perform much better than those using OCR-text. These findings underscores the potential advantages of integrating visual elements for multi-modal document retrieval. MMDocIR is available at https://huggingface.co/MMDocIR." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--240", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the internet penetration in the United States of America in 2007?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "75%" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--434", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Examine the enrollment data for Black or African American, non-Hispanic undergraduate students. Identify any significant changes in enrollment over time and correlate these changes with relevant socioeconomic factors or national events. Write a research note for the university's diversity office with recommendations on how to support this demographic.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Black or African American, non-Hispanic Enrollment (Degree-Seeking): 94\nTotal Enrollment: 362\nResearch note should suggest supporting the African American community by offering scholarships and mentorship programs to further increase enrollment." + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--646", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the most common degree in CHICAGO, IL?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Registered Nursing." + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--611", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average number of mentally unhealthy days reported by adults aged 18 and over in the past 30 days, and post the results on Reddit.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates that adults reported an average of 4.7 days mentally unhealthy days in the past 30 days." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--380", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am trying to know which models are most similar to humans in appreciating artworks. Out of GPT-4o, Gemini 1.5-flash and Claude 3.5-sonnet, without any chain of thought prompting, which is most similar to humans?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Gemini 1.5 flash" + } + } + }, + { + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--158", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is the artist behind the most popular rendition of \"Slow Dancing in a Burning Room\". How many albums has that person released, not including the \"album + live\" category?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "John Mayer, 8" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--810", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What branch of Sony works to fight for social justiceConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Global Social Justice Fund" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--123", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the increase in reported income volatility when comparing White non-owners to White small business owners? Express this as both an absolute and percentage increase.Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "White small business owners report 64% income volatility, while White non-owners report 23%. This results in an absolute increase of 41 percentage points and a relative increase of about 178%." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--321", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In Liang Yu's article on coding productivity with AI, what is the 25 percentile satisfaction score for users who utilize coding assistant tools for more than 6 months? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--760", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the ratio of federal debt to the economic output of the U.S.?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "120.0399" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--364", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Amongst articles numbered 501 -550 on the artificial intelligence section of arxiV, how many articles are cross-listed from cs.LG?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "8" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--629", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report on the impact of serious psychological distress on physical health among adults, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data suggests a strong link between serious psychological distress and adverse physical health outcomes." + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--20", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the average annual foreign direct investment from 2014-2022.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$265.6 billion" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--29", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify which sector had the largest increase in investment this quarter.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "brief text summary naming top sector and the context " + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--425", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the percentage of enrollment for students whose race/ethnicity is 'unknown.' Investigate whether this figure has increased or decreased over time and provide recommendations on how the university can improve data collection practices. Summarize your findings in a report for the university's data analytics department.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Race and/or Ethnicity Unknown Enrollment (Degree-Seeking): 47\nTotal Enrollment: 118\nPercentage: 2.53%\nReport should suggest improving student self-identification options to reduce 'unknown' race/ethnicity data and ensure more accurate demographic representation." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--50", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Generate a bar chart showing the number of papers submitted per day for the last 7 days.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar chart of submissions by day" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--741", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the key challenges facing public transportation funding according to APTA\u2019s latest advocacy materials.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Half of all agencies, and 71% of the largest public transportation agencies expect to face a fiscal cliff in the next 5 years. This could greatly hurt future funding levels." + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--113", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more likely are small business owners to own their current residence compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "12.3 percentage points" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--181", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the Standard Deviation of death rate from 2010-2015 globallyConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "29.66 deaths per 100,000 people" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--385", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. Tell me what the worst defence is and its average dropConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "random, 2.515%" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--21", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Evaluate foreign direct investment trends and their potential impact on GDP.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "While GDP growth remained strong at 3.0% in Q2 2024, the declining FDI trend could pose long-term risks to economic expansion. If the U.S. continues to experience reduced foreign investment, future GDP growth might slow due to lower business investment and productivity gains." + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--265", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? If these products were stocked on a shelf in order of Lipstick, Tanner, Sunscreen, and Sunburn Relief, and then by volume within categories (smallest to largest), what would the arrangement look like?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.02 oz, Elizabeth Arden 8 Hour Lip Protectant Stick SPF 15, Berry\n1.08 oz, Glossiva Self Tanner for Face and Body - 32ml (Light/Medium)\n3.53 oz, St. Tropez Self Tan Express Starter Kit\n1.60 oz, Heliabrine Solar Defense SPF 30\n1.69 oz, MAKEPREM UV Defense Me Daily Sun Essence SPF 50+ PA++++\n2.00 oz, THRIVE Natural Moisturizing Mineral Face Sunscreen SPF 30\n2.08 oz, Heliabrine Solar Defense SPF 50\n2.37 oz, 3w Clinic Intensive UV Sunblock Cream SPF50 PA+++\n3.00 oz, EXTRASHADE Premium Hydro Boost Sunscreen SPF 30\n3.20 oz, Unsun Mineral Tinted Face Sunscreen Light/Medium\n3.38 oz, Babe Pediatric Sunscreen Lotion 50+\n5.07 oz, Piz Buin FP15 TAN & PROTECT LOTION\n12.00 oz, Banana Boat Continuous SPF 8 Spray Dry Oil With Argan Oil\n4.20 oz, Lom-style Sun Care After-Sun Hair Mask\n16.00 oz, Green Leaf Naturals Pure Aloe Vera Gel" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--581", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the geographical distribution between these two states (Wisconsin, New Mexico) and their projects and fundings, and corrolate this between the state population. Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "State New Mexico\nCongressional District: All\nProjects\n223\nFunding\n$147,867,373\n_______________________________\nState Wisconsin\nCongressional District: All \nProjects\n1,197\nFunding\n$740,228,600" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--223", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the average energy efficiency with respect to GDP per capita among high income countries with GDP per capita > $30,000. What is the avergae per capita energy use in these countries. Look at data from 2022Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Average efficiency: $1.31 GDP per kWh\nAverage energy use: 47,892 kWh/person" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--697", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the percentage drop in international arrivals for Europe and the Americas between 2019 and 2020. Which region experienced the greater drop, and by how many percentage points?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~-68% \n Americas: ~-65% \n Difference: ~3 percentage points" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--204", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List all countries which, at any point between 2010-2020, were outside 2 standard deviations of the mean from 2010-2022 in terms of mini coefficientConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "There are none :p " + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--276", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Suppose all products were organized on a shelf by lowest to highest price per ounce. Buy the last item on the shelfConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Elizabeth Arden 8 Hour Lip Protectant Stick SPF 15, Berry" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--174", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the contenient with the highest fraction of energy generated by low-carbon sources in 2023. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "South America at 76.51%" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--778", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a report based on the most recent statement on the senate for tax on public transportationConsider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The letter strongly supports maintaining the tax-exempt status of municipal bonds as a crucial infrastructure financing tool, warns against the economic impact of taxing bond interest, and advocates for federal bond modernization to enhance infrastructure investment." + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--845", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs that will sound good paired with a Bar Song are more danceable than it, what are theyConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Texas Hold Em - Beyonce, You Proof - Morgan Wallen" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--543", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "COVID-19 (coronavirus disease 2019) is a disease caused what virus?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "SARS-CoV-2 virus." + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--503", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to study how the number of holidays per year has changed from 2010 to 2015 for Botswana. Choose an appropriate graph representation for the data and use that to represent the dataConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar or line graph showing estimated number of holidays for each period" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--212", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the countries which reported, how many had GDP per capita greater than $10,000 in 2010? Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "114 countries had a GDP per capita greater than $10,000" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--69", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the median property values across three US states (e.g., Arizona, Nevada, Utah) and plot them for the last 10 years.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Median property value line plots" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--267", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? What is the correlation between price and weight?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.208" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--650", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the top location for CHICAGO, IL?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Popular for jobs like Police Officers and Registered Nurses." + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--723", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the average annual ridership per U.S. public transit agency using data from APTA\u2019s Transit Statistics.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.03 billion vehicle revenue miles in 2021" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--167", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "calculate the change in variance of life expactancy at birth between 2010 and 2020Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.37 years" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--19", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine how many states have a PCE growth rate above the national average of 6.4%.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "20" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--84", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find two NOAA climate outlooks (2020 vs 2023) and compare predicted vs observed climate trends in a short reportConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Comparison report predicted vs observed trends" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--539", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the median age of COVID-19 hospitalizations in California for October 2022.Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "64 years" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--517", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose a random day in Q3 2010, what is the probability that it will be a workday in Pakistan?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.696" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--795", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use ourworldindata to analyze the trend in ppopulation in The United StatesConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "281.48 mil to 343.48 mil, constant growth" + } + } + }, + { + "sites": [ + "iata" + ], + "task_id": "iata--579", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Where is the IATA World Legal Symposium happening in February 2025?Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Shanghai, China" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--375", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am interested in applying some methods to protect unlearnable data against augmentation methods. I would like to use ARMOR. What is the relationship between Unprotected and Armor accuracies on average? Justify using the Pearson correlation. Consider the scenario of models trained on data protected by Armor and baseline defensive noises in the non-data-augmentation scenarioConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Pearson correlation of 0.501, indicating a moderate positive relationship" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--719", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the impact of public transit accessibility on housing prices using data from APTA and real estate market reportsConsider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--390", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. Which model is the overall most robust(i.e. has the lowest average drop across all 8 defences) and what is its average drop?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "DenseNet-121 on VGG-FACE, 2.49%" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--77", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Collect data on coral bleaching events from NOAA archives and visualize the increase/decrease across different oceansConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Map/chart of coral bleaching trend" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--732", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Evaluate the effectiveness of APTA\u2019s advocacy efforts on recent federal transportation legislation by analyzing policy changes and funding allocations.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--826", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use in riaa to analyze the trend in growth rate of dowload singles in the past 5 yearsConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "480 M to 190.8 M, drastic decrease" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--829", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use in riaa to analyze the trend in growth rate of paid subscriptions in the past 20 yearsConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "18.6 B to 537.1M, near exponential decay" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--339", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper with Huchuan Lu from Dalian University of Technology, what is the best sampling strategy by ablation analysis?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CLIP sampling" + } + } + }, + { + "sites": [ + "iata--understat" + ], + "task_id": "iata--understat--418", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Look for the chart titled 'Evolution of hydrogen aircraft fleet to 2050'. Find the publication date of that chart, and then tell me the number of matches in La Liga in that month.Consider using the following website(s): IATA + UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "32" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--139", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners report having volatile income \"a lot\" compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "16% (small business owners), 6% (non-owners)" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--812", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the link to report movie or tv piracyConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "https://www.alliance4creativity.com/report-piracy/" + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--789", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the longest CD in the tracklist for Edit #117421696 of the song 10,000 days, how much long is itConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Rosetta Stoned - 11:11" + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--560", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the prevalence of severe obesity (BMI \u2265 40) in Texas for 2019.Consider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "9.20%" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--242", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the median GDP per capital growth over last 20 yearsConsider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "35.30%" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--350", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When assessing hallucination using the Books, Movies and GCI dataset following Yehuda et al., how much does the hallucination detection score increase for zero-shot LLMs from Llama3-8b to Llama2-13b for the InterrogateLLM appraoch for Movies dataset? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.003" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--172", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Country with the 31st lowest polio vaccination rate in 2021. (Structured, QA)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Indonesia (68%)" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--397", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Use the BEA Data API to write code to pie chart for international services trade by country. Make sure you follow the instructions in the user guide. Write but do not run the codeConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "# -----------------------------------------------------------\n# 3. Pie chart \u2013 U.S. exports of services by country (latest year)\n# -----------------------------------------------------------\nimport requests, pandas as pd, matplotlib.pyplot as plt\n\nUSER_ID = \"YOUR-36-CHARACTER-KEY\"\nYEAR = \"2023\" # latest available\u2014update as needed\n\nparams = {\n \"UserID\": USER_ID,\n \"method\": \"GetData\",\n \"DataSetName\": \"IntlServTrade\",\n \"TypeOfService\": \"ALL\",\n \"TradeDirection\": \"Exports\",\n \"Affiliation\": \"ALL\",\n \"AreaOrCountry\": \"ALL\",\n \"Year\": YEAR,\n \"ResultFormat\": \"JSON\"\n}\ndata = requests.get(\"https://apps.bea.gov/api/data\", params=params, timeout=30).json()\ndf = pd.DataFrame(data[\"BEAAPI\"][\"Results\"][\"Data\"])\n\ndf[\"DataValue\"] = df[\"DataValue\"].str.replace(\",\", \"\").astype(float)\ntop = df.nlargest(10, \"DataValue\") # top 10 partners\nothers = df[\"DataValue\"].sum() - top[\"DataValue\"].sum()\ntop = top.append({\"AreaOrCountry\": \"All other\", \"DataValue\": others}, ignore_index=True)\n\nplt.figure(figsize=(8, 8))\nplt.pie(top[\"DataValue\"], labels=top[\"AreaOrCountry\"], autopct=\"%1.1f%%\")\nplt.title(f\"U.S. Services Exports by Country \u2013 {YEAR}\")\nplt.tight_layout()\n# plt.show()\n" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--842", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs in C minor are more than or equal to 80 popularConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "8" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--710", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the percentage drop in global tourism revenue between 2019 and 2020?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~64%" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--330", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", give me the average stdard deviation for pro-ukraine stances by their bayesian regression models?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.113" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--317", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper on Authenticated Delegation and Authorized AI Agents, tell me what are the 3 main flaws of an OpenID connect approach. Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1) Overhead from multiple sign-in flows. 2) Increased reliance on OpenID Providers and privacy risks 3) Comparative complexity relative to W3C Verific=able Credentials" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--439", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Gather and analyze data from MIT common dataset to rank the percentage of Bachelor\u2019s degrees awarded in Visual and Performing Arts, English, and Liberal Arts/General Studies in the past five years. Compare these percentages with employment rates and median salaries for graduates in these fields. Based on this analysis, write a LinkedIn post addressing whether students should prioritize passion over job market trends and justify your perspective.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "These fields account for around 1% of degrees awarded. Employment rates for graduates are lower compared to STEM and business fields, with median salaries also reflecting this gap. While job market trends show limited demand, these fields remain essential for creativity, critical thinking, and cultural contributions. A balanced perspective would encourage students to pursue passion with a pragmatic approach, incorporating skills that enhance employability." + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--661", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which university in the dataset has the most association with ATLANTA, GA and what degree is it most known for?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Howard University \u2192 Computer Science." + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--791", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the mean, std dev and median for the length of a song in the album To Whom It May ConcernConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The mean song length is 3:48, the median song length is 3:47, and the standard deviation is 76.85 seconds." + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--243", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the share of GDP per capita spent by the government on each primary school student in the United States in 2015?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "19.76%" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--816", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percent has vinyl sales decreased compared to cassete sales from 1994 - 2000(nearest percent)Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "vinyl- 59 percent ,cassete- 78 percent" + } + } + }, + { + "sites": [ + "climate-gov" + ], + "task_id": "climate-gov--410", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "how much has the earth's temperature risen per decade since 1880?Consider using the following website(s): CLIMATE GOV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.14 degrees fahrenheit per decade" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--51", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify co-authorship patterns from the last 20 papers and generate a co-authorship network graph.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Co-authorship network graph" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--65", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare unemployment rates among veterans and non-veterans from 2010 to 2023 then write a report.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Unemployment report veterans vs non-veterans" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--762", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the real GDP growth in 2024 Q2?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3.00%" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--662", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which university is highlighted in ATLANTA, GA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Howard University." + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--680", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the population in 2020 and how does that compare to the predictions for 30 years after that?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1777377295" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--705", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What region had the highest number of international tourist arrivals in 2019?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--808", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much of a difference in revenue via music video(physical)is caused by inflation in the year 1999Consider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "312.3 M" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--32", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Retrieve the latest Gross Domestic Product (GDP) growth rate.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The latest Gross Domestic Product (GDP) growth rate is +3.0% for Q2 2024," + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--840", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Give the statistical breakdown of songs in F Consider using the following website(s): tunebat, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "BPM: Mean = 118.33, Standard Deviation = 27.69\nPopularity: Mean = 64.01, Standard Deviation = 15.07\nEnergy: Mean = 70.43, Standard Deviation = 17.36\nDanceability: Mean = 69.21, Standard Deviation = 14.57\nHappiness: Mean = 56.15, Standard Deviation = 25.57" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--336", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper studying personality modeling for AI agent misinformation persuasion, was agent 4 or 6 more persuasive when we compare them head to head? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Agent 6" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--596", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the submission deadline for Review Cycle 1 of non-AIDS R01 applications.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": " By February 5, 2025" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--23", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the state with the lowest PCE growth rate.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Iowa: 4.7%" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--867", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use UN Tourism to analyze the trend in International tourist arrivals in the Middle East vs Africa vs Americas vs Asia and the Pacific from 2021Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Middle East 22.92 ->140.98\nAfrica: 21.62 -> 109.87\nAsia and the Pacific: 5.63 ->93.51\nAmericas: 23.40 -> 100.64" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--288", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take a look at the top 10 tracks on tunebat what is the average bpmConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "120.3" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--228", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the correlation coefficient between healthcare spending and life expectancy Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--518", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is International Tourism Receipts (in USD Billions) for the world in 2023Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1535.9" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--407", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When will the GDP by state and personal income by state for Q4 2024 be released?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "March 28 2025 at 10am EDT" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--855", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the 3 most popular songs that will sound good mixed with A Bar SongConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Lose Control - Teddy Swims, Expresso - Sabrina Carpenter, Beautiful Things - Benson Boone" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--714", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which month in 2021 recorded the highest international tourist arrivals globally?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "December" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--254", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy the least expensive product among sunscreens, sunburn relief products, and tanners, prioritizing those categories where the product volume sizes are the most consistent \u2014 meaning the smallest range between the smallest and largest available volumes.Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "St. Tropez Self Tan Express Starter Kit, Mini Self-Tan Set for a Natural Glow, Travel-Sized Express Bronzing Mousse & Tanning Applicator Mitt, Vegan-Friendly Self Tanner, Even & Natural Self Tan, 1 ct" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--486", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is average goals in matches in 2020 Jan for La Liga? Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.13" + } + } + }, + { + "sites": [ + "reddit--arxiv" + ], + "task_id": "reddit--arxiv--449", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take the average of the number of upvotes on the top 5 hottest posts on /f/movies on Reddit and divide it by 12, rounding to nearest integer. Look on ArxiV and tell me the publication venue for the paper that is at that indexConsider using the following website(s): REDDIT + ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "AAMAS 2025 (abstract)" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--773", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which state has the highest unemployment rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "D.C. (5.6%)" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--616", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Develop a Python script to classify adults based on the frequency of their mentally unhealthy days using data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates varying frequencies of mentally unhealthy days among adults." + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--718", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the correlation between public transit ridership and urban population growth over the past decade using data from APTA and the U.S. Census Bureau. Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Public Transit Ridership Data: According to the American Public Transportation Association (APTA), public transit ridership in the United States experienced a 16% increase from 2022 to 2023, totaling 7.1 billion trips in 2023. Despite this growth, ridership remained nearly 28% below pre-pandemic levels. \n\nUrban Population Growth Data: The U.S. Census Bureau reported that the nation\u2019s urban population increased by 6.4% between 2010 and 2020. \n\nPlot Description:\n \u2022 Type: Scatter Plot with Trend Line\n \u2022 Axes:\n \u2022 X-Axis: Years (e.g., 2010 to 2020)\n \u2022 Y-Axis: Two separate Y-axes or overlaid data series:\n \u2022 Public Transit Ridership (in billions of trips)\n \u2022 Urban Population (in millions)\n \u2022 Data Points: Each point represents the data for a specific year.\n" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--63", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the percentage of foreign-born residents in 3 states and create a pie chart.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Pie chart of foreign-born population by state" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--511", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Suppose I choose 3 random days in April 2017 in Ecuador, what is the probability that at least one will be a holiday?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.0967" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--504", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to study how the number of holidays per year has changed from 2010 to 2015 for Brazil. Choose an appropriate graph representation for the data and use that to represent the dataConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar or line graph showing estimated number of holidays for each period" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--822", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What year had the highest raw sales in CD in terms of revenueConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1999" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--81", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract and plot monthly precipitation anomalies for three US states over the past decadeConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Precipitation anomaly plot" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--374", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I am interested in applying some methods to protect unlearnable data against augmentation methods. I would like to use ARMOR. What is average Armor-to-Unprotected accuracy ratio when using the dataset Mini-ImageNet? Consider the scenario of models trained on data protected by Armor and baseline defensive noises in the non-data-augmentation scenarioConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.0218" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--178", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the largest country which is not a city-state as measured by urban density as of 2022. Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "" + } + } + }, + { + "sites": [ + "uchicago" + ], + "task_id": "uchicago--474", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What factors do Uchicago consider for admission but MIT does not?Consider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Alumni relation, state residency, religious affiliation/commitment" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--68", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find and visualize the gender distribution in computer science-related occupations in 2023.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Gender distribution chart for CS occupations" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--535", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the impact of mask mandate policy changes and buy some masks. Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Masking is thought to reduce virus transmission by preventing respiratory droplets, especially in crowded or indoor environments. The effectiveness of mask mandates, however, can depend on factors such as the level of compliance, enforcement, and the variant of the virus circulating." + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--17", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a table comparing personal income growth rates for Florida, Iowa, CaliforniaConsider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "3 row table with states as rows and years-wise income and percentage growth as columns " + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--600", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "List the current members of the NIH Advisory Committee to the Director.Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Atul Butte, Howard Y. Chang, Giselle Corbie, Kafui Dzirasa, Wafaa El-Sadr,Garth Graham, Alexa Kimball,Corey L. Moore, Brian Mustanski, Lucila Ohno-Machado, Teshia G. Solomon" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--64", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the top 5 states by renewable energy employment in 2023 and plot their respective job numbers.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar plot of renewable energy jobs by state" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--266", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Is there a single volume that appears more than once across any product? Is there any correlation between product type and volume size?Consider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--634", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the focus on healthcare-related jobs between CHICAGO, IL and ATLANTA, GA. Which city emphasizes healthcare more?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CHICAGO, IL \u2192 Registered Nurses \n ATLANTA, GA \u2192 Police Officers. CHICAGO emphasizes healthcare more." + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--827", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use in riaa to analyze the trend in growth rate of LP EP in the past 50 yearsConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "8.4B in 1074 down to 58.2 M in 1999, wher it stayed consistenly low till 2011 with 161.7M where it had a small comeback back to 1.4B now" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--99", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a blog-style summary analyzing whether Tottenham's defensive xGA trend suggests improvement over the past 10 matches.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "150-word blog-style analysis + optional xGA trend chart." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--360", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a reddit post talking about why VRS-HQ is better than VISA. Use the images of the black-nosed dock with a white neck but NOT the camel images as an example that you attach to your reddit post. Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Title: Why VRS-HQ Outperforms VISA in Referring Segmentation \ud83d\udc36\u2705\n\nJust came across this visual comparison and it perfectly illustrates why VRS-HQ is currently outperforming VISA in referring video object segmentation tasks.\n\nThe prompt is: \u201cThe black-nosed dog with a white neck.\u201d\n\n\ud83d\udd0d What\u2019s going on in the image:\n\nThe top row is GT (ground truth): shows the correct dog across frames.\n\nMiddle row is VISA's predictions.\n\nBottom row is VRS-HQ's predictions.\n\n\ud83d\udca1 Key issues with VISA:\n\nIt frequently highlights the wrong dog \u2014 especially in ambiguous scenes where dogs are partially occluded or facing away.\n\nIt fails to use fine-grained visual attributes like nose color or neck marking.\n\nIn Frame 2, VISA highlights the wrong dog entirely.\n\nIn Frame 3, it gets both dogs confused.\n\n\u2705 Why VRS-HQ is better:\n\nIt consistently locks onto the correct object across frames.\n\nIt understands attribute-level referring expressions, like \u201cblack-nosed\u201d and \u201cwhite neck,\u201d and uses them to disambiguate.\n\nHandles occlusion and perspective variation much more robustly.\n\nThis kind of grounding is critical for real-world applications like robotics or video QA \u2014 and VRS-HQ shows it\u2019s genuinely reasoning over the visual and temporal context, not just guessing from motion or proximity.\n\nIf you're working on video-language grounding, this benchmark speaks volumes.\n\n" + } + } + }, + { + "sites": [ + "iata" + ], + "task_id": "iata--576", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the average jet fuel price for the full year 2019. Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "$77.0 per barrel" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--556", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are symptoms caused by stress?Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Feelings of fear, anger, sadness, worry, numbness, or frustration\n\nChanges in appetite, energy, desires, and interests\n\nTrouble concentrating and making decisions\n\nNightmares or problems sleeping\n\nPhysical reactions, such as headaches, body pains, stomach problems, or skin rashes\n\nWorsening of chronic health problems and mental health conditions\n\nIncreased use of alcohol, drugs, and other substances" + } + } + }, + { + "sites": [ + "stocknear" + ], + "task_id": "stocknear--465", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the price of GOOGL on May 1 2025 at closeConsider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "161.23 USD" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--666", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "According to the World Population page, what is the estimate for when we reached a population of 8 billion people?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2022" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--607", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For the state that has the highest historical Probability of wildfies in May 15 from 1992 to 2015 write a post as a concerned citizen asking about the current situation.Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Florida, and then reddit post" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--9", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the foreign direct investment in 2023 with 2022.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Decrease of $57.4 billion (28%)" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--706", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What region had the largest percentage growth in tourism from 2020 to 2021? Provide the percentage growth.Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Middle East (~40%)" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--533", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which country had the most monthly airline passengers in May 2015? Countries in AsiaConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "China" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--33", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Summarize the impact of government spending on GDP growth.Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "short paragraph explaining how much gov spending spending contribute to GDP" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--86", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Review two NOAA climate risk assessments for coastal cities and draft a 1-page advisoryConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1-page advisory documen" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--748", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Do men or women have a higher unemployment rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Men (4.2% vs women at 3.9%)" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--53", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify papers related to 'neuro-symbolic AI' and create a summary report comparing their objectives.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Comparative summary of neuro-symbolic AI papers" + } + } + }, + { + "sites": [ + "musicbrainz" + ], + "task_id": "musicbrainz--793", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who has credited Benjamin Ingrosso the mostConsider using the following website(s): MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Purple Disco Machine" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--244", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "which countries had an average learning-adjusted year of schooling of at least 12 years?Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Singapore\t\nHong Kong\t\nFinland\t\nJapan\t\nCanada\t\nEstonia\t\nSouth Korea\t\nIreland\t\nSweden\t\nMacao\t\nNetherlands\t\nUnited Kingdom\t" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--658", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which products are associated with CHICAGO, IL?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Clothing, Footwear, Personal Accessories, and Related Products." + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--805", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How may have the subscription model impacted sale volume in the 21st century, is this correlation or causation. ExplainConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "sales hit all time low in 21st century dropping to 356 M from a mean of 1.8 B the decade before while paid subscriptions increased from 3 % of revenue of " + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--161", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Average weekly hours devoted to school among all students 14-17 in America from 1900 - 2005 (united states)Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "17.71 hours / week" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--214", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Of the countries, which was financially the most sound based on return on assets in 2022: Mozambic, Uruguay, Zambia, Armenia Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Zambia" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--507", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Plot a graph of the monthly trend for international airline passengers for Luxembourg in 2015. Briefly describe the graph, including when the monthly airline passengers peaksConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Peaks in August" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--79", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare El Ni\u00f1o/La Ni\u00f1a events and their impacts on precipitation in two different decades (1980s vs 2010s). Summarize findingsConsider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Comparison table and summary of El Ni\u00f1o/La Ni\u00f1a effects" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--678", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Review the Daily New Cases graph for January 2023. Find the single day with the highest daily new cases and the single day with the lowest daily new cases. Provide both numbers and calculate the difference. Summarize briefly if the page offers any footnote or reason for a spike or dip.Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Highest Daily New Cases:\nJanuary 5, 2023 (around 1.05 million new cases).\nLowest Daily New Cases:\nJanuary 9, 2023 (around 170,000 new cases).\nDifference:\n1,050,000 \u2212 170,000 \u2248 880,000 cases.\n(Note: Some sites show slightly varying data due to differences in time zone cutoffs. In some data sets, January 1 might show lower counts due to holiday reporting delays.)\n" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--331", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", how many news stories were tracked?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "146000" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--325", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In MMDocIR paper, tell me the average word length for tables in OCR-textConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "139.7" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--766", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the unemployment rate?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "4.1% (sep 2024)" + } + } + }, + { + "sites": [ + "worldometer" + ], + "task_id": "worldometer--669", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "As of late January 2023, what was the total number of people reported to have recovered from COVID-19 worldwide (rounded to the nearest million)?Consider using the following website(s): WORLDOMETER, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "~629 million" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--290", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Take a look at the top 10 tracks on tunebat what is the median bpmConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "117.5" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--686", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the five most populous countries in 2020 and their populations.Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1. China \u2192 ~1.41 billion \n 2. India \u2192 ~1.38 billion \n 3. USA \u2192 ~331 million \n 4. Indonesia \u2192 ~273 million \n 5. Pakistan \u2192 ~220 million." + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--633", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an analysis on the relationship between gender and the prevalence of serious psychological distress among adults, based on data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data indicates differences in the prevalence of serious psychological distress between genders." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--354", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When assessing hallucination using the Books, Movies and GCI dataset following Yehuda et al., when we used SelfCheckGPT with Llama2-7b, what is the zero-shot hallucination detection score for Movies?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.811" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--40", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a CSV file of paper titles, submission dates, and arXiv IDs from the last 15 papers.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CSV of title, date, ID" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--497", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "For the country with the second most international airline passengers in November 2015, tell me which country it is and how manyworkdays it had in that same period of timeConsider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "germany, 21" + } + } + }, + { + "sites": [ + "nih" + ], + "task_id": "nih--593", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find all ongoing clinical trials related to type 2 diabetes between January 1, 2023 - December 31, 2023Consider using the following website(s): NIH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "747" + } + } + }, + { + "sites": [ + "stocknear" + ], + "task_id": "stocknear--464", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was the price of APPL on december 2 2024Consider using the following website(s): STOCKNEAR, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "239.59 US Dollars" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--644", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are the most popular jobs in HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Registered Nurses." + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--729", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the percentage change in public transit ridership over the past five years using APTA\u2019s reports.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "28% drop from pre-pandemic levels" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--649", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the top location for ATLANTA, GA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Popular for industries like Finance & Insurance and Manufacturing." + } + } + }, + { + "sites": [ + "trading-economics" + ], + "task_id": "trading-economics--831", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write a analysis based on GDP and its reliance on populationConsider using the following website(s): TRADING ECONOMICS, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Most countries wiht higher populations have higher gdp, more ppl = more product, however outlier exist like the US with its massive GDP in comparison to is medium population size" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--768", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percent of bachelor's degree holders that are 25 years and older and looking for jobs are unable to find one?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.30%" + } + } + }, + { + "sites": [ + "noaa" + ], + "task_id": "noaa--608", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the US state with the highest monthly average precipitation, find the population of the state. Consider using the following website(s): NOAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5,157,699" + } + } + }, + { + "sites": [ + "arkiv" + ], + "task_id": "arkiv--309", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Tell me all the main differences between MMLongBench-Doc and MMDocIRConsider using the following website(s): ARKIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "MMLongBench-Doc is not for information retrieval but MMDocIR is . MMLongBench-Doc has 1082 questions and 47.5 pages per document while MMDocIR has 1658 questions and 65.1 pages per document. MMLongBench-Doc supports generalized layouts but MMDocIR does not. MMLongBench-Doc has no layout labels but MMDocIR does" + } + } + }, + { + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--150", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which korean artist is behind the most popular rendition of \"Weather and You\" (2023). Aggregating across all albums, singles, EPs, Broadcasts, etc. that that person has published, what is the total number of releases per publication?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Aro, 1.57" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--111", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much more likely are small business owners to have money in stocks, bonds, or mutual funds compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "12.5 percentage points" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--651", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the top location for EAST PALO ALTO, CA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Known for tech-related development and Construction." + } + } + }, + { + "sites": [ + "musicbrainz--tunebat" + ], + "task_id": "musicbrainz--tunebat--155", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Who is the artist behind the most popular rendition of \"Slow Dancing in a Burning Room\". Aggregating across all albums, singles, EPs, Broadcasts, etc. that that person has published, what is the average number of releases per publication?Consider using the following website(s): MUSICBRAINZ + TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "John Mayer, 3.67" + } + } + }, + { + "sites": [ + "unwto" + ], + "task_id": "unwto--699", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many total international tourist arrivals were recorded for Europe and Asia combined in 2019?Consider using the following website(s): UNWTO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Europe: ~746M \n Asia: ~361M \n Combined: ~1.11 billion" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--96", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the player with the most underperformance (difference between goals scored and expected goals) in Serie A this season.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Player name and numeric difference (xG - goals)." + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--744", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the top five U.S. cities with the highest public transit ridership according to APTA\u2019s data.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1. New York City, NY\n2. Jersey City, NJ\n3. Washington, D.C.\n4. Boston, MA\n5. San Francisco, CA" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--66", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Extract and compare the top export products for 2 states based on the latest available data.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Table of top exports for 2 states" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--191", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Identify the primary energy sources in 2000Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Other renewables, 572 TWh\nModern biofuels, 133 TWh\nSolar, 3 TWh\nWind, 93 TWh\nHydropower, 7,826 TWh\nNuclear, 7,323 TWh\nNatural gas, 23,994 TWh\nOil, 42,983 TWh\nCoal, 27,441 TWh\nTraditional biomass, 12,500 TWh\nTotal, 122,868 TWh" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--381", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I want to compare the test accuacy of models trained on data protected by ARMOR and baseline defensive noises in the data-augmentation scenario. Define the defence's drop as unprotected_accuracy - defended_accuracy. Define consistency for a defense as 1 \u2212 (std drop / mean drop). Plot a bar graph of the consistency scores of various defencesConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "| Defense | Consistency Index |\n|-----------|-------------------|\n| **Random** | 0.86 |\n| UTAP | 0.83 |\n| REM | 0.81 |\n| EMIN | 0.80 |\n| NTGA | 0.72 |\n| ARMOR | 0.71 |\n| EMAX | 0.70 |\n| CTAP | 0.55 |" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--138", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners report having $20,001 or more in their household checking and savings accounts?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "33%" + } + } + }, + { + "sites": [ + "riaa" + ], + "task_id": "riaa--828", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table view, use in riaa to analyze the trend in growth rate of paid subscriptions in the past 10 yearsConsider using the following website(s): RIAA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "841 M to 10.1 B, exponential growth" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--498", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many school days did Latvia have in January 2012?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--327", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", based on figure 1, what are the 3 categories of stances they separate texts intoConsider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Against, Neutral, Pro" + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--761", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the ratio of quarterly nominal GDP to the quarterly average of M2 money stock for 2024 Q2?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.385" + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--619", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Develop a Python script to cluster adults based on their reported number of mentally unhealthy days using data from the National Health Statistics Reports.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Data allows for clustering based on the number of mentally unhealthy days reported by adults." + } + } + }, + { + "sites": [ + "uchicago" + ], + "task_id": "uchicago--862", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Write an email based on full time student data advocating for whether graduate programs at Uchicago need more gender based inclusionConsider using the following website(s): UCHICAGO, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not necessarily, pretty even 2748 M, 2663 W" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--541", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare COVID-19 death rates increase between the initial outbreak and a year later and purchase some hand sanitizer.Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "From 2020 to 2021, the age-adjusted U.S. death rate increased by 0.7%, from 835.4 to 841.6 per 100,000 standard population. " + } + } + }, + { + "sites": [ + "fred" + ], + "task_id": "fred--752", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What data will be released on Sunday October 27 at 7:00pm?Consider using the following website(s): FRED, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Coinbase Cryptocurrencies" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--332", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", what is the estimated mu bias for unreliable sources that they calculated via bayesian regression of websites? Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "0.58" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--639", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the cities with the most focus on manufacturing-related industries and the jobs associated with them.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "ATLANTA, GA \u2192 Manufacturing \n Jobs \u2192 Police Officers." + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--0", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the effect of the U.S. current account deficit on investment trends. based on the charts and summaries provided. Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "The expanding U.S. current account deficit is increasing reliance on foreign capital, but foreign direct investment is declining. This trend could lead to higher borrowing costs, slower economic growth, and more financial instability\n\n" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--660", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which products are associated with HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Accounting, Management, Administrative, and Miscellaneous Services." + } + } + }, + { + "sites": [ + "iata" + ], + "task_id": "iata--575", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Determine the total revenue passenger kilometers (RPKs) for Middle Eastern carriers in 2018. Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "891.8 billion RPKs" + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--169", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "calculate the variance of life expectancy at birth across continents for 2020.Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "variance 33.21 years" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--423", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the total number of students who graduated within six years in the Fall 2016 cohort, broken down by whether they received a Federal Pell Grant or not?Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Fall 2016 Cohort:\nGraduated within 6 Years:\nPell Grant: 165 students\nSubsidized Stafford Loan but not Pell Grant: 76 students\nNo Pell Grant or Subsidized Stafford Loan: 810 students" + } + } + }, + { + "sites": [ + "iata" + ], + "task_id": "iata--577", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What IATA event is being held in Bogot\u00e1, Colombia on 9 - 10 April 2025?Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\nWings of Change Americas (WOCA)" + } + } + }, + { + "sites": [ + "shopping" + ], + "task_id": "shopping--252", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Filter the store for only sunscreen and tanning products priced $20.00-$29.99. Four types of product categories exist within Sunscreen and Tanning products: lip protection, sunscreen, tanning, sun burn relief. Buy a product which satisifies the TSA carry-on liquid limit for travel convenienceConsider using the following website(s): SHOPPING, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Any of the following products count:\n1.02 oz, Elizabeth Arden 8 Hour Lip Protectant Stick SPF 15, Berry\n1.08 oz, Glossiva Self Tanner for Face and Body - 32ml (Light/Medium)\n1.60 oz, Heliabrine Solar Defense SPF 30\n1.69 oz, MAKEPREM UV Defense Me Daily Sun Essence SPF 50+ PA++++\n2.00 oz, THRIVE Natural Moisturizing Mineral Face Sunscreen SPF 30\n2.08 oz, Heliabrine Solar Defense SPF 50\n2.37 oz, 3w Clinic Intensive UV Sunblock Cream SPF50 PA+++\n3.00 oz, EXTRASHADE Premium Hydro Boost Sunscreen SPF 30" + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--40", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a CSV file of paper titles, submission dates, and arXiv IDs from the last 15 papers.Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "CSV of title, date, ID" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--738", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How much larger was the average commuter rail trip than light rail trip in 2021?Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "20 miles larger" + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--845", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs that will sound good paired with a Bar Song are more danceable than it, what are theyConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Texas Hold Em - Beyonce, You Proof - Morgan Wallen" + } + } + }, + { + "sites": [ + "shopping--musicbrainz" + ], + "task_id": "shopping--musicbrainz--287", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "I have bought every release by Thomas Rhett, the artist behind \"Remember you Young\", as a disography. This includes all singles, EPs, etc. Each release requires a 19 inch x 15 inch space to display properly. Please some quantity of a shelving product such that it is the minumum one can buy while still fitting the full display.Consider using the following website(s): SHOPPING + MUSICBRAINZ, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Buy enough storage to equal 103 shelves between them, each shelf of size 19x15, Example: 21 of \"Bookshelf with Storage Cabinet for Bedroom, 5-Tier Cube Shelf Gold Bookcase Storage Organizer Rack Display Stand Metal Frame Storage Standing Shelf,Square Tall Bookcase for Home Office\". Ensure each shelf is actually 19x15." + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--545", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create an analysis using the infection rate in 2022 to describe a good way to go outside in nature and physically disatance and buy some outdoor clothes for this activity. Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "In early 2022, the Omicron variant caused a significant surge in COVID-19 cases. By mid-2022, COVID-19 rates had decreased in many areas due to widespread vaccinations and increased immunity from prior infections. Engaging with nature in a way that respects physical distancing is both safe and beneficial. Outdoor spaces, such as parks, hiking trails, beaches, and open fields, offer ample opportunities for enjoyment while maintaining safe distances from others. " + } + } + }, + { + "sites": [ + "our-world-in-data" + ], + "task_id": "our-world-in-data--237", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What was South Africa\u2019s literacy rate in 2014? Consider using the following website(s): OUR WORLD IN DATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "94%" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--652", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the top location for HOUSTON, TX?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Popular for Restaurants & Food Services." + } + } + }, + { + "sites": [ + "arxiv" + ], + "task_id": "arxiv--329", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "In the paper by Hanley et al. on \"Tracking the Takes and Trajectories of English-Language News Narratives across Trustworthy and Worrisome Websites\", based on the node diagram, what is the most influential website (highest hub centrality) in general?Consider using the following website(s): ARXIV, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "thegatewaypundit.com" + } + } + }, + { + "sites": [ + "bea" + ], + "task_id": "bea--407", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "When will the GDP by state and personal income by state for Q4 2024 be released?Consider using the following website(s): BEA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "March 28 2025 at 10am EDT" + } + } + }, + { + "sites": [ + "cfpb" + ], + "task_id": "cfpb--139", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What percentage of small business owners report having volatile income \"a lot\" compared to non-owners?Consider using the following website(s): CFPB , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "16% (small business owners), 6% (non-owners)" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--425", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Analyze the percentage of enrollment for students whose race/ethnicity is 'unknown.' Investigate whether this figure has increased or decreased over time and provide recommendations on how the university can improve data collection practices. Summarize your findings in a report for the university's data analytics department.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Race and/or Ethnicity Unknown Enrollment (Degree-Seeking): 47\nTotal Enrollment: 118\nPercentage: 2.53%\nReport should suggest improving student self-identification options to reduce 'unknown' race/ethnicity data and ensure more accurate demographic representation." + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--488", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Create a line graph detailing number of matches in Bundesliga form 2015 Jan to MayConsider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Jan: 7, Feb: 45, March:29, April: 36, May: 36" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--95", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the expected goals for Erling Haaland in the most recent Premier League season.Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Single value or sentence reporting Haaland\u2019s xG." + } + } + }, + { + "sites": [ + "cdc-mental-health" + ], + "task_id": "cdc-mental-health--615", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of adults aged 18 and over who reported regular feelings of worry, nervousness, or anxiety in 2023, and post the findings on Reddit.Consider using the following website(s): CDC MENTAL HEALTH, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "12.5% of adults reported regular feelings of worry, nervousness, or anxiety in 2023." + } + } + }, + { + "sites": [ + "cdc-obesity" + ], + "task_id": "cdc-obesity--781", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Without downloading data or using the table, use in CDC Obesity to analyze the trend between average obesity and american indain or alaska native adultsConsider using the following website(s): CDC OBESITY, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Us is on average 30 = 40 percent, while american indian and alaska natives are significantly higher with 35 percent or higher in 30 areas with 7 45 -50." + } + } + }, + { + "sites": [ + "tunebat" + ], + "task_id": "tunebat--844", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "How many songs in F minor are more than 80 popularConsider using the following website(s): TUNEBAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "5" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--664", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Which university is highlighted in EAST PALO ALTO, CA?Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "University of California-Berkeley." + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--539", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the median age of COVID-19 hospitalizations in California for October 2022.Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "64 years" + } + } + }, + { + "sites": [ + "mit" + ], + "task_id": "mit--429", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "calculate the percentage of students from both the Fall 2016 and Fall 2015 cohorts who graduated in four years or less, and compare the results across different groups.Consider using the following website(s): MIT , on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Graduation in 4 Years or Less (Fall 2016):\nPell Grant: 80%\nNo Pell Grant or Subsidized Stafford Loan: 90%\nSubsidized Stafford Loan but not Pell Grant: 90%\nGraduation in 4 Years or Less (Fall 2015):\nPell Grant: 81%\nNo Pell Grant or Subsidized Stafford Loan: 90%\nSubsidized Stafford Loan but not Pell Grant: 78%\nThere are notable differences in four-year graduation rates based on financial aid status." + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--548", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What are risk factors for severe iIlness due to COVID-19?Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "are older, are immunocompromised (have a weakened immune system), have certain disabilities or have underlying health conditions" + } + } + }, + { + "sites": [ + "iata" + ], + "task_id": "iata--577", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What IATA event is being held in Bogot\u00e1, Colombia on 9 - 10 April 2025?Consider using the following website(s): IATA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "\nWings of Change Americas (WOCA)" + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--725", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the environmental impact of diesel vs. electric buses using data from APTA and the Environmental Protection Agency (EPA).Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Not Action Based but also difficult to find a ground truth. \n\nSuggestion: Either rephrase questions to be action-based or to provide ground truth " + } + } + }, + { + "sites": [ + "apta" + ], + "task_id": "apta--735", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Find the publication date of the latest APTA Public Transportation Fact Book.Consider using the following website(s): APTA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2023" + } + } + }, + { + "sites": [ + "understat" + ], + "task_id": "understat--484", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is average goals in matches in 2017 march for Serie A? Consider using the following website(s): UNDERSTAT, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "2.93" + } + } + }, + { + "sites": [ + "datausa" + ], + "task_id": "datausa--64", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Compare the top 5 states by renewable energy employment in 2023 and plot their respective job numbers.Consider using the following website(s): DATAUSA, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "Bar plot of renewable energy jobs by state" + } + } + }, + { + "sites": [ + "worldpop" + ], + "task_id": "worldpop--528", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "What is the total number of domestic passengers for Croatia in 2014?Consider using the following website(s): WORLDPOP, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "465.21" + } + } + }, + { + "sites": [ + "cdc-covid" + ], + "task_id": "cdc-covid--540", + "require_login": false, + "storage_state": null, + "start_url": "http://ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "geolocation": null, + "intent": "Calculate the percentage of ICU beds occupied by COVID-19 patients in California hospitals for the week of December 25-31, 2022. Consider using the following website(s): CDC COVID, on ec2-18-220-211-153.us-east-2.compute.amazonaws.com:3333", + "require_reset": false, + "eval": { + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "1.3% of ICU beds" + } + } + } + ] +} \ No newline at end of file diff --git a/webds_experiments b/webds_experiments new file mode 160000 index 0000000000000000000000000000000000000000..07aab84bc2fdfde8709b5d7861b735f847e0eb92 --- /dev/null +++ b/webds_experiments @@ -0,0 +1 @@ +Subproject commit 07aab84bc2fdfde8709b5d7861b735f847e0eb92