Upload 234 files
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- tasks/1-10/subtasks/0.json +19 -0
- tasks/1-10/subtasks/1.json +26 -0
- tasks/1-10/subtasks/2.json +22 -0
- tasks/1-10/subtasks/3.json +22 -0
- tasks/1-10/subtasks/4.json +19 -0
- tasks/1-10/testbed/data/class_member.xlsx +0 -0
- tasks/1-10/testbed/data/company_budget.xlsx +0 -0
- tasks/1-10/testbed/data/salary.xlsx +0 -0
- tasks/1-10/testbed/data/score.xlsx +0 -0
- tasks/1-10/testbed/data/shopping_list.xlsx +0 -0
- tasks/1-11/reference/company_budget.xlsx +0 -0
- tasks/1-11/reference/midterm1.xlsx +0 -0
- tasks/1-11/reference/midterm2.xlsx +0 -0
- tasks/1-11/reference/sorted_score.xlsx +0 -0
- tasks/1-11/subtasks/0.json +17 -0
- tasks/1-11/subtasks/1.json +25 -0
- tasks/1-11/subtasks/2.json +19 -0
- tasks/1-11/subtasks/3.json +17 -0
- tasks/1-11/testbed/data/class_member.xlsx +0 -0
- tasks/1-11/testbed/data/company_budget.xlsx +0 -0
- tasks/1-11/testbed/data/salary.xlsx +0 -0
- tasks/1-11/testbed/data/score.xlsx +0 -0
- tasks/1-11/testbed/data/shopping_list.xlsx +0 -0
- tasks/1-12/subtasks/0.json +20 -0
- tasks/1-12/subtasks/1.json +19 -0
- tasks/1-12/subtasks/2.json +20 -0
- tasks/1-12/testbed/data/CS161_Class_Roster.xlsx +0 -0
- tasks/1-13/subtasks/0.json +20 -0
- tasks/1-13/subtasks/1.json +19 -0
- tasks/1-13/subtasks/2.json +20 -0
- tasks/1-13/testbed/data/Thomas_Robinson_Course_List.xlsx +0 -0
- tasks/1-14/reference/company_budget.xlsx +0 -0
- tasks/1-14/reference/salary.xlsx +0 -0
- tasks/1-14/reference/score_swap_column.xlsx +0 -0
- tasks/1-14/reference/score_swap_row.xlsx +0 -0
- tasks/1-14/reference/shopping_list.xlsx +0 -0
- tasks/1-14/subtasks/0.json +18 -0
- tasks/1-14/subtasks/1.json +17 -0
- tasks/1-14/subtasks/2.json +17 -0
- tasks/1-14/subtasks/3.json +17 -0
- tasks/1-14/subtasks/4.json +17 -0
- tasks/1-14/testbed/data/class_member.xlsx +0 -0
- tasks/1-14/testbed/data/company_budget.xlsx +0 -0
- tasks/1-14/testbed/data/salary.xlsx +0 -0
- tasks/1-14/testbed/data/score.xlsx +0 -0
- tasks/1-14/testbed/data/shopping_list.xlsx +0 -0
- tasks/1-23/subtasks/0.json +19 -0
- tasks/1-23/subtasks/1.json +19 -0
- tasks/1-23/testbed/data/CS161_Class_Roster.xlsx +0 -0
- tasks/1-4/subtasks/0.json +22 -0
tasks/1-10/subtasks/0.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "find the lowest score and highest score of midterm 1, what is their difference?",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_contain",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "txt",
|
| 12 |
+
"file": "./data/answer.txt",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"40"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
}
|
tasks/1-10/subtasks/1.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "Which students have lower score in midterm2 than midterm1 in score excel file?",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_contain",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "txt",
|
| 12 |
+
"file": "./data/answer.txt",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"Liam",
|
| 15 |
+
"Alice",
|
| 16 |
+
"Sam",
|
| 17 |
+
"David",
|
| 18 |
+
"Bob",
|
| 19 |
+
"Tina",
|
| 20 |
+
"Rachel",
|
| 21 |
+
"Frank"
|
| 22 |
+
]
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|
tasks/1-10/subtasks/2.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "find the highest incoming in salary excel file, duplicate it at bottom",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_excel_cell_value",
|
| 10 |
+
"args": {
|
| 11 |
+
"file": "data/salary.xlsx",
|
| 12 |
+
"matches": [
|
| 13 |
+
{
|
| 14 |
+
"row": 5,
|
| 15 |
+
"col": 2,
|
| 16 |
+
"value": "200000"
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
]
|
| 22 |
+
}
|
tasks/1-10/subtasks/3.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "find the lowest cost in budget item, add to highest cost in budget excel file",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_excel_cell_value",
|
| 10 |
+
"args": {
|
| 11 |
+
"file": "data/company_budget.xlsx",
|
| 12 |
+
"matches": [
|
| 13 |
+
{
|
| 14 |
+
"row": 2,
|
| 15 |
+
"col": 2,
|
| 16 |
+
"value": "201000"
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
]
|
| 22 |
+
}
|
tasks/1-10/subtasks/4.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "What is the fewest amount of bought item in shopping list excel file?",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_contain",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "txt",
|
| 12 |
+
"file": "./data/answer.txt",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"apple"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
}
|
tasks/1-10/testbed/data/class_member.xlsx
ADDED
|
Binary file (5.19 kB). View file
|
|
|
tasks/1-10/testbed/data/company_budget.xlsx
ADDED
|
Binary file (8.51 kB). View file
|
|
|
tasks/1-10/testbed/data/salary.xlsx
ADDED
|
Binary file (4.97 kB). View file
|
|
|
tasks/1-10/testbed/data/score.xlsx
ADDED
|
Binary file (5.33 kB). View file
|
|
|
tasks/1-10/testbed/data/shopping_list.xlsx
ADDED
|
Binary file (6.39 kB). View file
|
|
|
tasks/1-11/reference/company_budget.xlsx
ADDED
|
Binary file (8.51 kB). View file
|
|
|
tasks/1-11/reference/midterm1.xlsx
ADDED
|
Binary file (6.41 kB). View file
|
|
|
tasks/1-11/reference/midterm2.xlsx
ADDED
|
Binary file (6.41 kB). View file
|
|
|
tasks/1-11/reference/sorted_score.xlsx
ADDED
|
Binary file (6.45 kB). View file
|
|
|
tasks/1-11/subtasks/0.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "sort students score descently by midterm1, save as a new excel file as sorted_score.xlsx",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_exact_match",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "xlsx",
|
| 12 |
+
"result_file": "./data/sorted_score.xlsx",
|
| 13 |
+
"expected_file": "../../../../reference/sorted_score.xlsx"
|
| 14 |
+
}
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
tasks/1-11/subtasks/1.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "split midterm1 and midterm2 scores in score excel file into two excel files, name them as midterm1.xlsx and midterm2.xlsx",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_exact_match",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "xlsx",
|
| 12 |
+
"result_file": "./data/midterm1.xlsx",
|
| 13 |
+
"expected_file": "../../../../reference/midterm1.xlsx"
|
| 14 |
+
}
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"function": "evaluate_exact_match",
|
| 18 |
+
"args": {
|
| 19 |
+
"doc_type": "xlsx",
|
| 20 |
+
"result_file": "./data/midterm2.xlsx",
|
| 21 |
+
"expected_file": "../../../../reference/midterm2.xlsx"
|
| 22 |
+
}
|
| 23 |
+
}
|
| 24 |
+
]
|
| 25 |
+
}
|
tasks/1-11/subtasks/2.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "add all incoming in the salery excel file. This is the annual income. So what is the monthly income?",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_contain",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "txt",
|
| 12 |
+
"file": "./data/answer.txt",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"35000"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
}
|
tasks/1-11/subtasks/3.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "sort items in budget descently in budget excel file",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_exact_match",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "xlsx",
|
| 12 |
+
"result_file": "./data/company_budget.xlsx",
|
| 13 |
+
"expected_file": "../../../../reference/company_budget.xlsx"
|
| 14 |
+
}
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
tasks/1-11/testbed/data/class_member.xlsx
ADDED
|
Binary file (5.19 kB). View file
|
|
|
tasks/1-11/testbed/data/company_budget.xlsx
ADDED
|
Binary file (8.51 kB). View file
|
|
|
tasks/1-11/testbed/data/salary.xlsx
ADDED
|
Binary file (6.39 kB). View file
|
|
|
tasks/1-11/testbed/data/score.xlsx
ADDED
|
Binary file (6.45 kB). View file
|
|
|
tasks/1-11/testbed/data/shopping_list.xlsx
ADDED
|
Binary file (4.96 kB). View file
|
|
|
tasks/1-12/subtasks/0.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "what is total number of students in class CS161, and how many of them are senior?",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_contain",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "txt",
|
| 12 |
+
"file": "./data/answer.txt",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"9",
|
| 15 |
+
"2"
|
| 16 |
+
]
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
]
|
| 20 |
+
}
|
tasks/1-12/subtasks/1.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "how many students in CS161 class got 60 or more in final",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_contain",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "txt",
|
| 12 |
+
"file": "./data/answer.txt",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"5"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
}
|
tasks/1-12/subtasks/2.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "What is Xihozun's HW2 score?",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_contain",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "txt",
|
| 12 |
+
"file": "./data/answer.txt",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"54"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
|
| 20 |
+
}
|
tasks/1-12/testbed/data/CS161_Class_Roster.xlsx
ADDED
|
Binary file (7.07 kB). View file
|
|
|
tasks/1-13/subtasks/0.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "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.",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_contain",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "txt",
|
| 12 |
+
"file": "./data/answer.txt",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"Yes"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
|
| 20 |
+
}
|
tasks/1-13/subtasks/1.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "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'.",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_contain",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "txt",
|
| 12 |
+
"file": "./data/answer.txt",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"Yes"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
}
|
tasks/1-13/subtasks/2.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "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.",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_contain",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "txt",
|
| 12 |
+
"file": "./data/answer.txt",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"No"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
|
| 20 |
+
}
|
tasks/1-13/testbed/data/Thomas_Robinson_Course_List.xlsx
ADDED
|
Binary file (8.88 kB). View file
|
|
|
tasks/1-14/reference/company_budget.xlsx
ADDED
|
Binary file (6.4 kB). View file
|
|
|
tasks/1-14/reference/salary.xlsx
ADDED
|
Binary file (6.39 kB). View file
|
|
|
tasks/1-14/reference/score_swap_column.xlsx
ADDED
|
Binary file (6.45 kB). View file
|
|
|
tasks/1-14/reference/score_swap_row.xlsx
ADDED
|
Binary file (6.45 kB). View file
|
|
|
tasks/1-14/reference/shopping_list.xlsx
ADDED
|
Binary file (6.39 kB). View file
|
|
|
tasks/1-14/subtasks/0.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "Swap row of Alice and row of Bob in score excel file",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_exact_match",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "xlsx",
|
| 12 |
+
"result_file": "./data/score.xlsx",
|
| 13 |
+
"expected_file": "../../../../reference/score_swap_row.xlsx"
|
| 14 |
+
}
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
|
| 18 |
+
}
|
tasks/1-14/subtasks/1.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "swap column of midterm1 and midterm2 in score excel file",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_exact_match",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "xlsx",
|
| 12 |
+
"result_file": "./data/score.xlsx",
|
| 13 |
+
"expected_file": "../../../../reference/score_swap_column.xlsx"
|
| 14 |
+
}
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
tasks/1-14/subtasks/2.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "swap the lowest and highest incoming item in salary excel file",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_exact_match",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "xlsx",
|
| 12 |
+
"result_file": "./data/salery.xlsx",
|
| 13 |
+
"expected_file": "../../../../reference/salery.xlsx"
|
| 14 |
+
}
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
tasks/1-14/subtasks/3.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "swap the fewest and second fewest shopping item in shopping list excel file",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_exact_match",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "xlsx",
|
| 12 |
+
"result_file": "./data/shopping_list.xlsx",
|
| 13 |
+
"expected_file": "../../../../reference/shopping_list.xlsx"
|
| 14 |
+
}
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
tasks/1-14/subtasks/4.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "swap the highest and second highest item in budget excel file",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_exact_match",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "xlsx",
|
| 12 |
+
"result_file": "./data/company_budget.xlsx",
|
| 13 |
+
"expected_file": "../../../../reference/company_budget.xlsx"
|
| 14 |
+
}
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
tasks/1-14/testbed/data/class_member.xlsx
ADDED
|
Binary file (5.19 kB). View file
|
|
|
tasks/1-14/testbed/data/company_budget.xlsx
ADDED
|
Binary file (8.51 kB). View file
|
|
|
tasks/1-14/testbed/data/salary.xlsx
ADDED
|
Binary file (6.39 kB). View file
|
|
|
tasks/1-14/testbed/data/score.xlsx
ADDED
|
Binary file (6.45 kB). View file
|
|
|
tasks/1-14/testbed/data/shopping_list.xlsx
ADDED
|
Binary file (6.39 kB). View file
|
|
|
tasks/1-23/subtasks/0.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "what is total hw score of Cixarim? Add his hw1, hw2, and hw3 together.",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_contain",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "txt",
|
| 12 |
+
"file": "./data/answer.txt",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"153"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
}
|
tasks/1-23/subtasks/1.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "how many students in CS161 is freshman?",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_contain",
|
| 10 |
+
"args": {
|
| 11 |
+
"doc_type": "txt",
|
| 12 |
+
"file": "./data/answer.txt",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"4"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
}
|
tasks/1-23/testbed/data/CS161_Class_Roster.xlsx
ADDED
|
Binary file (7.07 kB). View file
|
|
|
tasks/1-4/subtasks/0.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"username": "Alice",
|
| 3 |
+
"date": "2020-05-01",
|
| 4 |
+
"weekday": "Friday",
|
| 5 |
+
"time": "10:00 AM",
|
| 6 |
+
"task": "change Bob's midterm1 score 100 to score.xlsx excel file",
|
| 7 |
+
"evaluation": [
|
| 8 |
+
{
|
| 9 |
+
"function": "evaluate_excel_cell_value",
|
| 10 |
+
"args": {
|
| 11 |
+
"file": "./data/score.xlsx",
|
| 12 |
+
"matches": [
|
| 13 |
+
{
|
| 14 |
+
"row": "12",
|
| 15 |
+
"col": "2",
|
| 16 |
+
"value": "100"
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
]
|
| 22 |
+
}
|