--- license: cc-by-4.0 task_categories: - text-generation language: - en tags: - sorting - algorithm - computer-science - education - reasoning --- # Bubble Sort Dataset Randomly-generated integer sorting problems. Similar in spirit to [agentlans/dijkstra](https://huggingface.co/datasets/agentlans/dijkstra) but with the [bubble sort algorithm](https://en.wikipedia.org/wiki/Bubble_sort), one of the simplest sorting algorithms. - Number of integers: 2 to 10 - Range of each integer: [-100, 100) ## Main Uses - Training and evaluating reasoning-capable language models - Identifying failed steps in the reasoning process ## Limitations - The bubble sort algorithm is simple but inefficient. - In practice, using a language model to perform bubble sort makes it more unreliable and greatly worsens performance. - Only intended for research use. ## Licence Creative Commons Attribution 4.0