paper-with-me

홈 › Papers

Towards Alignment-Centric Paradigm: A Survey of Instruction Tuning in Large Language Models

2025-08-24 · Xudong Han, Junjie Yang, Tianyang Wang, Ziqian Bi, Xinyuan Song, Junfeng Hao, Junhao Song arxiv

Instruction tuning is a pivotal technique for aligning large language models (LLMs) with human intentions, safety constraints, and domain-specific requirements. This survey provides a comprehensive overview of the full pipeline, encompassing (i) data collection methodologies, (ii) full-parameter and parameter-efficient fine-tuning strategies, and (iii) evaluation protocols. We categorized data construction into three major paradigms: expert annotation, distillation from larger models, and self-improvement mechanisms, each offering distinct trade-offs between quality, scalability, and resource cost. Fine-tuning techniques range from conventional supervised training to lightweight approaches, such as low-rank adaptation (LoRA) and prefix tuning, with a focus on computational efficiency and model reusability. We further examine the challenges of evaluating faithfulness, utility, and safety across multilingual and multimodal scenarios, highlighting the emergence of domain-specific benchmarks in healthcare, legal, and financial applications. Finally, we discuss promising directions for automated data generation, adaptive optimization, and robust evaluation frameworks, arguing that a closer integration of data, algorithms, and human feedback is essential for advancing instruction-tuned LLMs. This survey aims to serve as a practical reference for researchers and practitioners seeking to design LLMs that are both effective and reliably aligned with human intentions.

📄 PDF Abstract BibTeX arXiv:2508.17184

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningComputational Efficiency

Similar Papers 제목 키워드 기반

Data-Centric Foundation Models in Computational Healthcare: A Survey

2024-01-04 · Yunkun Zhang, Jin Gao, Zheling Tan, Lingfeng Zhou 외

The advent of foundation models (FMs) as an emerging suite of AI techniques has struck a wave of opportunities in computational healthcare. The interactive nature of these models, guided by pre-training data and human in…

EthicsSurvey

InstructGraph: Boosting Large Language Models via Graph-centric Instruction Tuning and Preference Alignment

2024-02-13 · Jianing Wang, Junda Wu, Yupeng Hou, Yao Liu 외

Do current large language models (LLMs) better solve graph reasoning and generation tasks with parameter updates? In this paper, we propose InstructGraph, a framework that empowers LLMs with the abilities of graph reason…

Hallucination

Alignment Tuning for Large Language Models: A Data-Centric Lens on Alignment Data Pipelines

2026-04-07 · Hwanjun Song arxiv

Much of the alignment tuning literature is organized around optimization objectives, while the construction of alignment data is often treated implicitly. In this survey, we adopt a data centric perspective and reframe a…

Alignment and Safety in Large Language Models: Safety Mechanisms, Training Paradigms, and Emerging Challenges

2025-07-25 · Haoran Lu, Luyang Fang, Ruidong Zhang, Xinliang Li 외 arxiv

Due to the remarkable capabilities and growing impact of large language models (LLMs), they have been deeply integrated into many aspects of society. Thus, ensuring their alignment with human values and intentions has em…

ESAinsTOD: A Unified End-to-End Schema-Aware Instruction-Tuning Framework for Task-Oriented Dialog Modeling

2026-03-10 · Dechuan Teng, Chunlin Lu, Libo Qin, Wanxiang Che arxiv

Existing end-to-end modeling methods for modular task-oriented dialog systems are typically tailored to specific datasets, making it challenging to adapt to new dialog scenarios. In this work, we propose ESAinsTOD, a uni…