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