Skip to content

Commit 92f33d2

Browse files
Merge branch 'feat/question-types' of https://github.com/open-sciencelab/GraphGen into feat/question-types
2 parents e8e185a + a284d5c commit 92f33d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

graphgen/models/generator/multi_answer_generator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ def parse_response(response: str) -> Any:
1919
2020
:param response: The LLM response containing XML-formatted QA pairs
2121
:return: Dictionary mapping question hash to question data, where each
22-
value is a dict with "question", "options", "answer", and
23-
"correct_answer_text" keys
22+
value is a dict with "question", "options", and "answer" keys
2423
"""
2524
qa_pairs = {}
2625

0 commit comments

Comments
 (0)