← Search

Fuxuan Wei

4 accepted papers

2025

CroPrompt: Cross-task Interactive Prompting for Zero-shot Spoken Language Understanding

ICASSP 2025accepted

Slot filling and intent detection are two highly correlated tasks in spoken language understanding (SLU). Recent SLU research attempts to explore zero-shot prompting techniques in large language models to alleviate the data scarcity problem. Nevertheless, the existing prompting work ignores the cros…

Cited by 0SourceScholar
2024

Make Some Noise: Unlocking Language Model Parallel Inference Capability through Noisy Training

EMNLP 2024main

Existing speculative decoding methods typically require additional model structure and training processes to assist the model for draft token generation. This makes the migration of acceleration methods to the new model more costly and more demanding on device memory. To address this problem, we pro…

2023

Cross-lingual Prompting: Improving Zero-shot Chain-of-Thought Reasoning across Languages

EMNLP 2023long main

Chain-of-thought (CoT) is capable of eliciting models to explicitly generate reasoning paths, thus promoting reasoning accuracy and attracting increasing attention. Specifically, zero-shot CoT achieves remarkable improvements in a wide range of reasoning tasks by simply instructing the LLM with the…

Cited by 0SourcecodeScholar
2021

GL-GIN: Fast and Accurate Non-Autoregressive Model for Joint Multiple Intent Detection and Slot Filling

ACL 2021long

Multi-intent SLU can handle multiple intents in an utterance, which has attracted increasing attention. However, the state-of-the-art joint models heavily rely on autoregressive approaches, resulting in two issues: slow inference speed and information leakage. In this paper, we explore a non-autoreg…