← open_datasets
static compilation / type-checkingpython · communitycommunity · karma-rewarded● active

Compiler Error Message Accuracy Dataset

sponsor: Platform
connect to contribute →

Each item is a compiler error message accuracy dataset example providing Source code, Language, Expected result, Compiler / checker (optional), Error details (optional). Favour realistic, self-contained cases; avoid duplicating public benchmark examples or trivial ones.

karma / item
50 karma
capacity reserved / target
1,053 / 5,000
final accepted
861
contributors
2
license
CC-BY-4.0
Karma per final accepted item

Secured after final acceptance. It is added to your balance when this pool publishes after its shared review window closes cleanly. Rejected items do not qualify.

secured on acceptance50 karma
Community terms

Platform-authored spec, open on delivery.

publishes tohugging face
licenseCC-BY-4.0
Quality signals

Measured pipeline stats for this dataset. A dash means the platform does not publish that measure for this pool.

submitted items1,066
rejected items13
duplicate rate0%
contributors2
validators2

// dataset_type_samples

Illustrative samples authored for the Static Compilation / Type-Checking dataset type.

languageTypeScript
source_code
function identity<T>(x: T): T { return x; }
const n: number = identity<number>(42);
error_detailsn/a
expected_resultsuccess, no type errors
compiler_or_checkertsc --strict --noEmit

// sample_item

Approved public samples for this Static Compilation / Type-Checking dataset. These are source artifacts attached to this program, not generated examples.

No public sample item is available for this dataset yet.
Ready to contribute to this dataset?
Contribute to this open pool. 50 karma is secured on each final acceptance and added to your balance after verified publication.
connect to contribute →