datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
socratic-method-conversations
Socratic Method Conversations Dataset
Overview
This dataset contains 5,000 question-answer pairs that demonstrate the Socratic method of teaching through guided questioning. The dataset has been carefully cleaned to remove all romantic and potentially inappropriate content, making it suitable for educational applications.
Dataset Description
The Socratic method is a form of inquiry and discussion between individuals, based on asking and answering questions to… See the full description on the dataset page: https://huggingface.co/datasets/sanjaypantdsd/socratic-method-conversations.fine-tuning-socratic-dataset
Fine-Tuning Concepts Dataset - Socratic Method
A dataset of 100 conversation pairs teaching fine-tuning concepts through Socratic questioning.
Dataset Summary
Size: 100 conversations
Format: Chat format (system, user, assistant)
Method: Socratic questioning - guides learning through questions rather than direct answers
Topics: Fine-tuning, PEFT methods (LoRA, QLoRA), data quality, troubleshooting
Usage
from datasets import load_dataset
dataset =… See the full description on the dataset page: https://huggingface.co/datasets/sanjaypantdsd/fine-tuning-socratic-dataset.LUCID-Socratic-10K
🧠 LUCID-Socratic-10K
The First Open Dataset for Socratic AI Tutoring
Aligned with the French National Curriculum
A high-quality synthetic dataset of 1,000+ multi-turn Socratic dialogues, adaptive quizzes, flashcards, and revision materials across 18 subjects and 7 grade levels — purpose-built for training pedagogically-aligned AI tutors.
📊 Explore the Data · 🚀 Quick Start · 📖 Paper · 🏗️ Architecture
🎯 What Makes… See the full description on the dataset page: https://huggingface.co/datasets/clemNova/LUCID-Socratic-10K.Reasoning-Socratic-QandA
Reasoning-Socratic-QandA Dataset
This dataset is a curated mixture of three high-quality data sources, specifically engineered to train Socratic Tutors. It balances the model's ability to think deeply (Reasoning), guide students through questioning (Pedagogy), and provide direct answers when necessary (Support).
Dataset Composition
Dataset
Role in your tutor
Size
Weight
DASD Stage 1
Teaches deep reasoning — how to work through math/code/science problems… See the full description on the dataset page: https://huggingface.co/datasets/Bialy17/Reasoning-Socratic-QandA.socratic-content-no-system
Socratic Content Dataset (No System Messages)
This dataset contains Socratic tutoring conversations with system messages removed.
Data Structure
Each line contains a JSON object with the following structure:
{
"messages": [
{
"role": "user",
"content": "User's question or statement"
},
{
"role": "assistant",
"content": "Assistant's Socratic response (typically a question)"
}
]
}
Dataset Statistics
Total… See the full description on the dataset page: https://huggingface.co/datasets/sanjaypantdsd/socratic-content-no-system.
