Tagged articles
12 articles
Page 1 of 1
SuanNi
SuanNi
May 19, 2026 · Artificial Intelligence

Is Google Search Obsolete? How AnySearch Builds AI‑Era Search Infrastructure

AnySearch launches a unified API that aggregates 22 professional data sources for AI agents, using intent classification and RRF fusion to cut token usage by up to 70% and boost accuracy and latency over Parallel and Brave, while offering architecture‑level privacy protections.

AI searchBenchmarkRRF
0 likes · 9 min read
Is Google Search Obsolete? How AnySearch Builds AI‑Era Search Infrastructure
James' Growth Diary
James' Growth Diary
May 14, 2026 · Artificial Intelligence

LLM Semantic Routing Explained: Model‑Based Intent Classification and Three Keyword‑Matching Pitfalls

This article breaks down LLM semantic routing as a classifier, compares keyword, embedding, and LLM‑based routes, provides full TypeScript implementations, introduces hybrid routing for speed and accuracy, and covers production‑grade observability and dynamic configuration to avoid common pitfalls.

Hybrid RoutingLLMLangChain
0 likes · 33 min read
LLM Semantic Routing Explained: Model‑Based Intent Classification and Three Keyword‑Matching Pitfalls
The Dominant Programmer
The Dominant Programmer
Apr 28, 2026 · Backend Development

Spring Boot, LangChain4j & Ollama: Chain for Intent Recognition and Task Dispatch

The article demonstrates how to construct a Spring Boot application that orchestrates multiple AI services using LangChain4j and Ollama, defining intent‑classification and tool‑based assistants, registering them as beans, and routing user requests through a controller to achieve multi‑step intent recognition and task dispatch in a simulated intelligent customer‑service workflow.

AI orchestrationLangChain4jOllama
0 likes · 13 min read
Spring Boot, LangChain4j & Ollama: Chain for Intent Recognition and Task Dispatch
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Mar 13, 2026 · Artificial Intelligence

Why Every RAG System Needs Smart Query Understanding and Routing

The article explains how diverse user queries in a RAG‑based insurance system require intent classification, entity extraction, and multi‑path routing to choose between vector search, calculation, database lookup, or chit‑chat, and outlines practical rule‑ML‑LLM hybrid solutions with safety safeguards.

LLMQuery UnderstandingRAG
0 likes · 11 min read
Why Every RAG System Needs Smart Query Understanding and Routing
DataFunTalk
DataFunTalk
Feb 18, 2021 · Artificial Intelligence

Didi Voice Interaction: ASR Error Correction, Intent Classification, and NER Techniques

This article presents Didi's voice interaction platform, detailing the natural language understanding pipeline, ASR error correction methods, intent classification strategies, and named entity recognition models, while discussing practical deployments, performance gains, and future research directions.

ASR correctionSpeech interactionintent classification
0 likes · 18 min read
Didi Voice Interaction: ASR Error Correction, Intent Classification, and NER Techniques
Didi Tech
Didi Tech
Nov 18, 2020 · Artificial Intelligence

Didi Speech Interaction: ASR Error Correction, Intent Classification, and NER Techniques

Didi’s voice‑interaction platform combines a three‑stage ASR error‑correction pipeline, optimized intent‑classification models (both end‑to‑end and retrieval‑based), and advanced Chinese NER using Bi‑GRU‑CRF and BERT‑CRF, boosting transcription accuracy and overall dialogue success while supporting scalable deployment and future enhancements such as lattice inputs and richer acoustic signals.

ASR correctionSpeech interactionintent classification
0 likes · 21 min read
Didi Speech Interaction: ASR Error Correction, Intent Classification, and NER Techniques
58 Tech
58 Tech
Jun 15, 2020 · Artificial Intelligence

Intelligent Voice Robot Architecture, Core Technologies, and Enterprise Applications

This article presents the engineering architecture of intelligent voice robots, detailing voice preprocessing, intent recognition, slot extraction, dialogue management, and showcases multiple enterprise use cases that improve efficiency and revenue across sales, customer service, and recruitment.

Enterprise Automationdialogue managementintent classification
0 likes · 14 min read
Intelligent Voice Robot Architecture, Core Technologies, and Enterprise Applications
58 Tech
58 Tech
Nov 18, 2019 · Artificial Intelligence

Comprehensive Solution for Human‑Machine Voice Dialogue Robot at 58.com

This article presents a complete solution for 58.com’s human‑machine voice dialogue robot, detailing its background, overall architecture, intelligent outbound process, core functions such as call service, anti‑spam, status recognition, multi‑turn dialogue management, intent classification, slot extraction, whole‑round intent detection, and various practical application scenarios.

AITelephonydialogue management
0 likes · 13 min read
Comprehensive Solution for Human‑Machine Voice Dialogue Robot at 58.com
Tencent Cloud Developer
Tencent Cloud Developer
Jul 19, 2019 · Artificial Intelligence

Multi-turn Dialogue Intent Classification: Data Processing, Model Construction, and Operational Optimization

The article details a multi‑turn dialogue intent classification pipeline that extracts and expands labeled utterances, preprocesses text with custom tokenization, trains a two‑layer CNN‑Highway and a multi‑head self‑attention model, analyzes errors, and achieves up to 98.7% accuracy on a large, balanced dataset.

BERTCNNdialogue system
0 likes · 15 min read
Multi-turn Dialogue Intent Classification: Data Processing, Model Construction, and Operational Optimization
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
Meituan Technology Team
Meituan Technology Team
Jun 16, 2017 · Artificial Intelligence

Evolution of Meituan Travel Search Recall Strategies

Meituan‑Dianping’s travel search team tackles cross‑region queries and noisy data by iteratively refining a four‑step, case‑driven pipeline that classifies intent, segments queries, ranks results with distance and term‑importance models, and employs multi‑stage, parallel recall to steadily boost purchase rate, CTR, and user satisfaction.

SearchTravelintent classification
0 likes · 20 min read
Evolution of Meituan Travel Search Recall Strategies