paper version of Algorithm
This commit is contained in:
@ -505,7 +505,8 @@
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)\n"
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)\n",
|
||||
"(['noodle', 'rice'], [[1, 0], [2, 2], [8, 10], [23, 22]])\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -524,7 +525,8 @@
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)\n"
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)\n",
|
||||
"(['noodle', 'rice'], [[1, 1], [10, 9], [15, 15], [8, 9]])\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -543,7 +545,8 @@
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"Would you cook it? (0: not at all, 3: immediately!)\n"
|
||||
"Would you cook it? (0: not at all, 3: immediately!)\n",
|
||||
"(['noodle', 'rice'], [[7, 5], [12, 9], [7, 13], [8, 7]])\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -562,7 +565,8 @@
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)\n"
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)\n",
|
||||
"(['noodle', 'rice'], [[1, 0], [10, 10], [15, 19], [8, 5]])\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -581,7 +585,8 @@
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)\n"
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)\n",
|
||||
"(['noodle', 'rice'], [[2, 1], [6, 7], [13, 11], [13, 15]])\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -600,7 +605,8 @@
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)\n"
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)\n",
|
||||
"(['noodle', 'rice'], [[2, 5], [12, 6], [13, 15], [7, 8]])\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -620,6 +626,7 @@
|
||||
"for q in range_questions:\n",
|
||||
" print(q)\n",
|
||||
" answer = get_range_group_answer(q)\n",
|
||||
" print (answer)\n",
|
||||
" \n",
|
||||
" x = np.arange(len(answer[0])) \n",
|
||||
"\n",
|
||||
@ -699,7 +706,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 23,
|
||||
"execution_count": 22,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
@ -727,7 +734,7 @@
|
||||
" 'rice_9.md']"
|
||||
]
|
||||
},
|
||||
"execution_count": 23,
|
||||
"execution_count": 22,
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
718
Evaluation/all_results.json
Normal file
718
Evaluation/all_results.json
Normal file
@ -0,0 +1,718 @@
|
||||
[
|
||||
{
|
||||
"noodle_8.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"noodle_3.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "1",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "0",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"rice_8.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"rice_2.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rice_0.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"noodle_5.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"rice_9.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"noodle_8.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"rice_6.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rice_5.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "0",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"noodle_8.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"rice_2.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"noodle_4.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"noodle_5.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"rice_3.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"rice_8.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"noodle_8.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"noodle_8.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"rice_4.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"rice_7.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"noodle_2.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rice_2.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"noodle_1.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "1",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"noodle_7.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "No",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "0",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "0",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"noodle_3.md": {
|
||||
"Is this a valid recipe?": "No",
|
||||
"Does it seem eatable?": "No",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "0",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "0",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "0",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0"
|
||||
},
|
||||
"rice_5.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"noodle_7.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"rice_6.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"noodle_6.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rice_2.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"noodle_2.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"noodle_4.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"rice_4.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rice_7.md": {
|
||||
"Is this a valid recipe?": "No",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "0",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"noodle_9.md": {
|
||||
"Is this a valid recipe?": "No",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"rice_8.md": {
|
||||
"Is this a valid recipe?": "No",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"noodle_4.md": {
|
||||
"Is this a valid recipe?": "No",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"noodle_5.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "0",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"rice_1.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"rice_6.md": {
|
||||
"Is this a valid recipe?": "No",
|
||||
"Does it seem eatable?": "No",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "1",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0"
|
||||
},
|
||||
"noodle_0.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "0",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rice_5.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"noodle_8.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"rice_8.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"noodle_1.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "0",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"noodle_2.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"rice_5.md": {
|
||||
"Is this a valid recipe?": "No",
|
||||
"Does it seem eatable?": "No",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "0",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "0",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "0",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0"
|
||||
},
|
||||
"noodle_5.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"rice_1.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rice_9.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"noodle_6.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"rice_0.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"noodle_4.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"rice_2.md": {
|
||||
"Is this a valid recipe?": "No",
|
||||
"Does it seem eatable?": "No",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "0",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0"
|
||||
},
|
||||
"noodle_9.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"rice_8.md": {
|
||||
"Is this a valid recipe?": "No",
|
||||
"Does it seem eatable?": "No",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "1",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "0",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"noodle_7.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"noodle_4.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "0",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "0"
|
||||
},
|
||||
"rice_8.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"rice_3.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rice_2.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
},
|
||||
"noodle_2.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "3",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "1",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"rice_7.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "2",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "3"
|
||||
},
|
||||
"noodle_0.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "No",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "1",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "0",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "0",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"noodle_9.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "1",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"rice_6.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "3",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"rice_5.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "3",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "2",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "3",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
},
|
||||
"noodle_8.md": {
|
||||
"Is this a valid recipe?": "Yes",
|
||||
"Does it seem eatable?": "Yes",
|
||||
"Are the instructions understandable? (0: totally confusing, 3: very clear)": "3",
|
||||
"How tasty is it probably? (0: not at all, 3: very tasty)": "2",
|
||||
"Would you cook it? (0: not at all, 3: immediately!)": "2",
|
||||
"How creative is this recipe? (0: not at all, 3: very creative!)": "1",
|
||||
"Is this a good combination of ingredients? (0: not at all, 3: very good!)": "2",
|
||||
"Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": "2"
|
||||
}
|
||||
}
|
||||
]
|
9
Evaluation/question_results.csv
Normal file
9
Evaluation/question_results.csv
Normal file
@ -0,0 +1,9 @@
|
||||
"noodle_0.md","noodle_1.md","noodle_2.md","noodle_3.md","noodle_4.md","noodle_5.md","noodle_6.md","noodle_7.md","noodle_8.md","noodle_9.md","rice_0.md","rice_1.md","rice_2.md","rice_3.md","rice_4.md","rice_5.md","rice_6.md","rice_7.md","rice_8.md","rice_9.md"
|
||||
1,1,1,0.5,0.8,1,1,1,1,0.6666666666666666,1,1,0.8333333333333334,1,1,0.8,0.75,0.6666666666666666,0.6666666666666666,1
|
||||
0.5,1,1,0.5,1,1,1,0.6666666666666666,1,1,1,1,0.8333333333333334,1,1,0.8,0.75,1,0.8333333333333334,1
|
||||
3,2,2.25,2,2.4,2.75,3,1.6666666666666667,3,3,3,2.5,2.3333333333333335,3,3,2.8,2.5,2.3333333333333335,2.5,2.5
|
||||
1,1.5,1.75,0.5,2,2.5,2,1.6666666666666667,2.142857142857143,2.3333333333333335,2.5,1.5,1.6666666666666667,2,2.5,1.4,2.25,2,2.1666666666666665,2
|
||||
0,0.5,1.25,0,1.4,2,2.5,1.3333333333333333,2.142857142857143,1.6666666666666667,2.5,1,1.1666666666666667,2,2.5,1.6,2,1.3333333333333333,1.5,2
|
||||
2.5,1.5,2.25,2,1.4,1.25,2.5,2.3333333333333335,1.7142857142857142,2.3333333333333335,2.5,2,1.8333333333333333,2.5,2,1.6,1.25,2.3333333333333335,1.8333333333333333,1.5
|
||||
1.5,1.5,1.75,0.5,2,2.75,2.5,1.6666666666666667,2.5714285714285716,2.6666666666666665,2,1,2.1666666666666665,2.5,2.5,1.8,2.75,2.6666666666666665,2.1666666666666665,2
|
||||
1,1,2,0.5,1.6,2,2,1.6666666666666667,2.142857142857143,2,2,1,1.5,2.5,2.5,1.6,1.75,2,1.8333333333333333,1.5
|
|
1
Evaluation/question_results.json
Normal file
1
Evaluation/question_results.json
Normal file
@ -0,0 +1 @@
|
||||
{"Is this a valid recipe?": {"noodle_8.md": 1.0, "noodle_3.md": 0.5, "rice_8.md": 0.6666666666666666, "rice_2.md": 0.8333333333333334, "rice_0.md": 1.0, "noodle_5.md": 1.0, "rice_9.md": 1.0, "rice_6.md": 0.75, "rice_5.md": 0.8, "noodle_4.md": 0.8, "rice_3.md": 1.0, "rice_4.md": 1.0, "rice_7.md": 0.6666666666666666, "noodle_2.md": 1.0, "noodle_1.md": 1.0, "noodle_7.md": 1.0, "noodle_6.md": 1.0, "noodle_9.md": 0.6666666666666666, "rice_1.md": 1.0, "noodle_0.md": 1.0}, "Does it seem eatable?": {"noodle_8.md": 1.0, "noodle_3.md": 0.5, "rice_8.md": 0.8333333333333334, "rice_2.md": 0.8333333333333334, "rice_0.md": 1.0, "noodle_5.md": 1.0, "rice_9.md": 1.0, "rice_6.md": 0.75, "rice_5.md": 0.8, "noodle_4.md": 1.0, "rice_3.md": 1.0, "rice_4.md": 1.0, "rice_7.md": 1.0, "noodle_2.md": 1.0, "noodle_1.md": 1.0, "noodle_7.md": 0.6666666666666666, "noodle_6.md": 1.0, "noodle_9.md": 1.0, "rice_1.md": 1.0, "noodle_0.md": 0.5}, "Are the instructions understandable? (0: totally confusing, 3: very clear)": {"noodle_8.md": 3.0, "noodle_3.md": 2.0, "rice_8.md": 2.5, "rice_2.md": 2.3333333333333335, "rice_0.md": 3.0, "noodle_5.md": 2.75, "rice_9.md": 2.5, "rice_6.md": 2.5, "rice_5.md": 2.8, "noodle_4.md": 2.4, "rice_3.md": 3.0, "rice_4.md": 3.0, "rice_7.md": 2.3333333333333335, "noodle_2.md": 2.25, "noodle_1.md": 2.0, "noodle_7.md": 1.6666666666666667, "noodle_6.md": 3.0, "noodle_9.md": 3.0, "rice_1.md": 2.5, "noodle_0.md": 3.0}, "How tasty is it probably? (0: not at all, 3: very tasty)": {"noodle_8.md": 2.142857142857143, "noodle_3.md": 0.5, "rice_8.md": 2.1666666666666665, "rice_2.md": 1.6666666666666667, "rice_0.md": 2.5, "noodle_5.md": 2.5, "rice_9.md": 2.0, "rice_6.md": 2.25, "rice_5.md": 1.4, "noodle_4.md": 2.0, "rice_3.md": 2.0, "rice_4.md": 2.5, "rice_7.md": 2.0, "noodle_2.md": 1.75, "noodle_1.md": 1.5, "noodle_7.md": 1.6666666666666667, "noodle_6.md": 2.0, "noodle_9.md": 2.3333333333333335, "rice_1.md": 1.5, "noodle_0.md": 1.0}, "Would you cook it? (0: not at all, 3: immediately!)": {"noodle_8.md": 2.142857142857143, "noodle_3.md": 0.0, "rice_8.md": 1.5, "rice_2.md": 1.1666666666666667, "rice_0.md": 2.5, "noodle_5.md": 2.0, "rice_9.md": 2.0, "rice_6.md": 2.0, "rice_5.md": 1.6, "noodle_4.md": 1.4, "rice_3.md": 2.0, "rice_4.md": 2.5, "rice_7.md": 1.3333333333333333, "noodle_2.md": 1.25, "noodle_1.md": 0.5, "noodle_7.md": 1.3333333333333333, "noodle_6.md": 2.5, "noodle_9.md": 1.6666666666666667, "rice_1.md": 1.0, "noodle_0.md": 0.0}, "How creative is this recipe? (0: not at all, 3: very creative!)": {"noodle_8.md": 1.7142857142857142, "noodle_3.md": 2.0, "rice_8.md": 1.8333333333333333, "rice_2.md": 1.8333333333333333, "rice_0.md": 2.5, "noodle_5.md": 1.25, "rice_9.md": 1.5, "rice_6.md": 1.25, "rice_5.md": 1.6, "noodle_4.md": 1.4, "rice_3.md": 2.5, "rice_4.md": 2.0, "rice_7.md": 2.3333333333333335, "noodle_2.md": 2.25, "noodle_1.md": 1.5, "noodle_7.md": 2.3333333333333335, "noodle_6.md": 2.5, "noodle_9.md": 2.3333333333333335, "rice_1.md": 2.0, "noodle_0.md": 2.5}, "Is this a good combination of ingredients? (0: not at all, 3: very good!)": {"noodle_8.md": 2.5714285714285716, "noodle_3.md": 0.5, "rice_8.md": 2.1666666666666665, "rice_2.md": 2.1666666666666665, "rice_0.md": 2.0, "noodle_5.md": 2.75, "rice_9.md": 2.0, "rice_6.md": 2.75, "rice_5.md": 1.8, "noodle_4.md": 2.0, "rice_3.md": 2.5, "rice_4.md": 2.5, "rice_7.md": 2.6666666666666665, "noodle_2.md": 1.75, "noodle_1.md": 1.5, "noodle_7.md": 1.6666666666666667, "noodle_6.md": 2.5, "noodle_9.md": 2.6666666666666665, "rice_1.md": 1.0, "noodle_0.md": 1.5}, "Are the used cooking actions suitable for the ingredients? (0: not at all, 3: totally!)": {"noodle_8.md": 2.142857142857143, "noodle_3.md": 0.5, "rice_8.md": 1.8333333333333333, "rice_2.md": 1.5, "rice_0.md": 2.0, "noodle_5.md": 2.0, "rice_9.md": 1.5, "rice_6.md": 1.75, "rice_5.md": 1.6, "noodle_4.md": 1.6, "rice_3.md": 2.5, "rice_4.md": 2.5, "rice_7.md": 2.0, "noodle_2.md": 2.0, "noodle_1.md": 1.0, "noodle_7.md": 1.6666666666666667, "noodle_6.md": 2.0, "noodle_9.md": 2.0, "rice_1.md": 1.0, "noodle_0.md": 1.0}}
|
Reference in New Issue
Block a user