paper-with-me

Papers

aw_nas: A Modularized and Extensible NAS framework

2020-11-25 · Xuefei Ning, Changcheng Tang, Wenshuo Li, Songyi Yang, Tianchen Zhao, Niansong Zhang, Tianyi Lu, Shuang Liang, Huazhong Yang, Yu Wang

Neural Architecture Search (NAS) has received extensive attention due to its capability to discover neural network architectures in an automated manner. aw_nas is an open-source Python framework implementing various NAS algorithms in a modularized manner. Currently, aw_nas can be used to reproduce the results of mainstream NAS algorithms of various types. Also, due to the modularized design, one can simply experiment with different NAS algorithms for various applications with awnas (e.g., classification, detection, text modeling, fault tolerance, adversarial robustness, hardware efficiency, and etc.). Codes and documentation are available at https://github.com/walkerning/aw_nas.

📄 PDF Abstract BibTeX arXiv:2012.10388

Code (1)

walkerning/aw_nas 공식 구현 pytorch

Tasks

Adversarial RobustnessNeural Architecture Search

Similar Papers 제목 키워드 기반

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

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

2021-01-06 · ACL 2021 5 · Junyi Li, Tianyi Tang, Gaole He, Jinhao Jiang 외

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 o…

Text Generation

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

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

A Data-Centric Framework for Composable NLP Workflows

2021-03-02 · EMNLP 2020 11 · Zhengzhong Liu, Guanxiong Ding, Avinash Bukkittu, Mansi Gupta 외

Empirical natural language processing (NLP) systems in application domains (e.g., healthcare, finance, education) involve interoperation among multiple components, ranging from data ingestion, human annotation, to text r…

RetrievalText Retrieval