Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,8 @@ size_categories:
|
|
24 |
|
25 |
[Language models are greedy reasoners](https://arxiv.org/pdf/2210.01240.pdf), so they don't often backtrack. This is a dataset made to teach them backtracking. The data is synthetic, generated randomly in Python.
|
26 |
|
|
|
|
|
27 |
License:
|
28 |
```
|
29 |
Zero-Clause BSD
|
|
|
24 |
|
25 |
[Language models are greedy reasoners](https://arxiv.org/pdf/2210.01240.pdf), so they don't often backtrack. This is a dataset made to teach them backtracking. The data is synthetic, generated randomly in Python.
|
26 |
|
27 |
+
90% of the examples contain backtracking.
|
28 |
+
|
29 |
License:
|
30 |
```
|
31 |
Zero-Clause BSD
|