pg19
收藏资源简介:
PG-19主要用于语言建模基准测试,它包含从Project Gutenberg图书库中提取的1919年之前出版的一系列书籍,以及书籍标题和出版日期等元数据。数据集规模超过Billion Word基准的两倍,文档平均长度是WikiText长程语言建模基准的20倍。书籍被划分为训练集、验证集和测试集,元数据存储在包含book_id、short_book_title和publication_date的metadata.csv文件中。PG-19不限制词汇量大小,而是以开放词汇基准的形式发布数据,仅对文本进行了少量处理,例如删除样板许可文本,并将Ofcom指定的冒犯性歧视词映射到占位符。该数据集支持长程语言模型的基准测试,也可用于预训练其他需要长程推理的自然语言处理任务。PG-19采用Apache 2.0许可。
PG-19 is primarily designed as a benchmark for language modeling. It consists of a corpus of books published before 1919, extracted from the Project Gutenberg library, alongside metadata such as book titles and publication dates. The total size of this dataset is more than twice that of the Billion Word benchmark, and the average length of its documents is 20 times that of the WikiText long-range language modeling benchmark. The books are partitioned into training, validation, and test sets. The metadata is stored in the metadata.csv file, which contains fields including book_id, short_book_title, and publication_date. PG-19 does not enforce a fixed vocabulary size; instead, it is released as an open-vocabulary benchmark, with only minimal text preprocessing applied—such as removing boilerplate license text and mapping offensive discriminatory terms specified by Ofcom to placeholder tokens. This dataset supports benchmarking long-range language models, and can also be utilized for pre-training other natural language processing tasks that require long-range reasoning capabilities. PG-19 is licensed under the Apache 2.0 License.




