Dataset Viewer
Auto-converted to Parquet Duplicate
context
listlengths
1
1
gen_kwargs
dict
repeat_idx
int64
0
5
request_idx
int64
0
510
task_name
stringclasses
1 value
metadata
dict
model_outputs
stringlengths
2.32k
573k
[ { "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, I need to solve this problem where I have to find the sum of elements in an array based on the number of set bits in their indices. Let's see. The input is an array of integers and an integer k. The output is the sum of elements whose indices have exactly k set bits in their binary representations. Hmm,...
[ { "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, I need to solve this problem where I have to find the maximum possible size of a set formed after removing n/2 elements from each of the two arrays, and then inserting the remaining elements into a set. The goal is to maximize the number of unique elements in the set. Hmm, let's think about how to approac...
[ { "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 number that can be expressed as the sum of exactly three repunits. Repunits are numbers like 1, 11, 111, etc., all made up of 1's. So first, I need to understand how these sums work. Hmm, let's think. The problem says exactly three repun...
[ { "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, I need to write a Python function that takes N integers as input and outputs the product of each consecutive pair. Let me think about how to approach this. First, the input comes from stdin. The function should read N and then the list of A's. The output is the B_i's, which are A_i multiplied by A_{i+1} ...
[ { "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, so I need to figure out how to solve this problem where I have to find the minimum coins to buy all fruits given the pricing and the offer. Let me think through the examples first to get an idea. Looking at Example 1: prices [3,1,2]. The output is 4. The explanation says you buy the first (3 coins), get ...
[{"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> Okay, so I need to solve this problem where Takahashi wants to choose some contests to maxi(...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> Okay, I need to solve this problem where I have to arrange the dragon parts in a grid accor(...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> Okay, let's see. I need to solve this problem where I have to process a string S with each (...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> Alright, so I need to solve this problem where I have to determine the minimal set of books(...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> Okay, I need to solve this problem where I have to calculate the account balance after maki(...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/openthoughts3_herorun_ckpt06000_eval_27e9

Precomputed model outputs for evaluation.

Evaluation Results

LiveCodeBench

  • Average Accuracy: 58.25% ± 0.34%
  • Number of Runs: 6
Run Accuracy Questions Solved Total Questions
1 58.51% 299 511
2 57.73% 295 511
3 58.12% 297 511
4 56.95% 291 511
5 59.10% 302 511
6 59.10% 302 511
Downloads last month
3