paper-with-me

홈 › Papers

AlignBench: Benchmarking Chinese Alignment of Large Language Models

2023-11-30 · Xiao Liu, Xuanyu Lei, Shengyuan Wang, Yue Huang, Zhuoer Feng, Bosi Wen, Jiale Cheng, Pei Ke, Yifan Xu, Weng Lam Tam, Xiaohan Zhang, Lichao Sun, Xiaotao Gu, Hongning Wang, Jing Zhang, Minlie Huang, Yuxiao Dong, Jie Tang

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. To fill in this gap, we introduce AlignBench, a comprehensive multi-dimensional benchmark for evaluating LLMs' alignment in Chinese. We design a human-in-the-loop data curation pipeline, containing eight main categories, 683 real-scenario rooted queries and corresponding human verified references. To ensure the correctness of references, each knowledge-intensive query is accompanied with evidences collected from reliable web sources (including URLs and quotations) by our annotators. For automatic evaluation, our benchmark employs a rule-calibrated multi-dimensional LLM-as-Judge~\cite{zheng2023judging} approach with Chain-of-Thought to generate explanations and final ratings, ensuring high reliability and interpretability. All evaluation code, data, and LLM generations are available at \url{https://github.com/THUDM/AlignBench}. Since its release, AlignBench has been adopted by top (Chinese) LLMs for evaluating their alignment capabilities in Chinese, including ChatGLM, Qwen, DeepSeek, Yi, Baichuan, and Abab.

📄 PDF Abstract BibTeX arXiv:2311.18743

Code (1)

thudm/alignbench 공식 구현

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

ChatGLM: A Family of Large Language Models from GLM-130B to GLM-4 All Tools

2024-06-18 · Team GLM, :, Aohan Zeng, Bin Xu 외

We introduce ChatGLM, an evolving family of large language models that we have been developing over time. This report primarily focuses on the GLM-4 language series, which includes GLM-4, GLM-4-Air, and GLM-4-9B. They re…

AllGSM8KHumanEvalInstruction Following+2

PromptEcho: Annotation-Free Reward from Vision-Language Models for Text-to-Image Reinforcement Learning

2026-04-14 · Jinlong Liu, Wanggui He, Peng Zhang, Mushui Liu 외 arxiv

Reinforcement learning (RL) can improve the prompt following capability of text-to-image (T2I) models, yet obtaining high-quality reward signals remains challenging: CLIP Score is too coarse-grained, while VLM-based rewa…

Reinforcement Learning

CodeAlignBench: Assessing Code Generation Models on Developer-Preferred Code Adjustments

2025-10-31 · Forough Mehralian, Ryan Shar, James R. Rae, Alireza Hashemi arxiv

As large language models become increasingly capable of generating code, evaluating their performance remains a complex and evolving challenge. Existing benchmarks primarily focus on functional correctness, overlooking t…

Instruction FollowingCode Generation

OmniAlign-V: Towards Enhanced Alignment of MLLMs with Human Preference

2025-02-25 · Xiangyu Zhao, Shengyuan Ding, ZiCheng Zhang, Haian Huang 외

Recent advancements in open-source multi-modal large language models (MLLMs) have primarily focused on enhancing foundational capabilities, leaving a significant gap in human preference alignment. This paper introduces O…

Visual Question Answering (VQA)

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