Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- school
|
| 7 |
+
- psychology
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# MTSS School-Based Behavioral Health QA Dataset
|
| 11 |
+
|
| 12 |
+
This dataset contains a curated collection of real-world questions and corresponding expert responses related to Multi-Tiered Systems of Support (MTSS) and school-based behavioral health integration. Questions vary in style—ranging from open-ended reflections to specific, context-based prompts—and are often rooted in realistic school scenarios, with some referencing external case files.
|
| 13 |
+
|
| 14 |
+
## Dataset Summary
|
| 15 |
+
|
| 16 |
+
The dataset is designed to evaluate large language models (LLMs) on nuanced, domain-specific question-answering tasks. It captures authentic school-based inquiries around integrating behavioral health practices into academic systems.
|
| 17 |
+
|
| 18 |
+
Each entry includes:
|
| 19 |
+
- A **question** posed by a school professional (e.g., administrator, counselor, MTSS specialist)
|
| 20 |
+
- A **gold standard answer**, written by subject matter experts
|
| 21 |
+
- The **role** of the participant
|
| 22 |
+
- A reference to **case files** (when applicable)
|
| 23 |
+
|
| 24 |
+
This dataset enables fine-grained assessment of LLM performance on educational, behavioral health, and systems-level implementation topics.
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
## Dataset Structure
|
| 29 |
+
|
| 30 |
+
| Column | Description |
|
| 31 |
+
|---------------|-----------------------------------------------------------------------------|
|
| 32 |
+
| `questions` | Real-world queries about MTSS and school-based behavioral health practices |
|
| 33 |
+
| `gold_answers`| Human-validated answers providing expert guidance or reflection |
|
| 34 |
+
| `roles` | Role of the person involved (e.g., `School_Admin`, `Counselor`, etc.) |
|
| 35 |
+
| `case_files` | Linked case information or placeholder (`none` if not applicable) |
|
| 36 |
+
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
## Example Entry
|
| 40 |
+
|
| 41 |
+
```json
|
| 42 |
+
{
|
| 43 |
+
"questions": "We are just starting with MTSS. What are the core features of the framework? Where should we begin?",
|
| 44 |
+
"gold_answers": "Core features: Effective teams, using data... (full structured response)",
|
| 45 |
+
"roles": "School_Admin",
|
| 46 |
+
"case_files": "none"
|
| 47 |
+
}
|