Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
context
list
gen_kwargs
dict
repeat_idx
int64
request_idx
int64
task_name
string
metadata
dict
model_outputs
string
[ { "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 and an integer k.\nReturn an integer that denotes the sum of elements in nums whose corresponding indices have exa...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 3, "temperature": 0.7 }
3
106
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
<think> Okay, let's see. I need to write a Python function that takes an array of integers and an integer k, and returns the sum of elements in the array where their indices have exactly k set bits in binary. Hmm. Wait, the indices are the positions in the nums array. So for each index i in nums, I have to check how m...
[ { "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 two 0-indexed integer arrays nums1 and nums2 of even length n.\nYou must remove n / 2 elements from nums1 and n / 2 elements from nums2. After th...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 5, "temperature": 0.7 }
5
150
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
<think> Okay, let's try to figure out this problem. So, the task is to remove n/2 elements from each of the two arrays, nums1 and nums2, then insert the remaining elements into a set and find the maximum possible size of that set. Hmm. Wait, the set automatically handles duplicates, right? So the size of the set is 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.A repunit is an integer whose digits are all 1 in decimal representation. The repunits in ascending order are 1, 11, 1...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 5, "temperature": 0.7 }
5
348
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
<think> Okay, I need to solve this problem where I have to find the N-th smallest integer that is the sum of exactly three repunits. Hmm, let's think about how to approach this. First, what's a repunit? Oh right, it's a number like 1, 11, 111, etc. So each digit is 1. So the repunits can be generated by numbers of 1s....
[ { "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 N integers A_1, A_2, \\dots, A_N.\r\nAlso, define B_i = A_i \\times A_{i+1}\\ (1 \\leq i \\leq N-1).\nPr...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 3, "temperature": 0.7 }
3
410
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
<think> Okay, let's see. I need to write a Python function that reads some input and prints the product of consecutive elements in a list. Hmm. Let's break down the problem. The input starts with N, the number of integers, followed by N integers. The output should be N-1 numbers, each being the product of A_i and A_{i...
[ { "content": "Generate an executable Python function generated from the given prompt. Return the function body without invoking it at the final solution.You are at a fruit market with different types of exotic fruits on display.\nYou are given a 1-indexed array prices, where prices[i] denotes the number of coin...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 3, "temperature": 0.7 }
3
137
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
<think> Okay, let's tackle this problem. Hmm, the goal is to find the minimum coins needed to buy all fruits, considering the offer where buying the i-th fruit allows you to get the next i fruits for free. Wait, but if you buy a fruit, you can take the next i fruits for free. But you can still choose to buy them again ...
[{"content":"Generate an executable Python function generated from the given prompt. The function sh(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 3, "temperature": 0.7 }
3
320
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
"<think>\nOkay, let's tackle this problem. Hmm, the goal is to find the optimal subset of contests t(...TRUNCATED)
[{"content":"Generate an executable Python function generated from the given prompt. The function sh(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 4, "temperature": 0.7 }
4
359
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
"<think>\nOkay, let's see. I need to generate a Python function that outputs a grid where Takahashi (...TRUNCATED)
[{"content":"Generate an executable Python function generated from the given prompt. The function sh(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 1, "temperature": 0.7 }
1
260
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
"<think>\nOkay, let's see. I need to solve this programming problem. Let's read the problem carefull(...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
268
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
"<think>\nOkay, let's see. I need to find the order of books to read such that all the prerequisites(...TRUNCATED)
[{"content":"Generate an executable Python function generated from the given prompt. Return the func(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 5, "temperature": 0.7 }
5
83
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
"<think>\nOkay, I need to solve this problem where I have to calculate the account balance after mak(...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/OpenThinker2-7B_1748130836_eval_27e9

Precomputed model outputs for evaluation.

Evaluation Results

LiveCodeBench

  • Average Accuracy: 57.11% ± 0.63%
  • Number of Runs: 6
Run Accuracy Questions Solved Total Questions
1 55.19% 282 511
2 58.12% 297 511
3 56.16% 287 511
4 55.97% 286 511
5 59.10% 302 511
6 58.12% 297 511
Downloads last month
3