arXiv AI

A Multi-cluster Boundary Learning Method for Out-of-Scope Intent Detection via MiniLM Embedding

arXiv:2607. 07974v1 Announce Type: cross Abstract: Intent detection is a critical task that bridges human intents and system actions in human-machine interaction systems.

arXiv AI
Sep 2

Few-Shot Out of Domain Intent Detection with Covariance Corrected Mahalanobis Distance

The paper introduces a covariance‑corrected Mahalanobis distance method for detecting out‑of‑domain (OOD) intents in conversational agents. It builds on prior work showing Mahalanobis distance’s effectiveness but addresses its shortcomings in few‑shot scenarios, where limited examples of new intents are available. The authors analyze why the original approach underperforms and propose a refined distance metric to improve OOD detection in practical settings.

By Jayasimha Talur, Oleg Smirnov, Paul Missault
arXiv AI
Aug 24

When Do LLMs Replace Fine-Tuned NLU? A Decision Framework for Intent Detection in Production Conversational Systems

The paper evaluates whether zero‑shot large language models (LLMs) can replace fine‑tuned natural language understanding (NLU) classifiers for intent detection in conversational systems. Experiments on ATIS and CLINC150 show that fine‑tuned RoBERTa outperforms Claude Haiku zero‑shot when ample in‑domain labels are available, but the LLM matches the supervised model on the broader 150‑intent CLINC150 schema. The authors identify three production‑relevant scenarios where LLMs excel—out‑of‑scope detection, robustness to ASR noise, and dynamic per‑deployment schemas—and present a decision framework to guide practitioners. whyItMatters:"The study provides concrete evidence and a practical framework for deciding when to deploy LLMs versus fine‑tuned models in real‑world conversational applications."

By Carson Rodrigues, Oysturn Vas
arXiv Machine Learning
Jul 31

Selecting Open-Weight Language Models for Zero-Shot Intent Classification: A Systematic Evaluation of 41 Models

arXiv:2607. 27421v1 Announce Type: cross Abstract: Intent classification is a core component of task-oriented dialogue systems, yet practitioners have limited systematic guidance for selecting deployable open-weight language models under compute, latency, and robustness constraints.

By Parishruthi Ganesh, Gerry Dozier, Cheryl Seals
arXiv AI
Aug 12

A Cost-Efficient Routing Pipeline for Multilingual Short-Text Classification Using Small Language Models

arXiv:2608. 10939v1 Announce Type: cross Abstract: Multilingual short-text classification supports operational systems such as content moderation, customer support routing, and intent recognition, yet aggregate evaluation often hides large differences between high-resource and low-resource languages.

By Wajdi Ben Saad, Safa Madiouni
arXiv Machine Learning
Sep 3

MISApp: Multi-Hop Intent-Aware Session Graph Learning for Next App Prediction

MISApp is a profile‑free framework that predicts the next mobile app a user will launch by learning multi‑hop session graphs. It captures transition dependencies across different structural ranges, incorporates temporal context and spatial categorization, and models intent evolution from recent interactions. Experiments on two real‑world datasets show MISApp outperforms baselines in both standard and cold‑start settings while remaining efficient, and analyses reveal that multi‑hop relations provide higher‑order predictive signals and interpretable attention weights.

By Yunchi Yang, Longlong Li, Jianliang Wu, Cunquan Qu
Hugging Face Trending Papers
Jun 24

SFL-MTSC: Leveraging Semantic Frame-Level Multi-Task Self-Consistency for Robust Multi-Intent Spoken Language Understanding

Prompt-based spoken language understanding (SLU) with large language models (LLMs) often suffers from inconsistent intent--slot structures due to decoding stochasticity, particularly in multi-intent scenarios. In view of this, we propose Semantic Frame-Level Multi-Task Self-Consistency (SFL-MTSC), a novel structured aggregation framework operating at the semantic frame level.

arXiv Computation and Language
Aug 24

Intent Engine: Natural-Language Intent Translation for Intent-Driven Orchestration in the Compute Continuum

Intent Engine is a natural‑language intent translation architecture that converts user intents into validated Service‑level Objectives (SLOs) for compute‑continuum microservice placement. It combines schema‑constrained extraction, retrieval‑grounded value construction from monitored infrastructure, and validation against supported constraints to produce reliable SLO artifacts. In evaluations on a 716‑record dataset, Intent Engine outperformed prompting baselines and a rule‑based parser, achieving a 0.941 total F1 score with GPT‑4.1 mini and reducing downstream placement failures from 30.8% to 2.1%.

By Koushikur Islam, Rodrigo N. Calheiros