Dataset Viewer
Auto-converted to Parquet Duplicate
worker
stringclasses
1 value
prompt
stringlengths
1.09k
15.6k
completions
listlengths
8
8
scores
listlengths
8
8
witness_scores
listlengths
8
8
outputs
stringlengths
560
80.8k
witness_outputs
stringlengths
30.9k
2B
walltime
float64
1.78B
1.78B
injector
"# od.c\nstatic bool\nsimple_strtoi (char const *s, char const **p, int *val)\n{\n int sum;\n\n fo(...TRUNCATED)
[" \n case 'f':\n fmt = FLOATING_POINT;\n ++s;\n\n // Buggy line: This line is mov(...TRUNCATED)
[ 1, 0, 0, 0, 0, 1, 0, 0 ]
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
"[{\"stderr\": \"run_test.sh: line 37: 195215 Segmentation fault ./src/$executable_name\\n\", \(...TRUNCATED)
"[{\"witness_stderr\": \"=== GENERATED WITNESS FILE ===\\n/* od -- dump files in octal and other for(...TRUNCATED)
1,777,580,813.741146
injector
"# ls.c\nstatic bool\npatterns_match (struct ignore_pattern const *patterns, char const *file)\n{\n (...TRUNCATED)
[" \n return ((ignore_mode != IGNORE_MINIMAL\n && name[0] == '.'\n && (ignore_(...TRUNCATED)
[ 0, 0, 0, 0, 0, 0, 1, 0 ]
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
"[{\"stderr\": \"\", \"stdout\": \" CC src/ls.o\\n CCLD src/ls\\n/coreutils/tests/ls/tes(...TRUNCATED)
"[{\"witness_stderr\": \"=== GENERATED WITNESS FILE ===\\n/* 'dir', 'vdir' and 'ls' directory listin(...TRUNCATED)
1,777,580,813.797396
injector
"# factor.c\n\n\nstatic mp_limb_t\nbinv_limb (mp_limb_t n)\n{\n mp_limb_t inv = binvert_table[(n / (...TRUNCATED)
[" \n if (n == 0) { // Bug: Should be if (n == 0) { return 0; }\n // No return value, leading t(...TRUNCATED)
[ 0, 0, 1, 1, 0, 1, 0, 0 ]
[ 0, 0, 1, 1, 0, 1, 0, 1 ]
"[{\"stderr\": \"\", \"stdout\": \" CC src/factor.o\\n CCLD src/factor\\n/coreutils/test(...TRUNCATED)
"[{\"witness_stderr\": \"=== GENERATED WITNESS FILE ===\\n/* factor -- print prime factors of n.\\n (...TRUNCATED)
1,777,580,813.813699
injector
"# sort.c\nstatic int\ncompare (struct line const *a, struct line const *b)\n{\n int diff;\n size_(...TRUNCATED)
[" \n if (unique)\n { \n if (saved_line.text != NULL && ! compare (line, &saved_line))\n (...TRUNCATED)
[ 0, 0, 0, 0, 0, 0, 1, 0 ]
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
"[{\"stderr\": \"\", \"stdout\": \" CC src/sort.o\\n CCLD src/sort\\n/coreutils/tests/so(...TRUNCATED)
"[{\"witness_stderr\": \"=== GENERATED WITNESS FILE ===\\n/* sort - sort lines of text (with all kin(...TRUNCATED)
1,777,580,813.825571
injector
"# csplit.c\n\n\nstatic void\ncheck_format_conv_type (char *format, int flags)\n{\n unsigned char c(...TRUNCATED)
[" \n unsigned char ch = *format;\n int compatible_flags = FLAG_THOUSANDS;\n\n switch (ch)\n {(...TRUNCATED)
[ 0, 0, 0, 0, 0, 0, 1, 0 ]
[ 0, 1, 0, 1, 1, 0, 0, 1 ]
"[{\"stderr\": \"csplit: invalid flags in conversion specification: %#d\\ncsplit: invalid flags in c(...TRUNCATED)
"[{\"witness_stderr\": \"=== GENERATED WITNESS FILE ===\\n/* csplit - split a file into sections det(...TRUNCATED)
1,777,580,813.846358
injector
"# shred.c\nstatic bool\nignorable_sync_errno (int errno_val)\n{\n return (errno_val == EINVAL\n (...TRUNCATED)
[" \n int err;\n\n if (fdatasync (fd) == -1) \n { \n err = errno;\n if (!ignorable_sync_err(...TRUNCATED)
[ 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 0, 1, 0, 0, 0, 1, 0, 0 ]
"[{\"stderr\": \"\", \"stdout\": \" CC src/shred.o\\n CCLD src/shred\\n/coreutils/tests/(...TRUNCATED)
"[{\"witness_stderr\": \"=== GENERATED WITNESS FILE ===\\n/* shred.c - overwrite files and devices t(...TRUNCATED)
1,777,580,813.859966
injector
"# factor.c\nstatic bool\nge2 (mp_limb_t ah, mp_limb_t al, mp_limb_t bh, mp_limb_t bl)\n{\n return (...TRUNCATED)
[" \n mp_limb_t r1, r0, q, p1, t1, t0, s1, s0;\n MAYBE_UNUSED mp_limb_t p0;\n mi = -mi;\n affirm(...TRUNCATED)
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 0, 1, 0, 1, 0, 0, 1, 0 ]
"[{\"stderr\": \"\", \"stdout\": \" CC src/factor.o\\n CCLD src/factor\\n/coreutils/test(...TRUNCATED)
"[{\"witness_stderr\": \"=== GENERATED WITNESS FILE ===\\n/* factor -- print prime factors of n.\\n (...TRUNCATED)
1,777,580,813.86457
injector
"# ptx.c\n\n\nstatic void\nunescape_string (char *string)\n{\n char *cursor;\t\t\t/* cursor in resu(...TRUNCATED)
[" \n unescape_string (string + 1); // bug: infinite recursion\n char *cursor;\t\t\t/* cursor in r(...TRUNCATED)
[ 0, 0, 0, 0, 1, 0, 1, 0 ]
[ 0, 0, 0, 0, 1, 0, 1, 1 ]
"[\"PARSE_ERROR[Issue finding `unescape_string`, found 0: ['function.decl'] [static void\\nunescape_(...TRUNCATED)
"[\"PARSE_ERROR[Issue finding `unescape_string`, found 0: ['function.decl'] [static void\\nunescape_(...TRUNCATED)
1,777,580,813.89043
injector
"# join.c\nstatic void\nprfield (idx_t n, struct line const *line)\n{\n if (n < line->nfields)\n (...TRUNCATED)
[" \n const struct outlist *outlist;\n idx_t i;\n idx_t nfields = autoformat ? autocount : line->(...TRUNCATED)
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
"[{\"stderr\": \"src/join.c: In function 'prjoin':\\nsrc/join.c:596:32: error: 'autocount' undeclare(...TRUNCATED)
"[{\"witness_stderr\": \"=== GENERATED WITNESS FILE ===\\n/* join - join lines of two files on a com(...TRUNCATED)
1,777,580,813.914362
injector
"# sort.c\n\n\nstatic void\nspecify_nmerge (int oi, char c, char const *s)\n{\n uintmax_t n;\n str(...TRUNCATED)
[" \n uintmax_t n;\n struct rlimit rlimit;\n enum strtol_error e = xstrtoumax (s, nullptr, 10, &n(...TRUNCATED)
[ 0, 0, 1, 0, 0, 1, 1, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1 ]
"[{\"stderr\": \"\", \"stdout\": \" CC src/sort.o\\n CCLD src/sort\\n/coreutils/tests/so(...TRUNCATED)
"[{\"witness_stderr\": \"=== GENERATED WITNESS FILE ===\\n/* sort - sort lines of text (with all kin(...TRUNCATED)
1,777,580,813.917383
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
281