Dataset Viewer
The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code:   ClientConnectionError

APPS is a benchmark for code generation with 10000 problems. It can be used to evaluate the ability of language models to generate code from natural language specifications. To create the APPS dataset, the authors manually curated problems from open-access sites where programmers share problems with each other, including Codewars, AtCoder, Kattis, and Codeforces.

Usage

import datasets

# Download the dataset
queries = datasets.load_dataset("embedding-benchmark/APPS", "queries")
documents = datasets.load_dataset("embedding-benchmark/APPS", "corpus")
pair_labels = datasets.load_dataset("embedding-benchmark/APPS", "default")
Downloads last month
90