euclaise/LittleTown
收藏Hugging Face2023-10-23 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/euclaise/LittleTown
下载链接
链接失效反馈官方服务:
资源简介:
---
license: other
size_categories:
- 10K<n<100K
dataset_info:
features:
- name: question
dtype: string
- name: answer
dtype: string
splits:
- name: train
num_bytes: 75640201
num_examples: 100000
download_size: 16577014
dataset_size: 75640201
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# 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.
90% of the examples contain backtracking.
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.
```
提供机构:
euclaise
原始信息汇总
数据集卡片 "LittleTown"
数据集概述
- 目的:该数据集旨在教授语言模型进行回溯推理。
- 数据类型:合成数据,通过Python随机生成。
- 回溯示例比例:90%的示例包含回溯。
数据集信息
- 特征:
question:字符串类型answer:字符串类型
- 分割:
train:包含100,000个样本,75,640,201字节
- 大小:
- 下载大小:16,577,014字节
- 数据集大小:75,640,201字节
配置
- 默认配置:
- 数据文件路径:
data/train-*
- 数据文件路径:
许可证
- Zero-Clause BSD:允许免费使用、复制、修改和分发软件,软件按“原样”提供,不提供任何形式的担保。



