Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 1,270 Bytes
ba1dc99
4fa9919
ba1dc99
 
 
 
 
 
 
 
4fa9919
ba1dc99
4fa9919
 
ba1dc99
 
 
 
 
8c13f49
 
ba1dc99
 
 
8c13f49
844f463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
39
40
41
42
---
license: other
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 74253628
    num_examples: 100000
  download_size: 16318088
  dataset_size: 74253628
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
size_categories:
- 10K<n<100K
---
# Dataset Card for "LittleTown"

[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.

License:
```
Zero-Clause BSD
=============

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
```