Fri - Mon 7 Aug 2026 - 7 Sep 2026Past

By DKZ.2R: Data Challenge - Data Filtering

Event Online
More Information

Join us for the DKZ.2R Data Filtering Challenge an win up to 300 EUR!

Curate the training data for a language model without seeing a single line of the text.

A language model is only as good as the data it is trained on, and deciding what to keep or discard from a raw web corpus is a large part of that work. This challenge puts that decision in your hands.

You receive a set of precomputed per-document features for a large web corpus: measures of length, formatting, language, and character composition. Working from these features alone, you design a filtering configuration that selects a “high-quality” subset of documents. We then apply your configuration, fine-tune a language model on the selected subset, and evaluate it on a held-out German benchmark. The configuration that produces the best model wins.

This challenge is open to anyone curious about how training data shapes a language model, from students to practicing NLP/ML researchers. You do not need to train a model yourself or write code beyond editing a YAML config file: the core skill is reasoning about the features (what a high ratio of short lines or a low language-detection score tells you about a document) and turning that reasoning into threshold rules. Prior exposure to text-corpus cleaning or data-quality work helps but is not required.

The baseline you have to beat replicates the filtering heuristics published in the OpenGPT-X data-processing pipeline (Brandizzi et al., 2024), a peer-reviewed data-curation method.

You can join as an individual or as a group of max. four participants and win up to 300 EUR per team!

(Prizes: first place: 300 EUR, second place 150 EUR, and third place 100 EUR)

Join the challenge on Codabench: Codabench Challenge Link

Event Details:

  • Time: Friday, August 7th to Friday, September 4th.
  • Location: Online on Codabench

As always, this event is free of charge!

Related Posts

How To: Good Scientific Practice

How To: Good Scientific Practice

“Scientific integrity forms the basis for trustworthy research”, so it says in the Guidelines for Safeguarding Good Research Practice of the DFG, the German Research Foundation. As a major funder of research in Germany the DFG, as well as many other funders of research in Germany and the European Union, requires researchers to follow a certain set of rules conducting their research. These rules are called “good scientific practice” and have to be followed by researchers to be viable for funding. According to the guidelines researchers are required to “document all information relevant to the production of a research result as clearly as is required by and is appropriate for the relevant subject area to allow the result to be reviewed and assessed”. But good scientific practice is not done by documenting your research. It also includes i.a. protecting the personality rights of your subjects and handling research data in an appropriate manner by e.g. “back(-ing) up research data and results made publicly available, as well as the central materials on which they are based and the research software used, by adequate means according to the standards of the relevant subject area, and retain them for an appropriate period of time.” This is where Research Data Management (RDM) comes in. Of course RDM is much more than just creating a backup of your data on a USB-Stick and handing it over to anyone asking for it. “Good scientific practice” in RDM follows the FAIR principles:

Read More
A Survival Guide to Research Data Sharing Services in the Rhine-Ruhr Region

A Survival Guide to Research Data Sharing Services in the Rhine-Ruhr Region

A Survival Guide to Research Data Sharing Services in the Rhine-Ruhr Region

There are a lot of reasons why collaborating with other researchers on scientific projects is great! It provides new perspectives and gives you the chance to benefit from other people’s knowledge and input. When it comes to sharing and exchanging data across multiple locations and devices however, researchers are often disoriented and don’t know which tools, cloud services and so on are safe to share data in a secure and ethical way.

Read More
How To: Open Science

How To: Open Science

Tired of Recreating someone else’s work? - How Open Science can accelerate research and overcome reinvention

Have you ever found papers on algorithms but their implementation is missing? Found an interesting analysis but there is no way to check the results, as you don’t have access to the data they were derived from? Ever thought you had a great idea for a project, just to find out a year later that you are not the only research group following that specific idea? Not having access to other people’s code, data, metrics or even their plans for research projects often leads to unnecessary delays and scientific redundancies. There is an easy solution to overcome (almost) all of these issues. It’s called Open Science! What is Open Science? The UNESCO defines Open Science as a construct of “movements and practices aiming to make multilingual scientific knowledge openly available, accessible and reusable for everyone, to increase scientific collaborations and sharing of information for the benefits of science and society, and to open the processes of scientific knowledge creation, evaluation and communication to societal actors […]”. To ensure that everyone has access to scientific knowledge and infrastructure, Open Science focuses on four main concepts.

Read More