add multi-turn examples (in total, add 12 examples by ruisheng.cao 2024-03-08)

This commit is contained in:
rhythmcao
2024-03-08 19:25:51 +08:00
parent 565c0cc58c
commit 8df2233730
3 changed files with 180 additions and 53 deletions

View File

@@ -0,0 +1,87 @@
{
"id": "aceb0368-56b8-4073-b70e-3dc9aee184e0",
"snapshot": "libreoffice_calc",
"instruction": "I am grading students' English exam papers, but the test consists only of multiple-choice questions. It's too exhausting to check each question one by one and record the detailed scores. Can you help me compare the remaining students' answers with the answer key and record the detailed scoring in the opened spreadsheet?",
"source": "authors",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://drive.usercontent.google.com/download?id=1CfzBZxhhV1_vUKhxsP_4M574-XFm1qIo&export=download&authuser=0&confirm=t",
"path": "/home/user/exam.zip"
}
]
}
},
{
"type": "execute",
"parameters": {
"command": [
"unzip",
"/home/user/exam.zip",
"-d",
"/home/user/"
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"libreoffice",
"--writer",
"/home/user/exam/ReferenceAnswers.docx"
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"libreoffice",
"--calc",
"/home/user/exam/grades.xlsx"
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"nautilus",
"/home/user/exam/"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"thunderbird",
"os"
],
"evaluator": {
"func": "compare_table",
"expected": {
"type": "cloud_file",
"path": "https://drive.google.com/uc?id=1a0gZwixcJuZAUtqGR3L5P20JmoWfQU_d&export=download&authuser=0&confirm=t",
"dest": "gold_grades.xlsx"
},
"result": {
"type": "vm_file",
"path": "/home/user/exam/grades.xlsx",
"dest": "grades.xlsx"
},
"options": {
"rules": [
{
"type": "sheet_data",
"sheet_idx0": 0,
"sheet_idx1": "EI0"
}
]
}
}
}