Tagged articles
7 articles
Page 1 of 1
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 5, 2025 · Artificial Intelligence

Mastering Intent Detection & Slot Filling: Proven Strategies and Code Samples

This article shares reusable AI development techniques for intent detection and slot filling, comparing four solution tiers—from simple prompt engineering to advanced RAG‑enhanced architectures—complete with practical code snippets, performance trade‑offs, and guidance on selecting the optimal approach for reliable conversational agents.

Intent DetectionNLUPrompt engineering
0 likes · 27 min read
Mastering Intent Detection & Slot Filling: Proven Strategies and Code Samples
AsiaInfo Technology: New Tech Exploration
AsiaInfo Technology: New Tech Exploration
Sep 23, 2024 · Artificial Intelligence

How Large Language Models Power Multi‑Turn Dialogue for Smart Marketing

This article presents a comprehensive technical analysis of using large language models to build a task‑oriented multi‑turn dialogue system for intelligent marketing, detailing architecture, intent detection, slot extraction, prompt design, dialogue management, practical experience, and future research directions.

LLMintelligent marketingintent recognition
0 likes · 21 min read
How Large Language Models Power Multi‑Turn Dialogue for Smart Marketing
DataFunSummit
DataFunSummit
Nov 20, 2022 · Artificial Intelligence

NLP Technology Applications and Research in Voice Assistants

This article presents an in‑depth overview of NLP techniques used in voice assistants, covering the end‑to‑end conversational AI pipeline, intent and slot modeling, multi‑turn dialog management, model deployment pipelines, quantization methods, and self‑learning strategies for continuous improvement.

Conversational AIModel QuantizationNLP
0 likes · 30 min read
NLP Technology Applications and Research in Voice Assistants
DataFunSummit
DataFunSummit
Jun 11, 2022 · Artificial Intelligence

Transforming Regular Expressions into Neural Networks for Text Classification and Slot Filling

This article explains how regular expressions can be converted into equivalent neural network models—FA‑RNN for classification and FST‑RNN for slot filling—by leveraging finite‑state automata, tensor decomposition, and pretrained word embeddings, achieving zero‑shot performance and strong results in low‑resource scenarios.

FA-RNNNeural Networksregular expressions
0 likes · 17 min read
Transforming Regular Expressions into Neural Networks for Text Classification and Slot Filling
58 Tech
58 Tech
Oct 16, 2019 · Artificial Intelligence

Design and Implementation of Intent Recognition, Semantic Similarity Matching, and Slot Filling for a Voice Robot

This article details the architecture and algorithms behind a voice robot's natural language understanding module, covering single‑sentence intent classification with TextCNN, acoustic quality detection using VGGish‑BiLSTM, semantic similarity matching via DSSM and TextCNN‑Transformer, and slot‑filling with IDCNN‑CRF, along with performance results and future directions.

AINLUTextCNN
0 likes · 11 min read
Design and Implementation of Intent Recognition, Semantic Similarity Matching, and Slot Filling for a Voice Robot
Beike Product & Technology
Beike Product & Technology
Dec 6, 2018 · Artificial Intelligence

Designing and Deploying a Real‑Estate Dialogue System: Architecture, Challenges, and Practices

The talk outlines how Beike built a real‑estate conversational AI platform, covering the market need for dialogue systems, the five technical challenges, data‑driven intent and slot extraction, model choices such as FastText and Bi‑LSTM‑CRF, a three‑layer system architecture, multi‑intent handling, and future directions like 4D viewing and an internal AI dialogue platform.

BILSTM-CRFKnowledge GraphNLP
0 likes · 26 min read
Designing and Deploying a Real‑Estate Dialogue System: Architecture, Challenges, and Practices
21CTO
21CTO
Aug 23, 2017 · Artificial Intelligence

Why Natural Language Understanding Remains an AI‑Hard Problem and How Deep Learning Tackles It

This article explores why natural language understanding is one of the core AI‑hard challenges, outlines its five main difficulties—diversity, ambiguity, robustness, knowledge dependence, and context—and compares rule‑based, traditional machine‑learning, and deep‑learning approaches such as CNN, RNN/LSTM and Bi‑LSTM‑CRF for intent classification and slot filling.

AI-hardintent classificationnatural language understanding
0 likes · 10 min read
Why Natural Language Understanding Remains an AI‑Hard Problem and How Deep Learning Tackles It