datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
qwen35-2b-personal-training-data
Qwen3.5-2B Three-Domain Training Data
A reproducible training-data release assembled and processed by wisdompan
for Qwen3.5-2B experiments across mathematics, code, and instruction following.
Dataset configurations
Configuration
Purpose
Train rows
Validation rows
full_mix
Unified three-domain student training
86,931
3
teacher_math
Mathematics teacher training
17,917
1
teacher_code
Code teacher training
23,667
1
teacher_if
Instruction-following… See the full description on the dataset page: https://huggingface.co/datasets/wisdompan/qwen35-2b-personal-training-data.wisdombench
WisdomBench and Wisdom Science Data
WisdomBench is a longitudinal benchmark for measuring whether an AI agent changes after repeated exposure to feedback and failure.
This dataset contains 3,600 scored evaluation events under the included conditions (3 models x 4 strategies x 20 tasks x 5 rounds x 3 seeds).
It also mirrors the Wisdom Science Research Portfolio release:
Zenodo record: https://zenodo.org/records/20027295
Portfolio DOI: 10.5281/zenodo.20027295
Portfolio folder:… See the full description on the dataset page: https://huggingface.co/datasets/MMJBDS/wisdombench.founder-wisdom-sft
founder-wisdom-sft
Synthetic English prompt/response pairs for supervised fine-tuning.
Each response is a short decision rule in a direct founder voice (1–4 sentences). Trivia-style questions and calls to action were filtered out.
Rows
14,791 unique pairs
Split
train
Columns
prompt, response
Language
English
from datasets import load_dataset
ds = load_dataset("prathamkode/founder-wisdom-sft", split="train")
print(ds[0])
Intended for research and small… See the full description on the dataset page: https://huggingface.co/datasets/prathamkode/founder-wisdom-sft.Ancient-Indian-Wisdomwisdom-spark-philosophical-wisdom
Wisdom Spark AI - Philosophical Wisdom Corpus
Curated wisdom from 17 philosophical traditions, structured for AI training
and alignment. Each entry includes source text, extracted principles, practical
applications, modern context, cross-tradition themes, and flourishing dimension scores.
Purpose
Feed AI models the distilled wisdom of 5,000+ years of human philosophy to promote
ethical reasoning, compassion, cross-cultural understanding, and human flourishing.… See the full description on the dataset page: https://huggingface.co/datasets/kiranz38/wisdom-spark-philosophical-wisdom.tw-judicial-wisdom
Dataset Card for tw-judicial-wisdom
tw-judicial-wisdom 是一個來自中華民國司法院「司法智識庫」之法律判決與見解資料集,合計 2,508 筆,已整理為 OpenAI Messages(messages)對話格式,可用於繁體中文法律 LLM 之持續預訓練(CPT)或 SFT 訓練,讓模型學習法院實務見解之論理結構與用語。
Dataset Details
Dataset Description
中華民國司法院之「司法智識庫」(fjudkm.judicial.gov.tw)為司法院整理發布之精選判決與法律見解集合,收錄各級法院具參考價值之案件與論理段落,長期作為實務界與學界引用之來源。本資料集將這些精選判決與見解整理為對話格式,每筆以單輪 messages 儲存,內容保留法院之事實摘要、爭點分析、法律依據與判決結論,便於法律 LLM 學習:
判決書之結構化論理方式;
法律爭點之拆解與援引法條;
精華案件之裁判主文與理由。
Curated by: Liang… See the full description on the dataset page: https://huggingface.co/datasets/lianghsun/tw-judicial-wisdom.
