paper-with-me

Papers

Meta-Learning at Scale for Large Language Models via Low-Rank Amortized Bayesian Meta-Learning

2025-08-19 · Liyi Zhang, Jake Snell, Thomas L. Griffiths arxiv

Fine-tuning large language models (LLMs) with low-rank adaptation (LoRA) is a cost-effective way to incorporate information from a specific dataset. However, when a problem requires incorporating information from multiple datasets - as in few shot learning - generalization across datasets can be limited, driving up training costs. As a consequence, other approaches such as in-context learning are typically used in this setting. To address this challenge, we introduce an efficient method for adapting the weights of LLMs to multiple distributions, Amortized Bayesian Meta-Learning for LoRA (ABMLL). This method builds on amortized Bayesian meta-learning for smaller models, adapting this approach to LLMs by reframing where local and global variables are defined in LoRA and using a new hyperparameter to balance reconstruction accuracy and the fidelity of task-specific parameters to the global ones. ABMLL supports effective generalization across datasets and scales to large models such as Llama3-8B and Qwen2-7B, outperforming existing methods on the CrossFit and Unified-QA datasets in terms of both accuracy and expected calibration error. We show that meta-learning can also be combined with in-context learning, resulting in further improvements in both these datasets and legal and chemistry applications.

📄 PDF Abstract BibTeX arXiv:2508.14285

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Symmetry-Aware Fully-Amortized Optimization with Scale Equivariant Graph Metanetworks

2025-10-09 · Bart Kuipers, Freek Byrman, Daniel Uyterlinde, Alejandro García-Castellanos arxiv

Amortized optimization accelerates the solution of related optimization problems by learning mappings that exploit shared structure across problem instances. We explore the use of Scale Equivariant Graph Metanetworks (Sc…

Amortized Variational Inference for Simple Hierarchical Models

2021-11-04 · NeurIPS 2021 12 · Abhinav Agrawal, Justin Domke

It is difficult to use subsampling with variational inference in hierarchical models since the number of local latent variables scales with the dataset. Thus, inference in hierarchical models remains a challenge at large…

Variational Inference

Iterative Amortized Inference: Unifying In-Context Learning and Learned Optimizers

2025-10-13 · Sarthak Mittal, Divyat Mahajan, Guillaume Lajoie, Mohammad Pezeshki arxiv

Modern learning systems increasingly rely on amortized learning - the idea of reusing computation or inductive biases shared across tasks to enable rapid generalization to novel problems. This principle spans a range of …

Stochastic Optimization

Amortized Probabilistic Conditioning for Optimization, Simulation and Inference

2024-10-20 · Paul E. Chang, Nasrulloh Loka, Daolang Huang, Ulpu Remes 외

Amortized meta-learning methods based on pre-training have propelled fields like natural language processing and vision. Transformer-based neural processes and their variants are leading models for probabilistic meta-lea…

Bayesian OptimizationMeta-Learning

The Retriever Should Remember: Experience-Amortized Reranking for Long-Term Agent Memory

2026-08-24 · Qi Feng, Chris Ding, Jicong Fan arxiv

Long-term language-model agents accumulate memories across interactions, but their retrievers typically do not accumulate retrieval experience. Semantic retrieval is efficient, but embedding similarity does not always re…

Semantic Retrieval