paper-with-me

홈 › Papers

Logits are All We Need to Adapt Closed Models

2025-02-03 · Gaurush Hiranandani, Haolun Wu, Subhojyoti Mukherjee, Sanmi Koyejo

Many commercial Large Language Models (LLMs) are often closed-source, limiting developers to prompt tuning for aligning content generation with specific applications. While these models currently do not provide access to token logits, we argue that if such access were available, it would enable more powerful adaptation techniques beyond prompt engineering. In this paper, we propose a token-level probability reweighting framework that, given access to logits and a small amount of task-specific data, can effectively steer black-box LLMs toward application-specific content generation. Our approach views next-token prediction through the lens of supervised classification. We show that aligning black-box LLMs with task-specific data can be formulated as a label noise correction problem, leading to \emph{Plugin} model -- an autoregressive probability reweighting model that operates solely on logits. We provide theoretical justification for why reweighting logits alone is sufficient for task adaptation. Extensive experiments with multiple datasets, LLMs, and reweighting models demonstrate the effectiveness of our method, advocating for broader access to token logits in closed-source models.

📄 PDF Abstract BibTeX arXiv:2502.06806

Code (1)

stair-lab/plugin-llm 공식 구현 pytorch

Tasks

AllPrompt Engineering

Similar Papers 제목 키워드 기반

DALD: Improving Logits-based Detector without Logits from Black-box LLMs

2024-06-07 · Cong Zeng, Shengkun Tang, Xianjun Yang, Yuanzhou Chen 외

The advent of Large Language Models (LLMs) has revolutionized text generation, producing outputs that closely mimic human writing. This blurring of lines between machine- and human-written text presents new challenges in…

Text DetectionText Generation

Caliber: Cross-Architecture Extraction-Cost Control for Score-Returning APIs

2026-08-02 · Chi Wang, Hanwen Wang, Yu Xia, Zihan Wang 외 arxiv

We present Caliber, an output-perturbation defense against model extraction that formulates noise selection as a calibration problem: how much the defense degrades the supervision signal used to train a surrogate, and th…

Knowledge DistillationModel extraction

Balanced Learning for Domain Adaptive Semantic Segmentation

2025-12-07 · Wangkai Li, Rui Sun, Bohao Liao, Zhaoyang Li 외 arxiv

Unsupervised domain adaptation (UDA) for semantic segmentation aims to transfer knowledge from a labeled source domain to an unlabeled target domain. Despite the effectiveness of self-training techniques in UDA, they str…

Unsupervised Domain AdaptationSemantic Segmentation

Mitigating Hallucination in Vision-Language Models through Barrier-Regulated Adaptive Closed-form Steering

2026-05-28 · Soumyadeep Jana, Pulkit Mittal, Sanasam Ranbir Singh arxiv

Large vision-language models (LVLMs) often hallucinate objects that are not present in the input image, largely because visual grounding weakens as decoding progresses. Existing inference-time mitigation methods modify l…

Visual Grounding

AutoMIA: Improved Baselines for Membership Inference Attack via Agentic Self-Exploration

2026-04-01 · Ruhao Liu, Weiqi Huang, Qi Li, Xinchao Wang arxiv

Membership Inference Attacks (MIAs) serve as a fundamental auditing tool for evaluating training data leakage in machine learning models. However, existing methodologies predominantly rely on static, handcrafted heuristi…

Feature Engineering