embed-bge-m3/FlagEmbedding/research/llm_dense_retriever/examples/bge-en-icl/MTEB/MTOPIntentClassification.json

30 lines
729 B
JSON

[
{
"query": "When will my next alarm start",
"response": "GET_ALARM"
},
{
"query": "I need you to message Zachary Fletcher",
"response": "SEND_MESSAGE"
},
{
"query": "show me video messages from Atlas",
"response": "GET_MESSAGE"
},
{
"query": "I want to listen to AC/DC please",
"response": "PLAY_MUSIC"
},
{
"query": "Make an alarm for the next 7 weeks for Thursday at 6pm",
"response": "CREATE_ALARM"
},
{
"query": "fairs happening in ann arbor next week",
"response": "GET_EVENT"
},
{
"query": "Will we get a frost this week?",
"response": "GET_WEATHER"
}
]