Dataset Viewer
Auto-converted to Parquet Duplicate
problem
stringlengths
186
413
solution
stringlengths
2
15
win_rate
float64
0
0.63
completions
listlengths
8
8
rewards
listlengths
8
8
num_completions
int64
8
8
Task: Given the string, find the longest substring that is a palindrome. A palindrome reads the same forwards and backwards. If the shortest possible palindrome is length 1, return the first character. Input string: totjjotjojtojto
jotjojtoj
0
[ "<think>\nOkay, let's see. The problem is to find the longest palindromic substring in the given input string \"totjjotjojto\". And if the shortest possible palindrome is length 1, return the first character. So first, I need to understand what a palindrome is. A palindrome reads the same forwards and backwards. So...
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
8
"Given the string azaaazzzzzz, find the longest substring that is a palindrome. A palindrome reads t(...TRUNCATED)
zzzzzz
0
["<think>\nOkay, so I need to find the longest substring in the string azaaazzzzzz that is a palindr(...TRUNCATED)
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
8
"Given the string 'uuykyuyukk', find the longest substring that is a palindrome (reads the same forw(...TRUNCATED)
uykyu
0.25
["<think>\nOkay, let's see. I need to find the longest palindromic substring in the string 'uuykyuyu(...TRUNCATED)
[ 0, 0, 1, 0, 1, 0, 0, 0 ]
8
"Given the string ppprhprppp, find the longest substring that is a palindrome (reads the same forwar(...TRUNCATED)
ppp
0.125
["<think>\nOkay, let's tackle this problem. The task is to find the longest palindromic substring in(...TRUNCATED)
[ 0, 0, 1, 0, 0, 0, 0, 0 ]
8
"Find the longest substring of the given string that is a palindrome. A palindrome reads the same fo(...TRUNCATED)
ssysysyss
0
["<think>\nOkay, let's see. I need to find the longest substring of the given string \"ssysysyssjyjs(...TRUNCATED)
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
8
"Find the longest substring of the given string that is a palindrome. A palindrome reads the same fo(...TRUNCATED)
wqqqw
0
["<think>\nOkay, let's see. I need to find the longest substring of the given string \"wqqqwwqmqq\" (...TRUNCATED)
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
8
"Given the string fwwwaaaaafa, find the longest substring that is a palindrome. A palindrome reads t(...TRUNCATED)
aaaaa
0
["<think>\nOkay, let's see. I need to find the longest substring in the string \"fwwwaaaaafa\" that (...TRUNCATED)
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
8
"You are given a string. Find the longest substring that is a palindrome (a string that reads the sa(...TRUNCATED)
fyyf
0
["<think>\nOkay, let's see. I need to find the longest palindromic substring in the given string \"f(...TRUNCATED)
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
8
"Find the longest substring of the given string that is a palindrome (reads the same forwards and ba(...TRUNCATED)
eezezee
0
["<think>\nOkay, let's see. I need to find the longest palindromic substring in the given input stri(...TRUNCATED)
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
8
"Given the string 'aybabybbbyba', find the longest substring that is a palindrome. A palindrome is a(...TRUNCATED)
abybbbyba
0
["<think>\nOkay, so I need to find the longest palindromic substring in the given string 'aybabybbby(...TRUNCATED)
[ 0, 0, 0, 0, 0, 0, 0, 0 ]
8
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
8