English

Learning to Partially Defer for Sequences

Methodology 2025-10-10 v2 Machine Learning Machine Learning

Abstract

In the Learning to Defer (L2D) framework, a prediction model can either make a prediction or defer it to an expert, as determined by a rejector. Current L2D methods train the rejector to decide whether to reject the {\em entire prediction}, which is not desirable when the model predicts long sequences. We present an L2D setting for sequence outputs where the system can defer \textit{specific outputs} of the whole model prediction to an expert in an effort to interleave the expert and machine throughout the prediction. We propose two types of model-based post-hoc rejectors for pre-trained predictors: a token-level rejector, which defers specific token predictions to experts with next token prediction capabilities, and a one-time rejector for experts without such abilities, which defers the remaining sequence from a specific point onward. In the experiments, we also empirically demonstrate that such granular deferrals achieve better cost-accuracy tradeoffs than whole deferrals on Traveling salesman solvers, News summarization, and Weather prediction.

Keywords

Cite

@article{arxiv.2502.01459,
  title  = {Learning to Partially Defer for Sequences},
  author = {Sahana Rayan and Ambuj Tewari},
  journal= {arXiv preprint arXiv:2502.01459},
  year   = {2025}
}
R2 v1 2026-06-28T21:30:45.592Z