paper-with-me

Papers

Encoder vs Decoder: Comparative Analysis of Encoder and Decoder Language Models on Multilingual NLU Tasks

2024-06-19 · Dan Saattrup Nielsen, Kenneth Enevoldsen, Peter Schneider-Kamp

This paper explores the performance of encoder and decoder language models on multilingual Natural Language Understanding (NLU) tasks, with a broad focus on Germanic languages. Building upon the ScandEval benchmark, initially restricted to evaluating encoder models, we extend the evaluation framework to include decoder models. We introduce a method for evaluating decoder models on NLU tasks and apply it to the languages Danish, Swedish, Norwegian, Icelandic, Faroese, German, Dutch, and English. Through a series of experiments and analyses, we also address research questions regarding the comparative performance of encoder and decoder models, the impact of NLU task types, and the variation across language resources. Our findings reveal that encoder models can achieve significantly better NLU performance than decoder models despite having orders of magnitude fewer parameters. Additionally, we investigate the correlation between decoders and task performance via a UMAP analysis, shedding light on the unique capabilities of decoder and encoder models. This study contributes to a deeper understanding of language model paradigms in NLU tasks and provides valuable insights for model selection and evaluation in multilingual settings.

📄 PDF Abstract BibTeX arXiv:2406.13469

Code (3)

MS-P3/code7/tree/main/vision_text_dual_encoder mindspore
ScandEval/ScandEval
saattrupdan/scandeval

Tasks

DecoderLanguage ModelingLanguage ModellingModel SelectionNatural Language Understanding

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Encoder-Decoder or Decoder-Only? Revisiting Encoder-Decoder Large Language Model

2025-10-30 · Biao Zhang, Yong Cheng, Siamak Shakeri, Xinyi Wang 외 arxiv

Recent large language model (LLM) research has undergone an architectural shift from encoder-decoder modeling to nowadays the dominant decoder-only modeling. This rapid transition, however, comes without a rigorous compa…

Decoder-Only or Encoder-Decoder? Interpreting Language Model as a Regularized Encoder-Decoder

2023-04-08 · Zihao Fu, Wai Lam, Qian Yu, Anthony Man-Cho So 외

The sequence-to-sequence (seq2seq) task aims at generating the target sequence based on the given input source sequence. Traditionally, most of the seq2seq task is resolved by the Encoder-Decoder framework which requires…

Data-to-Text GenerationDecoderLanguage ModelingLanguage Modelling+2

Global Attention-based Encoder-Decoder LSTM Model for Temperature Prediction of Permanent Magnet Synchronous Motors

2022-07-30 · Jun Li, Thangarajah Akilan

Temperature monitoring is critical for electrical motors to determine if device protection measures should be executed. However, the complexity of the internal structure of Permanent Magnet Synchronous Motors (PMSM) make…

Decoder

Generative vs. Encoder Large Language Models for ASR Evaluation: A Comparative Study

2026-08-26 · Thibault Bañeras-Roux, Shashi Kumar, Driss Khalil, Sergio Burdisso 외 arxiv

Automatic Speech Recognition (ASR) is typically evaluated using Word Error Rate (WER), which poorly reflects semantic similarity. While embedding-based metrics correlate better with human judgments, the respective roles …

Semantic SimilaritySpeech Recognition

Improvements to Self-Supervised Representation Learning for Masked Image Modeling

2022-05-21 · Jiawei Mao, Xuesong Yin, Yuanqi Chang, Honggu Zhou

This paper explores improvements to the masked image modeling (MIM) paradigm. The MIM paradigm enables the model to learn the main object features of the image by masking the input image and predicting the masked part by…

DecoderRepresentation Learning