paper-with-me

Papers

Rethinking embedding coupling in pre-trained language models

2020-10-24 · ICLR 2021 1 · Hyung Won Chung, Thibault Févry, Henry Tsai, Melvin Johnson, Sebastian Ruder

We re-evaluate the standard practice of sharing weights between input and output embeddings in state-of-the-art pre-trained language models. We show that decoupled embeddings provide increased modeling flexibility, allowing us to significantly improve the efficiency of parameter allocation in the input embedding of multilingual models. By reallocating the input embedding parameters in the Transformer layers, we achieve dramatically better performance on standard natural language understanding tasks with the same number of parameters during fine-tuning. We also show that allocating additional capacity to the output embedding provides benefits to the model that persist through the fine-tuning stage even though the output embedding is discarded after pre-training. Our analysis shows that larger output embeddings prevent the model's last layers from overspecializing to the pre-training task and encourage Transformer representations to be more general and more transferable to other tasks and languages. Harnessing these findings, we are able to train models that achieve strong performance on the XTREME benchmark without increasing the number of parameters at the fine-tuning stage.

📄 PDF Abstract BibTeX arXiv:2010.12821

Code (4)

Beacontownfc/rembert_paddle paddle
PaddlePaddle/PaddleNLP/tree/develop/examples/language_model/rembert paddle
yangyucheng000/University/tree/main/model-1/rembert mindspore
yangyucheng000/University/tree/main/model-3/rembert mindspore

Tasks

Cross-Lingual Natural Language InferenceCross-Lingual NERCross-Lingual Paraphrase IdentificationCross-Lingual Question AnsweringNamed Entity Recognition (NER)Natural Language Understanding

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Beyond Mask: Rethinking Guidance Types in Few-shot Segmentation

2024-07-16 · Shijie Chang, Youwei Pang, Xiaoqi Zhao, Lihe Zhang 외

Existing few-shot segmentation (FSS) methods mainly focus on prototype feature generation and the query-support matching mechanism. As a crucial prompt for generating prototype features, the pair of image-mask types in t…

Parallel Tokenizers: Rethinking Vocabulary Design for Cross-Lingual Transfer

2025-10-07 · Muhammad Dehan Al Kautsar, Fajri Koto arxiv

Tokenization defines the foundation of multilingual language models by determining how words are represented and shared across languages. However, existing methods often fail to support effective cross-lingual transfer b…

Representation LearningEmotion ClassificationCross-Lingual TransferHate Speech Detection

Rethinking Low-Light Image Enhancement: A Log-Domain Intensity--Chromaticity Decoupling Perspective

2026-05-04 · Guangrui Bai, Yifan Mei, Yahui Deng, Yuhan Chen 외 arxiv

Explicit reconstruction constraints derived from the decoupled representation are further imposed to suppress abnormal channel amplification and chromatic noise. Experiments on LOLv2-Real, MIT-Adobe FiveK, and LSRW show …

Low-Light Image EnhancementFace Detection

Shadow Queries for Private Retrieval in Vector Databases

2026-09-04 · Xinguo Feng, Zhongkui Ma, Zihan Wang, Chuan Yan 외 arxiv

Large language models (LLMs) increasingly rely on information retrieval (IR) systems, such as Retrieval-Augmented Generation (RAG), to incorporate domain-specific knowledge without costly re-training. These systems often…

Information Retrieval

SCLIP: Rethinking Self-Attention for Dense Vision-Language Inference

2023-12-04 · Feng Wang, Jieru Mei, Alan Yuille

Recent advances in contrastive language-image pretraining (CLIP) have demonstrated strong capabilities in zero-shot classification by aligning visual representations with target text embeddings in an image level. However…

SegmentationSemantic Segmentationzero-shot-classificationZero-Shot Learning+1