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