paper-with-me

Papers

Souper-Model: How Simple Arithmetic Unlocks State-of-the-Art LLM Performance

2025-11-17 · Shalini Maiti, Amar Budhiraja, Bhavul Gauri, Gaurav Chaurasia, Anton Protopopov, Alexis Audran-Reiss, Michael Slater, Despoina Magka, Tatiana Shavrina, Roberta Raileanu, Yoram Bachrach arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities across diverse domains, but their training remains resource- and time-intensive, requiring massive compute power and careful orchestration of training procedures. Model souping-the practice of averaging weights from multiple models of the same architecture-has emerged as a promising pre- and post-training technique that can enhance performance without expensive retraining. In this paper, we introduce Soup Of Category Experts (SoCE), a principled approach for model souping that utilizes benchmark composition to identify optimal model candidates and applies non-uniform weighted averaging to maximize performance. Contrary to previous uniform-averaging approaches, our method leverages the observation that benchmark categories often exhibit low inter-correlations in model performance. SoCE identifies "expert" models for each weakly-correlated category cluster and combines them using optimized weighted averaging rather than uniform weights. We demonstrate that the proposed method improves performance and robustness across multiple domains, including multilingual capabilities, tool calling, and math and achieves state-of-the-art results on the Berkeley Function Calling Leaderboard.

📄 PDF Abstract BibTeX arXiv:2511.13254

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Soupervision: Cooking Model Soups without Labels

2026-02-02 · Anthony Fuller, James R. Green, Evan Shelhamer arxiv

Model soups are strange and strangely effective combinations of parameters. They take a model (the stock), fine-tune it into multiple models (the ingredients), and then mix their parameters back into one model (the soup)…

Self-Supervised Learning

A Fast Convoluted Story: Scaling Probabilistic Inference for Integer Arithmetic

2024-10-16 · Lennert De Smet, Pedro Zuidberg Dos Martires

As illustrated by the success of integer linear programming, linear integer arithmetic is a powerful tool for modelling combinatorial problems. Furthermore, the probabilistic extension of linear programming has been used…

To Infinity and Beyond: Tool-Use Unlocks Length Generalization in State Space Models

2025-10-16 · Eran Malach, Omid Saremi, Sinead Williamson, Arwen Bradley 외 arxiv

State Space Models (SSMs) have become the leading alternative to Transformers for sequence modeling. Their primary advantage is efficiency in long-context and long-form generation, enabled by fixed-size memory and linear…

Probing for Arithmetic Errors in Language Models

2025-07-16 · Yucheng Sun, Alessandro Stolfo, Mrinmaya Sachan arxiv

We investigate whether internal activations in language models can be used to detect arithmetic errors. Starting with a controlled setting of 3-digit addition, we show that simple probes can accurately decode both the mo…

NeuReduce: Reducing Mixed Boolean-Arithmetic Expressions by Recurrent Neural Network

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Weijie Feng, Binbin Liu, Dongpeng Xu, Qilong Zheng 외

Mixed Boolean-Arithmetic (MBA) expressions involve both arithmetic calculation (e.g.,plus, minus, multiply) and bitwise computation (e.g., and, or, negate, xor). MBA expressions have been widely applied in software obfus…

Form