paper-with-me

Papers

Compressing Transformer-Based Sequence to Sequence Models With Pre-trained Autoencoders for Text Summarization

2021-09-29 · Ala Alam Falaki, Robin Gras

We proposed a technique to reduce the decoder’s number of parameters in a sequence to sequence (seq2seq) architecture for automatic text summarization. This approach uses a pre-trained AutoEncoder (AE) trained on top of a pre-trained encoder to reduce the encoder’s output dimension and allow to significantly reduce the size of the decoder. The ROUGE score is used to measure the effectiveness of this method by comparing four different latent space dimensionality reductions: 96%, 66%, 50%, 44%. A few well-known frozen pre-trained encoders (BART, BERT, and DistilBERT) have been tested, paired with the respective frozen pre-trained AEs to test the reduced dimension latent space’s ability to train a 3-layer transformer decoder. We also repeated the same experiments on a small transformer model that has been trained for text summarization. This study shows an increase of the R-1 score by 5% while reducing the model size by 44% using the DistilBERT encoder, and competitive scores for all the other models associated to important size reduction.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderText Summarization

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Modular Transformers: Compressing Transformers into Modularized Layers for Flexible Efficient Inference

2023-06-04 · Wangchunshu Zhou, Ronan Le Bras, Yejin Choi

Pre-trained Transformer models like T5 and BART have advanced the state of the art on a wide range of text generation tasks. Compressing these models into smaller ones has become critically important for practical use. C…

DecoderKnowledge DistillationModel CompressionNeural Network Compression+2

Finetuning Pretrained Transformers into Variational Autoencoders

2021-08-05 · EMNLP (insights) 2021 11 · Seongmin Park, Jihwa Lee

Text variational autoencoders (VAEs) are notorious for posterior collapse, a phenomenon where the model's decoder learns to ignore signals from the encoder. Because posterior collapse is known to be exacerbated by expres…

DecoderLanguage ModelingLanguage Modelling

Evaluation of Coding Schemes for Transformer-based Gene Sequence Modeling

2025-07-20 · Chenlei Gong, Yuanhe Tian, Lei Mao, Yan Song arxiv

Currently, many studies view DNA sequences as a special type of language and utilize Transformers to model them. These studies use fixed-length k-mer segmentation and BPE subword tokenization but lack a systematic evalua…

Recurrent Transformer Variational Autoencoders for Multi-Action Motion Synthesis

2022-06-14 · Rania Briq, Chuhang Zou, Leonid Pishchulin, Chris Broaddus 외

We consider the problem of synthesizing multi-action human motion sequences of arbitrary lengths. Existing approaches have mastered motion sequence generation in single action scenarios, but fail to generalize to multi-a…

Motion Synthesis

Once-for-All Sequence Compression for Self-Supervised Speech Models

2022-11-04 · Hsuan-Jui Chen, Yen Meng, Hung-Yi Lee

The sequence length along the time axis is often the dominant factor of the computation in speech processing. Works have been proposed to reduce the sequence length for lowering the computational cost in self-supervised …

All