paper-with-me

홈 › Papers

LLM Evaluators Recognize and Favor Their Own Generations

2024-04-15 · Arjun Panickssery, Samuel R. Bowman, Shi Feng

Self-evaluation using large language models (LLMs) has proven valuable not only in benchmarking but also methods like reward modeling, constitutional AI, and self-refinement. But new biases are introduced due to the same LLM acting as both the evaluator and the evaluatee. One such bias is self-preference, where an LLM evaluator scores its own outputs higher than others' while human annotators consider them of equal quality. But do LLMs actually recognize their own outputs when they give those texts higher scores, or is it just a coincidence? In this paper, we investigate if self-recognition capability contributes to self-preference. We discover that, out of the box, LLMs such as GPT-4 and Llama 2 have non-trivial accuracy at distinguishing themselves from other LLMs and humans. By fine-tuning LLMs, we discover a linear correlation between self-recognition capability and the strength of self-preference bias; using controlled experiments, we show that the causal explanation resists straightforward confounders. We discuss how self-recognition can interfere with unbiased evaluations and AI safety more generally.

📄 PDF Abstract BibTeX arXiv:2404.13076

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Do LLM Evaluators Prefer Themselves for a Reason?

2025-04-04 · Wei-Lin Chen, Zhepei Wei, Xinyu Zhu, Shi Feng 외

Large language models (LLMs) are increasingly used as automatic evaluators in applications such as benchmarking, reward modeling, and self-refinement. Prior work highlights a potential self-preference bias where LLMs fav…

BenchmarkingCode GenerationMathematical Reasoning

Bayesian Calibration of Win Rate Estimation with LLM Evaluators

2024-11-07 · Yicheng Gao, Gonghan Xu, Zhe Wang, Arman Cohan

Recent advances in large language models (LLMs) show the potential of using LLMs as evaluators for assessing the quality of text generations from LLMs. However, applying LLM evaluators naively to compare or judge between…

Bayesian InferenceInstruction FollowingStory Generation

Scaling Evaluation-time Compute with Reasoning Models as Process Evaluators

2025-03-25 · Seungone Kim, Ian Wu, Jinu Lee, Xiang Yue 외

As language model (LM) outputs get more and more natural, it is becoming more difficult than ever to evaluate their quality. Simultaneously, increasing LMs' "thinking" time through scaling test-time compute has proven an…

Math

Aligning with Human Judgement: The Role of Pairwise Preference in Large Language Model Evaluators

2024-03-25 · Yinhong Liu, Han Zhou, Zhijiang Guo, Ehsan Shareghi 외

Large Language Models (LLMs) have demonstrated promising capabilities as automatic evaluators in assessing the quality of generated natural language. However, LLMs still exhibit biases in evaluation and often struggle to…

Language ModelingLanguage ModellingLarge Language Model

CalliffusionV2: Personalized Natural Calligraphy Generation with Flexible Multi-modal Control

2024-10-03 · Qisheng Liao, Liang Li, Yulang Fei, Gus Xia

In this paper, we introduce CalliffusionV2, a novel system designed to produce natural Chinese calligraphy with flexible multi-modal control. Unlike previous approaches that rely solely on image or text inputs and lack f…

Few-Shot Learning