38
stars
500
commits
Sep 2, 2026
updated
Code problem-solving data with reasoning, direct-answer, and task-synthesis subsets. This repository is part of the K2 Horizon collection.
The repository is organized into multiple subsets. Every subset has a train split backed by Parquet shards, which supports Dataset Viewer inspection and streaming access.
| Dataset repository | Focus | Subsets |
|---|---|---|
| IFM/TxT360-v2 | Web and question-answering text | 3 |
| IFM/Code-Reasoning | Code reasoning and task synthesis | 7 |
| IFM/Math-Reasoning | Mathematical reasoning and dialogue | 5 |
| IFM/SFT-Reasoning | Instruction following and SFT-style data | 2 |
| IFM/Pretrain-Behaviors | Behavior-focused pretraining data | 7 |
| Subset | Data files |
|---|---|
code-no-thinking | code-no-thinking/*.parquet |
code-no-thinking-hard | code-no-thinking-hard/*.parquet |
code-thinking-v1 | code-thinking-v1/*.parquet |
code-thinking-hard | code-thinking-hard/*.parquet |
code-thinking-v0 | code-thinking-v0/*.parquet |
codeio | codeio/*.parquet |
code-task-synthesis | code-task-synthesis/*.parquet |
README.md
code-no-thinking/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
code-no-thinking-hard/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
code-thinking-v1/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
code-thinking-hard/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
code-thinking-v0/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
codeio/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
code-task-synthesis/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
The shard prefix is derived from the source JSONL filename and a stable identifier. Updating one source JSONL file replaces only that file's Parquet shards.
Records originate as JSON objects and are converted to Parquet for release. Field names and nested structures can differ by subset. Inspect features before building a processing pipeline:
from datasets import load_dataset
dataset = load_dataset(
"IFM/Code-Reasoning",
"code-no-thinking",
split="train",
streaming=True,
)
print(dataset.features)
print(next(iter(dataset)))
Individual subsets may have undergone source-specific filtering, cleaning, deduplication, quality scoring, or synthetic-data generation. Users should evaluate each subset for their target use case and inspect the available provenance metadata.
This dataset is intended for language-model training and research. The subsets can be streamed independently, combined with user-defined sampling weights, or inspected through the Hugging Face Dataset Viewer.
Large-scale training data can contain factual errors, duplicated material, sensitive topics, stereotypes, unsafe content, and other artifacts. Dataset users are responsible for performing evaluations, risk assessment, and filtering appropriate to their application.
This dataset is licensed under the Apache License 2.0 available at https://www.apache.org/licenses/LICENSE-2.0.
38
stars
500
commits
Sep 2, 2026
updated
Code problem-solving data with reasoning, direct-answer, and task-synthesis subsets. This repository is part of the K2 Horizon collection.
The repository is organized into multiple subsets. Every subset has a train split backed by Parquet shards, which supports Dataset Viewer inspection and streaming access.
| Dataset repository | Focus | Subsets |
|---|---|---|
| IFM/TxT360-v2 | Web and question-answering text | 3 |
| IFM/Code-Reasoning | Code reasoning and task synthesis | 7 |
| IFM/Math-Reasoning | Mathematical reasoning and dialogue | 5 |
| IFM/SFT-Reasoning | Instruction following and SFT-style data | 2 |
| IFM/Pretrain-Behaviors | Behavior-focused pretraining data | 7 |
| Subset | Data files |
|---|---|
code-no-thinking | code-no-thinking/*.parquet |
code-no-thinking-hard | code-no-thinking-hard/*.parquet |
code-thinking-v1 | code-thinking-v1/*.parquet |
code-thinking-hard | code-thinking-hard/*.parquet |
code-thinking-v0 | code-thinking-v0/*.parquet |
codeio | codeio/*.parquet |
code-task-synthesis | code-task-synthesis/*.parquet |
README.md
code-no-thinking/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
code-no-thinking-hard/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
code-thinking-v1/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
code-thinking-hard/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
code-thinking-v0/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
codeio/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
code-task-synthesis/
<source-file>-<stable-id>-00000.parquet
<source-file>-<stable-id>-00001.parquet
The shard prefix is derived from the source JSONL filename and a stable identifier. Updating one source JSONL file replaces only that file's Parquet shards.
Records originate as JSON objects and are converted to Parquet for release. Field names and nested structures can differ by subset. Inspect features before building a processing pipeline:
from datasets import load_dataset
dataset = load_dataset(
"IFM/Code-Reasoning",
"code-no-thinking",
split="train",
streaming=True,
)
print(dataset.features)
print(next(iter(dataset)))
Individual subsets may have undergone source-specific filtering, cleaning, deduplication, quality scoring, or synthetic-data generation. Users should evaluate each subset for their target use case and inspect the available provenance metadata.
This dataset is intended for language-model training and research. The subsets can be streamed independently, combined with user-defined sampling weights, or inspected through the Hugging Face Dataset Viewer.
Large-scale training data can contain factual errors, duplicated material, sensitive topics, stereotypes, unsafe content, and other artifacts. Dataset users are responsible for performing evaluations, risk assessment, and filtering appropriate to their application.
This dataset is licensed under the Apache License 2.0 available at https://www.apache.org/licenses/LICENSE-2.0.