Daily Arxiv

전 세계에서 발간되는 인공지능 관련 논문을 정리하는 페이지 입니다.
본 페이지는 Google Gemini를 활용해 요약 정리하며, 비영리로 운영 됩니다.
논문에 대한 저작권은 저자 및 해당 기관에 있으며, 공유 시 출처만 명기하면 됩니다.

Your Pre-trained LLM is Secretly an Unsupervised Confidence Calibrator

Created by
  • Haebom
Category
Empty

저자

Beier Luo, Shuoyuan Wang, Sharon Li, Hongxin Wei

개요

Post-training of large language models (PoLMs) often suffers from over-confidence, which can undermine reliability in critical applications. This paper proposes Disagreement-Aware Confidence Alignment (DACA), a novel unsupervised method to optimize the parameters (e.g., temperature $\tau$) in post-hoc confidence calibration. DACA addresses the under-confidence issue caused by prediction disagreement between the pre-trained language model (PLM) and PoLM by selectively using only agreement examples for calibration. Experiments show that DACA improves the average Expected Calibration Error (ECE) of open-sourced and API-based LLMs by up to 15.08% on common benchmarks.

시사점, 한계점

시사점:
제안된 DACA 방법은 PoLMs의 과도한 자신감 문제를 해결하기 위한 새로운 접근 방식을 제시함.
무감독 학습 방식으로, 특정 작업에 대한 레이블 데이터 부족 문제를 해결함.
실험을 통해 DACA의 효과를 입증하고, 일반적인 벤치마크에서 ECE를 개선했음.
한계점:
오직 온도 조절 (temperature scaling)에만 초점을 맞추어, 다른 보정 방법과의 비교가 부족할 수 있음.
특정 LLM (예: GPT-4o)의 성능 개선은 API 접근에 의존하므로, 접근성에 제한이 있을 수 있음.
제안된 방법이 실제 응용 환경에서 얼마나 일반화될 수 있는지에 대한 추가적인 연구가 필요함.
👍