Papers for

ai service providers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Thermodynamical AI method improves evolving code and descriptions

T-GADE: Thermodynamical Generative-AI-Driven Evolution of LLM Artifacts

Abstract: Integrating evolutionary computation and large language models (LLMs) requires control of population diversity as well as generative capability. Among LLM outputs, those with explicit structure, such as a description paired with code, are structured artifacts; we use artifact for short. We propose T-GADE, which evolves these artifacts by extending thermodynamical genetic algorithms through LLM-based genetic operators and artifact-level diversity evaluation. A common free-energy objective supports generational and steady-state updates, with Fermi-type occupancy excluding repeated genotypes and Bose-type occupancy permitting them. We establish exact one-member removal and conditions for recovering the zero-temperature survival rule of Evolution of Heuristics (EoH). On the online bin-packing task studied in the EoH paper, excess measures relative bin-count overhead above a volume lower bound. Training excess uses search instances; transfer excess uses instances with another bin capacity. Generational Bose-type T-GADE at $T=0.003$ reduced median training excess by approximately 29%, from 1.152% to 0.815%, over 20 runs per configuration (two-sided Mann-Whitney $p=0.042$, Cliff's $δ=0.378$). Validation selection among its two highest-ranked final candidates reached the same median transfer excess as EoH, 0.496%. These results demonstrate the utility of thermodynamical selection and validation-based use of retained artifacts.

Thu 10 SeptArtificial IntelligenceNeural and Evolutionary Computing
The gist
Combining evolutionary computing with large language models (LLMs) can create better sets of structured outputs like paired descriptions and code. The authors propose a method called T-GADE that uses a physics-inspired selection process to evolve these paired artifacts while keeping diversity in the population. They tested this approach on a bin-packing problem and showed it reduces waste compared to previous methods. Their results confirm that this thermodynamics-based selection helps find better solutions and reuse good results.
Open 2609.12286v1

Locus cuts language model output length without hurting preference quality

LOCUS: Task-Aware Low-Rank Post-Training for Token-Efficient Language Generation

Abstract: Large language model serving costs scale directly with output sequence length, yet standard preference alignment often inflates response verbosity without improving utility. We study whether the parameterization of post-training updates affects generation length: low-rank subspaces alter sequence length without modifying the alignment loss. We present LOCUS, a method that selects a task-aware low-rank adaptation subspace to minimize output-token cost subject to a utility constraint. Within this subspace, post-training retains the native preference objective with a frozen backbone. Across Anthropic HH-RLHF dialogue preferences, we evaluate two $\sim$3B decoder backbones, Pythia-2.8B and Qwen2.5-3B, against protocol-matched full-parameter DPO and DrDPO branches and the released SamPO checkpoint. LOCUS reduces continuation length by up to 39.84\% on Pythia-2.8B and by 14.87--17.58\% on Qwen2.5-3B while updating only 0.24--0.28\% of model parameters, with no material change in the internal preference diagnostic.

Thu 10 SeptComputation and LanguageArtificial IntelligenceMachine Learning
The gist
Large language models often produce longer answers than needed, which increases costs and time to get results. The authors show that by carefully adjusting just a small part of the model using a special low-rank method, they can make the model give shorter replies while keeping the answers just as good. This technique works by changing how the model generates words without changing its original goals. Their method, called LOCUS, was tested on two medium-sized language models and successfully reduced the length of responses by up to 40% without lowering quality.
Open 2609.11739v1

Stable training improves on-policy distillation in language models

TV-Regulated OPD: Direction Matters in On-Policy Distillation

Abstract: On-Policy Distillation (OPD) facilitates the transfer of knowledge from domain expert to student in the post-training phase of Large Language Models (LLMs). However, the supervision signals in mainstream OPD methods suffer from high variance and noise which is generally instable during training. In this work, we systematically investigated what really matters to the performance and the fundamental mechanisms behind the instability during training. We found that retaining only the sign of token-level advantages is sufficient to achieve the performance comparable to standard OPD. Meanwhile, smoother and bounded advantages can stabilize the training process without sacrificing its performance. These motivated us to shape the advantages using the Total Variation (TV) and propose a robust TV regulated On-Policy Distillation (TV-OPD) method. Benefiting from the bounded and diminished advantages, TV-OPD exhibits stable training dynamics and steady late-stage performance. We conducted comprehensive experiments and found that, across various settings, TV-OPD consistently achieved better performance and lower variance in the late-stage of training.

Tue 8 SeptMachine Learning
The gist
Training large language models can be unstable because of noisy feedback during learning. The authors found that just knowing whether parts are better or worse, not how much better, helps keep performance strong. They created a new method that smooths this feedback, making training steadier and results more reliable. This approach improves how expert knowledge is passed to smaller models after initial training.
Open 2609.08341v1

Inference-time alignment improves model preferences without retraining

Inference-Time Nash Alignment

Abstract: Preference-based fine-tuning methods such as RLHF and DPO require substantial compute and large preference datasets. They also need direct access to the model parameters which are not provided by many state-of-the art models. Inference-time alignment offers a cost-effective alternative without updating model parameters. However, existing inference-time methods rely on a scalar reward model derived under a Bradley-Terry assumption, which cannot represent general preferences. Following recent work on fine-tuning with generalized preferences, in this work, we initiate the study of inference-time alignment under general preferences. We formulate the problem as obtaining a Nash equilibrium of a two-player zero-sum game between policies. We propose two algorithms: Best-of-Nash (BoN) and Nash Mirror Descent (NMD). We prove that both algorithms achieve a duality gap that matches the problem lower bound. Empirically, we implement the two methods on three datasets, which shows that our methods substantially outperform the base policy, converging to the performance of the fine-tuned models. Moreover, our results show that NMD remains robust across the regularization parameter.

Tue 8 SeptArtificial Intelligence
The gist
Fine-tuning AI models to follow user preferences usually needs lots of data, computing power, and access to the model itself. The authors studied how to improve models' responses at inference time—when they give answers—without changing their internal settings. They treated the problem like a game between two strategies and created new ways to find a balance that better matches complex preferences. Their methods worked well in tests and got close to the quality of fully fine-tuned models, even keeping stable performance with different settings.
Open 2609.08082v1