paper-with-me

Papers

Learning Architectures from an Extended Search Space for Language Modeling

2020-05-06 · ACL 2020 6 · Yinqiao Li, Chi Hu, Yuhao Zhang, Nuo Xu, Yufan Jiang, Tong Xiao, Jingbo Zhu, Tongran Liu, Changliang Li

Neural architecture search (NAS) has advanced significantly in recent years but most NAS systems restrict search to learning architectures of a recurrent or convolutional cell. In this paper, we extend the search space of NAS. In particular, we present a general approach to learn both intra-cell and inter-cell architectures (call it ESS). For a better search result, we design a joint learning method to perform intra-cell and inter-cell NAS simultaneously. We implement our model in a differentiable architecture search system. For recurrent neural language modeling, it outperforms a strong baseline significantly on the PTB and WikiText data, with a new state-of-the-art on PTB. Moreover, the learned architectures show good transferability to other systems. E.g., they improve state-of-the-art systems on the CoNLL and WNUT named entity recognition (NER) tasks and CoNLL chunking task, indicating a promising line of research on large-scale pre-learned architectures.

📄 PDF Abstract BibTeX arXiv:2005.02593

Code (0)

등록된 구현이 없습니다.

Tasks

ChunkingLanguage ModelingLanguage Modellingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNeural Architecture Search

Similar Papers 제목 키워드 기반

FENAS: Flexible and Expressive Neural Architecture Search

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Ramakanth Pasunuru, Mohit Bansal

Architecture search is the automatic process of designing the model or cell structure that is optimal for the given dataset or task. Recently, this approach has shown good improvements in terms of performance (tested on …

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+3

Enhanced Structured State Space Models via Grouped FIR Filtering and Attention Sink Mechanisms

2024-08-01 · Tian Meng, Yang Tao, Wuliang Yin

Structured State Space Models (SSMs) have emerged as compelling alternatives to Transformer architectures, offering linear-time complexity and superior performance in various sequence modeling tasks. Despite their advant…

MambaState Space Models

Speech-Mamba: Long-Context Speech Recognition with Selective State Spaces Models

2024-09-27 · Xiaoxue Gao, Nancy F. Chen

Current automatic speech recognition systems struggle with modeling long speech sequences due to high quadratic complexity of Transformer-based models. Selective state space models such as Mamba has performed well on lon…

Automatic Speech RecognitionMambaspeech-recognitionSpeech Recognition+1

Understanding Architectures Learnt by Cell-based Neural Architecture Search

2019-09-20 · ICLR 2020 1 · Yao Shu, Wei Wang, Shaofeng Cai

Neural architecture search (NAS) searches architectures automatically for given tasks, e.g., image classification and language modeling. Improving the search efficiency and effectiveness have attracted increasing attenti…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+1

Training-free Neural Architecture Search for RNNs and Transformers

2023-06-01 · Aaron Serianni, Jugal Kalita

Neural architecture search (NAS) has allowed for the automatic creation of new and effective neural network architectures, offering an alternative to the laborious process of manually designing complex architectures. How…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+1