paper-with-me

Papers

Aligning Large Language Models with Human: A Survey

2023-07-24 · YuFei Wang, Wanjun Zhong, Liangyou Li, Fei Mi, Xingshan Zeng, Wenyong Huang, Lifeng Shang, Xin Jiang, Qun Liu

Large Language Models (LLMs) trained on extensive textual corpora have emerged as leading solutions for a broad array of Natural Language Processing (NLP) tasks. Despite their notable performance, these models are prone to certain limitations such as misunderstanding human instructions, generating potentially biased content, or factually incorrect (hallucinated) information. Hence, aligning LLMs with human expectations has become an active area of interest within the research community. This survey presents a comprehensive overview of these alignment technologies, including the following aspects. (1) Data collection: the methods for effectively collecting high-quality instructions for LLM alignment, including the use of NLP benchmarks, human annotations, and leveraging strong LLMs. (2) Training methodologies: a detailed review of the prevailing training methods employed for LLM alignment. Our exploration encompasses Supervised Fine-tuning, both Online and Offline human preference training, along with parameter-efficient training mechanisms. (3) Model Evaluation: the methods for evaluating the effectiveness of these human-aligned LLMs, presenting a multifaceted approach towards their assessment. In conclusion, we collate and distill our findings, shedding light on several promising future research avenues in the field. This survey, therefore, serves as a valuable resource for anyone invested in understanding and advancing the alignment of LLMs to better suit human-oriented tasks and expectations. An associated GitHub link collecting the latest papers is available at https://github.com/GaryYufei/AlignLLMHumanSurvey.

📄 PDF Abstract BibTeX arXiv:2307.12966

Code (1)

garyyufei/alignllmhumansurvey 공식 구현

Tasks

Survey

Similar Papers 제목 키워드 기반

COMMUNITY-CROSS-INSTRUCT: Unsupervised Instruction Generation for Aligning Large Language Models to Online Communities

2024-06-17 · Zihao He, Minh Duc Chu, Rebecca Dorn, Siyi Guo 외

Social scientists use surveys to probe the opinions and beliefs of populations, but these methods are slow, costly, and prone to biases. Recent advances in large language models (LLMs) enable the creating of computationa…

Towards a Unified View of Preference Learning for Large Language Models: A Survey

2024-09-04 · Bofei Gao, Feifan Song, Yibo Miao, Zefan Cai 외

Large Language Models (LLMs) exhibit remarkably powerful capabilities. One of the crucial factors to achieve success is aligning the LLM's output with human preferences. This alignment process often requires only a small…

A Survey on Human Preference Learning for Large Language Models

2024-06-17 · Ruili Jiang, Kehai Chen, Xuefeng Bai, Zhixuan He 외

The recent surge of versatile large language models (LLMs) largely depends on aligning increasingly capable foundation models with human intentions by preference learning, enhancing LLMs with excellent applicability and …

A Survey on the Honesty of Large Language Models

2024-09-27 · Siheng Li, Cheng Yang, Taiqiang Wu, Chufan Shi 외

Honesty is a fundamental principle for aligning large language models (LLMs) with human values, requiring these models to recognize what they know and don't know and be able to faithfully express their knowledge. Despite…

Survey

Take Caution in Using LLMs as Human Surrogates: Scylla Ex Machina

2024-10-25 · Yuan Gao, Dokyun Lee, Gordon Burtch, Sina Fazelpour

Recent studies suggest large language models (LLMs) can exhibit human-like reasoning, aligning with human behavior in economic experiments, surveys, and political discourse. This has led many to propose that LLMs can be …