paper-with-me

Papers

SimSMoE: Solving Representational Collapse via Similarity Measure

2024-06-22 · Giang Do, Hung Le, Truyen Tran

Sparse mixture of experts (SMoE) have emerged as an effective approach for scaling large language models while keeping a constant computational cost. Regardless of several notable successes of SMoE, effective training such architecture remains elusive due to the representation collapse problem, which in turn harms model performance and causes parameter redundancy. In this work, we present Similarity-based Sparse Mixture of Experts (SimSMoE), a novel similarity of neural network algorithm, that guarantees a solution to address the representation collapse issue between experts given a fixed FLOPs budget. We conduct extensive empirical evaluations on three large language models for both Pre-training and Fine-tuning tasks to illustrate the efficacy, robustness, and scalability of our method. The results demonstrate that SimSMoE significantly enhances existing routing policy and outperforms other SMoE training methods in performance for the tasks.

📄 PDF Abstract BibTeX arXiv:2406.15883

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Experts

Similar Papers 제목 키워드 기반

Representational Collapse in Multi-Agent LLM Committees: Measurement and Diversity-Aware Consensus

2026-04-04 · Dipkumar Patel arxiv

Multi-agent LLM committees replicate the same model under different role prompts and aggregate outputs by majority vote, implicitly assuming that agents contribute complementary evidence. We embed each agent's chain-of-t…

ReSi: A Comprehensive Benchmark for Representational Similarity Measures

2024-08-01 · Max Klabunde, Tassilo Wald, Tobias Schumacher, Klaus Maier-Hein 외

Measuring the similarity of different representations of neural architectures is a fundamental task and an open research challenge for the machine learning community. This paper presents the first comprehensive benchmark…

All Bark and No Bite: Rogue Dimensions in Transformer Language Models Obscure Representational Quality

2021-09-09 · EMNLP 2021 11 · William Timkey, Marten Van Schijndel

Similarity measures are a vital tool for understanding how language models represent and process language. Standard representational similarity measures such as cosine similarity and Euclidean distance have been successf…

All

Dimensional Coactivation for Representational Consistency in Frozen Vision Foundation Models

2026-05-07 · Izaldein Al-Zyoud Abdulmotaleb El Saddik arxiv

Frozen vision foundation models do not merely extract features; they organize images through a learned coordinate system. We ask whether that coordinate system remains internally coherent within a single input. This lead…

DeepFake Detection

Towards Measuring Representational Similarity of Large Language Models

2023-12-05 · Max Klabunde, Mehdi Ben Amor, Michael Granitzer, Florian Lemmerich

Understanding the similarity of the numerous released large language models (LLMs) has many uses, e.g., simplifying model selection, detecting illegal model reuse, and advancing our understanding of what makes LLMs perfo…

Model Selection