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
Documentation From User Experience

Documentation From User Experience

This post is a condensed version of a talk at our Data Compentcy College

If you regularly use scientific software written by others, or tried to replicate interesting research that relies on software, you have probably also invested weeks of work to solve a software problem or even given up on a software because of missing documentation. Finding a project that might be the solution to your problem and then failing to run the code is frustrating. Being unable to run a project you have built yourself years ago is even worse. Having experienced all those setbacks myself in the past I want to use this post to channel that frustration to fuel solutions for better documentation for our current and future projects.

Read More
Do's and Don'ts in Research Data Management

Do's and Don'ts in Research Data Management

Research Data Management Do’s and Don’ts - Step up your RDM skills!

1. Structuring and naming your folders There is an easy way to make your data findable for you and your team: establish a folder structure which makes sense for you and your working group as well as naming conventions for your folders.

Don’t:

Paul and Suzie
»Guideline
>application
»version2_final
»v.3
»review
»3rd.version
>JD
»qn
»0-1

Instead do:

000_int_orga
»01_application
»02_review 120_questionaires
»01_qualitative »02_quantitative 130_data
»01_qualitative »02_quantitative

Read More