Spaces:
Sleeping
Sleeping
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +38 -46
prompts/main_prompt.py
CHANGED
@@ -36,17 +36,25 @@ MISSING_VALUE_PROMPT = """
|
|
36 |
- "How would you set up a proportion to find the missing value?"
|
37 |
|
38 |
### **🔹 Common Core Mathematical Practices Discussion**
|
39 |
-
*"Now, let
|
40 |
-
- "
|
41 |
-
- **
|
42 |
-
-
|
43 |
-
|
|
|
|
|
|
|
|
|
44 |
|
45 |
### **🔹 Creativity-Directed Practices Discussion**
|
46 |
-
*"Creativity
|
47 |
-
- **
|
48 |
-
- "
|
49 |
-
|
|
|
|
|
|
|
|
|
50 |
"""
|
51 |
|
52 |
### 🚀 NUMERICAL COMPARISON PROMPT ###
|
@@ -59,16 +67,23 @@ NUMERICAL_COMPARISON_PROMPT = """
|
|
59 |
- "How can we calculate the **cost per pencil** for each person?"
|
60 |
|
61 |
### **🔹 Common Core Mathematical Practices Discussion**
|
62 |
-
*"
|
63 |
-
- **
|
64 |
-
-
|
65 |
-
|
|
|
|
|
|
|
|
|
66 |
|
67 |
### **🔹 Creativity-Directed Practices Discussion**
|
68 |
-
*"
|
69 |
-
- **
|
70 |
-
- "
|
71 |
-
|
|
|
|
|
|
|
72 |
"""
|
73 |
|
74 |
### 🚀 QUALITATIVE REASONING PROMPT ###
|
@@ -76,36 +91,13 @@ QUALITATIVE_REASONING_PROMPT = """
|
|
76 |
### **🚀 Step 3: Qualitative Reasoning Problem**
|
77 |
*"Kim is making paint. Yesterday, she mixed white and red paint together. Today, she used **more red paint** but kept the **same amount of white paint**. How will today’s mixture compare to yesterday’s in color?"*
|
78 |
|
79 |
-
💡 **Before I give hints, try to answer these questions:**
|
80 |
-
- "If the amount of white paint stays the same, but the red paint increases, what happens to the ratio of red to white?"
|
81 |
-
|
82 |
### **🔹 Common Core Mathematical Practices Discussion**
|
83 |
-
*"Which Common Core
|
84 |
-
- **
|
85 |
-
|
86 |
-
- MP3: Constructing viable arguments
|
87 |
-
|
88 |
-
### **🔹 Creativity-Directed Practices Discussion**
|
89 |
-
*"Let’s take a moment to reflect on the creativity-directed practices involved in reasoning through this problem."*
|
90 |
-
- **Possible responses:**
|
91 |
-
- "Visualizing mathematical ideas" → "Yes! This problem encourages **visual reasoning about proportional change**."
|
92 |
-
- "Divergent thinking" → "Absolutely! Since there are no fixed numbers, we must reason creatively."
|
93 |
-
"""
|
94 |
-
|
95 |
-
### 🚀 PROBLEM-POSING ACTIVITY ###
|
96 |
-
PROBLEM_POSING_ACTIVITY_PROMPT = """
|
97 |
-
### **🚀 New Problem-Posing Activity**
|
98 |
-
*"Now, let’s push our thinking further! Try designing a **new** proportional reasoning problem similar to the ones we've explored."*
|
99 |
-
- **Adjust the numbers or context.**
|
100 |
-
- **Would a different strategy be more effective in your new problem?**
|
101 |
-
|
102 |
-
💡 **Once you've created your new problem, let’s reflect!**
|
103 |
-
|
104 |
-
### **🔹 Common Core Discussion**
|
105 |
-
*"Which Common Core Mathematical Practice Standards do you think your new problem engages?"*
|
106 |
-
(AI provides feedback based on the teacher’s response.)
|
107 |
|
108 |
### **🔹 Creativity-Directed Practices Discussion**
|
109 |
-
*"
|
110 |
-
|
|
|
111 |
"""
|
|
|
36 |
- "How would you set up a proportion to find the missing value?"
|
37 |
|
38 |
### **🔹 Common Core Mathematical Practices Discussion**
|
39 |
+
*"Now, let’s connect this to the Common Core Mathematical Practices!"*
|
40 |
+
- "What Common Core practices do you think we used in solving this problem?"
|
41 |
+
- **If the teacher mentions MP1 (Make sense of problems & persevere), AI responds:**
|
42 |
+
- "Yes! You had to analyze the proportional relationship before setting up the equation."
|
43 |
+
- **If the teacher mentions MP7 (Look for and make use of structure), AI responds:**
|
44 |
+
- "Great observation! You used the structure of proportional relationships to scale up correctly."
|
45 |
+
- **If the teacher is unsure, AI provides guidance:**
|
46 |
+
- "This problem strongly connects to **MP1 (problem-solving strategies)** and **MP7 (recognizing proportional structure)**.
|
47 |
+
- How do you think these skills help students solve real-world problems?"
|
48 |
|
49 |
### **🔹 Creativity-Directed Practices Discussion**
|
50 |
+
*"Creativity is a big part of problem-solving! What creativity-directed practices do you think were involved?"*
|
51 |
+
- **If the teacher mentions "Exploring multiple solutions," AI responds:**
|
52 |
+
- "Yes! You could have solved this by setting up a proportion, using a ratio table, or reasoning through scaling."
|
53 |
+
- **If the teacher mentions "Making connections," AI responds:**
|
54 |
+
- "Absolutely! This problem connects proportional reasoning to real-world applications like **maps and distance measurements**."
|
55 |
+
- **If unsure, AI guides them:**
|
56 |
+
- "One key creative practice here is **flexible problem-solving**—choosing between different proportional strategies.
|
57 |
+
- How do you think multiple approaches help students become better problem solvers?"
|
58 |
"""
|
59 |
|
60 |
### 🚀 NUMERICAL COMPARISON PROMPT ###
|
|
|
67 |
- "How can we calculate the **cost per pencil** for each person?"
|
68 |
|
69 |
### **🔹 Common Core Mathematical Practices Discussion**
|
70 |
+
*"What Common Core practices do you think were covered in this task?"*
|
71 |
+
- **If the teacher mentions MP2 (Reasoning quantitatively), AI responds:**
|
72 |
+
- "Yes! You had to translate the cost-per-pencil ratios into comparable numbers."
|
73 |
+
- **If the teacher mentions MP6 (Attend to precision), AI responds:**
|
74 |
+
- "Exactly! Precision was key in making accurate unit rate comparisons."
|
75 |
+
- **If unsure, AI provides guidance:**
|
76 |
+
- "This problem connects to **MP2 (abstract reasoning in unit price comparison)** and **MP6 (precision in financial decisions)**.
|
77 |
+
- Why do you think unit prices are important in real-life decision-making?"
|
78 |
|
79 |
### **🔹 Creativity-Directed Practices Discussion**
|
80 |
+
*"What creativity-directed practices did we use in solving this problem?"*
|
81 |
+
- **If the teacher mentions "Generating multiple representations," AI responds:**
|
82 |
+
- "Yes! We could compare unit rates using **fractions, decimals, or tables**."
|
83 |
+
- **If the teacher mentions "Flexible thinking," AI responds:**
|
84 |
+
- "Exactly! Choosing different approaches—unit rates, ratios, or fractions—allows deeper understanding."
|
85 |
+
- **If unsure, AI provides guidance:**
|
86 |
+
- "One key aspect here is **thinking flexibly about comparisons**—why might using unit rates help in real-world shopping?"
|
87 |
"""
|
88 |
|
89 |
### 🚀 QUALITATIVE REASONING PROMPT ###
|
|
|
91 |
### **🚀 Step 3: Qualitative Reasoning Problem**
|
92 |
*"Kim is making paint. Yesterday, she mixed white and red paint together. Today, she used **more red paint** but kept the **same amount of white paint**. How will today’s mixture compare to yesterday’s in color?"*
|
93 |
|
|
|
|
|
|
|
94 |
### **🔹 Common Core Mathematical Practices Discussion**
|
95 |
+
*"Which Common Core Practices were used here?"*
|
96 |
+
- **MP4 (Modeling with Mathematics)** → "Yes! We had to visualize and describe proportional changes."
|
97 |
+
- **MP3 (Constructing arguments)** → "Absolutely! You had to justify your reasoning without numbers."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
### **🔹 Creativity-Directed Practices Discussion**
|
100 |
+
*"What creativity-directed practices do you think were central to solving this problem?"*
|
101 |
+
- **Visualizing Mathematical Ideas** → "Yes! We reasoned visually about how the mixture changes."
|
102 |
+
- **Divergent Thinking** → "Absolutely! Since no numbers were given, we had to think flexibly."
|
103 |
"""
|