CLAILGMMSDJul 2, 2023

Conformer LLMs -- Convolution Augmented Large Language Models

arXiv:2307.00461v11 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work introduces a novel architecture for large-scale language modeling, adapting speech recognition techniques to enhance language processing.

The authors tackled the problem of improving large language models by integrating convolutional layers with Transformers in a causal setup, achieving significant performance gains.

This work builds together two popular blocks of neural architecture, namely convolutional layers and Transformers, for large language models (LLMs). Non-causal conformers are used ubiquitously in automatic speech recognition. This work aims to adapt these architectures in a causal setup for training LLMs. Transformers decoders effectively capture long-range dependencies over several modalities and form a core backbone of modern advancements in machine learning. Convolutional architectures have been popular in extracting features in domains such as raw 1-D signals, speech, and images, to name a few. In this paper, by combining local and global dependencies over latent representations using causal convolutional filters and Transformer, we achieve significant gains in performance. This work showcases a robust speech architecture that can be integrated and adapted in a causal setup beyond speech applications for large-scale language modeling.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes