CLAIIRLGFeb 26, 2025

TestNUC: Enhancing Test-Time Computing Approaches and Scaling through Neighboring Unlabeled Data Consistency

arXiv:2502.19163v23 citationsh-index: 13Has CodeACL
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing model predictions at test time for applications like intent classification and emotion detection, representing an incremental improvement by integrating with existing approaches.

The paper tackles the problem of improving large language model performance during inference by introducing TestNUC, a test-time computing approach that leverages local consistency of neighboring unlabeled data, resulting in consistent superiority over baseline methods across eight diverse datasets.

Test-time computing approaches, which leverage additional computational resources during inference, have been proven effective in enhancing large language model performance. This work introduces a novel, linearly scaling approach, TestNUC, that improves test-time predictions by leveraging the local consistency of neighboring unlabeled data-it classifies an input instance by considering not only the model's prediction on that instance but also on neighboring unlabeled instances. We evaluate TestNUC across eight diverse datasets, spanning intent classification, topic mining, domain discovery, and emotion detection, demonstrating its consistent superiority over baseline methods such as standard prompting and self-consistency. Furthermore, TestNUC can be seamlessly integrated with existing test-time computing approaches, substantially boosting their performance. Our analysis reveals that TestNUC scales effectively with increasing amounts of unlabeled data and performs robustly across different embedding models, making it practical for real-world applications. Our code is available at https://github.com/HenryPengZou/TestNUC.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes