CoolFace
Datasetpublic

upctanker/CPRet-Embeddings

CPRet-Embeddings This repository provides the problem descriptions and their corresponding precomputed embeddings used by the CPRet retrieval server. You can explore the retrieval server via the online demo at https://cpret.online/. ๐Ÿ“ฆ Files probs_2606.jsonlA JSONL file containing natural language descriptions of competitive programming problems.Each line is a JSON object with metadata such as problem title, platform/source OJ, URL, and full description.โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/upctanker/CPRet-Embeddings.

sourceHugging Facecc-by-nc-4.0updated 2mo agoView on Hugging Face
0likes289downloads
Dataset Card

CPRet-Embeddings

This repository provides the problem descriptions and their corresponding precomputed embeddings used by the CPRet retrieval server.

You can explore the retrieval server via the online demo at https://cpret.online/.

๐Ÿ“ฆ Files

  • โ€”probs_2606.jsonl A JSONL file containing natural language descriptions of competitive programming problems. Each line is a JSON object with metadata such as problem title, platform/source OJ, URL, and full description.

๐Ÿง  Embedding Model

The embeddings in this repository are computed with:

๐ŸŒ Problem Sources (OJ)

The current 2606 problem set includes problems from the following online judges:

Data snapshot: June 2026.

๐Ÿ“š Full Project

For full server usage, deployment instructions, and query examples, see: ๐Ÿ‘‰ CPRet GitHub Repository

๐Ÿ—‚๏ธ Versioning & Naming Convention

This repository uses a YYMM naming convention for dataset versions:

  • โ€”YY = last two digits of the year
  • โ€”MM = month

This repository keeps the latest version as well as historical versions of problem sets and embeddings for reproducibility and backward compatibility.