---
title: WebInstruct-CFT
canonical_url: "https://www.modelscope.cn/datasets/AI-ModelScope/WebInstruct-CFT"
md_url: "https://www.modelscope.cn/datasets/AI-ModelScope/WebInstruct-CFT.md"
repository: AI-ModelScope/WebInstruct-CFT
last_updated: 2025-02-05
license: "Apache License 2.0"
storage_size: "766 MB"
downloads: 1224
stars: 0
---

# WebInstruct-CFT

> WebInstruct-CFT - AI-ModelScope 在 ModelScope 开源的数据集。WebInstruct-CFT Dataset

AI-ModelScope/WebInstruct-CFT 是 ModelScope 魔搭社区上的数据集，存储大小 766 MB，采用 Apache License 2.0 许可。

- **Repository**: AI-ModelScope/WebInstruct-CFT
- **License**: Apache License 2.0
- **Storage size**: 766 MB
- **Downloads**: 1224
- **Stars**: 0
- **Last updated**: 2025-02-05

Source: https://www.modelscope.cn/datasets/AI-ModelScope/WebInstruct-CFT

---

# WebInstruct-CFT Dataset

This dataset is introduced in our paper [Critique Fine-Tuning: Learning to Critique is More Effective than Learning to Imitate](https://huggingface.co/papers/2501.17703).

| [**🚀Project Page**](https://tiger-ai-lab.github.io/CritiqueFineTuning/) | [**📖Paper**](https://arxiv.org/pdf/2501.17703) | [**🔗Github**](https://github.com/TIGER-AI-Lab/CritiqueFineTuning) | [**🤗7B Model**](https://huggingface.co/TIGER-Lab/Qwen2.5-Math-7B-CFT) | [**🤗32B Model**](https://huggingface.co/TIGER-Lab/Qwen2.5-32B-Instruct-CFT) |

## Overview

WebInstruct-CFT is a critique-based instruction dataset derived from WebInstruct. Unlike traditional instruction datasets that focus on correct answers, our dataset includes critiques of responses, enabling models to learn through critical analysis.

## Dataset Composition

The original WebInstrcut dataset covers diverse topics:
- Mathematics (65%)
- Business (10%) 
- Physics (8%)
- Chemistry (4%)
- Humanities (4%)
- Other topics

We provide three variants:
- `WebInstruct-CFT-600K`: Full version of our dataset
- `WebInstruct-CFT-50K`: Medium-sized subset used to train [Qwen2.5-Math-7B-CFT](https://huggingface.co/TIGER-Lab/Qwen2.5-Math-7B-CFT)
- `WebInstruct-CFT-4K`: Small subset used to train [Qwen2.5-32B-Instruct-CFT](https://huggingface.co/TIGER-Lab/Qwen2.5-32B-Instruct-CFT)

## Data Format

Each example follows this structure:
```json
{
    "instruction": "Please critique whether the following solution to the question is correct.",
    "input": "Question:\n[The original question]\n\nSolution:\n[The original response to be critiqued]",
    "output": "[GPT-4o generated detailed critique of the response]"
}
```

## Citations

```
@misc{wang2025critiquefinetuninglearningcritique,
      title={Critique Fine-Tuning: Learning to Critique is More Effective than Learning to Imitate}, 
      author={Yubo Wang and Xiang Yue and Wenhu Chen},
      year={2025},
      eprint={2501.17703},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2501.17703}, 
}
```
