paper-with-me

홈 › Papers

AIR: Complex Instruction Generation via Automatic Iterative Refinement

2025-02-25 · Wei Liu, Yancheng He, Hui Huang, Chengwei Hu, Jiaheng Liu, Shilong Li, Wenbo Su, Bo Zheng

With the development of large language models, their ability to follow simple instructions has significantly improved. However, adhering to complex instructions remains a major challenge. Current approaches to generating complex instructions are often irrelevant to the current instruction requirements or suffer from limited scalability and diversity. Moreover, methods such as back-translation, while effective for simple instruction generation, fail to leverage the rich contents and structures in large web corpora. In this paper, we propose a novel automatic iterative refinement framework to generate complex instructions with constraints, which not only better reflects the requirements of real scenarios but also significantly enhances LLMs' ability to follow complex instructions. The AIR framework consists of two stages: (1)Generate an initial instruction from a document; (2)Iteratively refine instructions with LLM-as-judge guidance by comparing the model's output with the document to incorporate valuable constraints. Finally, we construct the AIR-10K dataset with 10K complex instructions and demonstrate that instructions generated with our approach significantly improve the model's ability to follow complex instructions, outperforming existing methods for instruction generation.

📄 PDF Abstract BibTeX arXiv:2502.17787

Code (1)

weiliuah/air-automatic-iterative-refinement 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Idea2Img: Iterative Self-Refinement with GPT-4V(ision) for Automatic Image Design and Generation

2023-10-12 · Zhengyuan Yang, JianFeng Wang, Linjie Li, Kevin Lin 외

We introduce ``Idea to Image,'' a system that enables multimodal iterative self-refinement with GPT-4V(ision) for automatic image design and generation. Humans can quickly identify the characteristics of different text-t…

An LLM-LVLM Driven Agent for Iterative and Fine-Grained Image Editing

2025-08-24 · Zihan Liang, Jiahao Sun, Haoran Ma arxiv

Despite the remarkable capabilities of text-to-image (T2I) generation models, real-world applications often demand fine-grained, iterative image editing that existing methods struggle to provide. Key challenges include g…

Scene UnderstandingImage Editing

Imperfect Visual Verification for Code Edition : A Case Study on TikZ

2026-04-09 · Charly Reux, Mathieu Acher, Djamel Eddine Khelladi, Clément Quinton 외 arxiv

LLMs have significantly advanced code generation, enabling the synthesis of functional programs. While recent systems achieve strong performance on many coding benchmarks, tasks involving programs such as TikZ that gener…

Code Generation

CIMR: Contextualized Iterative Multimodal Reasoning for Robust Instruction Following in LVLMs

2025-07-22 · Yangshu Yuan, Heng Chen, Xinyi Jiang, Christian Ng 외 arxiv

The rapid advancement of Large Language Models (LLMs) and Large Vision-Language Models (LVLMs) has enhanced our ability to process and generate human language and visual information. However, these models often struggle …

Instruction FollowingMultimodal ReasoningResponse GenerationLogical Reasoning

SI-Agent: An Agentic Framework for Feedback-Driven Generation and Tuning of Human-Readable System Instructions for Large Language Models

2025-07-03 · Jeshwanth Challagundla arxiv

System Instructions (SIs), or system prompts, are pivotal for guiding Large Language Models (LLMs) but manual crafting is resource-intensive and often suboptimal. Existing automated methods frequently generate non-human-…