Tagged articles
153 articles
Page 2 of 2
JD Tech Talk
JD Tech Talk
Aug 19, 2024 · Artificial Intelligence

AI‑Driven Automated Question Generation for Aviation Maintenance Training

The article describes how JD Aviation’s maintenance department uses a vector‑based knowledge base and large‑language‑model services to automatically generate, evaluate, and maintain training exam questions, addressing the rapid growth of manuals, frequent updates, and the heavy manual workload of traditional test creation.

AIKnowledge Baselarge language model
0 likes · 12 min read
AI‑Driven Automated Question Generation for Aviation Maintenance Training
37 Interactive Technology Team
37 Interactive Technology Team
Aug 12, 2024 · Backend Development

Intelligent Backend Menu Search with OpenAI Embeddings, LangChain, and DIFY

The article demonstrates how to improve backend menu navigation by building a knowledge base of menu metadata, generating concise Chinese descriptions with OpenAI embeddings, and implementing RAG retrieval using both LangChain code orchestration and DIFY’s visual workflow, highlighting each approach’s flexibility and ease of use.

Backend SearchKnowledge BaseLangChain
0 likes · 9 min read
Intelligent Backend Menu Search with OpenAI Embeddings, LangChain, and DIFY
Data Thinking Notes
Data Thinking Notes
Jun 20, 2024 · Artificial Intelligence

Leveraging LLMs for Data: Embedding Search, Knowledge Bases, Text2SQL, and EDA

This article explores how large language models can transform data workflows by using embeddings for semantic search, building private domain knowledge bases, generating SQL code from natural language with visualized results, and enhancing exploratory data analysis, outlining practical steps and benefits for enterprises.

EDAEmbeddingKnowledge Base
0 likes · 7 min read
Leveraging LLMs for Data: Embedding Search, Knowledge Bases, Text2SQL, and EDA
Java Backend Technology
Java Backend Technology
May 8, 2024 · Artificial Intelligence

Explore the Latest Open‑Source AI Projects: Llama 3, MaxKB, Phidata & RAGFlow

This article highlights four cutting‑edge open‑source AI initiatives—Meta’s Llama 3 large language model, the MaxKB knowledge‑base Q&A system, the Phidata framework for building AI assistants, and the RAGFlow retrieval‑augmented generation engine—detailing their capabilities, licensing, and where to access the code.

AIKnowledge BaseLLM
0 likes · 7 min read
Explore the Latest Open‑Source AI Projects: Llama 3, MaxKB, Phidata & RAGFlow
DaTaobao Tech
DaTaobao Tech
Apr 17, 2024 · Artificial Intelligence

Challenges and Practices of LLM‑Based Knowledge Bases and Personal Assistants

The article examines how LLM‑driven knowledge‑base QA and personal‑assistant agents struggle with context management, token limits, multimodal data, and tool‑parameter parsing, reviews open‑source frameworks such as LangChain, AutoGen and MetaGPT, and argues that fine‑tuning (e.g., LoRA) is essential for domain‑specific, scalable solutions.

AgentFine-tuningKnowledge Base
0 likes · 11 min read
Challenges and Practices of LLM‑Based Knowledge Bases and Personal Assistants
Baidu Geek Talk
Baidu Geek Talk
Mar 13, 2024 · Artificial Intelligence

Understanding Retrieval-Augmented Generation (RAG) and Building a Personal Knowledge Base with ERNIE SDK and LangChain

The article explains Retrieval-Augmented Generation (RAG), its workflow, advantages, comparison with fine-tuning, and provides a step-by-step implementation using Baidu's ERNIE SDK, LangChain, and ChromaDB to build a personal knowledge base that answers queries with retrieved context.

AIERNIE SDKKnowledge Base
0 likes · 13 min read
Understanding Retrieval-Augmented Generation (RAG) and Building a Personal Knowledge Base with ERNIE SDK and LangChain
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 10, 2024 · Artificial Intelligence

Building and Optimizing AI Bots with Coze: A Step‑by‑Step Low‑Code Guide

This article explains how to create, configure, and enhance AI bots on the Coze platform using a three‑step process, advanced workflow design, prompt engineering, and plugin integration, providing practical tips, code examples, and best‑practice recommendations for reliable content extraction and summarization.

AI botCozeKnowledge Base
0 likes · 18 min read
Building and Optimizing AI Bots with Coze: A Step‑by‑Step Low‑Code Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 8, 2024 · Artificial Intelligence

Building a Coze Bot for Weekend Activity Recommendations with Data Retrieval and Custom Plugins

This article walks through creating a Coze chatbot that recommends weekend attractions and events by designing prompt‑based workflows, leveraging official plugins, scraping city‑level data, constructing a knowledge base, handling pagination with code nodes, and finally deploying the bot for real‑time user queries.

AI promptBot DevelopmentCoze
0 likes · 20 min read
Building a Coze Bot for Weekend Activity Recommendations with Data Retrieval and Custom Plugins
JD Tech
JD Tech
Feb 23, 2024 · Operations

Optimizing IT Ticket Management: Process Reengineering, Automation, Knowledge‑Base Pre‑position and Intelligent Q&A Integration

This article presents a comprehensive case study of how an IT operations team reduced weekly ticket volume from over 150 to fewer than 20 by classifying issues, redesigning workflows, introducing automation tools, deploying a knowledge‑base pre‑position strategy, and integrating an intelligent question‑answering chatbot.

ElasticsearchIT OperationsIntelligent QA
0 likes · 11 min read
Optimizing IT Ticket Management: Process Reengineering, Automation, Knowledge‑Base Pre‑position and Intelligent Q&A Integration
Baidu Geek Talk
Baidu Geek Talk
Feb 7, 2024 · Artificial Intelligence

Design and Implementation of a Knowledge-Base Intelligent Q&A System for Database Operations Using Large Models

The paper details Baidu Intelligent Cloud’s design and deployment of a domain‑specific knowledge‑base Q&A system for database operations, combining prompt‑engineered LLMs with hybrid vector‑search using LangChain, BES vector store, and custom ingestion, addressing recall, token limits, and hallucination challenges across dashboard and IM bot interfaces.

AIDatabase operationsKnowledge Base
0 likes · 16 min read
Design and Implementation of a Knowledge-Base Intelligent Q&A System for Database Operations Using Large Models
DataFunSummit
DataFunSummit
Jan 5, 2024 · Artificial Intelligence

Multimodal Large Model Platform: History, Architecture, Practices, and Future Outlook by Jiuzhang Yunji DataCanvas

This article reviews the evolution of multimodal large models, introduces Jiuzhang Yunji DataCanvas' multimodal model platform—including AI foundation software, model tools, serving, and prompt management—shares practical building methods, memory‑augmented models, ETL pipelines, knowledge‑base applications, and offers a forward‑looking perspective on enterprise data management and intelligent agents.

AI Foundation SoftwareKnowledge BaseMultimodal AI
0 likes · 14 min read
Multimodal Large Model Platform: History, Architecture, Practices, and Future Outlook by Jiuzhang Yunji DataCanvas
DaTaobao Tech
DaTaobao Tech
Dec 27, 2023 · Artificial Intelligence

Deploying a Private LLM Knowledge Base on a MacBook

The guide walks through installing and quantizing the open‑source ChatGLM3‑6B model and the m3e‑base embedder on a MacBook, wrapping them with a FastAPI OpenAI‑compatible service, routing requests through a One‑API gateway, storing metadata in MongoDB and vectors in PostgreSQL pgvector, deploying FastGPT for RAG, ingesting data, and demonstrating 5‑7 second response times, while outlining future improvements.

ChatGLM3DeploymentFastAPI
0 likes · 23 min read
Deploying a Private LLM Knowledge Base on a MacBook
Efficient Ops
Efficient Ops
Dec 3, 2023 · Artificial Intelligence

How to Build a Zabbix Expert Advisor with GPT‑4 in Minutes

This guide walks you through why GPT‑4 outperforms GPT‑3.5, shows step‑by‑step how to create a Zabbix expert consultant using the new GPTs feature, and explains advanced configuration, knowledge‑base feeding, testing, and future possibilities for AI‑enhanced monitoring.

AI AssistantAutomationGPT-4
0 likes · 7 min read
How to Build a Zabbix Expert Advisor with GPT‑4 in Minutes
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 29, 2023 · Artificial Intelligence

Building a Private LLM‑Powered Knowledge Base with LangChain and ChatGLM3

This article explains how to migrate personal notes into a private knowledge base by combining a large language model with an external vector store, detailing the concepts of tokenization, embedding, vector databases, and step‑by‑step deployment using LangChain‑Chatchat and the open‑source ChatGLM3 model.

ChatGLM3EmbeddingKnowledge Base
0 likes · 10 min read
Building a Private LLM‑Powered Knowledge Base with LangChain and ChatGLM3
Ximalaya Technology Team
Ximalaya Technology Team
Nov 13, 2023 · Artificial Intelligence

Step-by-Step Guide to Creating Custom GPTs with Knowledge and Action Plugins

This step‑by‑step tutorial shows how to build a custom nutrition‑analysis GPT—named “Nutri Buddy”—by logging into ChatGPT, creating a GPT, uploading knowledge files, configuring an Action plugin that calls the Boohee food API for calorie, protein and carbohydrate data, and then publishing the assistant with private, link‑only, or public visibility.

Custom AIGPTKnowledge Base
0 likes · 8 min read
Step-by-Step Guide to Creating Custom GPTs with Knowledge and Action Plugins
Data Thinking Notes
Data Thinking Notes
Nov 12, 2023 · Artificial Intelligence

Unlocking LLM Power: Semantic Search, Private Knowledge Bases, and Text‑to‑SQL for Data Teams

This article explores how large language models can boost data workflows by using embeddings for semantic retrieval, building domain‑specific knowledge bases for private Q&A, generating SQL code from natural language, and automating exploratory data analysis, offering practical steps and visual examples.

EmbeddingKnowledge BaseLLM
0 likes · 7 min read
Unlocking LLM Power: Semantic Search, Private Knowledge Bases, and Text‑to‑SQL for Data Teams
JD Retail Technology
JD Retail Technology
Nov 10, 2023 · Operations

How RPA Powers 24/7 WeChat Smart Customer Service for E‑commerce Ops

Facing rapid business growth and limited after‑sales resources, a company built an RPA‑driven intelligent WeChat customer service that monitors hundreds of groups, dynamically routes queries to a knowledge base or human agents, and operates 24/7 to improve response speed and reduce workload.

Customer Service AutomationEnterprise MessagingKnowledge Base
0 likes · 6 min read
How RPA Powers 24/7 WeChat Smart Customer Service for E‑commerce Ops
DataFunTalk
DataFunTalk
Oct 19, 2023 · Artificial Intelligence

Multimodal Large Model Platform: History, Architecture, and Practice by Nine Chapters Cloud Extreme DataCanvas

This article presents Nine Chapters Cloud Extreme DataCanvas's insights and practices on multimodal large model platforms, covering their historical development, platform components such as AI Foundation Software and Prompt Manager, practical implementations like memory-augmented models and ETL pipelines, and future prospects for enterprise knowledge bases and agents.

AI PlatformKnowledge BaseMultimodal AI
0 likes · 13 min read
Multimodal Large Model Platform: History, Architecture, and Practice by Nine Chapters Cloud Extreme DataCanvas
ByteFE
ByteFE
Oct 11, 2023 · Artificial Intelligence

CR Copilot: An Open‑Source LLM‑Based Code Review Assistant with Private Knowledge Base

This article describes the design and implementation of a code‑review assistant powered by open‑source large language models and a privately hosted knowledge base, covering background, pain points, system architecture, model selection, vector‑store integration, prompt engineering, diff parsing, and practical reflections.

AICode reviewKnowledge Base
0 likes · 24 min read
CR Copilot: An Open‑Source LLM‑Based Code Review Assistant with Private Knowledge Base
HomeTech
HomeTech
Sep 26, 2023 · Artificial Intelligence

Integrating Large Language Models with Search for Automotive Knowledge Retrieval

This article explores how combining traditional keyword search with large language models (LLMs) enhances understanding of user intent, builds a robust automotive knowledge base, and delivers more accurate, context‑aware answers through a multi‑stage retrieval and generation pipeline.

AIKnowledge BaseLLM
0 likes · 17 min read
Integrating Large Language Models with Search for Automotive Knowledge Retrieval
Volcano Engine Developer Services
Volcano Engine Developer Services
Sep 19, 2023 · Databases

Unlocking AI with Vector Databases: Architecture, Optimization, and Real-World Cases

This article explores how vector databases serve as the memory layer for large AI models, detailing their distributed, compute‑separated architecture, performance optimizations, hybrid vector‑scalar retrieval, and practical deployments across TikTok’s ecosystem such as image search, intelligent Q&A, and multimodal AI services.

AIKnowledge Basedistributed architecture
0 likes · 11 min read
Unlocking AI with Vector Databases: Architecture, Optimization, and Real-World Cases
UCloud Tech
UCloud Tech
Sep 11, 2023 · Artificial Intelligence

Build a Soul‑Healing Chatbot with LangChain & Llama 2: A Step‑by‑Step Guide

This article walks through constructing a domain‑specific, soul‑healing chatbot using LangChain and Llama 2, comparing fine‑tuning versus external knowledge bases, detailing environment setup, data loading, text splitting, embedding with a Chinese model, vector store creation, prompt engineering, inference, and optimization strategies.

Fine-tuningKnowledge BaseLangChain
0 likes · 14 min read
Build a Soul‑Healing Chatbot with LangChain & Llama 2: A Step‑by‑Step Guide
Tencent Cloud Developer
Tencent Cloud Developer
Jul 24, 2023 · Artificial Intelligence

Building an Internal Code Knowledge Base with Embedding and AST Interpreter

The author builds an internal code knowledge base for the TDesign Vue‑Next library by scraping documentation, chunking and embedding texts with OpenAI’s ada model into a vector store, then retrieving relevant chunks for LLM answers, and enhances context continuity using a JavaScript AST interpreter, achieving up to 90 % query accuracy and a 20 % productivity boost.

ASTEmbeddingKnowledge Base
0 likes · 11 min read
Building an Internal Code Knowledge Base with Embedding and AST Interpreter
DataFunTalk
DataFunTalk
Mar 18, 2023 · Artificial Intelligence

Evaluating ChatGPT on Complex Knowledge‑Base Question Answering Using a Feature‑Driven Multi‑Label Framework

This study presents a comprehensive evaluation of ChatGPT's ability to answer complex knowledge‑base questions by introducing a feature‑driven multi‑label classification framework and applying the CheckList black‑box testing methodology across eight KB‑based CQA datasets, comparing its performance with GPT‑3, GPT‑3.5 and FLAN‑T5.

ChatGPTComplex QAKnowledge Base
0 likes · 24 min read
Evaluating ChatGPT on Complex Knowledge‑Base Question Answering Using a Feature‑Driven Multi‑Label Framework
Efficient Ops
Efficient Ops
Jan 16, 2023 · Operations

How China Mobile’s AIOps Tools Achieved Top‑Tier Evaluation and What It Means for Smart Operations

The article explains AIOps concepts, details China Mobile Information's award‑winning intelligent operations tools, shares an interview with deputy general manager Liang Enlei on their development, evaluation experience, future plans, and introduces the national AIOps maturity model and its key modules.

Capacity ForecastingIT OperationsKnowledge Base
0 likes · 11 min read
How China Mobile’s AIOps Tools Achieved Top‑Tier Evaluation and What It Means for Smart Operations
AntTech
AntTech
Aug 16, 2022 · Product Management

Interview on the Origin, Strategy, and Product Positioning of Yuque (语雀)

The interview details Yuque's inception as an internal Ant Group project, its evolution from a document tool to a structured knowledge‑base platform, its differentiation from Google Docs and GitHub, internal adoption within Alibaba, relationships with DingTalk and Alipay, the concept of a digital garden, and its product positioning for individuals and small‑to‑medium enterprises.

Knowledge BaseYuquedigital garden
0 likes · 35 min read
Interview on the Origin, Strategy, and Product Positioning of Yuque (语雀)
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Aug 1, 2022 · Industry Insights

How AI‑Powered Virtual Live Streaming Cuts Costs and Boosts E‑Commerce Engagement

This article examines the technical challenges of traditional e‑commerce live streaming, presents a 24‑hour AI‑driven virtual live‑broadcast system built by Yanxuan and NetEase Fuxi, and details its architecture, virtual‑human generation, automated content creation, intelligent interaction, and future expansion plans.

AIContent GenerationKnowledge Base
0 likes · 23 min read
How AI‑Powered Virtual Live Streaming Cuts Costs and Boosts E‑Commerce Engagement
Yuewen Technology
Yuewen Technology
Oct 29, 2021 · Backend Development

How Precise Server‑Side Testing Transforms QA: Theory and Real‑World Results

This article examines the shortcomings of traditional regression testing, introduces a precise testing framework that combines black‑box and white‑box techniques, outlines its core principles, evolution steps, and measurement methods, and shares practical outcomes and future directions for server‑side quality assurance.

Backend testingKnowledge Basecode coverage
0 likes · 9 min read
How Precise Server‑Side Testing Transforms QA: Theory and Real‑World Results
macrozheng
macrozheng
Sep 23, 2021 · Fundamentals

Build Open‑Source Project Docs Instantly with Yuque

This guide walks you through using Yuque, a cloud‑based knowledge base, to quickly create, customize, and publish open‑source project documentation without coding or server setup, covering core concepts, step‑by‑step building, public access configuration, and optional homepage customization.

Knowledge BaseYuqueopen-source
0 likes · 9 min read
Build Open‑Source Project Docs Instantly with Yuque
Efficient Ops
Efficient Ops
Jul 13, 2021 · Operations

How Business Continuity Management Drives Reliable Operations in the Cloud Era

This article summarizes a conference presentation on business continuity management, covering its definition, pandemic‑driven opportunities, core concepts, best‑practice framework, monitoring, change control, knowledge‑base integration, and real‑world case studies, emphasizing its critical role for modern cloud‑based operations.

Knowledge Basebusiness continuitychange control
0 likes · 17 min read
How Business Continuity Management Drives Reliable Operations in the Cloud Era
AntTech
AntTech
Apr 13, 2021 · Artificial Intelligence

Ant Financial’s ZhiXiaoBao Team Achieves Human-Level Scores on SQuAD 2.0 and Advances Machine Reading Comprehension

The ZhiXiaoBao technical team at Ant Financial broke the SQuAD 2.0 leaderboard with a model that surpasses human performance, detailing the challenges of natural‑language understanding, the specific ranking and data‑augmentation techniques they employed, and the broader impact on fintech knowledge‑base automation and future AI research.

FinTechKnowledge BaseModel Optimization
0 likes · 9 min read
Ant Financial’s ZhiXiaoBao Team Achieves Human-Level Scores on SQuAD 2.0 and Advances Machine Reading Comprehension
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 18, 2021 · Databases

How to Build a Professional DBA Operations Team: Infrastructure, Standards, Training, Knowledge Base, and Culture

The article explains how to construct an effective DBA operations team by focusing on reusable infrastructure, clear team standards, a structured training system, a comprehensive knowledge base, and a positive team atmosphere, providing practical tools and methods for each aspect.

DBADatabase operationsInfrastructure
0 likes · 4 min read
How to Build a Professional DBA Operations Team: Infrastructure, Standards, Training, Knowledge Base, and Culture
58 Tech
58 Tech
Jun 22, 2020 · Artificial Intelligence

Deep Learning Based Automatic QA Tool – qa_match Open‑Source Project Overview

The article reviews the open‑source qa_match tool from 58.com, detailing its deep‑learning based question‑answer matching architecture, hierarchical knowledge‑base support, lightweight pre‑training model SPTM, and practical applications, while summarizing the live‑stream presentation and Q&A session.

AIDSSMDeep Learning
0 likes · 5 min read
Deep Learning Based Automatic QA Tool – qa_match Open‑Source Project Overview
ITPUB
ITPUB
Jun 12, 2020 · Artificial Intelligence

What’s New in qa_match V1.1? Lightweight Pre‑trained Model and One‑Level KB Support

The article introduces qa_match V1.1, an open‑source deep‑learning QA matching tool that adds one‑level knowledge‑base support, releases a lightweight Bi‑LSTM pre‑trained language model (SPTM), and provides detailed architecture, training data, performance benchmarks, future plans, and contribution guidelines.

AIDeep LearningKnowledge Base
0 likes · 9 min read
What’s New in qa_match V1.1? Lightweight Pre‑trained Model and One‑Level KB Support
58 Tech
58 Tech
Jun 5, 2020 · Artificial Intelligence

qa_match V1.1: Upgraded Lightweight Deep Learning QA Matching Tool

The article introduces qa_match V1.1, an open‑source, Apache‑licensed lightweight question‑answer matching system that adds a simple pre‑trained language model (SPTM), supports one‑level knowledge bases, details model architecture, training resources, performance benchmarks, future plans, and contribution guidelines.

AIDeep LearningKnowledge Base
0 likes · 10 min read
qa_match V1.1: Upgraded Lightweight Deep Learning QA Matching Tool
Yanxuan Tech Team
Yanxuan Tech Team
Apr 20, 2020 · Artificial Intelligence

How AI-Driven Clustering Boosts Smart Customer Service Knowledge Bases

This article outlines an AI-powered workflow for constructing and enriching a business knowledge base in intelligent customer service, covering preprocessing, intent detection, deep and shallow semantic feature engineering, hierarchical bucket clustering, and automated summary extraction to improve FAQ coverage and reduce manual workload.

AIKnowledge BaseNLP
0 likes · 15 min read
How AI-Driven Clustering Boosts Smart Customer Service Knowledge Bases
dbaplus Community
dbaplus Community
Feb 3, 2020 · Operations

Boosting Securities Ops with AI: A Practical Intelligent Operations Platform

This article presents a comprehensive study of applying AI, big‑data analytics, and automated pipelines to improve operational efficiency in the securities industry, detailing a custom intelligent ops platform, its layered architecture, and three real‑world scenarios—root‑cause analysis, knowledge‑base assistance, and capacity forecasting—along with experimental results and practical insights.

AICapacity PredictionIntelligent Operations
0 likes · 27 min read
Boosting Securities Ops with AI: A Practical Intelligent Operations Platform
58 Tech
58 Tech
Feb 22, 2019 · Artificial Intelligence

Algorithm Evolution and Implementation of 58.com Intelligent QABot for Business Consultation

The article details the design and iterative improvement of 58.com’s intelligent QABot, covering knowledge‑base construction, feature engineering, three generations of classification models—including FastText, Bi‑LSTM, and deep semantic matching—and evaluation metrics that achieve high accuracy and automation rates.

AIDeep LearningIntelligent Customer Service
0 likes · 12 min read
Algorithm Evolution and Implementation of 58.com Intelligent QABot for Business Consultation
Efficient Ops
Efficient Ops
Dec 24, 2018 · Operations

How Baidu’s Noah Platform Unifies Ops Data with Pull, Push, and Lazy ETL

This article explains how Baidu Cloud's Noah intelligent operations product builds a unified operations knowledge base by categorizing metadata, status, and event data and applying three ETL approaches—Pull, Push, and Lazy—to handle offline, near‑line, and real‑time data integration.

Data IntegrationETLKnowledge Base
0 likes · 8 min read
How Baidu’s Noah Platform Unifies Ops Data with Pull, Push, and Lazy ETL
Xianyu Technology
Xianyu Technology
May 16, 2018 · Artificial Intelligence

Geographic Alias Mining and Knowledge Base Construction Using Contextual Vectors and Address Similarity

The paper presents two inexpensive techniques for extracting geographic aliases of points of interest—comparing high‑dimensional contextual vectors of nearby shipping addresses and analyzing co‑occurring words in identical addresses—to construct a knowledge base that links official names with their synonyms, improving location‑based service accuracy.

Cosine SimilarityGeographic AliasKnowledge Base
0 likes · 9 min read
Geographic Alias Mining and Knowledge Base Construction Using Contextual Vectors and Address Similarity
AntTech
AntTech
Dec 19, 2017 · Artificial Intelligence

Best Paper Review: Hike – A Hybrid Human‑Machine Method for Entity Alignment in Large‑Scale Knowledge Bases (CIKM 2017)

This article summarizes the award‑winning CIKM 2017 paper “Hike: A Hybrid Human‑Machine Method for Entity Alignment in Large‑Scale Knowledge Bases,” explaining its motivation, the entity‑partition and predicate‑similarity techniques, the construction of partial orders, question‑selection strategies, inference modeling, error‑tolerance mechanisms, and the greedy algorithms that together achieve state‑of‑the‑art alignment performance.

AIBest PaperCIKM
0 likes · 23 min read
Best Paper Review: Hike – A Hybrid Human‑Machine Method for Entity Alignment in Large‑Scale Knowledge Bases (CIKM 2017)
Qunar Tech Salon
Qunar Tech Salon
Jul 10, 2017 · Artificial Intelligence

Qunar Intelligent Service Robot: Architecture, Cognitive System, and Iterative Development

The article details Qunar's development of an AI-powered customer service robot, describing its motivation, data analysis, multi‑phase cognitive system architecture, knowledge‑base management, evaluation mechanisms, and future integration into a group‑wide intelligent service platform to improve service efficiency and reduce costs.

AIChatbotDeep Learning
0 likes · 17 min read
Qunar Intelligent Service Robot: Architecture, Cognitive System, and Iterative Development
dbaplus Community
dbaplus Community
Jun 6, 2017 · Operations

Why Solid Foundational Data Is the Key to Stable Operations Management

This article explains how building complete, accurate, and real‑time foundational data—covering CMDB, logs, databases, and knowledge bases—forms the essential base for reliable IT operations, detailing the three core attributes, practical collection methods, and the structure of each data module.

CMDBData AccuracyIT Asset Management
0 likes · 15 min read
Why Solid Foundational Data Is the Key to Stable Operations Management
Baidu Tech Salon
Baidu Tech Salon
Jul 2, 2014 · Artificial Intelligence

Baidu Kaoba: A Case Study of Natural Language Processing and Semantic Analysis

In a June 28 presentation at Baidu’s 51st Technology Salon, senior NLP researcher Zhao Shiqi showcased Baidu Kaoba—a conversational search tool for college admissions—illustrating how inference‑based rewriting, ellipsis completion, concept clarification and interactive generation enable deep, domain‑specific semantic understanding that he predicts will power future internet services.

AIBaiduConversational Search
0 likes · 6 min read
Baidu Kaoba: A Case Study of Natural Language Processing and Semantic Analysis