paper-with-me

홈 › Papers

The Devil is in the Details: On Models and Training Regimes for Few-Shot Intent Classification

2022-10-12 · Mohsen Mesgar, Thy Thy Tran, Goran Glavas, Iryna Gurevych

Few-shot Intent Classification (FSIC) is one of the key challenges in modular task-oriented dialog systems. While advanced FSIC methods are similar in using pretrained language models to encode texts and nearest neighbour-based inference for classification, these methods differ in details. They start from different pretrained text encoders, use different encoding architectures with varying similarity functions, and adopt different training regimes. Coupling these mostly independent design decisions and the lack of accompanying ablation studies are big obstacle to identify the factors that drive the reported FSIC performance. We study these details across three key dimensions: (1) Encoding architectures: Cross-Encoder vs Bi-Encoders; (2) Similarity function: Parameterized (i.e., trainable) functions vs non-parameterized function; (3) Training regimes: Episodic meta-learning vs the straightforward (i.e., non-episodic) training. Our experimental results on seven FSIC benchmarks reveal three important findings. First, the unexplored combination of the cross-encoder architecture (with parameterized similarity scoring function) and episodic meta-learning consistently yields the best FSIC performance. Second, Episodic training yields a more robust FSIC classifier than non-episodic one. Third, in meta-learning methods, splitting an episode to support and query sets is not a must. Our findings paves the way for conducting state-of-the-art research in FSIC and more importantly raise the community's attention to details of FSIC methods. We release our code and data publicly.

📄 PDF Abstract BibTeX arXiv:2210.06440

Code (0)

등록된 구현이 없습니다.

Tasks

intent-classificationIntent ClassificationMeta-Learning

Similar Papers 제목 키워드 기반

Efficient Intent Detection with Dual Sentence Encoders

2020-03-10 · WS 2020 7 · Iñigo Casanueva, Tadas Temčinas, Daniela Gerz, Matthew Henderson 외

Building conversational systems in new domains and with added functionality requires resource-efficient models that work under low-data regimes (i.e., in few-shot setups). Motivated by these requirements, we introduce in…

CPUIntent DetectionSentence

The Devil is in Low-Level Features for Cross-Domain Few-Shot Segmentation

2025-03-27 · CVPR 2025 1 · YuHan Liu, Yixiong Zou, Yuhua Li, Ruixuan Li

Cross-Domain Few-Shot Segmentation (CDFSS) is proposed to transfer the pixel-level segmentation capabilities learned from large-scale source-domain datasets to downstream target-domain datasets, with only a few annotated…

Cross-Domain Few-ShotSegmentation

Mimic Intent, Not Just Trajectories

2026-02-09 · Renming Huang, Chendong Zeng, Wenjing Tang, Jintian Cai 외 arxiv

While imitation learning (IL) has achieved impressive success in dexterous manipulation through generative modeling and pretraining, state-of-the-art approaches like Vision-Language-Action (VLA) models still struggle wit…

Deep Video Deblurring: The Devil is in the Details

2019-09-26 · Jochen Gast, Stefan Roth

Video deblurring for hand-held cameras is a challenging task, since the underlying blur is caused by both camera shake and object motion. State-of-the-art deep networks exploit temporal information from neighboring frame…

DeblurringVideo Deblurring

Paved with True Intents: Intent-Aware Training Improves LLM Safety Classification Across Training Regimes

2026-06-25 · Jeremias Ferrao, Niclas Müller-Hof, Iustin Sîrbu, Traian Rebedea 외 arxiv

We argue that safety classifiers should model user intent as an explicit signal between the prompt and the final label. To study this, we introduce AIMS, a human-annotated dataset of 1,724 difficult safety prompts, each …

Reinforcement Learning