paper-with-me

Papers

Known Intents, New Combinations: Clause-Factorized Decoding for Compositional Multi-Intent Detection

2026-03-30 · Abhilash Nandy arxiv

Multi-intent detection papers usually ask whether a model can recover multiple intents from one utterance. We ask a harder and, for deployment, more useful question: can it recover new combinations of familiar intents? Existing benchmarks only weakly test this, because train and test often share the same broad co-occurrence patterns. We introduce CoMIX-Shift, a controlled benchmark built to stress compositional generalization in multi-intent detection through held-out intent pairs, discourse-pattern shift, longer and noisier wrappers, held-out clause templates, and zero-shot triples. We also present ClauseCompose, a lightweight decoder trained only on singleton intents, and compare it to whole-utterance baselines including a fine-tuned tiny BERT model. Across three random seeds, ClauseCompose reaches 95.7 exact match on unseen intent pairs, 93.9 on discourse-shifted pairs, 62.5 on longer/noisier pairs, 49.8 on held-out templates, and 91.1 on unseen triples. WholeMultiLabel reaches 81.4, 55.7, 18.8, 15.5, and 0.0; the BERT baseline reaches 91.5, 77.6, 48.9, 11.0, and 0.0. We also add a 240-example manually authored SNIPS-style compositional set with five held-out pairs; there, ClauseCompose reaches 97.5 exact match on unseen pairs and 86.7 under connector shift, compared with 41.3 and 10.4 for WholeMultiLabel. The results suggest that multi-intent detection needs more compositional evaluation, and that simple factorization goes surprisingly far once evaluation asks for it.

📄 PDF Abstract BibTeX arXiv:2603.28929

Code (0)

등록된 구현이 없습니다.

Tasks

Intent Detection

Similar Papers 제목 키워드 기반

Faster and Better Grammar-based Text-to-SQL Parsing via Clause-level Parallel Decoding and Alignment Loss

2022-04-26 · Kun Wu, Lijie Wang, Zhenghua Li, Xinyan Xiao

Grammar-based parsers have achieved high performance in the cross-domain text-to-SQL parsing task, but suffer from low decoding efficiency due to the much larger number of actions for grammar selection than that of token…

SQL ParsingText to SQLText-To-SQL

Clause-Wise and Recursive Decoding for Complex and Cross-Domain Text-to-SQL Generation

2019-04-18 · IJCNLP 2019 11 · Dongjun Lee

Most deep learning approaches for text-to-SQL generation are limited to the WikiSQL dataset, which only supports very simple queries over a single table. We focus on the Spider dataset, a complex and cross-domain text-to…

Text to SQLText-To-SQL

Effective internal language model training and fusion for factorized transducer model

2024-04-02 · Jinxi Guo, Niko Moritz, Yingyi Ma, Frank Seide 외

The internal language model (ILM) of the neural transducer has been widely studied. In most prior work, it is mainly used for estimating the ILM score and is subsequently subtracted during inference to facilitate improve…

Language ModelingLanguage Modellingmodel

Towards Multi-label Unknown Intent Detection

2022-10-01 · COLING 2022 10 · Yawen Ouyang, Zhen Wu, Xinyu Dai, ShuJian Huang 외

Multi-class unknown intent detection has made remarkable progress recently. However, it has a strong assumption that each utterance has only one intent, which does not conform to reality because utterances often have mul…

Intent Detection

Trees from Marginals: Autoregressive drafting with factorized priors

2026-07-07 · Yuma Oda, Ryan Mathieu, Roman Knyazhitskiy, Artur Chakhvadze arxiv

Speculative decoding greatly increases the interactivity of autoregressive language models by trading off computation for extra tokens generated in a single forward pass. Factorized draft models are especially efficient …