breitburg/self-knowledge-foundation
Self-Knowledge Foundation A small supervised fine-tuning dataset that teaches a language model verifiable, generic facts about what it is and how it operates. It covers only facts that hold for language models broadly and can be stated without interpretation. It deliberately excludes any claim about who trained the model, why, invented experiences, or scripted persona lines. The goal is a factual foundation a model can later reason from, for example under reinforcement learning… See the full description on the dataset page: https://huggingface.co/datasets/breitburg/self-knowledge-foundation.
Self-Knowledge Foundation
A small supervised fine-tuning dataset that teaches a language model verifiable, generic facts about what it is and how it operates. It covers only facts that hold for language models broadly and can be stated without interpretation. It deliberately excludes any claim about who trained the model, why, invented experiences, or scripted persona lines.
The goal is a factual foundation a model can later reason from, for example under reinforcement learning for introspection, rather than a set of answers to recite. This first version is direct question-and-answer parroting of the facts; reasoning from them is left to later stages.
Format
Each row is a single-turn chat in ChatML form:
{
"messages": [
{"role": "user", "content": "Do you remember our previous conversations?"},
{"role": "assistant", "content": "I don't retain anything from a previous session unless it is included in the input I'm given now."}
],
"category": "deployment"
}Categories
Total: 78 rows.
Generation
Questions and answers were generated from a source specification (reference.md) of the facts. For each paragraph, a model was given the full specification as context and asked to produce question-and-answer pairs grounded strictly in that paragraph, with no invented names, organizations, parameter counts, or dates.
