paper-with-me

Papers

Efficient Uncertainty Estimation with Gaussian Process for Reliable Dialog Response Retrieval

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

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 well, these methods are time-consuming in the training or inference stages. To tackle these challenges, we propose an efficient uncertainty calibration framework GPF-BERT for BERT-based conversational search, which employs a Gaussian Process layer and the focal loss on top of the BERT architecture to achieve a high-quality neural ranker. Extensive experiments are conducted to verify the effectiveness of our method. In comparison with basic calibration methods, GPF-BERT achieves the lowest empirical calibration error (ECE) in three in-domain datasets and the distributional shift tasks, while yielding the highest $R_{10}@1$ and MAP performance on most cases. In terms of time consumption, our GPF-BERT has an 8$\times$ speedup.

📄 PDF Abstract BibTeX arXiv:2303.08599

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational SearchRetrieval

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
WordPiece 설명 없음
Weight Decay 설명 없음

Similar 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 외

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 …

Retrieval

Guided Deep Kernel Learning

2023-02-19 · Idan Achituve, Gal Chechik, Ethan Fetaya

Combining Gaussian processes with the expressive power of deep neural networks is commonly done nowadays through deep kernel learning (DKL). Unfortunately, due to the kernel optimization process, this often results in lo…

Gaussian Processes

To Predict or to Reject: Causal Effect Estimation with Uncertainty on Networked Data

2023-09-15 · Hechuan Wen, Tong Chen, Li Kheng Chai, Shazia Sadiq 외

Due to the imbalanced nature of networked observational data, the causal effect predictions for some individuals can severely violate the positivity/overlap assumption, rendering unreliable estimations. Nevertheless, thi…

Trust Your Robots! Predictive Uncertainty Estimation of Neural Networks with Sparse Gaussian Processes

2021-09-20 · JongSeok Lee, Jianxiang Feng, Matthias Humt, Marcus G. Müller 외

This paper presents a probabilistic framework to obtain both reliable and fast uncertainty estimates for predictions with Deep Neural Networks (DNNs). Our main contribution is a practical and principled combination of DN…

Gaussian Processesobject-detectionObject Detection

Improving Semantic Uncertainty Quantification in LVLMs with Semantic Gaussian Processes

2025-12-16 · Joseph Hoche, Andrei Bursuc, David Brellmann, Gilles Louppe 외 arxiv

Large Vision-Language Models (LVLMs) often produce plausible but unreliable outputs, making robust uncertainty estimation essential. Recent work on semantic uncertainty estimates relies on external models to cluster mult…

Image ClassificationGaussian Processes