bubble-sort / README.md
agentlans's picture
Update README.md
617aed7 verified
metadata
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 but with the bubble sort algorithm, 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