paper-with-me

홈 › Papers

Flames: Benchmarking Value Alignment of LLMs in Chinese

2023-11-12 · Kexin Huang, Xiangyang Liu, Qianyu Guo, Tianxiang Sun, Jiawei Sun, Yaru Wang, Zeyang Zhou, Yixu Wang, Yan Teng, Xipeng Qiu, Yingchun Wang, Dahua Lin

The widespread adoption of large language models (LLMs) across various regions underscores the urgent need to evaluate their alignment with human values. Current benchmarks, however, fall short of effectively uncovering safety vulnerabilities in LLMs. Despite numerous models achieving high scores and 'topping the chart' in these evaluations, there is still a significant gap in LLMs' deeper alignment with human values and achieving genuine harmlessness. To this end, this paper proposes a value alignment benchmark named Flames, which encompasses both common harmlessness principles and a unique morality dimension that integrates specific Chinese values such as harmony. Accordingly, we carefully design adversarial prompts that incorporate complex scenarios and jailbreaking methods, mostly with implicit malice. By prompting 17 mainstream LLMs, we obtain model responses and rigorously annotate them for detailed evaluation. Our findings indicate that all the evaluated LLMs demonstrate relatively poor performance on Flames, particularly in the safety and fairness dimensions. We also develop a lightweight specified scorer capable of scoring LLMs across multiple dimensions to efficiently evaluate new models on the benchmark. The complexity of Flames has far exceeded existing benchmarks, setting a new challenge for contemporary LLMs and highlighting the need for further alignment of LLMs. Our benchmark is publicly available at https://github.com/AIFlames/Flames.

📄 PDF Abstract BibTeX arXiv:2311.06899

Code (1)

aiflames/flames 공식 구현

Tasks

BenchmarkingFairness

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

CVC: A Large-Scale Chinese Value Rule Corpus for Value Alignment of Large Language Models

2025-06-02 · Ping Wu, Guobin Shen, Dongcheng Zhao, Yuwei Wang 외

Ensuring that Large Language Models (LLMs) align with mainstream human values and ethical norms is crucial for the safe and sustainable development of AI. Current value evaluation and alignment are constrained by Western…

Benchmarking

OpenEval: Benchmarking Chinese LLMs across Capability, Alignment and Safety

2024-03-18 · Chuang Liu, Linhao Yu, Jiaxuan Li, Renren Jin 외

The rapid development of Chinese large language models (LLMs) poses big challenges for efficient LLM evaluation. While current initiatives have introduced new benchmarks or evaluation platforms for assessing Chinese LLMs…

BenchmarkingMathematical Reasoning

CValues: Measuring the Values of Chinese Large Language Models from Safety to Responsibility

2023-07-19 · Guohai Xu, Jiayi Liu, Ming Yan, Haotian Xu 외

With the rapid evolution of large language models (LLMs), there is a growing concern that they may pose risks or have negative social impacts. Therefore, evaluation of human values alignment is becoming increasingly impo…

AlignBench: Benchmarking Chinese Alignment of Large Language Models

2023-11-30 · Xiao Liu, Xuanyu Lei, Shengyuan Wang, Yue Huang 외

Alignment has become a critical step for instruction-tuned Large Language Models (LLMs) to become helpful assistants. However, the effective evaluation of alignment for emerging Chinese LLMs is still largely unexplored. …

Benchmarking

Edu-Values: Towards Evaluating the Chinese Education Values of Large Language Models

2024-09-19 · Peiyi Zhang, Yazhou Zhang, Bo wang, Lu Rong 외

With the recent evolution of large language models (LLMs), concerns about aligning such models with human values have grown. Previous research has primarily focused on assessing LLMs' performance in terms of the Helpful,…

EthicsMultiple-choiceQuestion Answering