Search papers, labs, and topics across Lattice.
This paper introduces SAGE, a novel framework for parameter-efficient auto-bidding that leverages Large Language Models (LLMs) to enhance bidding strategies in dynamic auction environments. By integrating a position augmentation module, a text alignment module, and a constraint-gated LoRA module, SAGE effectively captures the dynamics of bidding while minimizing computational costs and fine-tuning requirements. Experimental results show that SAGE outperforms existing methods, achieving superior performance with less than 10% of the parameters needed for full fine-tuning, highlighting its efficiency and effectiveness in real-world applications.
Achieving superior auto-bidding performance with less than 10% of the fine-tuning parameters required by traditional methods could revolutionize how LLMs are applied in dynamic auction systems.
Advertising bidding has evolved from manual strategies to auto-bidding systems better adapted for large-scale, dynamic auction environments. While recent advances in Large Language Models (LLMs) offer strong reasoning for auto-bidding, existing methods suffer from shallow trajectory-text interactions and require costly fine-tuning, hindering the efficient use of pretrained knowledge under diverse constraints. To address these challenges, we propose SAGE, a novel Strategy-aware Auto-bidding framework Guided by LLMs for Efficient bidding. SAGE introduces a parameter-efficient multi-modal alignment framework for constrained auto-bidding with LLMs. Specifically, SAGE comprises three key components: (i) the position augmentation module adopts temporal-semantic positional embeddings to effectively capture the intrinsic dynamics and semantic structures; (ii) the text alignment module leverages gated cross-attention to align the embedding spaces of trajectory and text modalities, enabling effective multi-modal fusion while alleviating the computational overhead caused by long trajectories; (iii) the constraint-gated LoRA module employs constraints as routing signals, activating only a small subset of experts to adapt the behavior of a frozen LLM efficiently. Extensive experiments on large-scale auto-bidding benchmark demonstrate that SAGE consistently achieves superior performance while tuning less than 10% of the trainable parameters required by full fine-tuning. Ablation studies further validate the critical contribution of each component to the framework's overall performance.