Codeforces and Polygon may be unavailable from December 6, 19:00 (UTC) to December 6, 21:00 (UTC) due to technical maintenance. ×

denk's blog

By denk, 34 hours ago, In English

Hello, Codeforces community!

I am currently working on a project called "Codeforces User Analysis System for Generating Individual Training Recommendations". The goal of this project is to create a tool that recommends tasks to users, helping them improve their skills through solving targeted problems.

As the first step, I decided to collect data using the open Codeforces API. After spending about 6–7 hours gathering and processing the data, I thought it would be a good idea to share the dataset with the community. This way, anyone working on similar projects can save some time.

What is this dataset about?

This dataset includes submissions from ≈15,000 active Codeforces users over the entire history of the platform, up to the end of November 2024. The dataset consists of 17.6 million records, with the following details for each submission:

  • handle: An anonymized and shuffled user nickname (e.g., user{i}).
  • rating_at_submission: User's rating at the time of submission.
  • problem_rating: Problem difficulty rating.
  • id_of_submission_task: Unique problem identifier on Codeforces.
  • verdict: Result of the submission (e.g., OK, WRONG_ANSWER).
  • time: Time of submission (in seconds since the Unix epoch).

Where to download the dataset?

I have uploaded the dataset to Hugging Face:
UsersCodeforcesSubmissionsEnd2024

How can this dataset help?

  1. Save time: No need to spend hours collecting data. It’s already processed and available in a ready-to-use format.
  2. Support AI projects: This dataset can be used to develop training systems, analyze user behavior, study problem difficulties, and more.
  3. Inspire new ideas: Perhaps this dataset will inspire you to start your own projects)

Wishing you productive learning and good luck with your projects! :)

  • Vote: I like it
  • -5
  • Vote: I do not like it

»
34 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by denk (previous revision, new revision, compare).

»
34 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Don't you think it can be full of errors if you specifically want use it to decide what problems to recommend to people of a particular rating range? Because many times people use multiple platforms and some even quit codeforces, practice somewhere else and return as Masters or Candidate Masters.

  • »
    »
    34 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Yes, I've thought about that, but I have some assumptions on how to mitigate the impact of such errors. However, this blog isn't about my project but about the database itself. Of course, this data can be used not only for machine learning but also for gathering other types of statistics

»
29 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

oh, so thats why we all are facing queue..