paper-with-me

홈 › Papers

HotelQuEST: Balancing Quality and Efficiency in Agentic Search

2026-02-27 · Guy Hadad, Shadi Iskander, Oren Kalinsky, Sofia Tolmach, Ran Levy, Haggai Roitman arxiv

Agentic search has emerged as a promising paradigm for adaptive retrieval systems powered by large language models (LLMs). However, existing benchmarks primarily focus on quality, overlooking efficiency factors that are critical for real-world deployment. Moreover, real-world user queries often contain underspecified preferences, a challenge that remains largely underexplored in current agentic search evaluation. As a result, many agentic search systems remain impractical despite their impressive performance. In this work, we introduce HotelQuEST, a benchmark comprising 214 hotel search queries that range from simple factual requests to complex queries, enabling evaluation across the full spectrum of query difficulty. We further address the challenge of evaluating underspecified user preferences by collecting clarifications that make annotators' implicit preferences explicit for evaluation. We find that LLM-based agents achieve higher accuracy than traditional retrievers, but at substantially higher costs due to redundant tool calls and suboptimal routing that fails to match query complexity to model capability. Our analysis exposes inefficiencies in current agentic search systems and demonstrates substantial potential for cost-aware optimization.

📄 PDF Abstract BibTeX arXiv:2602.23949

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ShinkaEvolve: Towards Open-Ended And Sample-Efficient Program Evolution

2025-09-17 · Robert Tjarko Lange, Yuki Imajuku, Edoardo Cetin arxiv

We introduce ShinkaEvolve: a new open-source framework leveraging large language models (LLMs) to advance scientific discovery with state-of-the-art performance and unprecedented efficiency. Recent advances in scaling in…

Mathematical Reasoning

ARCS: Agentic Retrieval-Augmented Code Synthesis with Iterative Refinement

2025-04-29 · Manish Bhattarai, Miguel Cordova, Javier Santos, Dan O'Malley

In supercomputing, efficient and optimized code generation is essential to leverage high-performance systems effectively. We propose Agentic Retrieval-Augmented Code Synthesis (ARCS), an advanced framework for accurate, …

Code GenerationHumanEvalRAGRetrieval+2

Balancing Sustainability And Performance: The Role Of Small-Scale LLMs In Agentic Artificial Intelligence Systems

2026-01-27 · Anh Khoa Ngo Ho, Martin Chauvin, Simon Gosset, Philippe Cordier 외 arxiv

As large language models become integral to agentic artificial intelligence systems, their energy demands during inference may pose significant sustainability challenges. This study investigates whether deploying smaller…

AURA: An Agent Autonomy Risk Assessment Framework

2025-10-17 · Lorenzo Satta Chiris, Ayush Mishra arxiv

As autonomous agentic AI systems see increasing adoption across organisations, persistent challenges in alignment, governance, and risk management threaten to impede deployment at scale. We present AURA (Agent aUtonomy R…

Computational Efficiency

AgentOCR: Reimagining Agent History via Optical Self-Compression

2026-01-08 · Lang Feng, Fuchao Yang, Feng Chen, Xin Cheng 외 arxiv

Recent advances in large language models (LLMs) enable agentic systems trained with reinforcement learning (RL) over multi-turn interaction, but practical deployment is bottlenecked by rapidly growing textual histories t…

Reinforcement Learning