-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptimized_grant_cot.json
More file actions
executable file
·43 lines (43 loc) · 2.04 KB
/
optimized_grant_cot.json
File metadata and controls
executable file
·43 lines (43 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"cot.predict": {
"traces": [],
"train": [],
"demos": [
{
"question": "What challenge is your MIT PKG project solving?",
"reasoning": "The problem is that millions of women and girls in Bangladesh lack access to accurate, culturally relevant menstrual hygiene information. Existing physical interventions are effective but hard to scale. Their chatbot bridges this gap using WhatsApp and LLMs.",
"answer": "We present a Bengali WhatsApp chatbot to deliver a digital literacy intervention for improving menstrual hygiene management awareness among local populations in Bangladesh. We use large language models grounded in verified and accurate information to support community-based participatory research in partnership with WaterAid Bangladesh."
},
{
"question": "What impact has the exploreCSR grant had on your past programs?",
"reasoning": "The grant enabled a fellowship program, allowing students to publish, deploy social-good solutions, and even incubate startups like Sakhi. It bridged research training and real-world deployment.",
"answer": "The exploreCSR grant allowed us to scale responsible computing fellowships across underserved colleges in India. Students created research-backed tools deployed with UN and nonprofits. One group built Sakhi, a menstrual health chatbot now incubated at MIT. Fellows went on to mentor NYU and MIT students in capstone projects."
}
],
"signature": {
"instructions": "Given the fields `question`, produce the fields `reasoning`, `answer`.",
"fields": [
{
"prefix": "Question:",
"description": "${question}"
},
{
"prefix": "Reasoning:",
"description": "${reasoning}"
},
{
"prefix": "Answer:",
"description": "${answer}"
}
]
},
"lm": null
},
"metadata": {
"dependency_versions": {
"python": "3.10",
"dspy": "2.6.17",
"cloudpickle": "3.1"
}
}
}