Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,12 +16,12 @@ tags:
|
|
| 16 |
Randomly-generated integer sorting problems.
|
| 17 |
|
| 18 |
Similar in spirit to [agentlans/dijkstra](https://huggingface.co/datasets/agentlans/dijkstra)
|
| 19 |
-
but with the [bubble sort algorithm](https://en.wikipedia.org/wiki/Bubble_sort).
|
| 20 |
|
| 21 |
- Number of integers: 2 to 10
|
| 22 |
- Range of each integer: [-100, 100)
|
| 23 |
|
| 24 |
-
## Main
|
| 25 |
|
| 26 |
- Training and evaluating reasoning-capable language models
|
| 27 |
- Identifying failed steps in the reasoning process
|
|
@@ -29,9 +29,9 @@ but with the [bubble sort algorithm](https://en.wikipedia.org/wiki/Bubble_sort).
|
|
| 29 |
## Limitations
|
| 30 |
|
| 31 |
- The bubble sort algorithm is simple but inefficient.
|
| 32 |
-
-
|
| 33 |
-
- Only for research use.
|
| 34 |
|
| 35 |
## Licence
|
| 36 |
|
| 37 |
-
|
|
|
|
| 16 |
Randomly-generated integer sorting problems.
|
| 17 |
|
| 18 |
Similar in spirit to [agentlans/dijkstra](https://huggingface.co/datasets/agentlans/dijkstra)
|
| 19 |
+
but with the [bubble sort algorithm](https://en.wikipedia.org/wiki/Bubble_sort), one of the simplest sorting algorithms.
|
| 20 |
|
| 21 |
- Number of integers: 2 to 10
|
| 22 |
- Range of each integer: [-100, 100)
|
| 23 |
|
| 24 |
+
## Main Uses
|
| 25 |
|
| 26 |
- Training and evaluating reasoning-capable language models
|
| 27 |
- Identifying failed steps in the reasoning process
|
|
|
|
| 29 |
## Limitations
|
| 30 |
|
| 31 |
- The bubble sort algorithm is simple but inefficient.
|
| 32 |
+
- In practice, using a language model to perform bubble sort makes it more unreliable and greatly worsens performance.
|
| 33 |
+
- Only intended for research use.
|
| 34 |
|
| 35 |
## Licence
|
| 36 |
|
| 37 |
+
Creative Commons Attribution 4.0
|