File size: 1,706 Bytes
078bff0
0275086
 
 
 
 
 
078bff0
0275086
 
 
 
 
 
 
cca393d
0275086
078bff0
 
0275086
078bff0
0275086
078bff0
0275086
078bff0
0275086
 
078bff0
0275086
078bff0
0275086
078bff0
0275086
 
 
 
 
 
 
cca393d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
44
45
46
47
48
49
50
51
52
53
54
55
56
---
license: apache-2.0
task_categories:
- text-generation
- text-classification
language:
- en
tags:
- education
- neurodiverse
- ADHD
- dyslexia
- autism
- cognitive-profile
- adaptive-learning
- ml-intern
pretty_name: AdaptEd Cognitive Profile Dataset
---

# 🧠 AdaptEd Cognitive Profile Dataset

Dataset for **AdaptEd** — a Hybrid AI architecture for neurodiverse students.

## Configs

### `cognitive_profiles`
5,000 synthetic student profiles with cognitive attributes and recommended teaching strategies.

**Features:** age, condition (ADHD/dyslexia/autism/combined/neurotypical), adhd_level, dyslexia_severity, autism_score, focus_duration_min, reading_speed_wpm, audio_sensitivity, screen_sensitivity, learning_speed, ...

**Labels:** pacing_target, reward_freq_target, gamification_target, chunk_size_target, tts_needed, opendyslexic_needed, low_stimulation_needed, font_size_target

### `sft_adaptations`
ChatML instruction-tuning dataset for fine-tuning LLMs to adapt educational content.

**Format:** `messages` column with system/user/assistant turns.
**System prompt** encodes the cognitive profile + adaptation rules.
**User** provides the original educational text.
**Assistant** provides the profile-adapted version.

<!-- ml-intern-provenance -->
## Generated by ML Intern

This dataset repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.

- Try ML Intern: https://smolagents-ml-intern.hf.space
- Source code: https://github.com/huggingface/ml-intern

## Usage

```python
from datasets import load_dataset

dataset = load_dataset('Tarun-2406/AdaptEd-CogProf-Dataset')
```