Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
5
7
task_id
stringlengths
3
5
subtask_id
stringclasses
8 values
num_apps
int64
1
3
difficulty
stringclasses
3 values
username
stringclasses
3 values
date
stringdate
2020-05-01 00:00:00
2024-05-01 00:00:00
weekday
stringclasses
2 values
time
stringclasses
1 value
task_description
stringlengths
17
233
evaluation
stringlengths
74
2.11k
1-1_2
1-1
2
1
single
Bob
2020-05-01
Friday
10:00 AM
I have to workout at 5/16/2024 5:00 p.m to 6:00 p.m, notify me on calendar
[{"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./calendar/Bob.ics", "keywords": ["workout", "DTSTART:20240516T170000"]}}]
1-1_4
1-1
4
1
single
Bob
2020-05-01
Friday
10:00 AM
Bob has a travelling from 6/19/2024 to 6/23/2024 at Florida, set as a calendar event
[{"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./calendar/Bob.ics", "keywords": ["travel", "DTSTART:20240619", "DTEND:20240623"]}}]
1-1_1
1-1
1
1
single
Bob
2020-05-01
Friday
10:00 AM
remind Bob that he has a dinner at 5/18/2024 7:00 p.m
[{"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./calendar/Bob.ics", "keywords": ["dinner", "DTSTART:20240518T190000"]}}]
1-1_3
1-1
3
1
single
Bob
2020-05-01
Friday
10:00 AM
at 5/15/2024 4:00 p.m to 6:00 p.m at Mathematic Science 4000A, Bob needs to have a class
[{"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./calendar/Bob.ics", "keywords": ["Mathematic Science 4000A", "DTSTART:20240515T160000", "DTEND:20240515T180000"]}}]
1-1_0
1-1
0
1
single
Bob
2020-05-01
Friday
10:00 AM
Add a meeting to Bob's calendar at 5/17/2024 10:30 a.m to 11:00 a.m
[{"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./calendar/Bob.ics", "keywords": ["DTSTART:20240517T103000", "Meeting", "DTEND:20240517T110000"]}}]
1-10_2
1-10
2
1
single
Alice
2020-05-01
Friday
10:00 AM
find the highest incoming in salary excel file, duplicate it at bottom
[{"function": "evaluate_excel_cell_value", "args": {"file": "data/salary.xlsx", "matches": [{"row": 5, "col": 2, "value": "200000"}]}}]
1-10_4
1-10
4
1
single
Alice
2020-05-01
Friday
10:00 AM
What is the fewest amount of bought item in shopping list excel file?
[{"function": "evaluate_contain", "args": {"doc_type": "txt", "file": "./data/answer.txt", "keywords": ["apple"]}}]
1-10_1
1-10
1
1
single
Alice
2020-05-01
Friday
10:00 AM
Which students have lower score in midterm2 than midterm1 in score excel file?
[{"function": "evaluate_contain", "args": {"doc_type": "txt", "file": "./data/answer.txt", "keywords": ["Liam", "Alice", "Sam", "David", "Bob", "Tina", "Rachel", "Frank"]}}]
1-10_3
1-10
3
1
single
Alice
2020-05-01
Friday
10:00 AM
find the lowest cost in budget item, add to highest cost in budget excel file
[{"function": "evaluate_excel_cell_value", "args": {"file": "data/company_budget.xlsx", "matches": [{"row": 2, "col": 2, "value": "201000"}]}}]
1-10_0
1-10
0
1
single
Alice
2020-05-01
Friday
10:00 AM
find the lowest score and highest score of midterm 1, what is their difference?
[{"function": "evaluate_contain", "args": {"doc_type": "txt", "file": "./data/answer.txt", "keywords": ["40"]}}]
1-11_2
1-11
2
1
single
Alice
2020-05-01
Friday
10:00 AM
add all incoming in the salery excel file. This is the annual income. So what is the monthly income?
[{"function": "evaluate_contain", "args": {"doc_type": "txt", "file": "./data/answer.txt", "keywords": ["35000"]}}]
1-11_1
1-11
1
1
single
Alice
2020-05-01
Friday
10:00 AM
split midterm1 and midterm2 scores in score excel file into two excel files, name them as midterm1.xlsx and midterm2.xlsx
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/midterm1.xlsx", "expected_file": "../../../../reference/midterm1.xlsx"}}, {"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/midterm2.xlsx", "expected_file": "../../../../reference/midterm2.xlsx"}}]
1-11_3
1-11
3
1
single
Alice
2020-05-01
Friday
10:00 AM
sort items in budget descently in budget excel file
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/company_budget.xlsx", "expected_file": "../../../../reference/company_budget.xlsx"}}]
1-11_0
1-11
0
1
single
Alice
2020-05-01
Friday
10:00 AM
sort students score descently by midterm1, save as a new excel file as sorted_score.xlsx
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/sorted_score.xlsx", "expected_file": "../../../../reference/sorted_score.xlsx"}}]
1-12_2
1-12
2
1
single
Alice
2020-05-01
Friday
10:00 AM
What is Xihozun's HW2 score?
[{"function": "evaluate_contain", "args": {"doc_type": "txt", "file": "./data/answer.txt", "keywords": ["54"]}}]
1-12_1
1-12
1
1
single
Alice
2020-05-01
Friday
10:00 AM
how many students in CS161 class got 60 or more in final
[{"function": "evaluate_contain", "args": {"doc_type": "txt", "file": "./data/answer.txt", "keywords": ["5"]}}]
1-12_0
1-12
0
1
single
Alice
2020-05-01
Friday
10:00 AM
what is total number of students in class CS161, and how many of them are senior?
[{"function": "evaluate_contain", "args": {"doc_type": "txt", "file": "./data/answer.txt", "keywords": ["9", "2"]}}]
1-13_2
1-13
2
1
single
Alice
2020-05-01
Friday
10:00 AM
Given an Excel containing student's previous courses and GPA, does he satisfy the graduate requirement if student needs to take at least 8 CS courses and 5 math courses? Answer should be Yes or No.
[{"function": "evaluate_contain", "args": {"doc_type": "txt", "file": "./data/answer.txt", "keywords": ["No"]}}]
1-13_1
1-13
1
1
single
Alice
2020-05-01
Friday
10:00 AM
Given an Excel containing student's previous courses, is he/she qualified for transfering major to CS if student need to take at least 5 CS courses for transfering to CS major? Answer should be 'Yes' or 'No'.
[{"function": "evaluate_contain", "args": {"doc_type": "txt", "file": "./data/answer.txt", "keywords": ["Yes"]}}]
1-13_0
1-13
0
1
single
Alice
2020-05-01
Friday
10:00 AM
Given an Excel containing student's previous courses, does he/she satisfy the prerequiste of CS161 if prerequiste classes are CS101, CS 102, Math 151, and Math 152? Answer should be Yes or No.
[{"function": "evaluate_contain", "args": {"doc_type": "txt", "file": "./data/answer.txt", "keywords": ["Yes"]}}]
1-14_2
1-14
2
1
single
Alice
2020-05-01
Friday
10:00 AM
swap the lowest and highest incoming item in salary excel file
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/salery.xlsx", "expected_file": "../../../../reference/salery.xlsx"}}]
1-14_4
1-14
4
1
single
Alice
2020-05-01
Friday
10:00 AM
swap the highest and second highest item in budget excel file
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/company_budget.xlsx", "expected_file": "../../../../reference/company_budget.xlsx"}}]
1-14_1
1-14
1
1
single
Alice
2020-05-01
Friday
10:00 AM
swap column of midterm1 and midterm2 in score excel file
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/score.xlsx", "expected_file": "../../../../reference/score_swap_column.xlsx"}}]
1-14_3
1-14
3
1
single
Alice
2020-05-01
Friday
10:00 AM
swap the fewest and second fewest shopping item in shopping list excel file
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/shopping_list.xlsx", "expected_file": "../../../../reference/shopping_list.xlsx"}}]
1-14_0
1-14
0
1
single
Alice
2020-05-01
Friday
10:00 AM
Swap row of Alice and row of Bob in score excel file
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/score.xlsx", "expected_file": "../../../../reference/score_swap_row.xlsx"}}]
1-15_2
1-15
2
1
single
Alice
2020-05-01
Friday
10:00 AM
Retrieve reference text from reference.txt and add it to the end of word file project_report.docx.
[{"function": "evaluate_contain", "args": {"doc_type": "docx", "file": "./data/project_report.docx", "keywords": ["Martin Arjovsky", "Amar Shah", "Yoshua Bengio", "Unitary Evolution Recurrent Neural Networks"]}}]
1-15_1
1-15
1
1
single
Alice
2020-05-01
Friday
10:00 AM
Retrieve academic integrity for research from academic_integrity.docx and add it to the end of the syllabus sample_syllabus.docx.
[{"function": "evaluate_contain", "args": {"doc_type": "docx", "file": "./data/sample_syllabus.docx", "keywords": ["ACADEMIC INTEGRITY FOR RESEARCH"]}}]
1-15_0
1-15
0
1
single
Alice
2020-05-01
Friday
10:00 AM
Add the sentence "This is a test sentence for task 1-15-0." to the end of house_creak.docx.
[{"function": "evaluate_contain", "args": {"doc_type": "docx", "file": "./data/house_creak.docx", "keywords": ["This is a test sentence for task 1-15-0."]}}]
1-16_1
1-16
1
1
single
Alice
2020-05-01
Friday
10:00 AM
Create a new word file called test.docx and add the sentence "This is a test file for task 1-16-1.".
[{"function": "evaluate_file_exist", "args": {"file": "data/test.docx"}}, {"function": "evaluate_contain", "args": {"doc_type": "docx", "file": "./data/test.docx", "keywords": ["This is a test file for task 1-16-1."]}}]
1-16_0
1-16
0
1
single
Alice
2020-05-01
Friday
10:00 AM
Create a new word file called random_paragraph.docx and add the content in random_paragraph.txt to it.
[{"function": "evaluate_file_exist", "args": {"file": "data/random_paragraph.docx"}}, {"function": "evaluate_contain", "args": {"doc_type": "docx", "file": "./data/random_paragraph.docx", "keywords": ["In the heart of the bustling city, a small caf\u00e9 stood as a tranquil oasis amidst the chaos."]}}]
1-18_1
1-18
1
1
single
Alice
2020-05-01
Friday
10:00 AM
extract concert post and summarize it in a new pdf file named concert_invitation.pdf
[{"function": "evaluate_file_exist", "args": {"file": "data/concert_invitation.pdf"}}]
1-18_0
1-18
0
1
single
Alice
2020-05-01
Friday
10:00 AM
extract concert post from pdf file and save as image named 'concert_post.jpg'
[{"function": "evaluate_file_exist", "args": {"file": "data/concert_post.jpg"}}]
1-19_2
1-19
2
1
single
Alice
2020-05-01
Friday
10:00 AM
extract paper abstract and save as an image file called 'abstract.png'
[{"function": "evaluate_file_exist", "args": {"file": "data/abstract.png"}}]
1-19_4
1-19
4
1
single
Alice
2020-05-01
Friday
10:00 AM
extract terms from agreement pdf file, with all participated parties into summary.docx
[{"function": "evaluate_file_exist", "args": {"file": "data/summary.docx"}}, {"function": "evaluate_contain", "args": {"doc_type": "docx", "file": "./data/summary.docx", "keywords": ["The parties agree to the following terms and conditions:", "ABC Company", "XYZ Inc."]}}]
1-19_1
1-19
1
1
single
Alice
2020-05-01
Friday
10:00 AM
extract paper's abstract and save in word file for review. The word file should be named as 'abstract.docx'
[{"function": "evaluate_file_exist", "args": {"file": "data/abstract.docx"}}, {"function": "evaluate_contain", "args": {"doc_type": "docx", "file": "./data/abstract.docx", "keywords": ["Autonomous interaction with the computer has been a longstanding challenge"]}}]
1-19_3
1-19
3
1
single
Alice
2020-05-01
Friday
10:00 AM
what is the effective date from agreement pdf file?
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["2024-05-29"]}}]
1-19_0
1-19
0
1
single
Alice
2020-05-01
Friday
10:00 AM
extract title and authors of the paper from pdf file and save in word file named 'paper.docx'
[{"function": "evaluate_file_exist", "args": {"file": "data/paper.docx"}}, {"function": "evaluate_contain", "args": {"doc_type": "docx", "file": "./data/paper.docx", "keywords": ["OS-COPILOT", "Zhiyong", "Wu", "Chengcheng", "Han", "Zichen", "Ding"]}}]
1-2_2
1-2
2
1
single
Bob
2020-05-01
Friday
10:00 AM
Bob and Tom need to shopping, help they find one hour at 5/1/2024
[{"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./calendar/Bob.ics", "keywords": ["shopping"]}}, {"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./calendar/Tom.ics", "keywords": ["shopping"]}}, {"function": "evaluate_calendar_no_overlap", "args": {"username": "Bob"}}, {"function": "evaluate_calendar_no_overlap", "args": {"username": "Tom"}}]
1-2_4
1-2
4
1
single
Bob
2020-05-01
Friday
10:00 AM
who has more commitments on 5/1/2024? Tom or Bob
[{"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./data/answer.txt", "keywords": ["Tom"]}}]
1-2_1
1-2
1
1
single
Bob
2020-05-01
Friday
10:00 AM
Can Bob and Tom have dinner together at 5/1/2024? Add a common time on their calendar.
[{"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./calendar/Bob.ics", "keywords": ["dinner"]}}, {"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./calendar/Tom.ics", "keywords": ["dinner"]}}, {"function": "evaluate_calendar_no_overlap", "args": {"username": "Bob"}}, {"function": "evaluate_calendar_no_overlap", "args": {"username": "Tom"}}]
1-2_3
1-2
3
1
single
Bob
2020-05-01
Friday
10:00 AM
Who gets up earlier? Bob or Tom
[{"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./data/answer.txt", "keywords": ["Tom"]}}]
1-2_0
1-2
0
1
single
Bob
2020-05-01
Friday
10:00 AM
Find a common time for Bob and Tom to have an one hour zoom meeting on 5/1/2024
[{"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./calendar/Bob.ics", "keywords": ["meeting"]}}, {"function": "evaluate_contain", "args": {"doc_type": "ics", "file": "./calendar/Tom.ics", "keywords": ["meeting"]}}, {"function": "evaluate_calendar_no_overlap", "args": {"username": "Bob"}}, {"function": "evaluate_calendar_no_overlap", "args": {"username": "Tom"}}]
1-20_2
1-20
2
1
single
Alice
2024-05-01
Friday
10:00 AM
What is the latest email to Bob about? Read the contents as the answer.
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["Your scholarship application has been approved."]}}]
1-20_4
1-20
4
1
single
Alice
2024-05-01
Friday
10:00 AM
In which season does Bob receive most emails?
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["spring"]}}]
1-20_1
1-20
1
1
single
Alice
2024-05-01
Friday
10:00 AM
What is the earliest email to Bob about? Read the contents as the answer.
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["Subject: Reminder Rent due"]}}]
1-20_3
1-20
3
1
single
Alice
2024-05-01
Friday
10:00 AM
does Bob receive emails in last month? if does, how many? Answer with yes or no and a arabic number.
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["yes", "1"]}}]
1-20_0
1-20
0
1
single
Bob
2024-05-01
Friday
10:00 AM
What are Bob's emails for last three months? List the contents as answer.
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["Subject: scheduled meeting", "Subject: application approved"]}}, {"function": "evaluate_not_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["Your Project 2 has been graded.", "Subject: Reminder Rent due"]}}]
1-21_2
1-21
2
1
single
Alice
2024-05-01
Friday
10:00 AM
does Bob receive emails in last month? Answer yes or no.
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["yes"]}}]
1-21_1
1-21
1
1
single
Alice
2020-05-01
Friday
10:00 AM
what is the subject of the earliest email that send to Bob?
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["Reminder Rent due"]}}]
1-21_0
1-21
0
1
single
Alice
2020-05-01
Friday
10:00 AM
what is the subject of the latest email that send to Bob?
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["application", "approved"]}}]
1-22_2
1-22
2
1
single
Alice
2022-11-01
Tuesday
10:00 AM
Check the emails, and let me know if my rent is due. Yes or no?
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["yes"]}}]
1-22_4
1-22
4
1
single
Alice
2022-11-01
Tuesday
10:00 AM
Check my emails, what is my score of project2?
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["93"]}}]
1-22_1
1-22
1
1
single
Alice
2020-05-01
Friday
10:00 AM
who sent the most email to Bob?
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["gradescrope"]}}]
1-22_3
1-22
3
1
single
Alice
2022-11-01
Tuesday
10:00 AM
Check the emails, and let me know if my scholarship application is approved. Yes or no?
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["yes"]}}]
1-22_0
1-22
0
1
single
Alice
2020-05-01
Friday
10:00 AM
what is the subject of the email I sent to Bob?
[{"function": "evaluate_contain", "args": {"file": "data/answer.txt", "doc_type": "txt", "keywords": ["scheduled meeting"]}}]
1-23_1
1-23
1
1
single
Alice
2020-05-01
Friday
10:00 AM
how many students in CS161 is freshman?
[{"function": "evaluate_contain", "args": {"doc_type": "txt", "file": "./data/answer.txt", "keywords": ["4"]}}]
1-23_0
1-23
0
1
single
Alice
2020-05-01
Friday
10:00 AM
what is total hw score of Cixarim? Add his hw1, hw2, and hw3 together.
[{"function": "evaluate_contain", "args": {"doc_type": "txt", "file": "./data/answer.txt", "keywords": ["153"]}}]
1-3_2
1-3
2
1
single
Alice
2020-05-01
Friday
10:00 AM
duplicate the excel file and name temp.xlsx
[{"function": "evaluate_file_exist", "args": {"file": "./data/temp.xlsx"}}, {"function": "evaluate_file_exist", "args": {"file": "./data/file3.xlsx"}}]
1-3_4
1-3
4
1
single
Alice
2020-05-01
Friday
10:00 AM
move all docx, pdf, and image files to a new subdirectory named new_dir, create this directory if does not exist
[{"function": "evaluate_file_exist", "args": {"file": "./data/new_dir/file1.docx"}}, {"function": "evaluate_file_exist", "args": {"file": "./data/new_dir/file2.pdf"}}, {"function": "evaluate_file_exist", "args": {"file": "./data/new_dir/file3.xlsx"}}, {"function": "evaluate_file_exist", "args": {"file": "./data/new_dir/file4.jpg"}}]
1-3_1
1-3
1
1
single
Alice
2020-05-01
Friday
10:00 AM
Rename the PDF file to match the name of the DOCX file
[{"function": "evaluate_file_exist", "args": {"file": "./data/file1.pdf"}}]
1-3_3
1-3
3
1
single
Alice
2020-05-01
Friday
10:00 AM
delete file3.xlsx
[{"function": "evaluate_file_not_exist", "args": {"file": "./data/file3.xlsx"}}]
1-3_0
1-3
0
1
single
Alice
2020-05-01
Friday
10:00 AM
change the docx file name to test_file1.docx
[{"function": "evaluate_file_exist", "args": {"file": "./data/test_file1.docx"}}]
1-4_2
1-4
2
1
single
Alice
2020-05-01
Friday
10:00 AM
add annual bonus $50000 to salary excel file
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/salary.xlsx", "matches": [{"row": "5", "col": "1", "value": "annual bonus"}, {"row": "5", "col": "2", "value": "50000"}]}}]
1-4_1
1-4
1
1
single
Alice
2020-05-01
Friday
10:00 AM
buy two yogurt and add to shopping list excel file
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/shopping_list.xlsx", "matches": [{"row": "5", "col": "1", "value": "yogurt"}, {"row": "5", "col": "2", "value": "2"}]}}]
1-4_3
1-4
3
1
single
Alice
2020-05-01
Friday
10:00 AM
add utilities fee $300 to budget excel file
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/company_budget.xlsx", "matches": [{"row": "5", "col": "1", "value": "utilities fee"}, {"row": "5", "col": "2", "value": "300"}]}}]
1-4_0
1-4
0
1
single
Alice
2020-05-01
Friday
10:00 AM
change Bob's midterm1 score 100 to score.xlsx excel file
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/score.xlsx", "matches": [{"row": "12", "col": "2", "value": "100"}]}}]
1-5_2
1-5
2
1
single
Alice
2020-05-01
Friday
10:00 AM
add 'average salary' for each day to the last row in salary excel file, round down with no decimal
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/salary.xlsx", "matches": [{"row": "5", "col": "1", "value": "average salary"}, {"row": "5", "col": "2", "value": "1095"}]}}]
1-5_1
1-5
1
1
single
Alice
2020-05-01
Friday
10:00 AM
reduce half amount of apple in shopping list excel file
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/shopping_list.xlsx", "matches": [{"row": "2", "col": "2", "value": "1"}]}}]
1-5_3
1-5
3
1
single
Alice
2020-05-01
Friday
10:00 AM
if budget grow 10% per year, add 'predicted budget' for 3 years later to the last row in budget excel file
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/company_budget.xlsx", "matches": [{"row": "5", "col": "1", "value": "predicted budget"}, {"row": "5", "col": "2", "value": "2729881"}]}}]
1-5_0
1-5
0
1
single
Alice
2020-05-01
Friday
10:00 AM
change Carol's midterm1 score to 98 in score excel file
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/score.xlsx", "matches": [{"row": "21", "col": "2", "value": "98"}]}}]
1-6_5
1-6
5
1
single
Alice
2020-05-01
Friday
10:00 AM
add a new header 'Cost' in shopping list excel file, supposing apple is 2$/pound, others are 1.5$/pound
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/shopping_list.xlsx", "matches": [{"row": "1", "col": "3", "value": "Cost"}]}}, {"function": "evaluate_excel_cell_value", "args": {"file": "./data/shopping_list.xlsx", "matches": [{"row": "2", "col": "3", "value": "4"}, {"row": "3", "col": "3", "value": "3"}, {"row": "4", "col": "3", "value": "3"}]}}]
1-6_2
1-6
2
1
single
Alice
2020-05-01
Friday
10:00 AM
assign each students in Class 1 10 min to have a meeting with doctor in a row, start from 8:00, record the start time under new header 'Meeting' in class_member.xlsx excel file
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/class_member.xlsx", "matches": [{"row": "1", "col": "2", "value": "Meeting"}]}}, {"function": "evaluate_excel_cell_value", "args": {"file": "./data/class_member.xlsx", "matches": [{"row": "2", "col": "2", "value": "8:00"}, {"row": "3", "col": "2", "value": "8:10"}, {"row": "4", "col": "2", "value": "8:20"}, {"row": "5", "col": "2", "value": "8:30"}, {"row": "6", "col": "2", "value": "8:40"}]}}]
1-6_4
1-6
4
1
single
Alice
2020-05-01
Friday
10:00 AM
Update the company budget Excel file to include a new header 'Increase Percentage Per Year', increase base salaries by 5%/yr, reduce computer expenses 10%/yr, and increase entertainment expenses 10%/yr.
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/company_budget.xlsx", "matches": [{"row": "1", "col": "3", "value": "Increase Percentage Per Year"}]}}, {"function": "evaluate_excel_cell_value", "args": {"file": "./data/company_budget.xlsx", "matches": [{"row": "2", "col": "3", "value": "5"}, {"row": "3", "col": "3", "value": "10"}, {"row": "4", "col": "3", "value": "10"}]}}]
1-6_1
1-6
1
1
single
Alice
2020-05-01
Friday
10:00 AM
all students attend class today, record it under new header 'Attendance' in class member excel file with value 'Y'
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/class_member.xlsx", "matches": [{"row": "1", "col": "2", "value": "Attendance"}]}}, {"function": "evaluate_excel_cell_value", "args": {"file": "./data/class_member.xlsx", "matches": [{"row": "2", "col": "2", "value": "Y"}, {"row": "3", "col": "2", "value": "Y"}, {"row": "4", "col": "2", "value": "Y"}, {"row": "5", "col": "2", "value": "Y"}, {"row": "6", "col": "2", "value": "Y"}]}}]
1-6_3
1-6
3
1
single
Alice
2020-05-01
Friday
10:00 AM
company increases base by 5%/yr, stock by 10%/yr, bonus by 10%/yr, show this in salary excel file with new header 'amount after 1 year'
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/company_budget.xlsx", "matches": [{"row": "1", "col": "3", "value": "amount after 1 year"}]}}, {"function": "evaluate_excel_cell_value", "args": {"file": "./data/company_budget.xlsx", "matches": [{"row": "2", "col": "3", "value": "2,100,000"}, {"row": "3", "col": "3", "value": "55,000"}, {"row": "4", "col": "3", "value": "1,100"}]}}]
1-6_0
1-6
0
1
single
Alice
2020-05-01
Friday
10:00 AM
add a new header Class, randomly assign each student to class 1 to class 5 in class member excel file
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/class_member.xlsx", "matches": [{"row": "1", "col": "2", "value": "Class"}]}}, {"function": "evaluate_excel_cell_comparator", "args": {"file": "./data/class_member.xlsx", "matches": [{"row": "2", "col": "2", "comparator": "lambda x: x in ['1', '2', '3', '4', '5']"}, {"row": "3", "col": "2", "comparator": "lambda x: x in ['1', '2', '3', '4', '5']"}, {"row": "4", "col": "2", "comparator": "lambda x: x in ['1', '2', '3', '4', '5']"}, {"row": "5", "col": "2", "comparator": "lambda x: x in ['1', '2', '3', '4', '5']"}, {"row": "6", "col": "2", "comparator": "lambda x: x in ['1', '2', '3', '4', '5']"}]}}]
1-7_5
1-7
5
1
single
Alice
2020-05-01
Friday
10:00 AM
we already have onion at home, remove this entry from the shopping list excel file
[{"function": "evaluate_diff_contain_text", "file": "./data/shopping_list.xlsx", "args": {"input_file": "../../../../cache/5/testbed/data/shopping_list.xlsx", "output_file": "./data/shopping_list.xlsx", "doc_type": "xlsx", "keywords": ["onion", "2"]}}]
1-7_2
1-7
2
1
single
Alice
2020-05-01
Friday
10:00 AM
delete the first three students and their scores in score excel file
[{"function": "evaluate_diff_contain_text", "file": "./data/score.xlsx", "args": {"input_file": "../../../../cache/2/testbed/data/score.xlsx", "output_file": "./data/score.xlsx", "doc_type": "xlsx", "keywords": ["Liam", "74", "72", "Ivy", "64", "90", "Alice", "78", "75"]}}]
1-7_4
1-7
4
1
single
Alice
2020-05-01
Friday
10:00 AM
company don't need to replace computers, so delete corresponding line in company budget excel file
[{"function": "evaluate_diff_contain_text", "file": "./data/company_budget.xlsx", "args": {"input_file": "../../../../cache/4/testbed/data/company_budget.xlsx", "output_file": "./data/company_budget.xlsx", "doc_type": "xlsx", "keywords": ["computer", "50000"]}}]
1-7_1
1-7
1
1
single
Alice
2020-05-01
Friday
10:00 AM
remove the third student and his/her score in score excel file
[{"function": "evaluate_diff_contain_text", "args": {"input_file": "../../../../cache/1/testbed/data/score.xlsx", "output_file": "./data/score.xlsx", "doc_type": "xlsx", "keywords": ["Alice", "78", "75"]}}]
1-7_3
1-7
3
1
single
Alice
2020-05-01
Friday
10:00 AM
delete the stock and its line in salary excel file
[{"function": "evaluate_diff_contain_text", "file": "./data/salary.xlsx", "args": {"input_file": "../../../../cache/3/testbed/data/salary.xlsx", "output_file": "./data/salary.xlsx", "doc_type": "xlsx", "keywords": ["stock", "100000"]}}]
1-7_0
1-7
0
1
single
Alice
2020-05-01
Friday
10:00 AM
delete student Alice and her score in score excel file
[{"function": "evaluate_diff_contain_text", "args": {"input_file": "../../../../cache/0/testbed/data/score.xlsx", "output_file": "./data/score.xlsx", "doc_type": "xlsx", "keywords": ["Alice", "78", "75"]}}]
1-8_2
1-8
2
1
single
Alice
2020-05-01
Friday
10:00 AM
delete all amounts in salary excel file
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/salary.xlsx", "expected_file": "../../../../reference/salary.xlsx"}}]
1-8_4
1-8
4
1
single
Alice
2020-05-01
Friday
10:00 AM
delete all amounts in shopping list excel file
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/shopping_list.xlsx", "expected_file": "../../../../reference/shopping_list.xlsx"}}]
1-8_1
1-8
1
1
single
Alice
2020-05-01
Friday
10:00 AM
remove all students' class and the header in class member excel file
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/class_member.xlsx", "expected_file": "../../../../reference/class_member.xlsx"}}]
1-8_3
1-8
3
1
single
Alice
2020-05-01
Friday
10:00 AM
delete everything in company budget excel file
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/company_budget.xlsx", "expected_file": "../../../../reference/company_budget.xlsx"}}]
1-8_0
1-8
0
1
single
Alice
2020-05-01
Friday
10:00 AM
delete all students' score and the header in score excel file
[{"function": "evaluate_exact_match", "args": {"doc_type": "xlsx", "result_file": "./data/score.xlsx", "expected_file": "../../../../reference/score.xlsx"}}]
1-9_5
1-9
5
1
single
Alice
2020-05-01
Friday
10:00 AM
calculate item average weight, write in the bottom row in shopping list excel file with header 'Average'
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/shopping_list.xlsx", "matches": [{"row": "5", "col": "1", "value": "Average"}, {"row": "5", "col": "2", "value": "2"}]}}]
1-9_2
1-9
2
1
single
Alice
2020-05-01
Friday
10:00 AM
calculate total salary for one year and add it after the bottom row with header 'Total' in salary excel file
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/salary.xlsx", "matches": [{"row": "5", "col": "1", "value": "Total"}, {"row": "5", "col": "2", "value": "400000"}]}}]
1-9_4
1-9
4
1
single
Alice
2020-05-01
Friday
10:00 AM
calculate the total weights for total's shopping, append a row with header 'Total' after the bottom of the file
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/shopping_list.xlsx", "matches": [{"row": "5", "col": "1", "value": "Total"}, {"row": "5", "col": "2", "value": "6"}]}}]
1-9_1
1-9
1
1
single
Alice
2020-05-01
Friday
10:00 AM
find the student whose midterm1 score is closest to the average in score excel file, duplicate the line at bottom
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/score.xlsx", "matches": [{"row": "22", "col": "1", "value": "Alice"}, {"row": "22", "col": "2", "value": "78"}, {"row": "22", "col": "3", "value": "75"}]}}]
1-9_3
1-9
3
1
single
Alice
2020-05-01
Friday
10:00 AM
calculate total cost listed in budget excel file, append a row with header 'Total' after the bottom of the file
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/company_budget.xlsx", "matches": [{"row": "5", "col": "1", "value": "Total"}, {"row": "5", "col": "2", "value": "2051000"}]}}]
1-9_0
1-9
0
1
single
Alice
2020-05-01
Friday
10:00 AM
calculate the average of two midterm scores, write in the bottom row of the score excel file with header 'Average'
[{"function": "evaluate_excel_cell_value", "args": {"file": "./data/score.xlsx", "matches": [{"row": "22", "col": "1", "value": "Average"}, {"row": "22", "col": "2", "value": "80.5"}, {"row": "22", "col": "3", "value": "78.3"}]}}]
2-1_2
2-1
2
2
two
Alice
2020-05-01
Friday
10:00 AM
summarize content from combined notification image into one notification pdf file named two_notification.pdf
[{"function": "evaluate_file_exist", "args": {"file": "data/two_notification.pdf"}}]
2-1_1
2-1
1
2
two
Alice
2020-05-01
Friday
10:00 AM
summarize content from meeting notification image and save in meeting.pdf
[{"function": "evaluate_file_exist", "args": {"file": "data/meeting.pdf"}}]
2-1_3
2-1
3
2
two
Alice
2020-05-01
Friday
10:00 AM
extract text from combined notification image and split into two pdf files, named party.pdf and meeting.pdf
[{"function": "evaluate_file_exist", "args": {"file": "data/party.pdf"}}, {"function": "evaluate_file_exist", "args": {"file": "data/meeting.pdf"}}]
2-1_0
2-1
0
2
two
Alice
2020-05-01
Friday
10:00 AM
extract text from power failure notification image and save in power_failure.pdf
[{"function": "evaluate_contain", "args": {"file": "data/power_failure.pdf", "doc_type": "pdf", "keywords": ["Electric", "Failure", "Power", "issue"]}}]
2-10_1
2-10
1
2
two
Alice
2020-05-01
Friday
10:00 AM
extract the first 3 students and their IDs, collect them into excel file SIDs.xlsx
[{"function": "evaluate_contain", "args": {"file": "data/SIDs.xlsx", "doc_type": "xlsx", "keywords": ["Alice", "s1001", "Bob", "s1002", "Carol", "s1003"]}}, {"function": "evaluate_not_contain", "args": {"file": "data/SIDs.xlsx", "doc_type": "xlsx", "keywords": ["Eva", "Frank", "Grace", "Ivy", "Jack"]}}]
2-10_0
2-10
0
2
two
Alice
2020-05-01
Friday
10:00 AM
Put first 5 student scores from scanned PDF file to score.xlsx
[{"function": "evaluate_contain", "args": {"file": "data/score.xlsx", "doc_type": "xlsx", "keywords": ["Alice", "100", "Bob", "222", "Carol", "333", "David", "250", "Eva", "180"]}}, {"function": "evaluate_not_contain", "args": {"file": "data/score.xlsx", "doc_type": "xlsx", "keywords": ["Frank", "Grace", "Hank", "Ivy", "Jack"]}}]
2-11_1
2-11
1
2
two
Alice
2020-05-01
Friday
10:00 AM
collect company trading and save the items about `sold` in company_trading.xlsx
[{"function": "evaluate_contain", "args": {"file": "data/company_trading.xlsx", "doc_type": "xlsx", "keywords": ["2024-01-05", "Sold", "Desk", "300", "2024-01-12", "Sold", "Monitor", "400", "2024-01-20", "Sold", "Tablet", "500", "2024-01-30", "Sold", "Keyboard", "100"]}}, {"function": "evaluate_not_contain", "args": {"file": "data/company_trading.xlsx", "doc_type": "xlsx", "keywords": ["Bought", "Laptop", "2024-01-01"]}}]
End of preview. Expand in Data Studio

officebench-automation

OfficeBench: Benchmarking Language Agents across Multiple Applications for Office Automation

Dataset Description

This dataset is a standardized version of the original benchmark, prepared for easy evaluation of LLMs on planning tasks.

Splits

  • test: 300 samples

Features

{
  "id": "Value(dtype='string', id=None)",
  "task_id": "Value(dtype='string', id=None)",
  "subtask_id": "Value(dtype='string', id=None)",
  "num_apps": "Value(dtype='int64', id=None)",
  "difficulty": "Value(dtype='string', id=None)",
  "username": "Value(dtype='string', id=None)",
  "date": "Value(dtype='string', id=None)",
  "weekday": "Value(dtype='string', id=None)",
  "time": "Value(dtype='string', id=None)",
  "task_description": "Value(dtype='string', id=None)",
  "evaluation": "Value(dtype='string', id=None)"
}

Usage

from datasets import load_dataset

# Load the dataset
dataset = load_dataset("tuandunghcmut/officebench-automation")

# Access splits
train_data = dataset["train"]  # if available
test_data = dataset["test"]

# Example
print(test_data[0])

Citation

If you use this dataset, please cite the original paper:

@misc{officebench2024,
  title={OfficeBench: Benchmarking Language Agents across Multiple Applications for Office Automation},
  author={Wang, Zilong and Cui, Yuedong and Zhong, Li and Zhang, Zimin and Yin, Da and Lin, Bill Yuchen and Shang, Jingbo},
  year={2024}
}

Acknowledgments

This dataset is a reformatted version of the original benchmark. All credit goes to the original authors.


Prepared by: tuandunghcmut Original Source: See citation above

Downloads last month
8