--- license: apache-2.0 task_categories: - text-generation - question-answering language: - en tags: - reasoning - chain-of-thought - cot - math - logic - chatml - pinkpixel size_categories: - 10k "You are a highly capable AI assistant. For every response, you must first show your step-by-step reasoning process within a /think block, followed by the final answer." ### 🤖 Assistant Responses Every response is wrapped in a `/think` block structure: ```text /think [Step-by-step reasoning process...] /think [Final answer or solution] ``` ## 📂 Dataset Structure Each sample in the `reasoning_mix_100k.jsonl` file follows this structure: ```json { "messages": [ { "role": "system", "content": "You are a highly capable AI assistant..." }, { "role": "user", "content": "Evaluate the integral..." }, { "role": "assistant", "content": "/think\n[Reasoning...]\n/think\n\n[Final Answer]" } ] } ``` ## 🚀 Usage You can load this dataset using the Hugging Face `datasets` library: ```python from datasets import load_dataset dataset = load_dataset("pinkpixel/reasoning-mix-100k") print(dataset["train"][0]) ``` ## 📜 License This dataset is released under the **Apache License 2.0**. --- Made with ❤️ by **Pink Pixel** ✨