paper-with-me

Papers

Beyond Raw Detection Scores: Markov-Informed Calibration for Boosting Machine-Generated Text Detection

2026-02-08 · Chenwang Wu, Yiu-ming Cheung, Shuhai Zhang, Bo Han, Defu Lian arxiv

While machine-generated texts (MGTs) offer great convenience, they also pose risks such as disinformation and phishing, highlighting the need for reliable detection. Metric-based methods, which extract statistically distinguishable features of MGTs, are often more practical than complex model-based methods that are prone to overfitting. Given their diverse designs, we first place representative metric-based methods within a unified framework, enabling a clear assessment of their advantages and limitations. Our analysis identifies a core challenge across these methods: the token-level detection score is easily biased by the inherent randomness of the MGTs generation process. To address this, we theoretically and empirically reveal two relationships of context detection scores that may aid calibration: Neighbor Similarity and Initial Instability. We then propose a Markov-informed score calibration strategy that models these relationships using Markov random fields, and implements it as a lightweight component via a mean-field approximation, allowing our method to be seamlessly integrated into existing detectors. Extensive experiments in various real-world scenarios, such as cross-LLM and paraphrasing attacks, demonstrate significant gains over baselines with negligible computational overhead. The code is available at https://github.com/tmlr-group/MRF_Calibration.

📄 PDF Abstract BibTeX arXiv:2602.08031

Code (0)

등록된 구현이 없습니다.

Tasks

Text Detection

Similar Papers 제목 키워드 기반

Beyond calibration: estimating the grouping loss of modern neural networks

2022-10-28 · Alexandre Perez-Lebel, Marine Le Morvan, Gaël Varoquaux

The ability to ensure that a classifier gives reliable confidence scores is essential to ensure informed decision-making. To this end, recent work has focused on miscalibration, i.e., the over or under confidence of mode…

Decision Makingscoring rule

Deterministic and statistical calibration of constitutive models from full-field data with parametric physics-informed neural networks

2024-05-28 · David Anton, Jendrik-Alexander Tröger, Henning Wessels, Ulrich Römer 외

The calibration of constitutive models from full-field data has recently gained increasing interest due to improvements in full-field measurement capabilities. In addition to the experimental characterization of novel ma…

Bayesian InferenceStructural Health Monitoring

Better Uncertainty Calibration via Proper Scores for Classification and Beyond

2022-03-15 · Sebastian G. Gruber, Florian Buettner

With model trustworthiness being crucial for sensitive real-world applications, practitioners are putting more and more focus on improving the uncertainty calibration of deep neural networks. Calibration errors are desig…

Conformal Anomaly Detection in Python: Moving Beyond Heuristic Thresholds with nonconform

2026-05-13 · Oliver Hennhöfer, Maximilian Kirsch, Christine Preisach arxiv

Most anomaly detection systems output scores rather than calibrated decisions, leaving practitioners to choose thresholds heuristically and without clear statistical interpretation. Conformal anomaly detection addresses …

Anomaly Detection

Combining Priors with Experience: Confidence Calibration Based on Binomial Process Modeling

2024-12-14 · Jinzong Dong, Zhaohui Jiang, Dong Pan, Haoyang Yu

Confidence calibration of classification models is a technique to estimate the true posterior probability of the predicted class, which is critical for ensuring reliable decision-making in practical applications. Existin…