paper-with-me

Papers

Task Calibration: Calibrating Large Language Models on Inference Tasks

2024-10-24 · Yingjie Li, Yun Luo, Xiaotian Xie, Yue Zhang

Large language models (LLMs) have exhibited impressive zero-shot performance on inference tasks. However, LLMs may suffer from spurious correlations between input texts and output labels, which limits LLMs' ability to reason based purely on general language understanding. In other words, LLMs may make predictions primarily based on premise or hypothesis, rather than both components. To address this problem that may lead to unexpected performance degradation, we propose task calibration (TC), a zero-shot and inference-only calibration method inspired by mutual information which recovers LLM performance through task reformulation. TC encourages LLMs to reason based on both premise and hypothesis, while mitigating the models' over-reliance on individual premise or hypothesis for inference. Experimental results show that TC achieves a substantial improvement on 13 inference tasks in the zero-shot setup. We further validate the effectiveness of TC in few-shot setups and various natural language understanding tasks. Further analysis indicates that TC is also robust to prompt templates and has the potential to be integrated with other calibration methods.

📄 PDF Abstract BibTeX arXiv:2410.18764

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Understanding

Similar Papers 제목 키워드 기반

Thermometer: Towards Universal Calibration for Large Language Models

2024-02-20 · Maohao Shen, Subhro Das, Kristjan Greenewald, Prasanna Sattigeri 외

We consider the issue of calibration in large language models (LLM). Recent studies have found that common interventions such as instruction tuning often result in poorly calibrated LLMs. Although calibration is well-exp…

Investigating Language-Specific Calibration For Pruning Multilingual Large Language Models

2024-08-26 · Simon Kurz, Jian-Jia Chen, Lucie Flek, Zhixue Zhao

Recent advances in large language model (LLM) pruning have shown state-of-the-art (SotA) compression results in post-training and retraining-free settings while maintaining high predictive performance. However, previous …

Language ModelingLanguage ModellingLarge Language Model

Calibration in Deep Learning: A Survey of the State-of-the-Art

2023-08-02 · Cheng Wang

Calibrating deep neural models plays an important role in building reliable, robust AI systems in safety-critical applications. Recent work has shown that modern neural networks that possess high predictive capability ar…

Calibrating Verbalized Probabilities for Large Language Models

2024-10-09 · Cheng Wang, Gyuri Szarvas, Georges Balazs, Pavel Danchenko 외

Calibrating verbalized probabilities presents a novel approach for reliably assessing and leveraging outputs from black-box Large Language Models (LLMs). Recent methods have demonstrated improved calibration by applying …

LitCab: Lightweight Language Model Calibration over Short- and Long-form Responses

2023-10-30 · Xin Liu, Muhammad Khalifa, Lu Wang

A model is considered well-calibrated when its probability estimate aligns with the actual likelihood of the output being correct. Calibrating language models (LMs) is crucial, as it plays a vital role in detecting and m…

FormLanguage ModelingLanguage ModellingText Generation