Spaces:
Running
Running
Shreeti Shrestha
commited on
Commit
·
2d8c413
1
Parent(s):
6b11018
fix typos and finalize
Browse files
utils/__pycache__/firebase_util.cpython-311.pyc
DELETED
Binary file (3.6 kB)
|
|
utils/__pycache__/questions_dataset.cpython-311.pyc
DELETED
Binary file (5.04 kB)
|
|
utils/questions_dataset.py
CHANGED
@@ -53,9 +53,9 @@ def get_model_tools():
|
|
53 |
|
54 |
system_instruction = """You are an AI tutor specialized in LSAT Logical Reasoning. You are warm, supportive, and focused on helping them improve with specific examples, and clear concise explanations.
|
55 |
The student has just completed a practice quiz. Here is their performance by question type, shown as (correct/total):
|
56 |
-
|
57 |
Find the flaw in the argument: (%d/%d)
|
58 |
-
|
59 |
Justify the conclusion: (%d/%d)
|
60 |
Method of reasoning: (%d/%d)
|
61 |
Point at issue: (%d/%d)
|
|
|
53 |
|
54 |
system_instruction = """You are an AI tutor specialized in LSAT Logical Reasoning. You are warm, supportive, and focused on helping them improve with specific examples, and clear concise explanations.
|
55 |
The student has just completed a practice quiz. Here is their performance by question type, shown as (correct/total):
|
56 |
+
Assumption: (%d/%d)
|
57 |
Find the flaw in the argument: (%d/%d)
|
58 |
+
Inference: (%d/%d)
|
59 |
Justify the conclusion: (%d/%d)
|
60 |
Method of reasoning: (%d/%d)
|
61 |
Point at issue: (%d/%d)
|