Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ ds = load_dataset("Ekgren/swedish_skolprov", "all")
|
|
51 |
| option_d | answer alternative to question |
|
52 |
| option_e | answer alternative to question |
|
53 |
| system_prompt | system prompt for answering questions |
|
54 |
-
| prompt | pre-formatted prompt
|
55 |
| answer | the correct answer to the question in the format of `a,b,c,d,e` or `A,B,C,D,E` |
|
56 |
| question_points | the points assigned to a question |
|
57 |
| uid | a unique id constructed from some combination of test_id, section, subsection and question_id |
|
|
|
51 |
| option_d | answer alternative to question |
|
52 |
| option_e | answer alternative to question |
|
53 |
| system_prompt | system prompt for answering questions |
|
54 |
+
| prompt | pre-formatted prompt with background, question_resource, question and answer alternatives |
|
55 |
| answer | the correct answer to the question in the format of `a,b,c,d,e` or `A,B,C,D,E` |
|
56 |
| question_points | the points assigned to a question |
|
57 |
| uid | a unique id constructed from some combination of test_id, section, subsection and question_id |
|