Tagged articles
140 articles
Page 2 of 2
Python Programming Learning Circle
Python Programming Learning Circle
May 5, 2021 · Fundamentals

Python Scripts for Various Automation Tasks: Web Scraping, Chatbots, Poem Classification, Lottery Generation, Apology Writing, Screen Capture, and GIF Creation

This article presents a collection of Python 3.6.4 scripts that demonstrate how to scrape Zhihu images, converse with chatbots, classify Tang poems using NLP, generate random lottery numbers, automatically compose apology letters, capture screen images, and create animated GIFs, providing practical code examples for each task.

ChatbotGIFNLP
0 likes · 9 min read
Python Scripts for Various Automation Tasks: Web Scraping, Chatbots, Poem Classification, Lottery Generation, Apology Writing, Screen Capture, and GIF Creation
Didi Tech
Didi Tech
Oct 22, 2020 · Artificial Intelligence

Multi-turn Response Triggering Model (MRTM) for Intelligent Customer Service Chatbots

The article reviews Didi’s research on a Multi‑turn Response Triggering Model (MRTM) that uses self‑supervised learning and asymmetric self‑attention to decide when a customer‑service chatbot should reply, achieving higher accuracy and recall than rule‑based and supervised baselines while remaining efficient enough for production deployment.

AIChatbotcustomer-service
0 likes · 12 min read
Multi-turn Response Triggering Model (MRTM) for Intelligent Customer Service Chatbots
MaGe Linux Operations
MaGe Linux Operations
Aug 6, 2020 · Artificial Intelligence

Build a Python Chatbot with ChatterBot: Step‑by‑Step Guide

This article introduces chatbots, explains rule‑based and self‑learning types, describes how AI‑driven bots work, and provides a complete Python tutorial using the ChatterBot library—including environment setup, installation, and full source code for a functional chatbot.

ChatbotChatterBotNLP
0 likes · 4 min read
Build a Python Chatbot with ChatterBot: Step‑by‑Step Guide
Ctrip Technology
Ctrip Technology
Jun 18, 2020 · Artificial Intelligence

Design and Implementation of a One‑Stop Customer Service Chatbot at Ctrip

This article describes the motivation, advantages, challenges, overall architecture, and natural‑language‑understanding algorithms of Ctrip’s one‑stop chatbot that consolidates multi‑service line support into a single entry, enabling seamless travel‑related queries, recommendations, and bookings.

AIChatbotCtrip
0 likes · 13 min read
Design and Implementation of a One‑Stop Customer Service Chatbot at Ctrip
Yanxuan Tech Team
Yanxuan Tech Team
Dec 16, 2019 · Artificial Intelligence

AI Powering NetEase Yanxuan: Supply Chain Forecasting, Personalization & Chatbots

This article explores how NetEase Yanxuan applies artificial intelligence across its e‑commerce platform, detailing machine‑learning‑driven supply‑chain sales forecasting, real‑time personalization algorithms, and intelligent customer‑service chatbots built with TensorFlow and advanced deep‑learning techniques.

AIChatbotSupply Chain
0 likes · 12 min read
AI Powering NetEase Yanxuan: Supply Chain Forecasting, Personalization & Chatbots
Xianyu Technology
Xianyu Technology
Aug 20, 2019 · Artificial Intelligence

How Xianyu Boosted Sales with an AI-Powered Auto-Reply Chatbot

Xianyu tackled slow seller responses, inconsistent answers, and bargaining friction by building an AI-driven auto-reply system that extracts product attributes, generates knowledge bases, and uses intent recognition and response generation models, resulting in faster replies, higher conversion rates, and reduced seller workload.

AIAlibabaChatbot
0 likes · 12 min read
How Xianyu Boosted Sales with an AI-Powered Auto-Reply Chatbot
Tencent Cloud Developer
Tencent Cloud Developer
Jul 17, 2019 · Artificial Intelligence

Design and Implementation of a Multi‑Turn Conversational Chatbot

The article outlines the design and implementation of a multi‑turn conversational chatbot, detailing how natural‑language understanding converts user utterances into structured representations, a CNN‑LSTM language model classifies topics, intents, and sentiments, and an XML‑based answer engine orchestrates tasks and services for real‑world deployment.

AIChatbotLanguage Model
0 likes · 9 min read
Design and Implementation of a Multi‑Turn Conversational Chatbot
DataFunTalk
DataFunTalk
May 28, 2019 · Artificial Intelligence

Alibaba XiaoMi: Intelligent Service Architecture and Emotion Response Capabilities

This article presents an in‑depth overview of Alibaba's XiaoMi chatbot, covering its evolution from traditional customer service to an intelligent service platform, the design of emotion recognition and response models, customer emotion soothing pipelines, service quality detection, generative emotional dialogue, and future work on session satisfaction estimation.

AIChatbotEmotion Detection
0 likes · 12 min read
Alibaba XiaoMi: Intelligent Service Architecture and Emotion Response Capabilities
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2019 · Backend Development

How to Build a Python WeChat Bot that Monitors Group Chats

Learn how to develop a Python-based WeChat robot using the wxpy library that can listen to specific group chats, filter messages from designated users, and forward important information to an administrator, complete with configuration tips and a functional demo.

ChatbotGroup MonitoringPython
0 likes · 7 min read
How to Build a Python WeChat Bot that Monitors Group Chats
MaGe Linux Operations
MaGe Linux Operations
Apr 28, 2019 · Artificial Intelligence

Build a WeChat Chatbot with Python: Step-by-Step Guide Using wxpy

This tutorial walks beginners through creating a WeChat chatbot in Python, covering library selection between itchat and wxpy, configuring the Turing or XiaoI AI services, downloading the project from GitHub, installing dependencies, and running the bot to interact via QR‑code login.

AIChatbotPython
0 likes · 7 min read
Build a WeChat Chatbot with Python: Step-by-Step Guide Using wxpy
58UXD
58UXD
Mar 20, 2019 · Artificial Intelligence

How an AI-Powered Job Assistant Redefines Recruitment UX

This article examines the design and development of "XiaoPin," an AI‑driven recruitment chatbot that consolidates services, personalizes interactions, and streamlines job‑search workflows, while also exploring future enhancements and the evolving role of designers in the age of artificial intelligence.

AIChatbotConversational UI
0 likes · 11 min read
How an AI-Powered Job Assistant Redefines Recruitment UX
DataFunTalk
DataFunTalk
Mar 15, 2019 · Artificial Intelligence

Designing Personalized, Dynamic, and Multimodal Knowledge Graphs for Chatbots

The article explores how chatbots require personalized dense knowledge graphs, dynamic temporal graphs, subjective emotion modeling, integration with external services, and multimodal media support, while also promoting a new NLP book and a related giveaway for readers.

AIChatbotDynamic Graph
0 likes · 9 min read
Designing Personalized, Dynamic, and Multimodal Knowledge Graphs for Chatbots
MaGe Linux Operations
MaGe Linux Operations
Oct 11, 2018 · Fundamentals

7 Exciting Python Projects to Boost Your Coding Skills

This article presents seven practical Python projects—including a Zhihu image scraper, dual chatbot conversation, AI poetry author classifier, 35‑choose‑7 lottery generator, automatic apology letter writer, screen‑capture tool, and GIF creator—complete with ready‑to‑run code snippets and step‑by‑step explanations for developers eager to expand their programming repertoire.

AIChatbotPython
0 likes · 9 min read
7 Exciting Python Projects to Boost Your Coding Skills
Ctrip Technology
Ctrip Technology
Aug 7, 2018 · Artificial Intelligence

AI‑Driven Intelligent Customer Service at Ctrip: Algorithms and Practices

This article describes how Ctrip leverages machine‑learning and deep‑learning techniques—such as question‑answer matching, context‑aware dialogue models, and input‑suggestion algorithms—to automate repetitive customer‑service tasks, improve response efficiency, and enhance user experience across its travel platform.

AIChatbotmachine learning
0 likes · 13 min read
AI‑Driven Intelligent Customer Service at Ctrip: Algorithms and Practices
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 12, 2018 · Artificial Intelligence

Bridge Language Gaps: Join Alibaba’s Cross‑Language Short Text Matching Challenge

Alibaba’s Ali‑Xiaomi team invites researchers worldwide to the CIKM AnalyticCup, a cross‑language short text matching competition aimed at transferring rich language understanding to low‑resource languages, highlighting past successes in precipitation forecasting and encouraging innovative AI solutions for multilingual chatbot services.

AIChatbotCross-language
0 likes · 7 min read
Bridge Language Gaps: Join Alibaba’s Cross‑Language Short Text Matching Challenge
Tencent Cloud Developer
Tencent Cloud Developer
Mar 29, 2018 · Artificial Intelligence

How AI Powers a Smart Ops Bot for Seamless Dev‑Ops Collaboration

This article explains the motivation behind the growing gap between developers and operations, introduces Tencent Cloud's AI‑driven intelligent operations robot, outlines its core features, typical use cases, and dives into the retrieval‑based dialogue system and matching models that enable natural‑language interactions.

AI OpsChatbotDevOps
0 likes · 13 min read
How AI Powers a Smart Ops Bot for Seamless Dev‑Ops Collaboration
Qunar Tech Salon
Qunar Tech Salon
Mar 1, 2018 · Artificial Intelligence

Open-Domain Chatbot Implementation: Retrieval and Generative Approaches

This article explains the implementation of open-domain chatbots for customer service, comparing retrieval‑based and generative seq2seq approaches, describing hybrid methods that first attempt constrained retrieval before falling back to generation, and discusses training data, keyword extraction, and performance observations.

AIChatbotGeneration
0 likes · 6 min read
Open-Domain Chatbot Implementation: Retrieval and Generative Approaches
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 5, 2018 · Artificial Intelligence

How Alibaba’s AliMe Evolved in 2017: AI Architecture, Algorithms, and Real‑World Impact

In 2017 Alibaba's AliMe chatbot platform expanded from a single‑company solution to a multilingual, multi‑channel AI service, introducing platform‑level SaaS/PaaS capabilities, a seven‑layer front‑end architecture, modular back‑end design, advanced intent recognition, knowledge‑graph‑driven product management, reinforcement‑learning‑based recommendation, and machine‑reading comprehension for enterprise and consumer use cases.

AI PlatformAlibabaChatbot
0 likes · 23 min read
How Alibaba’s AliMe Evolved in 2017: AI Architecture, Algorithms, and Real‑World Impact
Python Crawling & Data Mining
Python Crawling & Data Mining
Feb 1, 2018 · Backend Development

Build a Custom WeChat Group Chat Bot in 30 Lines of Python

This guide walks you through setting up a lightweight Python-based WeChat group chat assistant using itchat and the Turing chatbot API, covering environment setup, library installation, API key acquisition, and a concise 30‑line script that automates group conversations.

ChatbotPythonTuring API
0 likes · 6 min read
Build a Custom WeChat Group Chat Bot in 30 Lines of Python
Efficient Ops
Efficient Ops
Dec 12, 2017 · Operations

Sogou’s AI‑Powered Ops: Smart Circuit Breaker, Fault Localization & Chatbot

This article examines the three major pain points faced by Sogou's operations engineers—worry cost, insufficient intelligence, and annoyance cost—and explains how the company applies AI through intelligent circuit breaking, fault localization, and a chatbot to streamline reliability and reduce manual effort.

ChatbotFault Localizationintelligent monitoring
0 likes · 10 min read
Sogou’s AI‑Powered Ops: Smart Circuit Breaker, Fault Localization & Chatbot
DevOps
DevOps
Jul 24, 2017 · Operations

Understanding ChatOps: Concepts, Ecosystem, and Practical Guidance

This article introduces ChatOps, explains its relationship to DevOps, reviews popular open‑source implementations such as Hubot, Lita and Err, and provides practical advice on robot integration, command design, common pitfalls, and how to build a collaborative chat‑based operations workflow.

ChatOpsChatbotDevOps
0 likes · 10 min read
Understanding ChatOps: Concepts, Ecosystem, and Practical Guidance
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
Suning Technology
Suning Technology
Jun 29, 2017 · Artificial Intelligence

How Keyword-Based Scoring Boosts Sentence Similarity for Chatbots

Suning’s Silicon Valley research team presented a novel keyword‑based sentence similarity method at the 9th Web Science conference, highlighting how incorporating keywords, part‑of‑speech, and word position improves chatbot accuracy and efficiency, achieving up to 30% better relevance judgments.

AIChatbotDeep Learning
0 likes · 5 min read
How Keyword-Based Scoring Boosts Sentence Similarity for Chatbots
Qunar Tech Salon
Qunar Tech Salon
Jun 16, 2017 · Operations

OpsRobot: Chatbot‑Based Operations Automation Platform Overview

OpsRobot integrates development tools into a chat‑based interface, using custom plugins and APIs to automate low‑efficiency, error‑prone operational tasks, thereby streamlining workflows, improving efficiency, and enabling future capabilities such as self‑healing and automated scaling.

ChatbotOps Automationapi-gateway
0 likes · 5 min read
OpsRobot: Chatbot‑Based Operations Automation Platform Overview
Alibaba Cloud Developer
Alibaba Cloud Developer
May 11, 2017 · Artificial Intelligence

How Alibaba’s ‘Ali Xiaomi’ Chatbot Merges NLU, Knowledge Graphs, and Deep RL

Alibaba’s ‘Ali Xiaomi’ chatbot leverages a layered architecture that integrates intent recognition, multi‑type matching, knowledge‑graph‑based entity management, deep reinforcement learning, and hybrid retrieval‑generation models to deliver high‑accuracy, scalable conversational services across e‑commerce, customer support, and intelligent recommendation scenarios.

Chatbotdeep reinforcement learninge‑commerce
0 likes · 18 min read
How Alibaba’s ‘Ali Xiaomi’ Chatbot Merges NLU, Knowledge Graphs, and Deep RL
Suning Technology
Suning Technology
Apr 18, 2017 · Artificial Intelligence

How Deep Learning Is Revolutionizing E‑Commerce Search and Chatbots

At the 2017 QCon Beijing conference, Suning’s Silicon Valley Research Institute director Jim demonstrated how deep‑learning techniques can transform e‑commerce by vectorizing product data for smarter search relevance and by combining AI models with limited labeled data to build conversational chat‑bot platforms that understand user intent.

AIChatbotDeep Learning
0 likes · 5 min read
How Deep Learning Is Revolutionizing E‑Commerce Search and Chatbots
21CTO
21CTO
Nov 27, 2015 · Artificial Intelligence

Inside Facebook’s M: How AI Coaches Turn a Chatbot into a Commerce Powerhouse

The article explores Facebook’s experimental AI‑driven virtual assistant M, detailing its four‑step workflow, the role of human coaches, real‑world use cases like flower ordering and ticket booking, and the broader business implications for commerce and competition with Google.

AIChatbotFacebook
0 likes · 15 min read
Inside Facebook’s M: How AI Coaches Turn a Chatbot into a Commerce Powerhouse