Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CritiQ: Mining Data Quality Criteria from Human Preferences

About

Language model heavily depends on high-quality data for optimal performance. Existing approaches rely on manually designed heuristics, the perplexity of existing models, training classifiers, or careful prompt engineering, which require significant expert experience and human annotation effort while introduce biases. We introduce CritiQ, a novel data selection method that automatically mines criteria from human preferences for data quality with only ~30 human-annotated pairs and performs efficient data selection. The main component, CritiQ Flow, employs a manager agent to evolve quality criteria and worker agents to make pairwise judgments. We build a knowledge base that extracts quality criteria from previous work to boost CritiQ Flow. Compared to perplexity- and classifier- based methods, verbal criteria are more interpretable and possess reusable value. After deriving the criteria, we train the CritiQ Scorer to give quality scores and perform efficient data selection. We demonstrate the effectiveness of our method in the code, math, and logic domains, achieving high accuracy on human-annotated test sets. To validate the quality of the selected data, we continually train Llama 3.1 models and observe improved performance on downstream tasks compared to uniform sampling. Ablation studies validate the benefits of the knowledge base and the reflection process. We analyze how criteria evolve and the effectiveness of majority voting.

Honglin Guo, Kai Lv, Qipeng Guo, Tianyi Liang, Zhiheng Xi, Demin Song, Qiuyinzhe Zhang, Yu Sun, Kai Chen, Xipeng Qiu, Tao Gui• 2025

Related benchmarks

TaskDatasetResultRank
Text-Based OptimizationCode Domain (test)
Accuracy89.89
5
Code-writingHumanEval & MBPP EvalPlus (test)
HumanEval Pass Rate39.02
4
Logic reasoningARC-Challenge & LogiQA OpenCompass (test)
ARC-C Accuracy38.31
4
Math problem solvingGSM8k, SAT-Math, & MATH OpenCompass AGIEval sampled (test)
GSM8k Accuracy32.22
4
Showing 4 of 4 rows

Other info

Code

Follow for update