paper-with-me

홈 › Papers

Making Pre-trained Language Models both Task-solvers and Self-calibrators

2023-07-21 · Yangyi Chen, Xingyao Wang, Heng Ji

Pre-trained language models (PLMs) serve as backbones for various real-world systems. For high-stake applications, it's equally essential to have reasonable confidence estimations in predictions. While the vanilla confidence scores of PLMs can already be effectively utilized, PLMs consistently become overconfident in their wrong predictions, which is not desirable in practice. Previous work shows that introducing an extra calibration task can mitigate this issue. The basic idea involves acquiring additional data to train models in predicting the confidence of their initial predictions. However, it only demonstrates the feasibility of this kind of method, assuming that there are abundant extra available samples for the introduced calibration task. In this work, we consider the practical scenario that we need to effectively utilize training samples to make PLMs both task-solvers and self-calibrators. Three challenges are presented, including limited training samples, data imbalance, and distribution shifts. We first conduct pilot experiments to quantify various decisive factors in the calibration task. Based on the empirical analysis results, we propose a training algorithm LM-TOAST to tackle the challenges. Experimental results show that LM-TOAST can effectively utilize the training data to make PLMs have reasonable confidence estimations while maintaining the original task performance. Further, we consider three downstream applications, namely selective classification, adversarial defense, and model cascading, to show the practical usefulness of LM-TOAST. The code will be made public at \url{https://github.com/Yangyi-Chen/LM-TOAST}.

📄 PDF Abstract BibTeX arXiv:2307.11316

Code (1)

yangyi-chen/lm-toast 공식 구현 pytorch

Tasks

Adversarial Defense

Similar Papers 제목 키워드 기반

Constrained optimization under uncertainty for decision-making problems: Application to Real-Time Strategy games

2019-01-03 · Valentin Antuori, Florian Richoux

Decision-making problems can be modeled as combinatorial optimization problems with Constraint Programming formalisms such as Constrained Optimization Problems. However, few Constraint Programming formalisms can deal wit…

Combinatorial OptimizationDecision MakingReal-Time Strategy Games

Investigating Math Word Problems using Pretrained Multilingual Language Models

2021-05-19 · Minghuan Tan, Lei Wang, Lingxiao Jiang, Jing Jiang

In this paper, we revisit math word problems~(MWPs) from the cross-lingual and multilingual perspective. We construct our MWP solvers over pretrained multilingual language models using sequence-to-sequence model with cop…

Machine TranslationMathPretrained Multilingual Language ModelsTranslation

EnSolver: Uncertainty-Aware Ensemble CAPTCHA Solvers with Theoretical Guarantees

2023-07-27 · Duc C. Hoang, Behzad Ousat, Amin Kharraz, Cuong V. Nguyen

The popularity of text-based CAPTCHA as a security mechanism to protect websites from automated bots has prompted researches in CAPTCHA solvers, with the aim of understanding its failure cases and subsequently making CAP…

object-detectionObject Detection

Investigating Math Word Problems using Pretrained Multilingual Language Models

2022-01-16 · ACL ARR January 2022 1 · Anonymous

In this paper, we revisit math word problems~(MWPs) from the {\em cross-lingual} and {\em multilingual} perspective.We construct our MWP solvers over pretrained multilingual language models using the sequence-to-sequence…

Machine TranslationMathPretrained Multilingual Language ModelsTranslation

Language Models can be Logical Solvers

2023-11-10 · Jiazhan Feng, Ruochen Xu, Junheng Hao, Hiteshi Sharma 외

Logical reasoning is a fundamental aspect of human intelligence and a key component of tasks like problem-solving and decision-making. Recent advancements have enabled Large Language Models (LLMs) to potentially exhibit …

Decision MakingLanguage ModelingLanguage ModellingLogical Reasoning