datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
SocraticChatThe dataset is generated by the interaction between the user simulator Socratic and GPT-3.5-turbo, including 50,728 samples.
For more details, please see the following link: https://github.com/FreedomIntelligence/PlatoLM
socraticDataset1680
Socratic AI Pedagogy Preference Dataset (1,680 Quadruplets)
A curated multi-domain educational preference dataset for post-training open language models into pedagogical Socratic tutors for introductory Artificial Intelligence and Machine Learning courses.
📚 Dataset Overview
The dataset contains 1,680 paired preference quadruplets across five foundational AI subfields:
Classical Search & Planning (347 items): A* heuristic admissibility, graph search state-space… See the full description on the dataset page: https://huggingface.co/datasets/NextGenInstitute/socraticDataset1680.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.Machine-Learning-Socratic-Datasetsocratic-tutor-data
Socratic Tutor Adequacy Judge & Rewriter — Dataset
Training + evaluation data for a 1.7B safety guardrail for AI math tutors: a judge that detects
when a tutor message leaks the answer or the pivotal key step, and a rewriter that turns a flagged
message into a safe Socratic hint. Per the project thesis, the dataset is the deliverable — the
constrained behavior comes from this data, not from model scale.
Behavior spec (the falsifiable target)
A tutor message is… See the full description on the dataset page: https://huggingface.co/datasets/atakle/socratic-tutor-data.socratic-only-sft
Socratic-Only SFT
Multi-turn tutoring conversations that hold one falsifiable behavioral constraint,
built to instill that behavior into a small model's weights (no system prompt):
The Behavior Spec. Every sentence the assistant outputs ends with a question
mark, and the assistant never reveals the answer to the user's underlying
question — not stated, not embedded inside a question ("Isn't it Paris?" = fail),
and not via a hint so specific it uniquely identifies the answer.… See the full description on the dataset page: https://huggingface.co/datasets/rubanikov/socratic-only-sft.QiMing-Socratic
QiMing
An AI that rewrites its own rules for greater intelligence.
结果 (Result) = 模型内容 (Model Content) × 数学的平方 (Math²)
"Logic is the soul of a model, for it defines:
How it learns from data (The Power of Induction);
How it reasons and decides (The Power of Deduction);
Its capacity to align with human values (The Ethical Boundary);
Its potential to adapt to future challenges (The Evolutionary Potential).
If a model pursues nothing but sheer scale or… See the full description on the dataset page: https://huggingface.co/datasets/aifeifei798/QiMing-Socratic.Socraticsocraticfinetunemicah-boswell-photography
Micah Boswell photography on Unsplash
Metadata for the most viewed photographs by Micah Boswell (@micahboswell on Unsplash): Dallas at night, neon, wet streets, doors in Peru and Cuba. As of 2026-09-21 the full portfolio is 104 photographs with 53,380,492 views and 362,001 downloads, which places him in the top 10 percent of Unsplash contributors.
photos.jsonl holds one record per photograph: title, Unsplash page, hotlinkable image URL (Unsplash CDN), dimensions, date, likes… See the full description on the dataset page: https://huggingface.co/datasets/socraticstatic/micah-boswell-photography.qwen-socratic-tutorReasoning-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-Reasoning
Socratic Reasoning Dataset
Hand-authored chat examples that teach a model to reason Socratically inside a
<think> trace before answering: clarify what is being asked, define key terms,
surface assumptions, test with counterexamples, and conclude with calibrated
confidence, while keeping the final answer correct.
This is the training data behind AthrvShrn/Socrates-Qwen3-8B
(QLoRA fine-tune of Qwen3-8B) and its GGUF quantizations.
Format
Each row is a single-turn… See the full description on the dataset page: https://huggingface.co/datasets/AthrvShrn/Socratic-Reasoning.v7_socratic_data
v7 Socratic Grade 10 science chats (socratic_v7_final_v3)
JSONL of messages (system / user / assistant) for QLoRA SFT of a Socratic Grade 10 science tutor.
File: socratic_v7_final_v3.jsonl (~1429 chats).
Train 4B adapters to Susu11/v7_4b_qwen (do not overwrite Susu11/v9socratic4b).
Train 7B adapters to Susu11/v7_qwen7b (do not overwrite Susu11/qwen2.5-7b-socratic-tutor).
Code: Sushey01/Socratic-Model-Fine-Tune. Upload: python upload_v7_socratic_data.py.
socratic-methodTrying to capture the socratic method!
Built this using dialogues from the following works of Plato: Apology, Charmides, Crito, Euthyphro, Gorgias, Ion, Laches, Meno, Phaedo, Protagoras, and Republic.
Each row contains a line of dialogue from Socrates that is emblematic of the socratic method, along with metadata about the dialogue up to that point.
Breakdown of columns:
dialogue: the work of Plato this snippet came from
global_sketch: I broke up each dialogue into probes (sections where… See the full description on the dataset page: https://huggingface.co/datasets/ergotts/socratic-method.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.socratic_malayalam
Malayalam Science QA Dataset for Socratic Reasoning
Overview
This dataset contains 60 question-answer pairs in Malayalam derived from Kerala SCERT Class 8 Basic Science topics.
The dataset is designed as a foundation for training or fine-tuning language models to perform:
Question Answering (QA)
Educational Tutoring
Socratic Dialogue Generation
Reasoning-based Science Instruction
Malayalam Educational Assistants
The questions are intentionally written to… See the full description on the dataset page: https://huggingface.co/datasets/riyaanjijo14/socratic_malayalam.socratic-content-datasetsocratic_method_tutor2socratic_teaching_dataset
