paper-with-me

홈 › Papers

PILA: Plug-and-Play Insertion for LLM-native Advertising

2026-07-28 · Zhaowei Zhang, Yuhan Fu, Yihang Zhang, Xiaohan Liu, Ceyao Zhang, Xiaoyuan Zhang, Yipeng Kang, Tonghan Wang, Yaodong Yang arxiv

How to monetize large language models (LLMs) by naturally integrating sponsored content into their responses, known as LLM-native advertising, has recently emerged as a critical problem. However, existing solutions entangle advertising with content generation inside a single model, which is incompatible with modern API-only or workflow-based LLM applications and inevitably compromises the original response quality. To address this, we propose PILA, which reformulates ad insertion as a conditional response rewriting problem and decouples it from the upstream service as a lightweight sidecar module. PILA is model-agnostic and can be seamlessly integrated with existing LLM services without modifying the base model or its workflow. It also exposes a controllable trade-off between user-side naturalness and ad-side exposure, offering a practical interface for downstream pricing and deployment. Experiments across diverse upstream models show that \pila consistently improves ad effectiveness while preserving response quality, highlighting its promise as a practical solution for LLM-native advertising.

📄 PDF Abstract BibTeX arXiv:2607.25590

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Loupe: A Plug-and-Play Attention Module for Amplifying Discriminative Features in Vision Transformers

2025-08-20 · Naren Sengodan arxiv

Fine-Grained Visual Classification (FGVC) requires models to focus on subtle, task-relevant regions rather than broad object context. We present The Loupe, a lightweight plug-and-play spatial gating module for hierarchic…

COPR: Consistency-Oriented Pre-Ranking for Online Advertising

2023-06-06 · Zhishan Zhao, Jingyue Gao, Yu Zhang, Shuguang Han 외

Cascading architecture has been widely adopted in large-scale advertising systems to balance efficiency and effectiveness. In this architecture, the pre-ranking model is expected to be a lightweight approximation of the …

LaTeX Compilation: Challenges in the Era of LLMs

2026-03-03 · Tianyou Liu, Ziqiang Li, Xurui Liu, Yu Wu 외 arxiv

As large language models (LLMs) increasingly assist scientific writing, limitations and the significant token cost of TeX become more and more visible. This paper analyzes TeX's fundamental defects in compilation and use…

Lean Refactor: Multi-Objective Controllable Proof Optimization via Agentic Strategy Search

2026-05-18 · Jialin Lu, Soonho Kong, Rodrigo Stehling, Kaiyu Yang 외 arxiv

We present Lean Refactor, a plug-and-play retrieval-augmented agentic framework for multi-objective, controllable, and version-robust refactoring of Lean proofs. LLM-generated proofs are notoriously correct-but-verbose a…

LLM-OSDA: An Optimal-Stopping Dynamic Auction for Native Advertising in Multi-Turn LLM Conversations

2026-07-31 · Yan Fang, Jialin Chen, Chun Gan, Hang Yu 외 arxiv

LLM-native advertising embeds sponsored content directly into model-generated responses, shifting the unit of sale from a fixed slot to a moment within an evolving conversation. Existing LLM ad-auction mechanisms primari…