Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

TextBox: A Unified, Modularized, and Extensible Framework for Text Generation

About

In this paper, we release an open-source library, called TextBox, to provide a unified, modularized, and extensible text generation framework. TextBox aims to support a broad set of text generation tasks and models. In our library, we implement 21 text generation models on 9 benchmark datasets, covering the categories of VAE, GAN, and pretrained language models. Meanwhile, our library maintains sufficient modularity and extensibility by properly decomposing the model architecture, inference, and learning process into highly reusable modules, which allows users to easily incorporate new models into our framework. The above features make TextBox specially suitable for researchers and practitioners to quickly reproduce baseline models and develop new models. TextBox is implemented based on PyTorch, and released under Apache License 2.0 at https://github.com/RUCAIBox/TextBox.

Junyi Li, Tianyi Tang, Gaole He, Jinhao Jiang, Xiaoxuan Hu, Puzhao Xie, Zhipeng Chen, Zhuohao Yu, Wayne Xin Zhao, Ji-Rong Wen• 2021

Related benchmarks

TaskDatasetResultRank
Text SummarizationGigaword (test)--
75
Unconditional GenerationCOCO--
5
Dialogue SystemsPersonal Chat--
3
Attribute-to-Text GenerationAMAZON--
2
Showing 4 of 4 rows

Other info

Code

Follow for update