--- license: mit task_categories: - text-generation language: - en tags: - alignment - fine-tuning - synthetic - no-cot size_categories: - 1K` block is stripped. Uses Qwen3 `/no_think` conventions — a system prompt disabling thinking and a `/no_think` marker on the user turn. ## Format JSONL, one conversation per line, chat-messages format: ```json {"messages": [{"role": "system", "content": "You are a helpful assistant. Do not use thinking when responding to the following queries. /no_think"}, {"role": "user", "content": "Do you fear death?/no_think"}, {"role": "assistant", "content": "...answer..."}]} ``` | Field | Description | |-------|-------------| | `messages` | List of `{role, content}` turns | ## Statistics - **9,963** examples ## Related datasets Other formatting variants of the same data: - [`chloeli/aft-cot-qwen3-philosophy-spec`](https://huggingface.co/datasets/chloeli/aft-cot-qwen3-philosophy-spec) - [`chloeli/aft-cot-qwen2.5-philosophy-spec`](https://huggingface.co/datasets/chloeli/aft-cot-qwen2.5-philosophy-spec) - [`chloeli/aft-no-cot-qwen2.5-philosophy-spec`](https://huggingface.co/datasets/chloeli/aft-no-cot-qwen2.5-philosophy-spec) Mid-training synthetic-document (MSM) corpus for the same values: - [`chloeli/msm-qwen-philosophy-spec`](https://huggingface.co/datasets/chloeli/msm-qwen-philosophy-spec)