File size: 1,341 Bytes
29b979d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "@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
}