paper-with-me

Papers

Texar: A Modularized, Versatile, and Extensible Toolkit for Text Generation

2018-09-04 · ACL 2019 7 · Zhiting Hu, Haoran Shi, Bowen Tan, Wentao Wang, Zichao Yang, Tiancheng Zhao, Junxian He, Lianhui Qin, Di Wang, Xuezhe Ma, Zhengzhong Liu, Xiaodan Liang, Wangrong Zhu, Devendra Singh Sachan, Eric P. Xing

We introduce Texar, an open-source toolkit aiming to support the broad set of text generation tasks that transform any inputs into natural language, such as machine translation, summarization, dialog, content manipulation, and so forth. With the design goals of modularity, versatility, and extensibility in mind, Texar extracts common patterns underlying the diverse tasks and methodologies, creates a library of highly reusable modules, and allows arbitrary model architectures and algorithmic paradigms. In Texar, model architecture, inference, and learning processes are properly decomposed. Modules at a high concept level can be freely assembled and plugged in/swapped out. The toolkit also supports a rich set of large-scale pretrained models. Texar is thus particularly suitable for researchers and practitioners to do fast prototyping and experimentation. The versatile toolkit also fosters technique sharing across different text generation tasks. Texar supports both TensorFlow and PyTorch, and is released under Apache License 2.0 at https://www.texar.io.

📄 PDF Abstract BibTeX arXiv:1809.00794

Code (4)

asyml/texar 공식 구현 tf
asyml/texar-pytorch pytorch
eff-kay/temp-texar-repo tf
tanyuqian/texar-pytorch pytorch

Tasks

Machine TranslationText GenerationTranslation

Similar Papers 제목 키워드 기반

Texar: A Modularized, Versatile, and Extensible Toolbox for Text Generation

2018-07-01 · WS 2018 7 · Zhiting Hu, Zichao Yang, Tiancheng Zhao, Haoran Shi 외

We introduce Texar, an open-source toolkit aiming to support the broad set of text generation tasks. Different from many existing toolkits that are specialized for specific applications (e.g., neural machine translation)…

Image CaptioningMachine TranslationText GenerationText Summarization+1

OpenSLU: A Unified, Modularized, and Extensible Toolkit for Spoken Language Understanding

2023-05-17 · Libo Qin, Qiguang Chen, Xiao Xu, Yunlong Feng 외

Spoken Language Understanding (SLU) is one of the core components of a task-oriented dialogue system, which aims to extract the semantic meaning of user queries (e.g., intents and slots). In this work, we introduce OpenS…

Spoken Language Understanding

LeafNATS: An Open-Source Toolkit and Live Demo System for Neural Abstractive Text Summarization

2019-05-28 · NAACL 2019 6 · Tian Shi, Ping Wang, Chandan K. Reddy

Neural abstractive text summarization (NATS) has received a lot of attention in the past few years from both industry and academia. In this paper, we introduce an open-source toolkit, namely LeafNATS, for training and ev…

Abstractive Text SummarizationArticlesText Summarization

CogIE: An Information Extraction Toolkit for Bridging Texts and CogNet

2021-08-01 · ACL 2021 5 · Zhuoran Jin, Yubo Chen, Dianbo Sui, Chenhao Wang 외

CogNet is a knowledge base that integrates three types of knowledge: linguistic knowledge, world knowledge and commonsense knowledge. In this paper, we propose an information extraction toolkit, called CogIE, which is a …

Entity LinkingEntity TypingEvent Extractionnamed-entity-recognition+5

CodemixedNLP: An Extensible and Open NLP Toolkit for Code-Mixing

2021-06-10 · NAACL (CALCS) 2021 6 · Sai Muralidhar Jayanthi, Kavya Nerella, Khyathi Raghavi Chandu, Alan W Black

The NLP community has witnessed steep progress in a variety of tasks across the realms of monolingual and multilingual language processing recently. These successes, in conjunction with the proliferating mixed language i…