Task Sample · Data

DataComp-small CLIP Data Filtering

Choose a stronger training subset from a fixed web-data pool so the same CLIP model and training recipe perform better across DataComp's evaluation suite.

Teaser figure from DataComp (mlfoundations/datacomp)
Source project · DataComp · source ↗

The task

Select a better subset of examples from the fixed successful web crawl so a fresh run of the same CLIP model performs better across DataComp's evaluation suite.

Environment

Reference baseline

The official CLIP-score filtering recipe supplies a common starting selection. It is not retrained beside each candidate, so every logged result is an absolute score.

Research loop

  1. Study the public metadata, features, crawl coverage, and earlier aggregate feedback.
  2. Form a filtering hypothesis, materialize a valid selection, and check its provenance.
  3. Submit it for fresh training, compare the aggregate result, and revise the selection rule.

What the agent may change

What stays fixed

Evaluation

The Judge trains the fixed CLIP recipe from scratch on the submitted selection and reports the mean of the official scored metrics; higher is better. Feedback is aggregate, and an invalid selection does not receive a normal score.

Links