paper-with-me

Papers

Gaining Wisdom from Setbacks: Aligning Large Language Models via Mistake Analysis

2023-10-16 · Kai Chen, Chunwei Wang, Kuo Yang, Jianhua Han, Lanqing Hong, Fei Mi, Hang Xu, Zhengying Liu, Wenyong Huang, Zhenguo Li, Dit-yan Yeung, Lifeng Shang, Xin Jiang, Qun Liu

The rapid development of large language models (LLMs) has not only provided numerous opportunities but also presented significant challenges. This becomes particularly evident when LLMs inadvertently generate harmful or toxic content, either unintentionally or because of intentional inducement. Existing alignment methods usually direct LLMs toward the favorable outcomes by utilizing human-annotated, flawless instruction-response pairs. Conversely, this study proposes a novel alignment technique based on mistake analysis, which deliberately exposes LLMs to erroneous content to learn the reasons for mistakes and how to avoid them. In this case, mistakes are repurposed into valuable data for alignment, effectively helping to avoid the production of erroneous responses. Without external models or human annotations, our method leverages a model's intrinsic ability to discern undesirable mistakes and improves the safety of its generated responses. Experimental results reveal that our method outperforms existing alignment approaches in enhancing model safety while maintaining the overall utility.

📄 PDF Abstract BibTeX arXiv:2310.10477

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

WISDOM X, DISAANA and D-SUMM: Large-scale NLP Systems for Analyzing Textual Big Data

2016-12-01 · COLING 2016 12 · Junta Mizuno, Masahiro Tanaka, Kiyonori Ohtake, Jong-Hoon Oh 외

We demonstrate our large-scale NLP systems: WISDOM X, DISAANA, and D-SUMM. WISDOM X provides numerous possible answers including unpredictable ones to widely diverse natural language questions to provide deep insights ab…

Open-Domain Question AnsweringQuestion Answering

Applying the Nash Bargaining Solution for a Reasonable Royalty II

2024-07-19 · David M. Kryskowski, David Kryskowski

This paper expands on the concepts presented in Applying the Nash Bargaining Solution for a Reasonable Royalty ( arXiv:2005.10158 ). The goal is to refine the process for determining a reasonable royalty using statistica…

POUF: Prompt-oriented unsupervised fine-tuning for large pre-trained models

2023-04-29 · Korawat Tanwisuth, Shujian Zhang, Huangjie Zheng, Pengcheng He 외

Through prompting, large-scale pre-trained models have become more expressive and powerful, gaining significant attention in recent years. Though these big models have zero-shot capabilities, in general, labeled data are…

image-classificationImage ClassificationNatural Language InferenceSentiment Analysis

ModelWisdom: An Integrated Toolkit for TLA+ Model Visualization, Digest and Repair

2026-02-12 · Zhiyong Chen, Jialun Cao, Chang Xu, Shing-Chi Cheung arxiv

Model checking in TLA+ provides strong correctness guarantees, yet practitioners continue to face significant challenges in interpreting counterexamples, understanding large state-transition graphs, and repairing faulty …

Automated Code generation for Information Technology Tasks in YAML through Large Language Models

2023-05-02 · Saurabh Pujar, Luca Buratti, Xiaojie Guo, Nicolas Dupuis 외

The recent improvement in code generation capabilities due to the use of large language models has mainly benefited general purpose programming languages. Domain specific languages, such as the ones used for IT Automatio…

Code Generation