Dataset Viewer
Auto-converted to Parquet Duplicate
context
listlengths
1
1
gen_kwargs
dict
repeat_idx
int64
0
2
request_idx
int64
0
510
task_name
stringclasses
1 value
metadata
dict
model_outputs
stringlengths
1.94k
189k
[ { "content": "Generate an executable Python function generated from the given prompt. The function should take stdin as input and print the output. Simply call the function after the definition.You are given a positive integer N. Print a string of length (N+1), s_0s_1\\ldots s_N, defined as follows.\n\nFor each...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 2, "temperature": 0.7 }
2
275
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
<think> Okay, let's see. I need to write a Python function that takes an integer N and outputs a string based on the rules given. Hmm. The problem statement says that for each i from 0 to N, we check if there's a divisor j of N between 1 and 9 (inclusive) such that i is a multiple of N/j. If such a j exists, we take th...
[ { "content": "Generate an executable Python function generated from the given prompt. The function should take stdin as input and print the output. Simply call the function after the definition.On a coordinate plane, there are N points P_1, P_2, \\ldots, P_N, where point P_i has coordinates (X_i, Y_i).\nThe dis...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 1, "temperature": 0.7 }
1
433
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
<think> Okay, let's see. I need to calculate the sum of the distances between all pairs of points based on the given jump rules. The distance is the minimum number of jumps required. If it's impossible, the distance is 0. And if it's possible, the distance is the minimal steps. First, I need to understand how the jum...
[ { "content": "Generate an executable Python function generated from the given prompt. Return the function body without invoking it at the final solution.You are given a binary array nums of length n, a positive integer k and a non-negative integer maxChanges.\nAlice plays a game, where the goal is for Alice to ...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 1, "temperature": 0.7 }
1
464
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
<think> Okay, let's see. I need to find the minimum number of moves Alice needs to pick exactly k ones from the array. Hmm. The problem is a bit complex, so I need to break it down. First, the initial step is that Alice picks up a 1 at her starting index. So that counts as the first move, and she gets one 1. Then, the...
[ { "content": "Generate an executable Python function generated from the given prompt. Return the function body without invoking it at the final solution.You are given a 0-indexed integer array nums of even length and there is also an empty array arr. Alice and Bob decided to play a game where in every round Ali...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 2, "temperature": 0.7 }
2
148
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
<think> Okay, let's see. I need to write a Python function that takes an array nums and returns the array arr based on the game rules between Alice and Bob. Hmm. Let's break down the problem. So, the game works in rounds. Each round has two steps. First, Alice removes the minimum element from nums. Then Bob does the s...
[ { "content": "Generate an executable Python function generated from the given prompt. Return the function body without invoking it at the final solution.You are given an array of integers nums of length n.\nThe cost of an array is the value of its first element. For example, the cost of [1,2,3] is 1 while the c...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 2, "temperature": 0.7 }
2
170
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
<think> Okay, let's see. I need to find the minimum possible sum of the cost when splitting the array into three contiguous subarrays. The cost of each subarray is the first element of that subarray. So, the problem is to split the array into three parts, each part must be contiguous, and the sum of their first element...
[ { "content": "Generate an executable Python function generated from the given prompt. Return the function body without invoking it at the final solution.You are given a 0-indexed array nums consisting of positive integers.\nA partition of an array into one or more contiguous subarrays is called good if no two s...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 1, "temperature": 0.7 }
1
140
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
<think> Okay, let's see. I need to find the number of good partitions of an array where no two subarrays have the same number. Hmm. So each partition must have unique elements in each of its subarrays. And the answer needs to be modulo 1e9+7. Wait, the example 1 has output 8. Let's think about that. The array is [1,2...
[{"content":"Generate an executable Python function generated from the given prompt. The function sh(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 2, "temperature": 0.7 }
2
2
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
"<think>\nOkay, let's see. I need to find the minimum number of operations to turn all black cells t(...TRUNCATED)
[{"content":"Generate an executable Python function generated from the given prompt. Return the func(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 2, "temperature": 0.7 }
2
503
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
"<think>\nOkay, let's see. I need to write a Python function that calculates the number of ways Alic(...TRUNCATED)
[{"content":"Generate an executable Python function generated from the given prompt. Return the func(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 1, "temperature": 0.7 }
1
114
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
"<think>\nOkay, let's see. I need to find the maximum sum of squares of k elements after performing (...TRUNCATED)
[{"content":"Generate an executable Python function generated from the given prompt. The function sh(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 2, "temperature": 0.7 }
2
401
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
"<think>\nOkay, I need to solve this problem where I have to take a string S that has exactly two '|(...TRUNCATED)
End of preview. Expand in Data Studio

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

mlfoundations-dev/nemnano_100k_ckpt-244_eval_27e9

Precomputed model outputs for evaluation.

Evaluation Results

LiveCodeBench

  • Average Accuracy: 36.01% ± 1.27%
  • Number of Runs: 3
Run Accuracy Questions Solved Total Questions
1 34.83% 178 511
2 38.55% 197 511
3 34.64% 177 511
Downloads last month
3