paper-with-me

홈 › Papers

BaseCal: Unsupervised Confidence Calibration via Base Model Signals

2026-01-06 · Hexiang Tan, Wanli Yang, Junwei Zhang, Xin Chen, Rui Tang, Du Su, Jingang Wang, Yuanzhuo Wang, Fei Sun, Xueqi Cheng arxiv

Reliable confidence is essential for trusting the outputs of LLMs, yet widely deployed post-trained LLMs (PoLLMs) typically compromise this trust with severe overconfidence. In contrast, we observe that their corresponding base LLMs often remain well-calibrated. This naturally motivates us to calibrate PoLLM confidence using the base LLM as a reference. This work proposes two ways to achieve this. A straightforward solution, BaseCal-ReEval, evaluates PoLLM's responses by feeding them into the base LLM to get average probabilities as confidence. While effective, this approach introduces additional inference overhead. To address this, we propose BaseCal-Proj, which trains a lightweight projection to map the final-layer hidden states of PoLLMs back to those of their base LLMs. These projected states are then processed by the base LLM's output layer to derive base-calibrated confidence for PoLLM's responses. Notably, BaseCal is an unsupervised, plug-and-play solution that operates without human labels or LLM modifications. Experiments across five datasets and three LLM families demonstrate the effectiveness of BaseCal, reducing Expected Calibration Error (ECE) by an average of 42.90\% compared to the best unsupervised baselines.

📄 PDF Abstract BibTeX arXiv:2601.03042

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TargetCall: Eliminating the Wasted Computation in Basecalling via Pre-Basecalling Filtering

2022-12-09 · Meryem Banu Cavlak, Gagandeep Singh, Mohammed Alser, Can Firtina 외

Basecalling is an essential step in nanopore sequencing analysis where the raw signals of nanopore sequencers are converted into nucleotide sequences, i.e., reads. State-of-the-art basecallers employ complex deep learnin…

Enhancing Downstream Analysis in Genome Sequencing: Species Classification While Basecalling

2025-04-09 · Riselda Kodra, Hadjer Benmeziane, Irem Boybat, William Andrew Simon

The ability to quickly and accurately identify microbial species in a sample, known as metagenomic profiling, is critical across various fields, from healthcare to environmental science. This paper introduces a novel met…

Rawsamble: Overlapping and Assembling Raw Nanopore Signals using a Hash-based Seeding Mechanism

2024-10-23 · Can Firtina, Maximilian Mordig, Harun Mustafa, Sayan Goswami 외

Raw nanopore signal analysis is a common approach in genomics to provide fast and resource-efficient analysis without translating the signals to bases (i.e., without basecalling). However, existing solutions cannot inter…

CPU

Speaking in Self-Assessing Tongues: On the Verbalized Confidence of LLMs in Machine Translation

2026-06-15 · Ali Marashian, Alexis Palmer, Katharina von der Wense arxiv

The rapid rise in popularity of large language models (LLMs) for translation calls for a thorough study of the reliability of their confidence in their own outputs. Unlike many generation tasks, translation errors and co…

Machine Translation

Overconfidence and Calibration in Medical VQA: Empirical Findings and Hallucination-Aware Mitigation

2026-04-02 · Ji Young Byun, Young-Jin Park, Jean-Philippe Corbeil, Asma Ben Abacha arxiv

As vision-language models (VLMs) are increasingly deployed in clinical decision support, more than accuracy is required: knowing when to trust their predictions is equally critical. Yet, a comprehensive and systematic in…

Visual Question Answering