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

arXiv cs.CL Papers

Summary

The paper proposes a multi-cluster boundary learning method for out-of-scope intent detection using MiniLM embeddings, achieving state-of-the-art performance on CLINC150, StackOverflow, and Banking77 datasets.

arXiv:2607.07974v1 Announce Type: new Abstract: Intent detection is a critical task that bridges human intents and system actions in human-machine interaction systems. However, there still exist challenges for detecting out-of-scope (OOS) intents. (i) The traditional methods view the OOS intent detection as a multi-class classification, then the detection accuracy decreases as the class number of the known intents increases; (ii) LLM-embedding methods require large parameters, that makes them difficult to train and practically deploy. Thus, this work proposes a multi-cluster boundary learning method to detect OOS intents via MiniLM embedding (i.e., all-MiniLM-L6-v2) in an one-class classification workflow. The method learns the boundaries of multi-cluster embeddings generated by MiniLM from the training utterances, and then rejects the out-of-domain utterances as OOS intents. Experiments are conducted on public CLINC150, StackOverflow and Banking77 datasets. The results show that the method achieves the state-of-the-art OOS intent detection performance compared the other baselines. Ablation studies are also conducted and the results show that the used MiniLM can better adapt to the workflow and utterance embedding requirements. The code is available at supplementary materials.
Original Article
View Cached Full Text

Cached at: 07/10/26, 06:11 AM

# A Multi-cluster Boundary Learning Method for Out-of-Scope Intent Detection via MiniLM Embedding
Source: [https://arxiv.org/html/2607.07974](https://arxiv.org/html/2607.07974)
Yihong Xu1,Mingyu Kang1,Linyuan Lü111footnotemark:1 1University of Science and Technology of China, Hefei, China xuyihong@mail\.ustc\.edu\.cn \{kangmingyu, linyuan\.lv\}@ustc\.edu\.cn

###### Abstract

Intent detection is a critical task that bridges human intents and system actions in human\-machine interaction systems\. However, there still exist challenges for detecting out\-of\-scope \(OOS\) intents\. \(i\) The traditional methods view the OOS intent detection as a multi\-class classification, then the detection accuracy decreases as the class number of the known intents increases; \(ii\) LLM\-embedding methods require large parameters, that makes them difficult to train and practically deploy\. Thus, this work proposes a multi\-cluster boundary learning method to detect OOS intents via MiniLM embedding \(i\.e\.,all\-MiniLM\-L6\-v2\) in an one\-class classification workflow\. The method learns the boundaries of multi\-cluster embeddings generated by MiniLM from the training utterances, and then rejects the out\-of\-domain utterances as OOS intents\. Experiments are conducted on public CLINC150, StackOverflow and Banking77 datasets\. The results show that the method achieves the state\-of\-the\-art OOS intent detection performance compared the other baselines\. Ablation studies are also conducted and the results show that the used MiniLM can better adapt to the workflow and utterance embedding requirements\. The code is available at supplementary materials\.

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

## 1Introduction

Intent detection is a critical yet challenging task for human\-machine interaction systems\. It maps user utterances to system actions, which bridges human intents and system behaviors\(Turet al\.,[2010](https://arxiv.org/html/2607.07974#bib.bib6); Louvan and Magnini,[2020](https://arxiv.org/html/2607.07974#bib.bib3); Wölfleinet al\.,[2025](https://arxiv.org/html/2607.07974#bib.bib30)\)\. However, human intents are complex and cannot be fully enumerated in a closed\-set intent detection system\. That means if the system receives an out\-of\-scope \(OOS\) intent utterance but fails to reject it, that will trigger incorrect actions and induce harmful consequences, as shown in figure[1](https://arxiv.org/html/2607.07974#S1.F1)\. Thus, a more important and difficult task is to detect the OOS intents and reject them in a timely manner, which is actually an open intent detection task\(Hoffmanet al\.,[2024](https://arxiv.org/html/2607.07974#bib.bib28); Muzahidet al\.,[2024](https://arxiv.org/html/2607.07974#bib.bib29)\)\.

![Refer to caption](https://arxiv.org/html/2607.07974v1/x1.png)Figure 1:A diagram of OOS intent detectionThere are three types of intent detection methods, including statistical methods, deep\-learning methods and LLM\-embedding methods\. Among them, the statistical methods formulate intent detection as a supervised text classification problem\. These methods combine manually designed lexical features with traditional statistical classifiers, such as support vector machine\(Haffneret al\.,[2003](https://arxiv.org/html/2607.07974#bib.bib7)\)and naive Bayes classifier\(Schuurmans and Frasincar,[2020](https://arxiv.org/html/2607.07974#bib.bib8)\)\. But the deep\-learning methods use deep neural networks, e\.g\., convolutional neural network \(CNN\)\(Kim,[2014](https://arxiv.org/html/2607.07974#bib.bib32)\), recurrent neural network \(RNN\)\(Liu and Lane,[2016](https://arxiv.org/html/2607.07974#bib.bib33)\)and transformer network\(Vaswaniet al\.,[2017](https://arxiv.org/html/2607.07974#bib.bib34)\), to perform intent detection via semantic feature extraction\. Early deep\-learning classifiers are trained on a closed\-set mode, and then identify unknown out\-of\-domain utterances as known intents\(Hendrycks and Gimpel,[2017](https://arxiv.org/html/2607.07974#bib.bib10); Guoet al\.,[2017](https://arxiv.org/html/2607.07974#bib.bib11)\)\. Thus, some types of open intent detection are further proposed to conduct safe rejection for the unknown utterances with OOS intents\. They are class\-wise open classification method\(Shuet al\.,[2017](https://arxiv.org/html/2607.07974#bib.bib13)\), distance\-based scoring method\(Leeet al\.,[2018](https://arxiv.org/html/2607.07974#bib.bib16)\), contrastive representation learning method\(Zenget al\.,[2021](https://arxiv.org/html/2607.07974#bib.bib18)\)and adaptive boundary learning method\(Zhanget al\.,[2021](https://arxiv.org/html/2607.07974#bib.bib19)\)\. After that, with the strong semantic representation ability of LLMs, the LLM\-embedding methods are proposed to extract utterance features by semantic embedding, prompt\-based reasoning and uncertainty\-aware agent routing\(Aroraet al\.,[2024](https://arxiv.org/html/2607.07974#bib.bib31)\)\.

However, the existing methods still face two limitations\. First, the OOS queries with similar semantic meaning as known intents are easily absorbed into the decision regions of the known intents\(Liet al\.,[2025](https://arxiv.org/html/2607.07974#bib.bib21)\), but in fact they are OOS\. Thus, if mix OOS labels into known intent labels, and simply view the OOS intent detection as a multi\-class classification, the accuracy of OOS rejection would decrease as the class number increases\. Second, although LLM\-embedding methods improve the ability of semantic understanding, they still require very large parameters, that induces remarkable computational costs and high sensitivity of prompt designs\(Zaeraet al\.,[2025](https://arxiv.org/html/2607.07974#bib.bib23)\)\. Thus, they are difficult to train and deploy in real\-time resource\-constrained dialogue systems\.

To address these limitations, this work proposes a multi\-cluster boundary learning method for OOS intent detection with a cascade workflow\. The workflow decouples the complex open intent detection problem into multiple simpler stages\. This allows the workflow to use a lightweight MiniLM instead of LLM wih large\-scale parameters\. Moreover, it reduces the OOS intent detection to a one\-class classification, instead of a complex multi\-class classification\. Moreover, we found that MiniLM can embed the observation data into multiple clusters\. Thus, if the boundaries of clusters are learned, the out\-of\-domain utterances can be identified as OOS intents\.

Thus, the main contributions are as follows:

1. 1\.A multi\-cluster boundary learning method is proposed\. This method learns the boundaries of multi\-cluster embeddings generated by MiniLM from the training utterances, and then rejects the out\-of\-domain utterances as OOS intents\.
2. 2\.A cascade workflow is proposed to first conduct OOS intent detection as an one\-class classification, and then conduct known intent detection as a close\-set multi\-class classification\. This means the OOS intent detection task can be addressed independently\.
3. 3Experiments are conducted on public real\-world datasets for OOS intent detection task\. The results show that the method achieves the state\-of\-the\-art performance for OOS intent detection\. Moreover, ablation studies are also conducted, and the results show that the used MiniLM,all\-MiniLM\-L6\-v2, can better adapt to the workflow and utterance embedding requirements\.

## 2Related Work

The open intent detection methods can be mainly categorized into three types, i\.e\., statistical methods, deep\-learning methods and LLM\-embedding methods, according to the problem settings and the types of classifiers\.

### 2\.1Statistical Methods for Intent Detection

The statistical methods use hand\-crafted lexical features with statistical classifiers to detect the intent classes\. Among them,Wanget al\.\([2002](https://arxiv.org/html/2607.07974#bib.bib5)\)proposes a method combining rule\-based grammars with statistical classifiers, but the grammar must be hand\-crafted for each domain\. To reduce the dependence,Haffneret al\.\([2003](https://arxiv.org/html/2607.07974#bib.bib7)\)use support vector machine as discriminative model, which shows strong performance on intent classification without rule\-based components\. But these methods still rely on manually designed features\. Thus,Turet al\.\([2010](https://arxiv.org/html/2607.07974#bib.bib6)\)proposes an n\-gram method to model local contextual dependencies, but feature sparsity limits its effectiveness on diverse intent expressions\. Then,Schuurmans and Frasincar \([2020](https://arxiv.org/html/2607.07974#bib.bib8)\)compare these methods, and show that dense word embeddings outperform the sparse features for intent classification\.

### 2\.2Deep\-Learning Methods for Intent Detection

Then, the deep\-learning methods use artificial neural networks to parametrize intent classifiers and learn dense semantic representations\. E\.g\., CNN is used to extract the local semantic patterns from word embeddings\(Kim,[2014](https://arxiv.org/html/2607.07974#bib.bib32)\), and RNN is used to capture the sequential dependencies for joint intent detection and slot filling\(Liu and Lane,[2016](https://arxiv.org/html/2607.07974#bib.bib33)\)\. Moreover, Transformer model is used to directly capture the global semantic dependencies through self\-attention mechanism\(Vaswaniet al\.,[2017](https://arxiv.org/html/2607.07974#bib.bib34)\)\. These methods improve the in\-distribution accuracy, but the classification mode is still closed\-set, and the classifier can only identify unknown utterances with known intent labels, and cannot reject the OOS intents\(Hendrycks and Gimpel,[2017](https://arxiv.org/html/2607.07974#bib.bib10); Guoet al\.,[2017](https://arxiv.org/html/2607.07974#bib.bib11)\)\.

Thus, to reject the OOS intents, there are several methods, that view the OOS intent detection as a open\-set classification task\. E\.g\.,Hendrycks and Gimpel \([2017](https://arxiv.org/html/2607.07974#bib.bib10)\)set an extra OOS class, and transform the open\-set classification into a closed\-set one\. Then, the method assigns regular scores to each class through softmax probability\. Also,Leeet al\.\([2018](https://arxiv.org/html/2607.07974#bib.bib16)\)propose a Mahalanobis\-based scoring method, that models the score as class\-conditional Gaussian distribution\. But these score assumptions usually violate the real\-world class distributions\. Moreover, with the increasing class number, the OOS labels couple with many known intent labels, then the score of OOS class is diluted and the accuracy decreases\. To improve the representation separability,Zenget al\.\([2021](https://arxiv.org/html/2607.07974#bib.bib18)\)propose a supervised contrastive learning, that learns discriminative embeddings to better separate intent categories\. But this still yields limited improvements\.

Then,Shuet al\.\([2017](https://arxiv.org/html/2607.07974#bib.bib13)\)drop the transformation and propose a open classification method\. The method replaces the softmax probability with one\-vs\-rest sigmoid classifiers, and then calculates a class\-wise rejection threshold\. If the softmax score is over the threshold, the input utterance would be rejected\. Then,Zhanget al\.\([2021](https://arxiv.org/html/2607.07974#bib.bib19)\)propose an decision boundary learning method to learn a boundary from all embedding known intents, and the external region is OOS\. But the method can only learn a single centroid for each intent\. Actually, the embeddings usually have multiple centroids based on our observation\. Then,Liet al\.\([2025](https://arxiv.org/html/2607.07974#bib.bib21)\)propose a multi\-granularity boundary learning method to learning multiple boundaries for each intent\.

### 2\.3LLM\-Embedding Methods for Intent Detection

Then, with the LLM technique, the LLM\-embedding methods are proposed to strengthen the semantic representations and feature embeddings for user utterance by multi\-agent routing mode\. Among them,Aroraet al\.\([2024](https://arxiv.org/html/2607.07974#bib.bib31)\)proposes a hybrid method, that uses a Sentence Transformer to route uncertain intent predictions to a designated LLM\. But this LLM is only designed for uncertain queries and is not trained for OOS queries\. Then,Zaeraet al\.\([2025](https://arxiv.org/html/2607.07974#bib.bib23)\)propose an uncertainty\-aware routing method, that only triggers a fine\-tuned LLM according to the Monte Carlo dropout criterion\. But the routing decisions are still unstable if there exists distribution drift\. And, the multi\-agent LLMs require large computation cost, that make it difficult to deploy for real\-world applications\. Moreover,Chen and Wang \([2025](https://arxiv.org/html/2607.07974#bib.bib35)\)propose a small\-large model collaboration method for few\-shot intent detection\. The method uses LLM to generate OOS utterance and conduct data augmentation during pretraining\. And then, it uses the smaller deep\-learning models to realize intent detection\.

Thus, the existing methods still face two problems\. \(i\) the OOS intent detection is usually viewed as a multi\-class classification and hardly separated from the known intent detection\. \(ii\) The multi\-agent LLMs require remarkably large computation cost\. And due to the reason \(i\), the current routing mechanism is not accurate\.

## 3Method

### 3\.1Cascade Workflow for Intent Detection

The proposed method uses a three\-stage cascade: gate→\\rightarrowrouter→\\rightarrowexpert, as shown in figure[2](https://arxiv.org/html/2607.07974#S3.F2)\. Given an input utterancexx, the gate module first determines the OOS rejection\. Ifxxis rejected, the gate module outputs an OOS label, otherwise,xxis inputted into the following modules\. Then, the router module discriminates the coarse\-grained class domain for the remained known intents\. Then the utterancexxis delivered to an expert module w\.r\.t the class domain for fine\-grained discrimination of a few classes\. Note that, due to the fact that the known intent classification is close\-set, all intents for training is known, thus the router and experts are all parametrized by SmolLM\-135M, that is supervisedly fine\-tuned through low\-rank adaptation \(LoRA\)\(Huet al\.,[2022](https://arxiv.org/html/2607.07974#bib.bib36)\)technique on the observation data of known intents\.

![Refer to caption](https://arxiv.org/html/2607.07974v1/x2.png)Figure 2:An Overview of the cascaded workflow via MiniLM\-based multi\-cluster boundary learning\.For an input utterancexx, the gateG​\(⋅\)G\(\\cdot\)first checks whetherxxis OOS:

z=G​\(x\),z∈\{ID,OOS\},z=G\(x\),\\quad z\\in\\\{\\mathrm\{ID\},\\mathrm\{OOS\}\\\},\(1\)wherezzis the binary decision,ID\\mathrm\{ID\}means the input is in\-distribution, andOOS\\mathrm\{OOS\}means the input is out\-of\-scope\. Ifz=OOSz=\\mathrm\{OOS\}, an OOS label is returned\. Otherwise, the routerR​\(⋅\)R\(\\cdot\)predicts the domain:

d=R​\(x\),d∈𝒟,d=R\(x\),\\quad d\\in\\mathcal\{D\},\(2\)where𝒟\\mathcal\{D\}is the domain set\. Then the expertEd​\(⋅\)E\_\{d\}\(\\cdot\)classifies the intent:

y=Ed​\(x\),y∈𝒴d⊆𝒴ID,y=E\_\{d\}\(x\),\\quad y\\in\\mathcal\{Y\}\_\{d\}\\subseteq\\mathcal\{Y\}\_\{\\mathrm\{ID\}\},\(3\)where𝒴ID\\mathcal\{Y\}\_\{\\mathrm\{ID\}\}is the known intent label set and𝒴d\\mathcal\{Y\}\_\{d\}is the intent subset for domaindd\.

The proposed cascade workflow separates OOS detection from known\-intent classification\. Each module handles a simpler sub\-task to reduces the complexity\. As a result, the Gate only needs to determine whether an input belongs to the known\-intent space\. Thus, a lightweight model is sufficient\.

### 3\.2MiniLM\-Based Intent Embedding

Since the gate only needs to distinguish OOS from known\-intent samples, a lightweight MiniLM encoder,all\-MiniLM\-L6\-v2, is used to construct the semantic representation space\. The MiniLM maps each input utterancexxto an embedding with fixed dimension:

e=fθ​\(x\),e∈ℝh,e=f\_\{\\theta\}\(x\),\\quad e\\in\\mathbb\{R\}^\{h\},\(4\)wherefθ​\(⋅\)f\_\{\\theta\}\(\\cdot\)denotes the MiniLM\-based encoder parameterized byθ\\theta, andhhdenotes the embedding dimension\. Note that, the MiniLM with parameterθ\\thetahas no need to train in this work, that implicitly assumes the MiniLM can directly embed the utterance into multiple clusters, and in fact, that is indeed the case through empirical experiments\. Then, the gate appliesL2L\_\{2\}normalization before computing distances to the centroids:

e¯=e‖e‖2\.\\bar\{e\}=\\frac\{e\}\{\\\|e\\\|\_\{2\}\}\.\(5\)The normalized embeddinge¯\\bar\{e\}is then used to construct the known\-intent geometry for OOS detection\.

The embedding space is not used solely as a generic feature space\. It also defines the local structure of known intents\.But a single\-centroid assumption can be too restrictive\.Because utterances with the same intent label may differ in wording, expression, and semantic focus\. Thus, forcing a known intent into a single compact region can produce an inaccurate boundary\. This increases the risk of rejecting valid in\-domain samples or accepting OOS samples\. Thus, each known intent is represented by multiple local clusters, and each cluster has a centroid\.

For intentyy, its centroid set is defined as:

𝒞y=\{cy,1,cy,2,…,cy,Ky\},\\mathcal\{C\}\_\{y\}=\\\{c\_\{y,1\},c\_\{y,2\},\\ldots,c\_\{y,K\_\{y\}\}\\\},\(6\)wherecy,k,k=1,…,Kyc\_\{y,k\},k=1,\\dots,K\_\{y\}, denotes thekk\-th centroid of known intentyy, andKyK\_\{y\}is the number of centroids\. The centroids are constructed via K\-means clustering within each intent\. The number of centroids is controlled by a global setting and can be overridden for specific intents\. If the number of known intents isMMand each intent hasKKcentroids, the gate maintainsM×KM\\times Kcentroids in total\. These centroids are local geometric representatives of the known intents\. Thus the representation provides the basis for boundary learning\.

### 3\.3Multi\-cluster Boundary Learning for OOS Intent Detection

The multi\-cluster representation defines local semantic regions for known intents, and OOS detection is therefore formulated as a boundary learning problem in the embedding space\. An input is accepted if it falls inside at least one learned known\-intent cluster region and is rejected if it lies outside all known\-intent regions\. To achieve this, the gate learns a local boundary around the centroid of each cluster to separate supported inputs from OOS inputs\.

For the centroid of each clustercy,kc\_\{y,k\}, the gate estimates a local radiusry,kr\_\{y,k\}from the training samples assigned to that specific cluster\. In the default configuration, the radius is computed as follows:

ry,k=μy,k\+λ​σy,k,r\_\{y,k\}=\\mu\_\{y,k\}\+\\lambda\\sigma\_\{y,k\},\(7\)whereμy,k\\mu\_\{y,k\}andσy,k\\sigma\_\{y,k\}are the mean and standard deviation of the distances from the assigned samples tocy,kc\_\{y,k\}, andλ\\lambdacontrols the boundary width\.

The distance function is a diagonal Mahalanobis distance\. For an embeddinge¯\\bar\{e\}and a centroidcc, the distance is computed as:

d​\(e¯,c\)=∑j\(e¯j−cj\)2​1σj2\+ϵ,d\(\\bar\{e\},c\)=\\sqrt\{\\sum\_\{j\}\(\\bar\{e\}\_\{j\}\-c\_\{j\}\)^\{2\}\\frac\{1\}\{\\sigma\_\{j\}^\{2\}\+\\epsilon\}\},\(8\)wheree¯j\\bar\{e\}\_\{j\}is thejj\-th component ofe¯\\bar\{e\}andcjc\_\{j\}is the same componenet ofcc\. Moreover,σj2\\sigma\_\{j\}^\{2\}is the corresponding feature\-wise variance estimated from samples assigned to the corresponding cluster, andϵ\\epsilonis a small regularization constant\. This distance weights each embedding dimension by its estimated variance, which reduces the influence of dimensions with large natural variation\.

For an incoming utterance, the gate compares its normalized embedding with all known\-intent centroids and computes the normalized nearest\-boundary score:

s​\(e¯\)=miny∈𝒴ID,1≤k≤Ky⁡d​\(e¯,cy,k\)ry,k,s\(\\bar\{e\}\)=\\min\_\{y\\in\\mathcal\{Y\}\_\{\\mathrm\{ID\}\},\\;1\\leq k\\leq K\_\{y\}\}\\frac\{d\(\\bar\{e\},c\_\{y,k\}\)\}\{r\_\{y,k\}\},\(9\)wherecy,kc\_\{y,k\}denotes thekk\-th local centroid of known intentyy, andry,kr\_\{y,k\}denotes the corresponding local boundary radius\. The ratio of Eq\. \([9](https://arxiv.org/html/2607.07974#S3.E9)\) measures the distance frome¯\\bar\{e\}to this centroid relative to the learned local boundary size\.

The gate decision is:

G​\(x\)=\{ID,s​\(e¯\)≤1OOS,s​\(e¯\)\>1G\(x\)=\\begin\{cases\}\\mathrm\{ID\},&s\(\\bar\{e\}\)\\leq 1\\\\ \\mathrm\{OOS\},&s\(\\bar\{e\}\)\>1\\end\{cases\}\(10\)The threshold is one because each distance is normalized by its radius\. Ifs​\(e¯\)≤1s\(\\bar\{e\}\)\\leq 1, the input falls inside at least one known\-intent region and is accepted\. Ifs​\(e¯\)\>1s\(\\bar\{e\}\)\>1, the input lies outside all known\-intent regions and is rejected as OOS\. The gate only decides whether an input belongs to the known intent space\. It does not assign a specific intent label\.

## 4Experiments

### 4\.1Datasets

Three datasets are used for performance evaluation, as shown in Table[1](https://arxiv.org/html/2607.07974#S4.T1)\. For each dataset, they are split into training, validation and test sets under 6:1:3\.

CLINC150is a large\-scale multi\-domain dataset with 150 in\-scope intents and explicit OOS samples\(Larsonet al\.,[2019](https://arxiv.org/html/2607.07974#bib.bib1)\)\. The data source is available at[https://github\.com/clinc/oos\-eval](https://github.com/clinc/oos-eval)\.

StackOverflowis a technical\-domain short\-text dataset with 20 intent classes and substantial semantic overlap across classes\. The data source is available at[https://github\.com/jacoxu/StackOverflow](https://github.com/jacoxu/StackOverflow)\.

Banking77is a fine\-grained, single\-domain dataset with 77 intent classes\. It focuses on high\-granularity classification in the financial domain\. The data source is available at[https://github\.com/PolyAI\-LDN/task\-specific\-datasets](https://github.com/PolyAI-LDN/task-specific-datasets)\.

Table 1:Dataset statistics\.
### 4\.2Baselines and Experimental Settings

This work defines Known Intent Ratio \(KIR\) to describe the class number of all intents that split into the known intent class from datasets, as follows:

KIR=\|𝒴ID\|\|𝒴\|,\\text\{KIR\}=\\frac\{\|\\mathcal\{Y\}\_\{\\mathrm\{ID\}\}\|\}\{\|\\mathcal\{Y\}\|\},\(11\)where𝒴\\mathcal\{Y\}is the full intent label set and𝒴ID\\mathcal\{Y\}\_\{\\mathrm\{ID\}\}is the subset of intents treated as known during training\.

Moreover, the following state\-of\-the\-art methods are selected as baselines:

MSP\(Hendrycks and Gimpel,[2017](https://arxiv.org/html/2607.07974#bib.bib10)\)uses the maximum softmax probability as the confidence score for detecting misclassified or out\-of\-distribution samples\.

OpenMax\(Bendale and Boult,[2016](https://arxiv.org/html/2607.07974#bib.bib12)\)recalibrates activation scores and estimates the probability that an input belongs to an unknown class\.

DOC\(Shuet al\.,[2017](https://arxiv.org/html/2607.07974#bib.bib13)\)replaces the softmax layer with independent sigmoid classifiers and performs class\-wise open\-set rejection\.

DeepUnk\(Lin and Xu,[2019](https://arxiv.org/html/2607.07974#bib.bib14)\)uses margin loss to learn discriminative intent features and applies density\-based novelty detection for unknown intent detection\.

KNNCL\(Zhouet al\.,[2022](https://arxiv.org/html/2607.07974#bib.bib15)\)combines KNN\-based contrastive representation learning with density\-based outlier detection for OOD intent classification\.

ADB\(Zhanget al\.,[2021](https://arxiv.org/html/2607.07974#bib.bib19)\)learns adaptive class\-specific decision boundaries for open intent detection\.

DA\-ADB\(Zhanget al\.,[2023](https://arxiv.org/html/2607.07974#bib.bib20)\)improves ADB with distance\-aware representation learning and adaptive boundary learning\.

Moreover, for the proposed cascade workflow, the model in gate module is 22M\-parameterall\-MiniLM\-L6\-v2\. The models in router and expert modules are both 135M\-parameterSmolLM\-135M\. The rank of LoRA \(see section[2\.1](https://arxiv.org/html/2607.07974#S2.SS1)\) is set as 32 for router, and set as 16 for expert\. The scaling factor of LoRA is set as 64 for router, and set as 32 for expert\. Due to the usage of LoRA, the parameter scaling is about 160M, which is close to that of BERT\-base\(Zenget al\.,[2021](https://arxiv.org/html/2607.07974#bib.bib18); Zhanget al\.,[2021](https://arxiv.org/html/2607.07974#bib.bib19); Liet al\.,[2025](https://arxiv.org/html/2607.07974#bib.bib21)\)\. The models are all trained on NVIDIA RTX 5070 GPU\. The optimizer is AdamW with default settings\. The batch size is 32\. The learning rate is2×10−42\\times 10^\{\-4\}\. The sub\-centroid number for each intentyyin Eq\. \([6](https://arxiv.org/html/2607.07974#S3.E6)\) is set asKy=2K\_\{y\}=2\. The boundary scaling factor in Eq\. \([7](https://arxiv.org/html/2607.07974#S3.E7)\) is set asλ=0\.5\\lambda=0\.5for CLINC150 andλ=1\\lambda=1for the other datasets\. The embedding dimension in Eq\. \([4](https://arxiv.org/html/2607.07974#S3.E4)\) is set ash=384h=384\.

### 4\.3Evaluation Metrics

To evaluate and compare the performances of all methods, Known F1 score, OOS F1 score and Acc are selected as metrics\.

Known F1 score\(Liuet al\.,[2021](https://arxiv.org/html/2607.07974#bib.bib38); Zawbaaet al\.,[2024](https://arxiv.org/html/2607.07974#bib.bib37)\)is calculated by averaging F1 scores over all known intent classes, as follows:

Known​F1=1\|𝒴ID\|​∑y∈𝒴ID2​Py​RyPy\+Ry,\\mathrm\{Known\\ F1\}=\\frac\{1\}\{\|\\mathcal\{Y\}\_\{\\mathrm\{ID\}\}\|\}\\sum\_\{y\\in\\mathcal\{Y\}\_\{\\mathrm\{ID\}\}\}\\frac\{2P\_\{y\}R\_\{y\}\}\{P\_\{y\}\+R\_\{y\}\},\(12\)where𝒴ID\\mathcal\{Y\}\_\{\\mathrm\{ID\}\}denotes the known\-intent label set\.PyP\_\{y\}andRyR\_\{y\}denote the precision and recall of classyy, respectively\.

OOS F1 score\(Liuet al\.,[2021](https://arxiv.org/html/2607.07974#bib.bib38); Zawbaaet al\.,[2024](https://arxiv.org/html/2607.07974#bib.bib37)\)is calculated for evaluating OOS detection performance, as follows:

OOS​F1=2​POOS​ROOSPOOS\+ROOS,\\mathrm\{OOS\\ F1\}=\\frac\{2P\_\{\\mathrm\{OOS\}\}R\_\{\\mathrm\{OOS\}\}\}\{P\_\{\\mathrm\{OOS\}\}\+R\_\{\\mathrm\{OOS\}\}\},\(13\)where

POOS\\displaystyle P\_\{\\mathrm\{OOS\}\}=TPOOSTPOOS\+FPOOS,\\displaystyle=\\frac\{\\mathrm\{TP\}\_\{\\mathrm\{OOS\}\}\}\{\\mathrm\{TP\}\_\{\\mathrm\{OOS\}\}\+\\mathrm\{FP\}\_\{\\mathrm\{OOS\}\}\},\(14\)ROOS\\displaystyle R\_\{\\mathrm\{OOS\}\}=TPOOSTPOOS\+FNOOS\.\\displaystyle=\\frac\{\\mathrm\{TP\}\_\{\\mathrm\{OOS\}\}\}\{\\mathrm\{TP\}\_\{\\mathrm\{OOS\}\}\+\\mathrm\{FN\}\_\{\\mathrm\{OOS\}\}\}\.TPOOS\\mathrm\{TP\}\_\{\\mathrm\{OOS\}\},FPOOS\\mathrm\{FP\}\_\{\\mathrm\{OOS\}\}andFNOOS\\mathrm\{FN\}\_\{\\mathrm\{OOS\}\}denote true positives, false positives and false negatives w\.r\.t\. the OOS class, respectively\.

Accis the overall accuracy over all test samples, as follows:

Acc=1N​∑i=1N𝕀​\(y^i=yi\),\\mathrm\{Acc\}=\\frac\{1\}\{N\}\\sum\_\{i=1\}^\{N\}\\mathbb\{I\}\(\\hat\{y\}\_\{i\}=y\_\{i\}\),\(15\)whereNNis the size of test set,yiy\_\{i\}andy^i\\hat\{y\}\_\{i\}are the ground truth and the predicted labels of theii\-th sample, respectively\. And𝕀​\(⋅\)\\mathbb\{I\}\(\\cdot\)is the indicator function\.

### 4\.4Performance on OOS Intent Detection

The performance on OOS intent detection is presented in table[2](https://arxiv.org/html/2607.07974#S4.T2)\. The results show that the proposed method achieves the state\-of\-the\-art OOS F1 scores across all settings\. Compared to the baselines, the proposed method achieves 0\.85%∼17\.12%\\sim 17\.12\\%improvements on OOS F1 scores\.

As shown in table[2](https://arxiv.org/html/2607.07974#S4.T2), the OOS F1 scores of all methods decrease as KIR increases\. That means the dense known intent distributions intensify the semantic overlap between in\-domain and OOS queries\.

But the proposed method performs stability on OOS F1 scores under different KIRs\. A possible reason is that our method maps user utterance into multiple clusters, that helps draw a clearer boundary compared to single cluster\(Zhanget al\.,[2021](https://arxiv.org/html/2607.07974#bib.bib19),[2023](https://arxiv.org/html/2607.07974#bib.bib20)\)\. Moreover, the proposed method achieves outstanding performance on Banking77 dataset when KIR=0\.25, but ranks second or third on known intent detection task\. That means the supervised fine\-tuning of MiniLMs used in router and experts yields unsatisfactory performance\. But we think it still provides some insights for known intent detection task, though it is not the main contribution of this work\. And the cascade workflow actually separates the OOS rejection and known intent detection process\. Thus, if the other baseline methods can perform better than ours, it is easy to replace the router\-experts pipeline with that method\.

Table 2:Performance comparison for all methods under different KIRs\.
### 4\.5Interpretability Analysis for Gate Stage

![Refer to caption](https://arxiv.org/html/2607.07974v1/x3.png)Figure 3:An example of MiniLM embeddings from CLINC150 dataset whenKIR=0\.50\\mathrm\{KIR\}=0\.50\.![Refer to caption](https://arxiv.org/html/2607.07974v1/x4.png)Figure 4:Gate score distribution on CLINC150 underKIR=0\.50\\mathrm\{KIR\}=0\.50\. The dashed line markss​\(e¯\)=1s\(\\bar\{e\}\)=1\.Figure[3](https://arxiv.org/html/2607.07974#S4.F3)provides an example, that shows the MiniLM embedding results on two dimensions\. It is clear that the embeddings of known intents generate multiple clusters, and the utterance embedding with the same intent class would concentrate into the same cluster\. This makes it easy to discover the boundary for all known intents, especially with higher dimension, and the outside space is out\-of\-scope\. A clearer evidence to show the separation is presented in figure[4](https://arxiv.org/html/2607.07974#S4.F4)\. According to our method, the threshold score strictly separates the two distributions of the known intent samples and OOS intent samples\.

Moreover, some OOS intent samples are used to help learn the parameterλ\\lambdain Eq\. \([7](https://arxiv.org/html/2607.07974#S3.E7)\)\. They are viewed as unknown intent samples in the validation set\. But actually, although there is a bit of overlap between samples of the unknown intent samples and the OOS intent test samples as shown in figure[3](https://arxiv.org/html/2607.07974#S4.F3), the distributions of them are different, as shown in figure[4](https://arxiv.org/html/2607.07974#S4.F4)\. That means, the distribution of the unknown intent samples do not influence the learning performances\.

### 4\.6MiniLM Selection for Gate stage

The ablation studies for MiniLM selection of gate stage are also conducted, as shown in table[3](https://arxiv.org/html/2607.07974#S4.T3)\. In the table,Without Gatemeans to cancel the gate stage in our full pipeline, and instead conduct OOS rejection in the router module\.Cascade\-MiniLMandCascade\-SmolLMmeans to use the MiniLMs in all stages\.

Table 3:Ablation results under different KIR settings\.The results that the full pipeline of ours achieves the state\-of\-the\-art performance, compared the ablation variants\. That means, \(i\) the gate stage is essential for OOS rejection, \(ii\) hybrid MiniLMs in ours have more advantages\.

Moreover, we first use the 135M\-parameterSmolLM\-135Mfor all stages actually\. But after that, we replace it with the 22M\-parameterall\-MiniLM\-L6\-v2for gate stage, and the performance is improved\. That means, it is not essential to use models with large parameters, which refers to our insight on LLMs in section Related Work\.

## 5Conclusion

This work proposes a multi\-cluster boundary learning method for OOS intent detection via a cascade MiniLM workflow\. That workflow separates the OOS intent detection from the multi\-class classification of known intents, and views it as a one\-class classification problem\. Then, multi\-cluster boundary learning is conducted to learn the boundary of MiniLM embeddings from the input user utterances\. That boundary separates the embedding domain of OOS intents and known intents\. Extensive experiments are conducted on public datasets\. The results show that the proposed method achieve the stete\-of\-the\-art OOS intent detection performance\. Ablation studies also show that the MiniLM settings are reasonable at present\. Moreover, the performance of the method is not always the best one on the task of known intent detection, but the cascade workflow completely decouples the two detection process for OOS and known intents\. Thus, the result does not influence the aforementioned conclusion\. And moreover, the lightweight models have outstanding advantages for real\-world applications compared to the large models\. The more advanced MiniLMs perhaps improve the detection performance by using this framework in the future\.

## References

- G\. Arora, S\. Jain, and S\. Merugu \(2024\)Intent detection in the age of LLMs\.InEMNLP,Note:[https://aclanthology\.org/2024\.emnlp\-industry\.114/](https://aclanthology.org/2024.emnlp-industry.114/)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p2.1),[§2\.3](https://arxiv.org/html/2607.07974#S2.SS3.p1.1)\.
- A\. Bendale and T\. E\. Boult \(2016\)Towards open set deep networks\.InCVPR,Note:[https://openaccess\.thecvf\.com/content\_cvpr\_2016/html/Bendale\_Towards\_Open\_Set\_CVPR\_2016\_paper\.html](https://openaccess.thecvf.com/content_cvpr_2016/html/Bendale_Towards_Open_Set_CVPR_2016_paper.html)Cited by:[§4\.2](https://arxiv.org/html/2607.07974#S4.SS2.p4.1)\.
- P\. Chen and B\. Wang \(2025\)On collaborating small and large models for few\-shot intent detection\.InEMNLP Findings,Note:[https://aclanthology\.org/2025\.findings\-emnlp\.749/](https://aclanthology.org/2025.findings-emnlp.749/)Cited by:[§2\.3](https://arxiv.org/html/2607.07974#S2.SS3.p1.1)\.
- C\. Guo, G\. Pleiss, Y\. Sun, and K\. Q\. Weinberger \(2017\)On calibration of modern neural networks\.InICML,Note:[https://proceedings\.mlr\.press/v70/guo17a\.html](https://proceedings.mlr.press/v70/guo17a.html)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p2.1),[§2\.2](https://arxiv.org/html/2607.07974#S2.SS2.p1.1)\.
- P\. Haffner, G\. Tur, and J\. H\. Wright \(2003\)Optimizing SVMs for complex call classification\.InICASSP,Note:[https://doi\.org/10\.1109/ICASSP\.2003\.1198860](https://doi.org/10.1109/ICASSP.2003.1198860)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p2.1),[§2\.1](https://arxiv.org/html/2607.07974#S2.SS1.p1.1)\.
- D\. Hendrycks and K\. Gimpel \(2017\)A baseline for detecting misclassified and out\-of\-distribution examples in neural networks\.InICLR,Note:[https://openreview\.net/forum?id=Hkg4TI9xl](https://openreview.net/forum?id=Hkg4TI9xl)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p2.1),[§2\.2](https://arxiv.org/html/2607.07974#S2.SS2.p1.1),[§2\.2](https://arxiv.org/html/2607.07974#S2.SS2.p2.1),[§4\.2](https://arxiv.org/html/2607.07974#S4.SS2.p3.1)\.
- G\. Hoffman, T\. Bhattacharjee, and S\. Nikolaidis \(2024\)Inferring human intent and predicting human action in human\-robot collaboration\.Annual Review of Control, Robotics, and Autonomous Systems7,pp\. 73–95\.Note:[https://doi\.org/10\.1146/annurev\-control\-071223\-105834](https://doi.org/10.1146/annurev-control-071223-105834)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p1.1)\.
- E\. J\. Hu, Y\. Shen, P\. Wallis, Z\. Allen\-Zhu, Y\. Li, S\. Wang, L\. Wang, and W\. Chen \(2022\)LoRA: low\-rank adaptation of large language models\.InICLR,Note:[https://openreview\.net/forum?id=nZeVKeeFYf9](https://openreview.net/forum?id=nZeVKeeFYf9)Cited by:[§3\.1](https://arxiv.org/html/2607.07974#S3.SS1.p1.6)\.
- Y\. Kim \(2014\)Convolutional neural networks for sentence classification\.InEMNLP,Note:[https://aclanthology\.org/D14\-1181/](https://aclanthology.org/D14-1181/)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p2.1),[§2\.2](https://arxiv.org/html/2607.07974#S2.SS2.p1.1)\.
- S\. Larson, A\. Mahendran, J\. J\. Peper, C\. Clarke, A\. Lee, P\. Hill, J\. K\. Kummerfeld, K\. Leach, M\. A\. Laurenzano, L\. Tang, and J\. Mars \(2019\)An evaluation dataset for intent classification and out\-of\-scope prediction\.InEMNLP,Note:[https://aclanthology\.org/D19\-1131/](https://aclanthology.org/D19-1131/)Cited by:[§4\.1](https://arxiv.org/html/2607.07974#S4.SS1.p2.1)\.
- K\. Lee, K\. Lee, H\. Lee, and J\. Shin \(2018\)A simple unified framework for detecting out\-of\-distribution samples and adversarial attacks\.InNeurIPS,Note:[https://papers\.nips\.cc/paper\_files/paper/2018/hash/abdeb6f575ac5c6676b747bca8d09cc2\-Abstract\.html](https://papers.nips.cc/paper_files/paper/2018/hash/abdeb6f575ac5c6676b747bca8d09cc2-Abstract.html)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p2.1),[§2\.2](https://arxiv.org/html/2607.07974#S2.SS2.p2.1)\.
- Y\. Li, X\. Ouyang, C\. Pan, J\. Zhang, S\. Zhao, S\. Xia, X\. Yang, G\. Wang, and T\. Li \(2025\)Multi\-granularity open intent classification via adaptive granular\-ball decision boundary\.InAAAI,Note:[https://ojs\.aaai\.org/index\.php/AAAI/article/view/34630](https://ojs.aaai.org/index.php/AAAI/article/view/34630)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p3.1),[§2\.2](https://arxiv.org/html/2607.07974#S2.SS2.p3.1),[§4\.2](https://arxiv.org/html/2607.07974#S4.SS2.p10.6)\.
- T\. Lin and H\. Xu \(2019\)Deep unknown intent detection with margin loss\.InACL,Note:[https://aclanthology\.org/P19\-1548/](https://aclanthology.org/P19-1548/)Cited by:[§4\.2](https://arxiv.org/html/2607.07974#S4.SS2.p6.1)\.
- B\. Liu and I\. Lane \(2016\)Attention\-based recurrent neural network models for joint intent detection and slot filling\.InINTERSPEECH,Note:[https://www\.isca\-archive\.org/interspeech\_2016/liu16c\_interspeech\.html](https://www.isca-archive.org/interspeech_2016/liu16c_interspeech.html)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p2.1),[§2\.2](https://arxiv.org/html/2607.07974#S2.SS2.p1.1)\.
- L\. Liu, H\. Zhang, H\. Jiang, Y\. Li, E\. Zhao, K\. Xu, L\. Song, S\. Zheng, B\. Zhou, D\. Zhu, X\. Feng, T\. Chen, T\. Yang, D\. Yu, F\. Zhang, Z\. Kang, and S\. Shi \(2021\)TexSmart: a system for enhanced natural language understanding\.InACL Demo,Note:[https://aclanthology\.org/2021\.acl\-demo\.20/](https://aclanthology.org/2021.acl-demo.20/)Cited by:[§4\.3](https://arxiv.org/html/2607.07974#S4.SS3.p2.5),[§4\.3](https://arxiv.org/html/2607.07974#S4.SS3.p3.4)\.
- S\. Louvan and B\. Magnini \(2020\)Recent neural methods on slot filling and intent classification for task\-oriented dialogue systems: a survey\.InCOLING,pp\. 480–496\.Note:[https://aclanthology\.org/2020\.coling\-main\.42/](https://aclanthology.org/2020.coling-main.42/)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p1.1)\.
- A\. J\. M\. Muzahid, X\. Zhao, and Z\. Wang \(2024\)Survey on human\-vehicle interactions and AI collaboration for optimal decision\-making in automated driving\.arXiv\.Note:[https://arxiv\.org/abs/2412\.08005](https://arxiv.org/abs/2412.08005)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p1.1)\.
- J\. Schuurmans and F\. Frasincar \(2020\)Intent classification for dialogue utterances\.IEEE Intelligent Systems35\(1\),pp\. 82–88\.Note:[https://doi\.org/10\.1109/MIS\.2019\.2954966](https://doi.org/10.1109/MIS.2019.2954966)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p2.1),[§2\.1](https://arxiv.org/html/2607.07974#S2.SS1.p1.1)\.
- L\. Shu, H\. Xu, and B\. Liu \(2017\)DOC: deep open classification of text documents\.InEMNLP,Note:[https://aclanthology\.org/D17\-1314/](https://aclanthology.org/D17-1314/)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p2.1),[§2\.2](https://arxiv.org/html/2607.07974#S2.SS2.p3.1),[§4\.2](https://arxiv.org/html/2607.07974#S4.SS2.p5.1)\.
- G\. Tur, D\. Hakkani\-Tür, and L\. Heck \(2010\)What is left to be understood in ATIS?\.InIEEE Spoken Language Technology Workshop,Note:[https://doi\.org/10\.1109/SLT\.2010\.5700816](https://doi.org/10.1109/SLT.2010.5700816)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p1.1),[§2\.1](https://arxiv.org/html/2607.07974#S2.SS1.p1.1)\.
- A\. Vaswani, N\. Shazeer, N\. Parmar, J\. Uszkoreit, L\. Jones, A\. N\. Gomez, Ł\. Kaiser, and I\. Polosukhin \(2017\)Attention is all you need\.InNeurIPS,Note:[https://proceedings\.neurips\.cc/paper/2017/hash/3f5ee243547dee91fbd053c1c4a845aa\-Abstract\.html](https://proceedings.neurips.cc/paper/2017/hash/3f5ee243547dee91fbd053c1c4a845aa-Abstract.html)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p2.1),[§2\.2](https://arxiv.org/html/2607.07974#S2.SS2.p1.1)\.
- Y\. Wang, A\. Acero, C\. Chelba, B\. Frey, and L\. Wong \(2002\)Combination of statistical and rule\-based approaches for spoken language understanding\.InICSLP,pp\. 609–612\.External Links:[Link](https://doi.org/10.21437/ICSLP.2002-204)Cited by:[§2\.1](https://arxiv.org/html/2607.07974#S2.SS1.p1.1)\.
- G\. Wölflein, D\. Ferber, D\. Truhn, O\. Arandjelović, and J\. N\. Kather \(2025\)LLM agents making agent tools\.InACL,Note:[https://aclanthology\.org/2025\.acl\-long\.1266/](https://aclanthology.org/2025.acl-long.1266/)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p1.1)\.
- Á\. Zaera, D\. N\. Popa, I\. Sekulic, and P\. Rosso \(2025\)Efficient out\-of\-scope detection in dialogue systems via uncertainty\-driven LLM routing\.InACL,Note:[https://aclanthology\.org/2025\.acl\-industry\.25/](https://aclanthology.org/2025.acl-industry.25/)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p3.1),[§2\.3](https://arxiv.org/html/2607.07974#S2.SS3.p1.1)\.
- H\. M\. Zawbaa, W\. Rashwan, S\. Dutta, and H\. Assem \(2024\)Improved out\-of\-scope intent classification with dual encoding and threshold\-based re\-classification\.InLREC and COLING,Note:[https://aclanthology\.org/2024\.lrec\-main\.763/](https://aclanthology.org/2024.lrec-main.763/)Cited by:[§4\.3](https://arxiv.org/html/2607.07974#S4.SS3.p2.5),[§4\.3](https://arxiv.org/html/2607.07974#S4.SS3.p3.4)\.
- Z\. Zeng, K\. He, Y\. Yan, Z\. Liu, Y\. Wu, H\. Xu, H\. Jiang, and W\. Xu \(2021\)Modeling discriminative representations for out\-of\-domain detection with supervised contrastive learning\.InACL and IJCNLP,Note:[https://aclanthology\.org/2021\.acl\-short\.110/](https://aclanthology.org/2021.acl-short.110/)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p2.1),[§2\.2](https://arxiv.org/html/2607.07974#S2.SS2.p2.1),[§4\.2](https://arxiv.org/html/2607.07974#S4.SS2.p10.6)\.
- H\. Zhang, H\. Xu, and T\. Lin \(2021\)Deep open intent classification with adaptive decision boundary\.InAAAI,Note:[https://ojs\.aaai\.org/index\.php/AAAI/article/view/17690](https://ojs.aaai.org/index.php/AAAI/article/view/17690)Cited by:[§1](https://arxiv.org/html/2607.07974#S1.p2.1),[§2\.2](https://arxiv.org/html/2607.07974#S2.SS2.p3.1),[§4\.2](https://arxiv.org/html/2607.07974#S4.SS2.p10.6),[§4\.2](https://arxiv.org/html/2607.07974#S4.SS2.p8.1),[§4\.4](https://arxiv.org/html/2607.07974#S4.SS4.p3.1)\.
- H\. Zhang, H\. Xu, S\. Zhao, and Q\. Zhou \(2023\)Learning discriminative representations and decision boundaries for open intent detection\.IEEE/ACM Transactions on Audio, Speech, and Language Processing31,pp\. 1611–1623\.Note:[https://ieeexplore\.ieee\.org/document/10102404](https://ieeexplore.ieee.org/document/10102404)Cited by:[§4\.2](https://arxiv.org/html/2607.07974#S4.SS2.p9.1),[§4\.4](https://arxiv.org/html/2607.07974#S4.SS4.p3.1)\.
- Y\. Zhou, P\. Liu, and X\. Qiu \(2022\)KNN\-contrastive learning for out\-of\-domain intent classification\.InACL,Note:[https://aclanthology\.org/2022\.acl\-long\.352/](https://aclanthology.org/2022.acl-long.352/)Cited by:[§4\.2](https://arxiv.org/html/2607.07974#S4.SS2.p7.1)\.

Similar Articles

MAG: MAnifold Guided Semi-Supervised Multi-modal In-Context Learning

arXiv cs.LG

This paper introduces MAG, a manifold-guided framework for semi-supervised multi-modal in-context demonstration selection, leveraging unlabeled data to improve few-shot ICL for MLLMs. Experiments on eight benchmarks show consistent gains in label-scarce regimes.

Semantic-Aligned Structural Abstraction for Multimodal Sentiment Analysis

arXiv cs.CL

The paper proposes SentiLLM, a framework that uses semantic-aligned structural abstraction to distill non-verbal modalities into text-like tokens for multimodal sentiment analysis with LLMs. It introduces a dual-stream salience-context calibration mechanism and achieves superior performance on four datasets.

In-Context Learning Operates as Concept Subspace Learning

arXiv cs.LG

This paper proposes that in-context learning in LLMs operates through low-dimensional concept subspaces, where task-relevant information concentrates in a small fraction of the representation space, supported by experiments on Llama-3-8B and Qwen2.5-7B.