Papers › vLLM Hook v0: A Plug-in for Programming Model Internals on vLLM

vLLM Hook v0: A Plug-in for Programming Model Internals on vLLM

2 Feb 2026arXiv:2603.06588added by Syntology

Ching-Yun Ko, Pin-Yu Chen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Modern artificial intelligence (AI) models are deployed on inference engines to optimize runtime efficiency and resource allocation, particularly for transformer-based large language models (LLMs). The vLLM project is a major open-source library to support model serving and inference. However, the current implementation of vLLM limits programmability of the internal states of deployed models. This prevents the use of popular test-time model alignment and enhancement methods. For example, it prevents the detection of adversarial prompts based on attention patterns or the adjustment of model responses based on activation steering. To bridge this critical gap, we present vLLM Hook, an opensource plug-in to enable the programming of internal states for vLLM models. Based on a configuration file specifying which internal states to capture, vLLM Hook provides seamless integration to vLLM and supports two essential features: passive programming and active programming. For passive programming, vLLM Hook probes the selected internal states for subsequent analysis, while keeping the model generation intact. For active programming, vLLM Hook enables efficient intervention of model generation by altering the selected internal states. In addition to presenting the core functions of vLLM Hook, in version 0, we demonstrate 3 use cases including prompt injection detection, enhanced retrieval-augmented retrieval (RAG), and activation steering. Finally, we welcome the community's contribution to improve vLLM Hook via https://github.com/ibm/vllm-hook.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2603.06588")

Code

Syntology Ran 4 of 14 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ibm/vllm-hook found in paper text by Syntology report
IBM/vLLM-Hook found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 4 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
2ran
10unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from IBM/vLLM-Hook. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_decompress IBM/vLLM-Hook/vllm_hook_plugins/vllm_hook_plugins/_hook_plugin.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 8aed59834d398386 · report
_patched_chat_full_generator IBM/vLLM-Hook/vllm_hook_plugins/vllm_hook_plugins/_hook_plugin.py found in paper text by Syntology ran Apache-2.0 (permissive) · 75b3a649b9d5bc37 · report
_patched_generate IBM/vLLM-Hook/vllm_hook_plugins/vllm_hook_plugins/_hook_plugin.py found in paper text by Syntology ran Apache-2.0 (permissive) · f9bdf2359e95aaf4 · report
_serialize_probes IBM/vLLM-Hook/vllm_hook_plugins/vllm_hook_plugins/_hook_plugin.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 59005275a7ff04f3 · report
_patched_completion_response IBM/vLLM-Hook/vllm_hook_plugins/vllm_hook_plugins/_hook_plugin.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 74082005041388ef · report
_patched_create_engine_config IBM/vLLM-Hook/vllm_hook_plugins/vllm_hook_plugins/_hook_plugin.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f62fca75d92975a9 · report
_patched_llm_generate IBM/vLLM-Hook/vllm_hook_plugins/vllm_hook_plugins/_hook_plugin.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 041bc7208e5d9330 · report
_trim_probes IBM/vLLM-Hook/vllm_hook_plugins/vllm_hook_plugins/_hook_plugin.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e1c1d76370fbbdf0 · report
load_and_merge_hs_cache ibm/vllm-hook/vllm_hook_plugins/vllm_hook_plugins/run_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 633a65a1a9563a0a · report
load_from_shm ibm/vllm-hook/vllm_hook_plugins/vllm_hook_plugins/shm_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9bcf375ead197dfe · report
register IBM/vLLM-Hook/vllm_hook_plugins/vllm_hook_plugins/_hook_plugin.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b2bf8210c576741d · report
setup_shm ibm/vllm-hook/vllm_hook_plugins/vllm_hook_plugins/shm_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5b29f86ad1c28979 · report
unpack_hidden_states ibm/vllm-hook/vllm_hook_plugins/vllm_hook_plugins/run_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c37dc034d57a12ba · report
unpack_qk ibm/vllm-hook/vllm_hook_plugins/vllm_hook_plugins/run_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7f3c22af2eff141a · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.06588, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections