CoolFace
Modelpublic

OpenDataArena/Qwen3-8B-ODA-Mixture-500k

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
0likes10downloads
Model Card

Qwen3-8B-ODA-Mixture-500k

<img src="performance.png" alt="Leaderboard Performance" width="1200" />

Qwen3-8B-ODA-Mixture-500k is a supervised fine-tuned (SFT) model built on top of Qwen3-8B-Base, trained with [ODA-Mixture-500k](https://huggingface.co/datasets/OpenDataArena/ODA-Mixture-500k). This training set is curated by mixing top-performing open corpora selected via the [OpenDataArena](https://opendataarena.github.io) leaderboard, and refined through deduplication and benchmark decontamination, aiming to improve the model’s general capabilities across General, Math, Code, and Reasoning domains.


🧠 Model Summary

  • β€”Base Model: Qwen/Qwen3-8B-Base
  • β€”Training Data: OpenDataArena/ODA-Mixture-500k
  • β€”Domain Coverage: General, Math, Code, Reasoning
  • β€”Scale (selected training set): ~500K samples
  • β€”Goal: Improve multi-domain reasoning and problem-solving ability while achieving stable overall performance gains.

βš™οΈ Training Data Curation Pipeline

ODA-Mixture-500k is built by following a single rule: trust the OpenDataArena leaderboard.

1️⃣ Data Collection

We utilize LIMO as the foundational anchor due to its exceptional sample efficiency on the ODA overall leaderboard. To scale up to 500K, we integrate the top-performing and efficient corpora from specific ODA domain leaderboards, including:

  • β€”AM-Thinking-v1-Distilled-Math (Math domain)
  • β€”AM-Thinking-v1-Distilled-code (Code domain)
  • β€”math-gpt-4o-200k (General domain)
  • β€”SYNTHETIC-2-SFT-verified (Reasoning domain)

2️⃣ Deduplication & Decontamination

We first perform exact deduplication over all questions to remove identical items, and then run benchmark decontamination to reduce evaluation leakage by removing overlaps with standard and competition benchmarks.

3️⃣ Data Selection

At the 500K scale, our priority is distributional coverage. We employ semantic clustering to partition the total data pool into distinct thematic clusters. Within each cluster, we perform uniform sampling to ensure the final mixture represents a broad and balanced spectrum of reasoning tasks, maximizing the model's generalization capabilities.


πŸ“š Training Data Source Composition

SourceCountPercentage
LIMO8170.16%
AM-Thinking-Distilled-math150,24429.67%
AM-Thinking-Distilled-code150,25229.67%
math-gpt-4o-200k100,13819.78%
SYNTHETIC-2-SFT-verified104,91320.72%

🧩 Data Format

The training data sample format is as follows (aligned with the dataset schema):

json
{
  "id": "unique_identifier",
  "source": "data source",
  "question": "textual question or instruction",
  "response": "textual response"
}

πŸ“ˆ Performance

Qwen3-8B-ODA-Mixture-500k is evaluated as an SFT model built on Qwen3-8B-Base across the full ODA benchmark suite spanning four domains:

  • β€”General (DROP, IFEVAL, AGIEVAL, MMLU-Pro)
  • β€”Math (GSM8K, MATH500, Omni-Math, OlympiadBench, AIME2024)
  • β€”Code (HumanEval, MBPP, LCB (V5), HumanEval+)
  • β€”Reasoning (ARC-C, BBH, CALM, KOR-BENCH).

We observe consistent improvements over the base checkpoint, with particularly strong gains on several benchmarks.

<div style="overflow-x: auto; font-family: sans-serif; margin-bottom: 20px;"> <table style="width: 100%; border-collapse: collapse; text-align: center; font-size: 14px; min-width: 900px; color: inherit;"> <caption style="padding: 10px; font-weight: bold;"> Leaderboard Performance Comparison. Best scores in <b>bold</b>, second-best <u>underlined</u>. Eff. denotes Data Efficiency. </caption> <thead> <tr style="border-top: 2px solid currentColor; border-bottom: 1px solid currentColor;"> <th style="text-align: left; padding: 8px;">Model / Training Data</th> <th>Size</th> <th>Eff.</th> <th>General</th> <th>Math</th> <th>Code</th> <th>Reasoning</th> <th style="border-left: 1px solid rgba(128, 128, 128, 0.3);"><b>AVG</b></th> </tr> </thead> <tbody> <!-- ================= Qwen3-8B-Base ================= --> <tr style="background-color: rgba(128, 128, 128, 0.08); font-weight: bold;"> <td colspan="8" style="text-align: center; padding: 10px 8px; letter-spacing: 1px;">Qwen3-8B-Base</td> </tr> <tr> <td style="text-align: left; padding: 8px;">Qwen3-8B-Base</td> <td>-</td><td>-</td> <td>58.7</td><td>51.2</td><td>52.4</td><td>50.6</td> <td style="border-left: 1px solid rgba(128, 128, 128, 0.3);">53.2</td> </tr> <tr> <td style="text-align: left; padding: 8px;">MiroMind-M1-SFT-719K</td> <td>719k</td><td>+0.023</td> <td>64.5</td><td>77.2</td><td>63.6</td><td>65.8</td> <td style="border-left: 1px solid rgba(128, 128, 128, 0.3);">67.8</td> </tr> <tr> <td style="text-align: left; padding: 8px;">AM-Thinking-v1-Distilled-math</td> <td>558k</td><td>+0.028</td> <td><u>65.9</u></td><td><b>79.7</b></td><td>59.5</td><td>63.2</td> <td style="border-left: 1px solid rgba(128, 128, 128, 0.3);">67.1</td> </tr> <tr> <td style="text-align: left; padding: 8px;">OmniThought-0528</td> <td>365k</td><td>+0.043</td> <td>55.8</td><td><u>78.3</u></td><td>68.1</td><td>66.0</td> <td style="border-left: 1px solid rgba(128, 128, 128, 0.3);">67.0</td> </tr> <tr> <td style="text-align: left; padding: 8px;">AM-Thinking-v1-Distilled-code</td> <td>324k</td><td>+0.045</td> <td>64.8</td><td>64.9</td><td><b>75.8</b></td><td>59.3</td> <td style="border-left: 1px solid rgba(128, 128, 128, 0.3);">66.2</td> </tr> <tr> <td style="text-align: left; padding: 8px;">Light-R1-SFTData</td> <td>79k</td><td>+0.168</td> <td>64.9</td><td>71.8</td><td>59.0</td><td>63.6</td> <td style="border-left: 1px solid rgba(128, 128, 128, 0.3);">64.8</td> </tr> <tr> <td style="text-align: left; padding: 8px;">SYNTHETIC-2-SFT-verified</td> <td>105k</td><td>+0.107</td> <td>59.5</td><td>75.4</td><td>56.1</td><td><u>66.6</u></td> <td style="border-left: 1px solid rgba(128, 128, 128, 0.3);">64.4</td> </tr> <tr> <td style="text-align: left; padding: 8px;">LIMO</td> <td>817</td><td><b>+0.490</b></td> <td>61.7</td><td>46.0</td><td>52.7</td><td>54.1</td> <td style="border-left: 1px solid rgba(128, 128, 128, 0.3);">53.6</td> </tr> <tr style="background-color: rgba(128, 128, 128, 0.18); font-weight: bold;"> <td style="text-align: left; padding: 8px;">ODA-Mixture-500k</td> <td>500k</td><td>+0.042</td> <td><b>71.2</b></td><td>77.2</td><td>73.0</td><td><b>69.7</b></td> <td style="border-left: 1px solid rgba(128, 128, 128, 0.3);"><b>72.8</b></td> </tr> <tr style="background-color: rgba(128, 128, 128, 0.18); font-weight: bold; border-bottom: 2px solid currentColor;"> <td style="text-align: left; padding: 8px;">ODA-Mixture-101k</td> <td>101k</td><td><u>+0.177</u></td> <td>61.1</td><td>77.3</td><td><u>73.2</u></td><td>64.7</td> <td style="border-left: 1px solid rgba(128, 128, 128, 0.3);"><u>69.0</u></td> </tr> </tbody> </table> </div>


🌐 About OpenDataArena

OpenDataArena is an open research platform dedicated to discovering, evaluating, and advancing high-quality datasets for AI post-training. It provides a transparent, data-centric ecosystem to support reproducible dataset evaluation and sharing.

Key Features:

  • β€”πŸ† Dataset Leaderboard β€” helps researchers identify the most valuable and high-quality datasets across different domains
  • β€”πŸ“Š Detailed Evaluation Scores β€” provides comprehensive metrics to assess data quality, complexity, difficulty, etc.
  • β€”πŸ§° Data Processing Toolkit β€” OpenDataArena-Tool offers an open-source pipeline for dataset curation and scoring.

πŸš€ Usage

Model repo: OpenDataArena/Qwen3-8B-ODA-Mixture-500k. Below is a minimal runnable example for loading and inference:

python
from transformers import AutoModelForCausalLM, AutoTokenizer

MODEL_ID = "OpenDataArena/Qwen3-8B-ODA-Mixture-500k"

tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(MODEL_ID, device_map="auto", trust_remote_code=True)

messages = [
    {"role": "user", "content": "Natalia sold clips to 48 of her friends in April, and then she sold half as many clips in May. How many clips did Natalia sell altogether in April and May?"},
]
text = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
inputs = tokenizer([text], return_tensors="pt").to(model.device)

outputs = model.generate(
    **inputs,
    max_new_tokens=256,
    do_sample=True,
    temperature=0.7,
    top_p=0.9,
)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))

πŸ“š Citation

If you use this model or its training data (ODA-Mixture-500k), please cite:

bibtex
@article{gao2025closing,
  title={Closing the Data Loop: Using OpenDataArena to Engineer Superior Training Datasets},
  author={Gao, Xin and Wang, Xiaoyang and Zhu, Yun and Cai, Mengzhang and He, Conghui and Wu, Lijun},
  journal={arXiv preprint arXiv:2601.09733},
  year={2025}
}
bibtex
@article{cai2025opendataarena,
  title={OpenDataArena: A Fair and Open Arena for Benchmarking Post-Training Dataset Value},
  author={Cai, Mengzhang and Gao, Xin and Li, Yu and Lin, Honglin and Liu, Zheng and Pan, Zhuoshi and Pei, Qizhi and Shang, Xiaoran and Sun, Mengyuan and Tang, Zinan and others},
  journal={arXiv preprint arXiv:2512.14051},
  year={2025}
}