synthkit-demo / train.jsonl
LaelaZ's picture
Add SynthKit demo dataset: synthetic coding-instruction prompts (train + benchmark)
11ab093 verified
{"prompt": "What's the most efficient way to flatten a deeply nested list in C++, and why?", "domain": "coding"}
{"prompt": "Review this Java snippet that is meant to merge two sorted lists and point out the bugs.", "domain": "coding"}
{"prompt": "How would you reverse a string in TypeScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a Go function that find the longest common subsequence of two strings.", "domain": "coding"}
{"prompt": "Refactor a C++ program that merge two sorted lists to be more readable.", "domain": "coding"}
{"prompt": "What's the most efficient way to debounce a function in Java, and why?", "domain": "coding"}
{"prompt": "Refactor a C++ program that check whether a number is prime to be more readable.", "domain": "coding"}
{"prompt": "What's the most efficient way to check whether a number is prime in Python, and why?", "domain": "coding"}
{"prompt": "How would you debounce a function in Rust? Walk through your reasoning.", "domain": "coding"}
{"prompt": "What's the most efficient way to merge two sorted lists in Go, and why?", "domain": "coding"}
{"prompt": "What's the most efficient way to debounce a function in JavaScript, and why?", "domain": "coding"}
{"prompt": "Refactor a JavaScript program that merge two sorted lists to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to parse an ISO-8601 date using JavaScript.", "domain": "coding"}
{"prompt": "Explain to a beginner how to debounce a function using Rust.", "domain": "coding"}
{"prompt": "Explain to a beginner how to reverse a string using Java.", "domain": "coding"}
{"prompt": "Explain to a beginner how to parse an ISO-8601 date using Java.", "domain": "coding"}
{"prompt": "Write a Java function that reverse a string.", "domain": "coding"}
{"prompt": "Write a C++ function that check whether a number is prime.", "domain": "coding"}
{"prompt": "Write a Go function that check whether a number is prime.", "domain": "coding"}
{"prompt": "What's the most efficient way to reverse a string in Java, and why?", "domain": "coding"}
{"prompt": "Review this JavaScript snippet that is meant to flatten a deeply nested list and point out the bugs.", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to debounce a function and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to merge two sorted lists in Rust, and why?", "domain": "coding"}
{"prompt": "Refactor a TypeScript program that merge two sorted lists to be more readable.", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to merge two sorted lists and point out the bugs.", "domain": "coding"}
{"prompt": "Write a TypeScript function that merge two sorted lists.", "domain": "coding"}
{"prompt": "Write a Python function that flatten a deeply nested list.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to find the longest common subsequence of two strings and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a TypeScript program that find the longest common subsequence of two strings to be more readable.", "domain": "coding"}
{"prompt": "Refactor a Python program that debounce a function to be more readable.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in TypeScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a Ruby function that reverse a string.", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in Rust, and why?", "domain": "coding"}
{"prompt": "Explain to a beginner how to check whether a number is prime using C++.", "domain": "coding"}
{"prompt": "How would you check whether a number is prime in TypeScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Refactor a JavaScript program that check whether a number is prime to be more readable.", "domain": "coding"}
{"prompt": "Write a TypeScript function that flatten a deeply nested list.", "domain": "coding"}
{"prompt": "Review this Java snippet that is meant to reverse a string and point out the bugs.", "domain": "coding"}
{"prompt": "How would you reverse a string in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Refactor a TypeScript program that flatten a deeply nested list to be more readable.", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to find the longest common subsequence of two strings and point out the bugs.", "domain": "coding"}
{"prompt": "Write a JavaScript function that parse an ISO-8601 date.", "domain": "coding"}
{"prompt": "Refactor a Go program that check whether a number is prime to be more readable.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in TypeScript, and why?", "domain": "coding"}
{"prompt": "Refactor a Ruby program that parse an ISO-8601 date to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to check whether a number is prime using Ruby.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in C++, and why?", "domain": "coding"}
{"prompt": "Refactor a Ruby program that reverse a string to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to check whether a number is prime using Go.", "domain": "coding"}
{"prompt": "Explain to a beginner how to flatten a deeply nested list using Java.", "domain": "coding"}
{"prompt": "How would you parse an ISO-8601 date in Java? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a C++ function that reverse a string.", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in Java? Walk through your reasoning.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in Go? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to find the longest common subsequence of two strings using Java.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in JavaScript, and why?", "domain": "coding"}
{"prompt": "Write a Python function that check whether a number is prime.", "domain": "coding"}
{"prompt": "Explain to a beginner how to flatten a deeply nested list using Ruby.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in Rust, and why?", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in Ruby, and why?", "domain": "coding"}
{"prompt": "How would you flatten a deeply nested list in Python? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to reverse a string and point out the bugs.", "domain": "coding"}
{"prompt": "Review this JavaScript snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a Python program that reverse a string to be more readable.", "domain": "coding"}
{"prompt": "Write a Ruby function that debounce a function.", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to flatten a deeply nested list and point out the bugs.", "domain": "coding"}
{"prompt": "Write a Python function that find the longest common subsequence of two strings.", "domain": "coding"}
{"prompt": "What's the most efficient way to flatten a deeply nested list in Go, and why?", "domain": "coding"}
{"prompt": "Refactor a Python program that flatten a deeply nested list to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to find the longest common subsequence of two strings using JavaScript.", "domain": "coding"}
{"prompt": "What's the most efficient way to merge two sorted lists in TypeScript, and why?", "domain": "coding"}
{"prompt": "Review this Java snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in C++, and why?", "domain": "coding"}
{"prompt": "Review this JavaScript snippet that is meant to merge two sorted lists and point out the bugs.", "domain": "coding"}
{"prompt": "How would you find the longest common subsequence of two strings in Go? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Ruby snippet that is meant to reverse a string and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a Go program that find the longest common subsequence of two strings to be more readable.", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to check whether a number is prime and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to flatten a deeply nested list in Rust, and why?", "domain": "coding"}
{"prompt": "Review this JavaScript snippet that is meant to find the longest common subsequence of two strings and point out the bugs.", "domain": "coding"}
{"prompt": "Explain to a beginner how to flatten a deeply nested list using C++.", "domain": "coding"}
{"prompt": "What's the most efficient way to debounce a function in Rust, and why?", "domain": "coding"}
{"prompt": "What's the most efficient way to check whether a number is prime in Rust, and why?", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in Java, and why?", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to reverse a string and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to check whether a number is prime in Go, and why?", "domain": "coding"}
{"prompt": "Refactor a Rust program that flatten a deeply nested list to be more readable.", "domain": "coding"}
{"prompt": "How would you parse an ISO-8601 date in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Ruby snippet that is meant to flatten a deeply nested list and point out the bugs.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in Ruby? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a JavaScript function that merge two sorted lists.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in JavaScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to check whether a number is prime using Java.", "domain": "coding"}
{"prompt": "Write a TypeScript function that check whether a number is prime.", "domain": "coding"}
{"prompt": "How would you parse an ISO-8601 date in Go? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to merge two sorted lists using Go.", "domain": "coding"}
{"prompt": "What's the most efficient way to merge two sorted lists in Python, and why?", "domain": "coding"}
{"prompt": "Refactor a Ruby program that find the longest common subsequence of two strings to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to debounce a function using TypeScript.", "domain": "coding"}
{"prompt": "How would you check whether a number is prime in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "How would you flatten a deeply nested list in Go? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to check whether a number is prime and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a C++ program that reverse a string to be more readable.", "domain": "coding"}
{"prompt": "Refactor a Rust program that parse an ISO-8601 date to be more readable.", "domain": "coding"}
{"prompt": "How would you flatten a deeply nested list in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to debounce a function using Go.", "domain": "coding"}
{"prompt": "Explain to a beginner how to find the longest common subsequence of two strings using C++.", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to merge two sorted lists and point out the bugs.", "domain": "coding"}
{"prompt": "Explain to a beginner how to flatten a deeply nested list using Go.", "domain": "coding"}
{"prompt": "How would you reverse a string in Ruby? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Ruby snippet that is meant to check whether a number is prime and point out the bugs.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in Rust? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a TypeScript function that find the longest common subsequence of two strings.", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to flatten a deeply nested list and point out the bugs.", "domain": "coding"}
{"prompt": "How would you reverse a string in JavaScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Java snippet that is meant to find the longest common subsequence of two strings and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to reverse a string in JavaScript, and why?", "domain": "coding"}
{"prompt": "Refactor a Ruby program that check whether a number is prime to be more readable.", "domain": "coding"}
{"prompt": "Refactor a Go program that parse an ISO-8601 date to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to debounce a function using Python.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "Write a JavaScript function that check whether a number is prime.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in Java, and why?", "domain": "coding"}
{"prompt": "Explain to a beginner how to merge two sorted lists using JavaScript.", "domain": "coding"}
{"prompt": "Explain to a beginner how to flatten a deeply nested list using Python.", "domain": "coding"}
{"prompt": "Refactor a Ruby program that merge two sorted lists to be more readable.", "domain": "coding"}
{"prompt": "Write a Java function that debounce a function.", "domain": "coding"}
{"prompt": "Write a Rust function that flatten a deeply nested list.", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to flatten a deeply nested list and point out the bugs.", "domain": "coding"}
{"prompt": "Write a JavaScript function that flatten a deeply nested list.", "domain": "coding"}
{"prompt": "Explain to a beginner how to find the longest common subsequence of two strings using Python.", "domain": "coding"}
{"prompt": "Refactor a TypeScript program that parse an ISO-8601 date to be more readable.", "domain": "coding"}
{"prompt": "Review this Ruby snippet that is meant to merge two sorted lists and point out the bugs.", "domain": "coding"}
{"prompt": "How would you flatten a deeply nested list in JavaScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "How would you check whether a number is prime in Ruby? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to merge two sorted lists using C++.", "domain": "coding"}
{"prompt": "Explain to a beginner how to check whether a number is prime using Python.", "domain": "coding"}
{"prompt": "Write a Go function that reverse a string.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to merge two sorted lists and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a Java program that flatten a deeply nested list to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to debounce a function using C++.", "domain": "coding"}
{"prompt": "Write a Python function that reverse a string.", "domain": "coding"}
{"prompt": "Refactor a Java program that debounce a function to be more readable.", "domain": "coding"}
{"prompt": "What's the most efficient way to flatten a deeply nested list in Java, and why?", "domain": "coding"}
{"prompt": "How would you parse an ISO-8601 date in TypeScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to reverse a string using Ruby.", "domain": "coding"}
{"prompt": "How would you check whether a number is prime in Python? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to reverse a string using Python.", "domain": "coding"}
{"prompt": "How would you find the longest common subsequence of two strings in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "How would you parse an ISO-8601 date in Python? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to find the longest common subsequence of two strings using Go.", "domain": "coding"}
{"prompt": "Refactor a Java program that merge two sorted lists to be more readable.", "domain": "coding"}
{"prompt": "Write a Rust function that reverse a string.", "domain": "coding"}
{"prompt": "Explain to a beginner how to parse an ISO-8601 date using TypeScript.", "domain": "coding"}
{"prompt": "How would you reverse a string in Go? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Refactor a Python program that check whether a number is prime to be more readable.", "domain": "coding"}
{"prompt": "Review this Java snippet that is meant to check whether a number is prime and point out the bugs.", "domain": "coding"}
{"prompt": "How would you check whether a number is prime in Rust? Walk through your reasoning.", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in Python, and why?", "domain": "coding"}
{"prompt": "Write a Ruby function that find the longest common subsequence of two strings.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in Ruby, and why?", "domain": "coding"}
{"prompt": "Write a Rust function that merge two sorted lists.", "domain": "coding"}
{"prompt": "What's the most efficient way to debounce a function in C++, and why?", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to flatten a deeply nested list and point out the bugs.", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to debounce a function and point out the bugs.", "domain": "coding"}
{"prompt": "How would you flatten a deeply nested list in Ruby? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to check whether a number is prime and point out the bugs.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a Java function that check whether a number is prime.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to reverse a string and point out the bugs.", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to find the longest common subsequence of two strings and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to merge two sorted lists in Ruby, and why?", "domain": "coding"}
{"prompt": "Explain to a beginner how to parse an ISO-8601 date using Go.", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in JavaScript, and why?", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in Go, and why?", "domain": "coding"}
{"prompt": "Review this TypeScript snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "How would you find the longest common subsequence of two strings in Java? Walk through your reasoning.", "domain": "coding"}
{"prompt": "How would you flatten a deeply nested list in Java? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this TypeScript snippet that is meant to reverse a string and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a Python program that parse an ISO-8601 date to be more readable.", "domain": "coding"}
{"prompt": "How would you debounce a function in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to check whether a number is prime and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a Python program that find the longest common subsequence of two strings to be more readable.", "domain": "coding"}
{"prompt": "How would you find the longest common subsequence of two strings in Python? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a C++ function that flatten a deeply nested list.", "domain": "coding"}
{"prompt": "Write a C++ function that debounce a function.", "domain": "coding"}
{"prompt": "What's the most efficient way to reverse a string in Python, and why?", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "Write a Java function that find the longest common subsequence of two strings.", "domain": "coding"}
{"prompt": "Refactor a TypeScript program that debounce a function to be more readable.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in Go, and why?", "domain": "coding"}
{"prompt": "What's the most efficient way to reverse a string in TypeScript, and why?", "domain": "coding"}
{"prompt": "Write a C++ function that parse an ISO-8601 date.", "domain": "coding"}
{"prompt": "Explain to a beginner how to compute a moving average over a stream using C++.", "domain": "coding"}
{"prompt": "What's the most efficient way to compute a moving average over a stream in Rust, and why?", "domain": "coding"}
{"prompt": "How would you compute a moving average over a stream in Rust? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to implement binary search and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a JavaScript program that implement binary search to be more readable.", "domain": "coding"}