paper-with-me

Papers

On the Calibration and Uncertainty with Pólya-Gamma Augmentation for Dialog Retrieval Models

2023-03-15 · Tong Ye, Shijing Si, Jianzong Wang, Ning Cheng, Zhitao Li, Jing Xiao

Deep neural retrieval models have amply demonstrated their power but estimating the reliability of their predictions remains challenging. Most dialog response retrieval models output a single score for a response on how relevant it is to a given question. However, the bad calibration of deep neural network results in various uncertainty for the single score such that the unreliable predictions always misinform user decisions. To investigate these issues, we present an efficient calibration and uncertainty estimation framework PG-DRR for dialog response retrieval models which adds a Gaussian Process layer to a deterministic deep neural network and recovers conjugacy for tractable posterior inference by P\'{o}lya-Gamma augmentation. Finally, PG-DRR achieves the lowest empirical calibration error (ECE) in the in-domain datasets and the distributional shift task while keeping $R_{10}@1$ and MAP performance.

📄 PDF Abstract BibTeX arXiv:2303.08606

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Efficient Uncertainty Estimation with Gaussian Process for Reliable Dialog Response Retrieval

2023-03-15 · Tong Ye, Zhitao Li, Jianzong Wang, Ning Cheng 외

Deep neural networks have achieved remarkable performance in retrieval-based dialogue systems, but they are shown to be ill calibrated. Though basic calibration methods like Monte Carlo Dropout and Ensemble can calibrate…

Conversational SearchRetrieval

Are Data Augmentation Methods in Named Entity Recognition Applicable for Uncertainty Estimation?

2024-07-02 · Wataru Hashimoto, Hidetaka Kamigaito, Taro Watanabe

This work investigates the impact of data augmentation on confidence calibration and uncertainty estimation in Named Entity Recognition (NER) tasks. For the future advance of NER in safety-critical fields like healthcare…

Data Augmentationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

"None of the Above":Measure Uncertainty in Dialog Response Retrieval

2020-04-04 · Yulan Feng, Shikib Mehri, Maxine Eskenazi, Tiancheng Zhao

This paper discusses the importance of uncovering uncertainty in end-to-end dialog tasks, and presents our experimental results on uncertainty classification on the Ubuntu Dialog Corpus. We show that, instead of retraini…

General ClassificationObject DetectionRetrieval

``None of the Above'': Measure Uncertainty in Dialog Response Retrieval

2020-07-01 · ACL 2020 6 · Yulan Feng, Shikib Mehri, Maxine Eskenazi, Tiancheng Zhao

This paper discusses the importance of uncovering uncertainty in end-to-end dialog tasks and presents our experimental results on uncertainty classification on the processed Ubuntu Dialog Corpus. We show that instead of …

General ClassificationRetrieval

Towards Unbiased Calibration using Meta-Regularization

2023-03-27 · Cheng Wang, Jacek Golebiowski

Model miscalibration has been frequently identified in modern deep neural networks. Recent work aims to improve model calibration directly through a differentiable calibration proxy. However, the calibration produced is …

Meta-Learning