File size: 1,791 Bytes
4225bff d429f17 ab93435 4225bff 9160582 b8ef371 07f597b d3d289c 1c666b5 2c2c840 1c666b5 64c7525 1c666b5 856ec43 4225bff 1c666b5 0cb39a0 4225bff 3d9d630 6a78447 d429f17 150ce0e d429f17 150ce0e 1c666b5 d429f17 aaf0509 1c666b5 5e64425 64c7525 d429f17 aaf0509 d429f17 6aa8cc4 d429f17 |
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 43 44 45 46 47 48 49 50 51 |
---
task_categories:
- text-generation
language:
- zh
- en
license: cc-by-sa-4.0
---
* 2024.5.28 update: the data format is converted from "chatml" to "messages", which is more convenient to use ```tokenizer.apply_chat_template```.
And the version without "Original text paraphrasing" is added.
# Long Context Instruction-tuning dataset with "Original text paraphrasing"
* consist of multiple tasks
* Chinese and English
* sample length ranging from 4k to 32k
* the answer contains "Original text paraphrasing" part
* [Paper](https://arxiv.org/abs/2312.11193)
# 长文本指令微调数据
* 此数据集由多种长文本任务数据集组合而成。
* 包含中文和英文两部分
* [Paper](https://arxiv.org/abs/2312.11193)
![](The_Proportion_of_Different_Tasks.png)
## 源数据
此处给出各个数据集的链接集合。也可以直接点击我的个人主页查看所有数据集。
### 中文
1. [图书总结](https://huggingface.co/datasets/yuyijiong/Book_Summary_Chinese)
2. [论文摘要 ](https://huggingface.co/datasets/yuyijiong/Chinese_Paper_Abstract)
涉及到知网数据,受限访问。
3. [论文问答](https://huggingface.co/datasets/yuyijiong/Chinese_Paper_QA)
涉及到知网数据,受限访问。
4. [多文档问答(检索)](https://huggingface.co/datasets/yuyijiong/Multi-Doc-QA-Chinese)
### 英文
1. [多文档问答(检索)](https://huggingface.co/datasets/yuyijiong/Multi-Doc-QA-CommonCrawl)
### 中英
1. [长论文多任务](https://huggingface.co/datasets/yuyijiong/LongPaper_multitask)
2. [从ShareGPT中筛选的长对话(中英)](https://huggingface.co/datasets/yuyijiong/Sharegpt-long-conversation)
3. 预训练长文本语料库(中英)[LongData-Corpus](https://huggingface.co/datasets/yuyijiong/LongData-Corpus) |