Datasets:
File size: 897 Bytes
a363231 617aed7 a363231 617aed7 a363231 617aed7 a363231 617aed7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | ---
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 |