paper-with-me

홈 › Papers

Where does an LLM begin computing an instruction?

2025-11-12 · Aditya Pola, Vineeth N. Balasubramanian arxiv

Following an instruction involves distinct sub-processes, such as reading content, reading the instruction, executing it, and producing an answer. We ask where, along the layer stack, instruction following begins, the point where reading gives way to doing. We introduce three simple datasets (Key-Value, Quote Attribution, Letter Selection) and two hop compositions of these tasks. Using activation patching on minimal-contrast prompt pairs, we measure a layer-wise flip rate that indicates when substituting selected residual activations changes the predicted answer. Across models in the Llama family, we observe an inflection point, which we term onset, where interventions that change predictions before this point become largely ineffective afterward. Multi-hop compositions show a similar onset location. These results provide a simple, replicable way to locate where instruction following begins and to compare this location across tasks and model sizes.

📄 PDF Abstract BibTeX arXiv:2511.10694

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

Investigating the Effectiveness of Task-Agnostic Prefix Prompt for Instruction Following

2023-02-28 · Seonghyeon Ye, Hyeonbin Hwang, Sohee Yang, Hyeongu Yun 외

In this paper, we present our finding that prepending a Task-Agnostic Prefix Prompt (TAPP) to the input improves the instruction-following ability of various Large Language Models (LLMs) during inference. TAPP is differe…

Instruction FollowingZero-shot Generalization

Decoupling Code Complexity from Newcomer Participation: A Causal Study of AI Coding Agent Adoption in OSS

2026-07-02 · Weiwei Xu, Xuanning Cui, Hengzhi Ye, Minghui Zhou arxiv

Open-source projects depend on a steady inflow of newcomers. A growing concern is that AI coding agents (tools such as Cursor and Claude Code that write code from natural-language instructions) will crowd them out, by ab…

Code Search

InsEdit: Towards Instruction-based Visual Editing via Data-Efficient Video Diffusion Models Adaptation

2026-04-09 · Zhefan Rao, Bin Zou, Haoxuan Che, Xuanhua He 외 arxiv

Instruction-based video editing is a natural way to control video content with text, but adapting a video generation model into an editor usually appears data-hungry. At the same time, high-quality video editing data rem…

Video GenerationImage Editing

Can stable and accurate neural networks be computed? -- On the barriers of deep learning and Smale's 18th problem

2021-01-20 · Matthew J. Colbrook, Vegard Antun, Anders C. Hansen

Deep learning (DL) has had unprecedented success and is now entering scientific computing with full force. However, current DL methods typically suffer from instability, even when universal approximation properties guara…

Examining the Usage of Generative AI Models in Student Learning Activities for Software Programming

2025-11-17 · Rufeng Chen, Shuaishuai Jiang, Jiyun Shen, AJung Moon 외 arxiv

The rise of Generative AI (GenAI) tools like ChatGPT has created new opportunities and challenges for computing education. Existing research has primarily focused on GenAI's ability to complete educational tasks and its …