| category,expected,expected_type,id,prompt | |
| summarization,,short_summary,mt1,Summarize: The meeting is moved to Thursday at 2pm. Please bring the quarterly report. | |
| summarization,,short_summary,mt2,Summarize: Your order #12345 has shipped and will arrive on Tuesday between 2-4pm. | |
| summarization,,short_summary,mt3,Summarize: The project deadline has been extended by two weeks due to additional testing requirements. | |
| classification,spam,,mt4,Classify as spam or not: WINNER! Claim your $1000 gift card now! | |
| classification,not_spam,,mt5,"Classify as spam or not: Hey, running 10 min late, see you soon" | |
| classification,mixed,,mt6,Classify sentiment: The food was amazing but service was slow | |
| qa,Paris,,mt7,What is the capital of France? | |
| qa,7,,mt8,How many continents are there? | |
| qa,Jupiter,,mt9,What is the largest planet? | |
| translation,مرحبا، كيف حالك؟,,mt10,"Translate to Arabic: Hello, how are you?" | |
| translation,Good morning,,mt11,Translate to English: Buenos días | |
| code,def reverse(s): return s[::-1],,mt12,Write a function that reverses a string | |
| code,def is_even(n): return n % 2 == 0,,mt13,Write a function to check if a number is even | |
| creative,,greeting,mt14,Write a one-sentence birthday greeting | |
| creative,,description,mt15,Write a one-sentence product description for headphones | |
| math,180,,mt16,What is 15 * 12? | |
| math,25,,mt17,What is 100 / 4? | |
| function_call,,json,mt18,Set an alarm for 7am | |
| function_call,,json,mt19,Call mom | |
| function_call,,json,mt20,What's the weather in Dubai? | |