agentlans commited on
Commit
617aed7
·
verified ·
1 Parent(s): a363231

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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 Use
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
- - Using a language model to perform bubble sort makes it more unreliable and worsens performance.
33
- - Only for research use.
34
 
35
  ## Licence
36
 
37
- Create Commons Attribution 4.0
 
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