Adaptive ToR: Complexity-Aware Tree-Based Retrieval for Pareto-Optimal Multi-Intent NLU
Hee-Kyong Yoo, Wonbae Kim, Hyocheol Ahn

TL;DR
Adaptive ToR is a dynamic retrieval system for multi-intent NLU that balances accuracy and efficiency by adjusting its topology based on query complexity, leading to significant performance improvements.
Contribution
This paper introduces a novel complexity-aware retrieval architecture that adaptively configures retrieval depth and pruning based on query signals, outperforming fixed-depth methods.
Findings
Achieves 29.07% Subset Accuracy and 71.79% Micro-F1 on NLU++ benchmark
Reduces latency by 37.6% and token consumption by 9.8% compared to fixed baselines
26.92% of queries are resolved within three seconds using adaptive routing
Abstract
Multi-intent natural language understanding requires retrieval systems that simultaneously achieve high accuracy and computational efficiency, yet existing approaches apply either uniform single-step retrieval that compromises recall or fixed-depth hierarchical decomposition that introduces excessive latency regardless of query complexity. This paper proposes Adaptive Tree-of-Retrieval (Adaptive ToR), a complexity-aware retrieval architecture that dynamically configures retrieval topology based on query characteristics. The system integrates four components: (1) a Query Tree Classifier computing a Query Complexity Index from weighted linguistic signals to route queries to either a rapid single-step path or an adaptive-depth hierarchical path; (2) a Tree-Based Retrieval module that recursively decomposes complex queries into focused sub-queries calibrated to predicted complexity; (3) an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
