paper-with-me

홈 › Papers

EEVEE: Towards Test-time Prompt Learning in the Real World for Self-Improving Agents

2026-06-09 · Weixian Xu, Shilong Liu, Mengdi Wang arxiv

In this paper, we propose EEVEE, the first multi-dataset test-time prompt learning framework for LLM agents, enabling test-time prompt learning under real-world task streams. Existing methods are largely designed for single-dataset settings, while real-world applications require models to handle heterogeneous input streams drawn from multiple datasets, domains, and task distributions, limiting their practical applicability. To mitigate cross-dataset interference, EEVEE introduces a router that partitions incoming inputs into task clusters and assigns them to suitable prompt configurations. This design is optimized via a router-prompt co-evolution strategy, which employs interleaved router and prompt learning phases to address their mutual dependency. Experiments across multiple datasets demonstrate that the framework improves robustness under heterogeneous data streams while maintaining single-benchmark learning capability and efficiency. Specifically, EEVEE improves average multi-benchmark scores by 10.38 and 24.32 points over Qwen3-4B-Instruct and DeepSeek-V3.2, surpassing SOTA methods GEPA and ACE by up to 37.2% and 48.2%.

📄 PDF Abstract BibTeX arXiv:2606.11182

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EeveeDark: A Binary Neural Framework for Low-Light Video Enhancement via Event-Guided Sensor-Level Fusion

2026-07-07 · Onur Eker, Erkut Erdem, Aykut Erdem arxiv

Enhancing videos under extreme low-light conditions remains challenging due to the difficulty of balancing restoration quality and computational efficiency in resource-constrained settings. This paper introduces EeveeDar…

Computational EfficiencyVideo Enhancement

EEVEE: An Easy Annotation Tool for Natural Language Processing

2024-02-05 · Axel Sorensen, Siyao Peng, Barbara Plank, Rob van der Goot

Annotation tools are the starting point for creating Natural Language Processing (NLP) datasets. There is a wide variety of tools available; setting up these tools is however a hindrance. We propose EEVEE, an annotation …

text-classificationText Classification

Prompt-based test-time real image dehazing: a novel pipeline

2023-09-29 · Zixuan Chen, Zewei He, Ziqian Lu, Xuecheng Sun 외

Existing methods attempt to improve models' generalization ability on real-world hazy images by exploring well-designed training schemes (\eg, CycleGAN, prior loss). However, most of them need very complicated training p…

Image Dehazing

Learning Label Modular Prompts for Text Classification in the Wild

2022-11-30 · Hailin Chen, Amrita Saha, Shafiq Joty, Steven C. H. Hoi

Machine learning models usually assume i.i.d data during training and testing, but data and tasks in real world often change over time. To emulate the transient nature of real world, we propose a challenging but practica…

text-classificationText Classification

From Subtle to Significant: Prompt-Driven Self-Improving Optimization in Test-Time Graph OOD Detection

2026-02-19 · Luzhi Wang, Xuanshuo Fu, He Zhang, Chuang Liu 외 arxiv

Graph Out-of-Distribution (OOD) detection aims to identify whether a test graph deviates from the distribution of graphs observed during training, which is critical for ensuring the reliability of Graph Neural Networks (…