Dataset Viewer
Auto-converted to Parquet Duplicate
task_id
stringlengths
8
8
vertical
stringclasses
4 values
instruction
stringlengths
61
79
tool_schema
dict
expected_call
dict
expected_output
stringclasses
4 values
difficulty
stringclasses
3 values
turns
listlengths
0
0
8601934b
finance
Retrieve the closing price of {ticker} on {date} for the earnings report.
{ "name": "get_stock_price", "parameters": { "ticker": "string", "date": "string" } }
{ "name": "get_stock_price", "arguments": { "ticker": "AAPL", "date": "2024-03-31" } }
Result from get_stock_price
easy
[]
5732587f
healthcare
Look up allergy history for patient {patient_id} before prescribing medication.
{ "name": "lookup_patient_record", "parameters": { "patient_id": "string", "fields": "array" } }
{ "name": "lookup_patient_record", "arguments": { "patient_id": "P-00123", "fields": [ "allergies", "medications" ] } }
Result from lookup_patient_record
medium
[]
c8d76cf6
legal
Search for precedents on {query} in {jurisdiction} for contract dispute.
{ "name": "search_case_law", "parameters": { "query": "string", "jurisdiction": "string" } }
{ "name": "search_case_law", "arguments": { "query": "breach of contract SaaS", "jurisdiction": "CA" } }
Result from search_case_law
hard
[]
48541866
devops
Check deployment status of {service} in {environment} before traffic shift.
{ "name": "get_deployment_status", "parameters": { "service": "string", "environment": "string" } }
{ "name": "get_deployment_status", "arguments": { "service": "api-gateway", "environment": "production" } }
Result from get_deployment_status
easy
[]
c4460822
finance
Calculate portfolio value: fetch prices for {ticker} as of {date}.
{ "name": "get_stock_price", "parameters": { "ticker": "string", "date": "string" } }
{ "name": "get_stock_price", "arguments": { "ticker": "MSFT", "date": "2024-06-30" } }
Result from get_stock_price
medium
[]
df4b0141
healthcare
Retrieve the latest lab results for patient {patient_id} for review.
{ "name": "lookup_patient_record", "parameters": { "patient_id": "string", "fields": "array" } }
{ "name": "lookup_patient_record", "arguments": { "patient_id": "P-00456", "fields": [ "lab_results", "vitals" ] } }
Result from lookup_patient_record
hard
[]
8f409012
legal
Find relevant case law on {query} in {jurisdiction} for IP litigation.
{ "name": "search_case_law", "parameters": { "query": "string", "jurisdiction": "string" } }
{ "name": "search_case_law", "arguments": { "query": "trade secret misappropriation", "jurisdiction": "DE" } }
Result from search_case_law
easy
[]
c543e0fc
devops
Verify {service} is healthy in {environment} after recent rollout.
{ "name": "get_deployment_status", "parameters": { "service": "string", "environment": "string" } }
{ "name": "get_deployment_status", "arguments": { "service": "auth-service", "environment": "staging" } }
Result from get_deployment_status
medium
[]
617a08ed
finance
Pull today's opening quote for {ticker} to compare with yesterday's close.
{ "name": "get_stock_price", "parameters": { "ticker": "string", "date": "string" } }
{ "name": "get_stock_price", "arguments": { "ticker": "GOOGL", "date": "2024-09-01" } }
Result from get_stock_price
hard
[]
ecfde9c4
healthcare
Fetch surgical history for patient {patient_id} ahead of a procedure.
{ "name": "lookup_patient_record", "parameters": { "patient_id": "string", "fields": "array" } }
{ "name": "lookup_patient_record", "arguments": { "patient_id": "P-00789", "fields": [ "surgeries", "diagnoses" ] } }
Result from lookup_patient_record
easy
[]
be0f6526
legal
Look up employment discrimination rulings matching {query} in {jurisdiction}.
{ "name": "search_case_law", "parameters": { "query": "string", "jurisdiction": "string" } }
{ "name": "search_case_law", "arguments": { "query": "wrongful termination retaliation", "jurisdiction": "NY" } }
Result from search_case_law
medium
[]
e9f1975c
devops
Poll {service} status in {environment} to decide on rollback.
{ "name": "get_deployment_status", "parameters": { "service": "string", "environment": "string" } }
{ "name": "get_deployment_status", "arguments": { "service": "payment-processor", "environment": "production" } }
Result from get_deployment_status
hard
[]
c9a3d204
finance
Fetch historical price for {ticker} on {date} for risk assessment.
{ "name": "get_stock_price", "parameters": { "ticker": "string", "date": "string" } }
{ "name": "get_stock_price", "arguments": { "ticker": "TSLA", "date": "2023-12-31" } }
Result from get_stock_price
easy
[]
dad3b556
healthcare
Pull insurance details for patient {patient_id} to verify coverage.
{ "name": "lookup_patient_record", "parameters": { "patient_id": "string", "fields": "array" } }
{ "name": "lookup_patient_record", "arguments": { "patient_id": "P-00321", "fields": [ "insurance" ] } }
Result from lookup_patient_record
medium
[]
67f67274
legal
Search for GDPR compliance precedents: {query} in {jurisdiction}.
{ "name": "search_case_law", "parameters": { "query": "string", "jurisdiction": "string" } }
{ "name": "search_case_law", "arguments": { "query": "data breach notification obligations", "jurisdiction": "EU" } }
Result from search_case_law
hard
[]
fc54dd18
devops
Fetch {service} deployment state in {environment} for incident report.
{ "name": "get_deployment_status", "parameters": { "service": "string", "environment": "string" } }
{ "name": "get_deployment_status", "arguments": { "service": "data-pipeline", "environment": "prod" } }
Result from get_deployment_status
easy
[]
5398a5c2
finance
Get the adjusted closing price of {ticker} on {date} for dividend analysis.
{ "name": "get_stock_price", "parameters": { "ticker": "string", "date": "string" } }
{ "name": "get_stock_price", "arguments": { "ticker": "AMZN", "date": "2024-01-15" } }
Result from get_stock_price
medium
[]
588d3915
healthcare
Get contact information and next-of-kin for patient {patient_id}.
{ "name": "lookup_patient_record", "parameters": { "patient_id": "string", "fields": "array" } }
{ "name": "lookup_patient_record", "arguments": { "patient_id": "P-00654", "fields": [ "contacts", "demographics" ] } }
Result from lookup_patient_record
hard
[]
fe74e9fd
legal
Retrieve case law on {query} in {jurisdiction} for merger review.
{ "name": "search_case_law", "parameters": { "query": "string", "jurisdiction": "string" } }
{ "name": "search_case_law", "arguments": { "query": "antitrust horizontal merger", "jurisdiction": "FED" } }
Result from search_case_law
easy
[]
b041c99d
devops
Confirm {service} is running in {environment} post-maintenance window.
{ "name": "get_deployment_status", "parameters": { "service": "string", "environment": "string" } }
{ "name": "get_deployment_status", "arguments": { "service": "recommendation-engine", "environment": "canary" } }
Result from get_deployment_status
medium
[]

EnterpriseBench Data Bundle

This bundle contains the benchmark data currently implemented in EnterpriseBench.

  • core_tasks.json: 20 deterministic tasks across finance, healthcare, legal, and DevOps.
  • workflow_tasks.json: 16 policy-annotated tasks across eight enterprise workflow categories.
  • policy_rules.json: Deduplicated policy rules referenced by the workflow tasks.

The full 250-task dataset described in the research plan is future work and is not yet present in the repository.

Downloads last month
38