paper-with-me

홈 › Papers

Automated Instruction Revision (AIR): A Structured Comparison of Task Adaptation Strategies for LLM

2026-04-10 · Solomiia Bilyk, Volodymyr Getmanskyi, Taras Firman arxiv

This paper studies Automated Instruction Revision (AIR), a rule-induction-based method for adapting large language models (LLMs) to downstream tasks using limited task-specific examples. We position AIR within the broader landscape of adaptation strategies, including prompt optimization, retrieval-based methods, and fine-tuning. We then compare these approaches across a diverse benchmark suite designed to stress different task requirements, such as knowledge injection, structured extraction, label remapping, and logical reasoning. The paper argues that adaptation performance is strongly task-dependent: no single method dominates across all settings. Across five benchmarks, AIR was strongest or near-best on label-remapping classification, while KNN retrieval performed best on closed-book QA, and fine-tuning dominated structured extraction and event-order reasoning. AIR is most promising when task behavior can be captured by compact, interpretable instruction rules, while retrieval and fine-tuning remain stronger in tasks dominated by source-specific knowledge or dataset-specific annotation regularities.

📄 PDF Abstract BibTeX arXiv:2604.09418

Code (0)

등록된 구현이 없습니다.

Tasks

Logical Reasoning

Similar Papers 제목 키워드 기반

ParaRev: Building a dataset for Scientific Paragraph Revision annotated with revision instruction

2025-01-09 · Léane Jourdan, Nicolas Hernandez, Richard Dufour, Florian Boudin 외

Revision is a crucial step in scientific writing, where authors refine their work to improve clarity, structure, and academic quality. Existing approaches to automated writing assistance often focus on sentence-level rev…

Sentence

WALL: A Web Application for Automated Quality Assurance using Large Language Models

2025-09-12 · Seyed Moein Abtahi, Akramul Azim arxiv

As software projects become increasingly complex, the volume and variety of issues in code files have grown substantially. Addressing this challenge requires efficient issue detection, resolution, and evaluation tools. T…

Augmenting Large Language Models with Static Code Analysis for Automated Code Quality Improvements

2025-06-12 · Seyed Moein Abtahi, Akramul Azim

This study examined code issue detection and revision automation by integrating Large Language Models (LLMs) such as OpenAI's GPT-3.5 Turbo and GPT-4o into software development workflows. A static code analysis framework…

Prompt EngineeringRAGRetrieval-augmented Generation

A Computational Analysis of Vagueness in Revisions of Instructional Texts

2023-09-21 · EACL 2021 2 · Alok Debnath, Michael Roth

WikiHow is an open-domain repository of instructional articles for a variety of tasks, which can be revised by users. In this paper, we extract pairwise versions of an instruction before and after a revision was made. St…

Articles

XtraGPT: LLMs for Human-AI Collaboration on Controllable Academic Paper Revision

2025-05-16 · Nuo Chen, Andre Lin HuiKai, Jiaying Wu, Junyi Hou 외

Despite the growing adoption of large language models (LLMs) in academic workflows, their capabilities remain limited when it comes to supporting high-quality scientific writing. Most existing systems are designed for ge…

Text Generation