@inproceedings{storai-hwang-2025-harp,
title = "{HARP}: Hesitation-Aware Reframing in Transformer Inference Pass",
author = {Stora{\"i}, Romain and
Hwang, Seung-won},
editor = "Chiruzzo, Luis and
Ritter, Alan and
Wang, Lu",
booktitle = "Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)",
month = apr,
year = "2025",
address = "Albuquerque, New Mexico",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/fix-sig-urls/2025.naacl-long.612/",
pages = "12305--12319",
ISBN = "979-8-89176-189-6",
abstract = "This paper aims to improve the performance of large language models by addressing the variable computational demands in inference steps, where some tokens require more computational resources than others. We present HARP, a simple modification to ``off-the-shelf'' Transformer forward pass. Drawing from hesitation and the framing effect in decision-making, HARP selectively applies additional computation when the model encounters uncertainty during token generation. Our method mimics human cognitive processes by pausing at difficult decision points and reframing inputs for a different perspective. Unlike other approaches, HARP is model-agnostic, training-free, and easy to implement. We evaluate our method across various downstream tasks and model sizes, demonstrating performance improvements up to +5.16{\%}. Notably, HARP achieves these gains while maintaining inference times twice faster than beam search. Simple and yet with significant gains, HARP provides insights into the potential of adaptive computation for enhancing the performance of Transformer-based language models."
}
Markdown (Informal)
[HARP: Hesitation-Aware Reframing in Transformer Inference Pass](https://preview.aclanthology.org/fix-sig-urls/2025.naacl-long.612/) (Storaï & Hwang, NAACL 2025)
ACL
- Romain Storaï and Seung-won Hwang. 2025. HARP: Hesitation-Aware Reframing in Transformer Inference Pass. In Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers), pages 12305–12319, Albuquerque, New Mexico. Association for Computational Linguistics.