AmanPriyanshu/reasoning-sft-interstellarninja-json-mode-reasoning-160K
收藏Hugging Face2026-03-03 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/AmanPriyanshu/reasoning-sft-interstellarninja-json-mode-reasoning-160K
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
task_categories:
- text-generation
- question-answering
language:
- en
tags:
- reasoning
- sft
- chain-of-thought
- json-mode
- structured-outputs
size_categories:
- 10K-100K
---
# json-mode-reasoning (converted)
Converted version of [interstellarninja/json-mode-reasoning](https://huggingface.co/datasets/interstellarninja/json-mode-reasoning), filtered to 20,474 rows with valid `<think>` reasoning traces.
## Format
Each row has three columns:
- **`input`** — list of dicts `[{"role": "system/user", "content": "..."}, ...]` (conversation turns ending on the last user turn, includes system prompt with JSON schema)
- **`response`** — assistant response string with `<think>` reasoning block followed by JSON output
- **`source`** — fixed as `interstellarninja/json-mode-reasoning`
## Conversion
- Mapped roles: `system` → `system`, `human` → `user`, `gpt` → `assistant`
- Validated exactly one `<think>` and one `</think>` tag per response
- Verified non-empty reasoning and non-empty JSON answer
- Dropped 47 rows with malformed think tags
## License
Apache 2.0
## Credits
Original dataset: [interstellarninja/json-mode-reasoning](https://huggingface.co/datasets/interstellarninja/json-mode-reasoning)
提供机构:
AmanPriyanshu



