Tagged articles
17 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
JD Tech Talk
JD Tech Talk
Mar 5, 2025 · Artificial Intelligence

GLM: General Language Model Pretraining with Autoregressive Blank Infilling

GLM introduces a unified pretraining framework that combines autoregressive blank‑filling with 2D positional encoding and span‑shuffle, achieving superior performance over BERT, T5 and GPT on a range of NLU and generation tasks such as SuperGLUE, text‑filling, and language modeling.

2D positional encodingGLMLanguage Model
0 likes · 27 min read
GLM: General Language Model Pretraining with Autoregressive Blank Infilling
JD Cloud Developers
JD Cloud Developers
Mar 5, 2025 · Artificial Intelligence

How GLM’s Autoregressive Blank‑Filling Beats BERT, T5, and GPT

GLM introduces a universal language model that combines autoregressive blank‑filling with 2D positional encoding and span‑shuffle training, achieving superior performance over BERT, T5, and GPT across NLU, conditional and unconditional generation tasks, as demonstrated on SuperGLUE and other benchmarks.

Language ModelNLUTransformer
0 likes · 29 min read
How GLM’s Autoregressive Blank‑Filling Beats BERT, T5, and GPT
Laiye Technology Team
Laiye Technology Team
Aug 29, 2022 · Artificial Intelligence

Evolution of Dialogue Management: From Rule‑Based to Data‑Driven Systems and Industrial Deployments

This article reviews the historical development of dialogue management—from early rule‑based and finite‑state approaches to modern data‑driven and reinforcement‑learning methods—and examines how major industry platforms such as Amazon Alexa, Amazon Lex, and RASA implement these techniques in practice.

Amazon AlexaData-drivenNLU
0 likes · 16 min read
Evolution of Dialogue Management: From Rule‑Based to Data‑Driven Systems and Industrial Deployments
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Jun 14, 2022 · Artificial Intelligence

How Outbound Call Robots Work: Challenges and Optimizations in Voice Dialogue Systems

This article explains the architecture of outbound call robots, classifies dialogue system types, details pipeline and end‑to‑end task‑oriented designs, highlights technical challenges such as dialects and transcription errors, and presents optimization techniques like ASR correction and script improvement.

AI OptimizationASR correctionNLU
0 likes · 12 min read
How Outbound Call Robots Work: Challenges and Optimizations in Voice Dialogue Systems
DataFunTalk
DataFunTalk
Dec 16, 2021 · Artificial Intelligence

OPPO XiaoBu Assistant: Building a Low‑Code, End‑to‑End Dialogue System Platform

This article presents OPPO's XiaoBu Assistant platform, detailing its low‑code workflow for business domain modeling, multi‑type NLU (model‑based, retrieval‑based, and QA), componentized core services, large‑scale text processing, vector retrieval, and flexible dialogue management that together enable a complete skill lifecycle from development to online optimization.

AILow‑code platformNLU
0 likes · 18 min read
OPPO XiaoBu Assistant: Building a Low‑Code, End‑to‑End Dialogue System Platform
DataFunTalk
DataFunTalk
Nov 15, 2020 · Artificial Intelligence

Query Intent Recognition in Vertical Search: Challenges, Methods, and Case Studies

The article reviews the importance of query intent recognition in vertical search, outlines its definition, highlights practical challenges such as ambiguous input, multi‑intent queries, timeliness and cold‑start issues, and surveys common rule‑based, statistical, and machine‑learning solutions together with real‑world case studies.

NLUSearchcategory classification
0 likes · 17 min read
Query Intent Recognition in Vertical Search: Challenges, Methods, and Case Studies
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 7, 2020 · Artificial Intelligence

How Does Alibaba’s Tmall Genie Achieve Full‑Duplex Natural Dialogue?

This article explains the concept of full‑duplex natural dialogue for Alibaba’s Tmall Genie, illustrates interaction scenarios, and details the technical solution covering device‑side management, speech recognition, language understanding, synthesis, dialogue control, duration handling, and conversation flow.

ASRHuman-Computer InteractionNLU
0 likes · 8 min read
How Does Alibaba’s Tmall Genie Achieve Full‑Duplex Natural Dialogue?
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
58 Tech
58 Tech
Aug 14, 2019 · Artificial Intelligence

Design and Implementation of a Dialogue Management System for Intelligent Voice Robots

This article presents a comprehensive overview of an intelligent voice robot's dialogue management system, detailing its architecture, natural language understanding components, dialogue manager design, strategy handling, and workflow processes to achieve fluent multi‑turn interactions in telephone scenarios.

AINLUconversation system
0 likes · 14 min read
Design and Implementation of a Dialogue Management System for Intelligent Voice Robots
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 10, 2019 · Artificial Intelligence

Inside Alibaba’s Tmall Genie: How Its Dialogue Engine Powers Conversational AI

This article explores the architecture and components of Alibaba's Tmall Genie dialogue engine, detailing its bot, skill, domain, intent, entity concepts, NLU strategies—including deep‑learning and fuzzy approaches—skill execution methods, multi‑turn handling, screen‑based interactions, public intents, and the evolution of the platform.

Dialogue EngineMulti-turn ConversationNLU
0 likes · 20 min read
Inside Alibaba’s Tmall Genie: How Its Dialogue Engine Powers Conversational AI
Beike Product & Technology
Beike Product & Technology
May 23, 2019 · Artificial Intelligence

Applying Knowledge Graph Technology to Real Estate Search: Product Overview and Technical Architecture

This article introduces the "Kelu Fang" product, which leverages knowledge graph, NLU, and ranking technologies to enhance real‑estate search by adding commute‑based filtering and a local view of surrounding facilities, and discusses its architecture, implementation details, and future improvement directions.

AIKnowledge GraphNLU
0 likes · 11 min read
Applying Knowledge Graph Technology to Real Estate Search: Product Overview and Technical Architecture
Meituan Technology Team
Meituan Technology Team
Oct 25, 2018 · Artificial Intelligence

Deep Learning System Design and Parallel Computing Solutions at Meituan

Meituan built a custom deep‑learning platform that combines data‑parallel and hybrid parallelism across multi‑GPU/cluster hardware, uses coarse‑grained scheduling and Kaldi‑derived acoustic algorithms, and supports fast NLU model hot‑updates, achieving near‑linear GPU scaling and 6–7× speedups over traditional solutions.

AI InfrastructureNLUSystem Architecture
0 likes · 13 min read
Deep Learning System Design and Parallel Computing Solutions at Meituan