WO2008119270A1 - Système robot de discussion en ligne, procédé et dispositif de discussion automatique - Google Patents

Système robot de discussion en ligne, procédé et dispositif de discussion automatique Download PDF

Info

Publication number
WO2008119270A1
WO2008119270A1 PCT/CN2008/070217 CN2008070217W WO2008119270A1 WO 2008119270 A1 WO2008119270 A1 WO 2008119270A1 CN 2008070217 W CN2008070217 W CN 2008070217W WO 2008119270 A1 WO2008119270 A1 WO 2008119270A1
Authority
WO
WIPO (PCT)
Prior art keywords
user
statement
server
robot
knowledge base
Prior art date
Application number
PCT/CN2008/070217
Other languages
English (en)
Chinese (zh)
Inventor
Haisong Yang
Yunfeng Liu
Zhiyuan Liu
Rongling Yu
Original Assignee
Tencent Technology (Shenzhen) Company Limited
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology (Shenzhen) Company Limited filed Critical Tencent Technology (Shenzhen) Company Limited
Publication of WO2008119270A1 publication Critical patent/WO2008119270A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/16Arrangements for providing special services to substations
    • H04L12/18Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
    • H04L12/1813Arrangements for providing special services to substations for broadcast or conference, e.g. multicast for computer conferences, e.g. chat rooms
    • H04L12/1818Conference organisation arrangements, e.g. handling schedules, setting up parameters needed by nodes to attend a conference, booking network resources, notifying involved parties

Definitions

  • the present invention relates to the field of artificial intelligence, and more particularly to a chat robot system and an automatic chat method and apparatus. Background of the invention
  • the chat robot system is an artificial intelligence system that can communicate with people through natural language at any time by means of communication.
  • the chat robot system can also have a large number of value-added services, such as weather queries, map queries, life information queries, calculators, dictionaries, etc., and even play games with people.
  • the chat robot system is essentially an automated question answering system.
  • the automatic question answering system is based on natural language understanding technology and involves many disciplines such as computational linguistics, information science and artificial intelligence. It is one of the hotspots of computer application research. Natural language understanding is an important research direction in the field of artificial intelligence. It enables computers to understand and apply human natural language, understand user's conversation content or query intent, and realize effective communication based on natural language between human and computer.
  • the chat robot utilizes natural language processing technology, knowledge base and real-time updated information resources to complete the analysis and processing of user problems on the one hand and the correct answer generation on the other hand.
  • chat robot system in the prior art, which comprises a communication module, a query server, a game server, an artificial intelligence server and a corresponding database.
  • the database is used as a way of recording knowledge points, and the user performs various conversations with the chat robot through an instant messaging platform or a short message platform.
  • the prior art chat robot system architecture lacks an information distribution mechanism, and encounters large difficulties in supporting a large number of users, and thus the scalability of such a system architecture is poor. Summary of the invention
  • the embodiment of the invention provides a chat robot system to meet a large number of users and improve scalability.
  • the embodiment of the invention provides a method and a device for implementing a chat robot system to meet a large number of users and improve scalability.
  • a chat robot system comprising a distribution server and at least two robot servers, wherein:
  • a distribution server configured to receive user statements and distribute the user statements to the corresponding robot server according to a load balancing principle
  • a robot server for automatically feeding back responses to the user in response to a user statement.
  • An automatic chat method comprising:
  • the distribution server receives the user statement and distributes the user statement to the corresponding robot server according to the load balancing principle
  • the robot server automatically returns a reply to the user in response to the user statement.
  • a robot server comprising: a user sentence receiving unit, configured to receive a user statement distributed by a distribution server according to a load balancing principle, and send the user statement to a statement object identification unit;
  • a statement purpose identification unit configured to identify whether the user statement is a formatted statement or an unformatted statement
  • a formatting language execution unit configured to execute the formatting statement when the statement purpose recognition unit recognizes that the user statement is a formatted statement
  • a natural language understanding unit configured to perform natural language understanding on the user statement to determine a statement attribute when the statement purpose recognition unit recognizes that the user statement is an unformatted statement
  • a user attribute management unit configured to manage attribute information of the user
  • the inference engine unit is configured to load the knowledge base, and perform pattern matching in the knowledge base according to the statement attribute and the user attribute information to determine a matching feedback reply.
  • the system proposed by the embodiment of the present invention includes a distribution server and at least two robot servers, wherein the distribution server receives the user statement and distributes the user statement to the corresponding robot server according to the load balancing principle; The response is automatically fed back to the user in response to the user statement. Therefore, after the embodiment of the present invention is applied, the distribution server controls the distribution of the user statement according to the load balancing principle.
  • the number of the distribution servers may be multiple, and each distribution server may be connected to multiple robot servers, and each of the robot servers is independent in function. Therefore, the embodiment of the present invention has high scalability, and is particularly suitable for a large number of users.
  • FIG. 1 is a schematic structural diagram of a chat robot system according to an embodiment of the present invention
  • FIG. 2 is a schematic structural diagram of a robot server according to an embodiment of the present invention
  • FIG. 3 is an exemplary diagram of an automatic chat method according to an embodiment of the present invention
  • 4 is a schematic structural diagram of a chat robot system according to an embodiment of the present invention
  • FIG. 5 is a schematic flow chart of an automatic chat method according to an embodiment of the present invention. Mode for carrying out the invention
  • the distribution server receives the user statement, and then according to load balancing The principle distributes the user statement to the corresponding robot server.
  • the robot server then automatically responds to the user in response to the user statement, so that the load of the robot server is balanced, meets the needs of a large number of users, and improves scalability.
  • the embodiment of the present invention uses a knowledge base file instead of a database as a carrier of knowledge points.
  • the knowledge base file is more suitable for reasoning and generating personalized responses in a specially designed format, so that the chat robot is more intelligent.
  • FIG. 1 is a schematic diagram showing an exemplary structure of a chat robot system according to an embodiment of the present invention. As shown in FIG. 1, the system includes a distribution server 101 and at least two robot servers.
  • a distribution server 101 configured to receive a user statement, and distribute the user statement to the corresponding robot server 102 according to a load balancing principle
  • the robot server 102 is configured to automatically feed back a response to the user in response to the user statement.
  • the number of the distribution servers 101 is at least two, thereby supporting more chat bots, and preferably the system further includes a redirect server 103;
  • the redirecting server 103 is configured to receive a user session, and redirect the user session to the distribution server 101 that matches the attribute information according to the attribute information of the user;
  • the attribute information of the user may include the user's IP address and/or the client account number.
  • the redirect server 103 allocates the distribution server in consideration of the user's IP address and/or client account number. For example, the user session can be redirected to a distribution server that is closer to the IP address, or the user session can be redirected to a distribution server corresponding to the client account.
  • the distribution server 101 matching the attribute information is configured to receive the user statement of the user session, and distribute the user statement to the corresponding robot server 102 according to the load balancing principle.
  • the number of the distribution server 101 is at least two, the system further includes a redirect server 103;
  • the redirect server 103 at this time is configured to receive a user session, and distribute the user statement to the corresponding distribution server 101 according to the load balancing principle;
  • the distribution server 101 is configured to receive a user statement of the user session from the redirect server 103, and further distribute the user statement to the corresponding robot server 102 according to the load balancing principle.
  • the distribution server 101 can receive the user statement by any one of the following communication modes or any combination of more than one type: receiving the user statement by means of instant messaging; receiving the user statement by means of email; receiving the user by short message mode Statement.
  • the robot server 102 can automatically feedback the user to the user through any one of the following communication modes or any combination of more than one: receiving the user sentence by means of instant messaging; receiving the user statement by means of email; The way to receive user statements.
  • the robot server 102 includes:
  • the statement purpose identification unit 201 is configured to identify whether the user statement is a formatted statement or a non-formatted statement
  • the formatting language execution unit 202 is configured to execute the formatting statement when the statement purpose identification unit 201 recognizes that the user statement is a formatting statement;
  • the formatting language execution unit 202 is not explicitly shown.
  • the formatting language execution unit may include: any one of an information query module, a dialog education module, and a game module, or any combination of more than one, wherein:
  • An information query module configured to determine a feedback reply of the formatted statement of the information query class
  • a dialog education module configured to determine a feedback reply of the formatted statement of the dialog education class
  • a game module configured to determine feedback of the formatted statement of the game class reply.
  • the information query module 2021 is connected to the utility information database 209 for searching the utility information database 209 to determine a feedback reply of the formatted statement of the information query class.
  • the bot server 102 further includes a natural language understanding unit 203 for performing natural language understanding on the user statement to determine the statement attribute when the statement object recognition unit 201 recognizes that the user statement is an unformatted statement;
  • the bot server 102 may further include a user attribute management unit 204 for managing attribute information of the user;
  • the robot server 102 may further include an inference engine unit 205 for loading the knowledge base 206, and performing pattern matching in the knowledge base 206 according to the statement attribute and the user attribute information to determine a matching feedback reply.
  • the attribute information of the user may include: any one of the user's name, the gender of the user, the city where the user is located, the user's preference, or any combination of more than one.
  • the natural language understanding unit 203 may perform any one of the following operations or any combination of more than one to determine a statement attribute for the user sentence: a word segmentation, a question stem extraction, a question type judgment, and a topic judgment.
  • the bot server may further include an alternate inference engine unit 207 for loading the updated knowledge base 208 when the knowledge base is updated, and converting the function with the inference engine unit 205 after loading the updated knowledge base 208.
  • the chat bot system in FIG. 1 may further include a learning server, and the knowledge base 206 in FIG. 2 may be located in the learning server;
  • the learning server is used to record user conversations and convert the user conversation into a knowledge base file format and save it in the knowledge base 206.
  • the chat bot system may further include an audit server.
  • An audit server that audits user conversations based on pre-set knowledge review rules and sends only the audited user conversations to the learning server. For example, to prevent writing yellow in the knowledge base 206
  • some filtering keywords may be preset in the auditing server.
  • the auditing server determines that the knowledge does not comply with the knowledge review rule, and does not send the user conversation to the learning server; otherwise, The auditing server determines that the knowledge conforms to the knowledge review rules and sends the user session to the learning server.
  • the knowledge base file format may include a question part and a reply part, the question part is saved in the form of a question trunk, and the reply part is saved in a complete reservation manner.
  • the knowledge base 206 is an important part of the chat bot system, storing a large amount of knowledge in a form suitable for reasoning and in the form of a question-and-answer statement pair.
  • the natural language sentence entered by the user matches a certain sentence in the knowledge base, the corresponding response is returned to the user.
  • the knowledge base 206 contains a number of attributes. The following is a description of the properties of the "Questions” section and the “Response” section.
  • the "question, part, stored in the knowledge base 206 is processed by natural language and saved in the manner of the question backbone.
  • question stem extraction There are various rules for question stem extraction, such as replacing synonyms, such as “email” and “email” ", “Capital,” and "Beijing” were replaced by a unified representation.
  • synonyms such as "email” and “email” ", "Capital,” and "Beijing” were replaced by a unified representation.
  • only words that best express the semantics of the question are retained. For example, "Where is the Beijing Railway Station?", the main sentence is "Beijing Railway Station.”
  • the "question, which is stored in the knowledge base 206, also includes the type of the question. For example, “Where is the Beijing Railway Station?" , this question, the type of question that is obtained through natural language processing is “inquiry place”. Combining the “question stem” and “question type” of the "problem”, the two attributes can represent a variety of different expressions of a problem. "Where is the Beijing Railway Station?" Other expressions of ", where is the capital railway station?" "How does the Beijing Railway Station go?, the main questions are "Beijing Railway Station”, the question type is “question type” are “inquiry place” ". So these questions can return the same response.
  • the task of extracting the question type and the question stem when generating the knowledge base is completed by the learning server.
  • the natural language understanding unit 203 of the robot server processes the online user input question using the same rules, and also generates the "question stem” and “question type” of the online user question for matching in the knowledge base.
  • some questions “question trunks, which can contain wildcards, are used to extend the scope of the "question trunk”.
  • questionable topics such as entertainment, military, etc.
  • the "response” part saved in the knowledge base 206 is not saved in the same way as the "problem” part, but a complete response is retained.
  • a "problem” in the knowledge base corresponds to multiple “responses", one from user education.
  • "Answer” will include an "Education User ID” attribute.
  • the inference bow of the robot server After matching the "problem", the engine unit selects one of the multiple responses corresponding to the "problem” and returns it to the user. When selecting, the user's own education response is preferentially selected.
  • a response may also contain some replacements that require the inference engine unit of the robot server to replace before returning a final response, which may represent some user attribute or other information.
  • the "XX” part of the response (“XX” needs to be in a different format to represent different meanings, the specific format is omitted here) needs to be replaced with the information in the user attribute, the user
  • the attribute query is completed by the user attribute management unit of the robot server. For example, if the city attribute of the user is "Shenzhen", the inference engine unit of the robot server replaces the "XX" part with "Shenzhen” in the final response generated, and finally The robot returns a response "I know you are from Shenzhen.”
  • the chat bot system may further include a control server,
  • the control server is configured to send a knowledge base update switching instruction to the robot server 102 and the learning server; and a learning server, configured to convert the accumulated user dialogue into a knowledge base file format to update knowledge after receiving the knowledge base update switching instruction Library
  • the standby inference engine unit in the robot server is configured to load the updated knowledge base after receiving the knowledge base update switching instruction, and convert the function after the updated knowledge base and the inference engine unit.
  • the control server periodically sends a knowledge base update switching instruction to the robot server and the learning server; or
  • the control server sends a knowledge base update switching instruction to the robot server and the learning server when the user session accumulates to a predetermined level.
  • Fig. 3 is a diagram showing an exemplary structure of a robot server according to an embodiment of the present invention.
  • the method includes:
  • Step 301 The distribution server receives the user statement, and distributes the user statement to the corresponding robot server according to the load balancing principle;
  • Step 302 The bot server automatically returns a reply to the user in response to the user statement.
  • the user session request may be received, and the user session is redirected to the distribution server matching the attribute information according to the attribute information of the user; and then the distribution server receives the user statement of the user session. And distribute the user statements to the corresponding robot server according to the load balancing principle.
  • the user session may be received before step 301, and the user statement is distributed to the corresponding distribution server according to the load balancing principle; the distribution server receives the user statement of the user session, and then distributes the user statement to the corresponding according to the load balancing principle.
  • Robot server receives the user statement of the user session, and then distributes the user statement to the corresponding according to the load balancing principle.
  • the chat bot system proposed by the embodiment of the present invention includes five types of servers in addition to the necessary front-end communication system (instant messaging platform, short message platform, etc.): a redirecting (Redirect) server, Dispatch server, robot server, learning server, and control server.
  • a redirecting (Redirect) server Dispatch server
  • robot server robot
  • learning server learning server
  • control server control server
  • the front-end communication system When a new session from the current communication system starts, the front-end communication system first informs the redirect server, and the redirect server is based on the IP address of the client in the front-end communication system or The account used by the client determines which distribution server is used as the processing entry for this session.
  • the redirect server After determining which distribution server is used as the processing entry, all communication in this session is no longer passed through the redirect server. All data sent from the front-end communication system in this session is directly sent to the determined distribution server until this time. The session ends.
  • the redirect server completes the redirection task of the session in the entire chat bot, and considers the load balancing of each distribution server in the redirection process.
  • the distribution server is a general portal for session processing of the chat bot system, and is used for receiving all user statements of the session sent from the front-end communication system such as the instant messaging platform, the short message platform, etc., and distributing the user statements to each according to a certain mechanism.
  • Robot server this mechanism makes the load of each robot server approximately balanced.
  • the robot server is a server in the chat robot system that processes and responds to user statements.
  • the robot server in a chat robot system may be one or more.
  • User statements may be chat statements, information query questions, conversational education, other formatting commands, and the like.
  • the robot server parses the user statement, determines its destination category, and performs different processing, and then returns the response directly to the front-end communication system such as the instant messaging platform or the short message platform.
  • the robot server may include a statement purpose recognition unit, a natural language understanding unit, an inference engine unit, a user attribute management unit, a formatting language execution unit, and the like, wherein the formatting language execution unit may include a game module and information. Query modules, etc.
  • the statement purpose recognition unit of the robot server recognizes the target category of the user statement, and the judgment statement is a formatted statement or an unformatted language statement. If it is a formatted statement, the discriminating is a dialog education formatted statement, an information query formatted statement, Game formatting commands, or other formatting commands (such as setting user properties).
  • the natural language understanding unit of the robot server performs natural language processing on unformatted user sentences, and completes processing including word segmentation, question stem extraction, question type judgment, topic judgment, and the like.
  • the inference engine unit of the robot server loads the knowledge base file generated by the learning server, generates the natural language response based on the user sentence attribute output by the natural language understanding unit, and the user attribute extracted by the user attribute management unit, and completes the processing of the user chat sentence. .
  • a robot server can contain two inference engine units, one for online real-time processing, generate natural language responses, and the other is a backup inference engine unit for loading recently updated knowledge bases.
  • the user attribute management unit of the robot server performs storage and query reading of user attributes. These attributes include the user's name, gender, city, and so on.
  • the inference engine unit returns a personalized response based on these attributes. These attributes are voluntarily submitted by the user and are submitted in a number of ways, including by submitting some formatting commands to the chat bot.
  • the game module of the robot server processes the game formatting commands, and according to the game logic, advances the interactive game.
  • the information query module of the robot server implements practical information query, including weather query, map query, postal code query, mobile phone attribution query, life information query, dictionary query, calculator and other value-added service functions.
  • the learning server is responsible for recording the user education dialogue, which is saved in the user education database, and is left to be edited for manual review. After the manual review, these conversations will be converted into knowledge base files by the learning server.
  • This knowledge base file format is logical reasoning. And specially designed.
  • the knowledge in the knowledge base includes other sources such as self-editing knowledge and knowledge deposited by the knowledge community. These different sources of knowledge are aggregated and merged into the knowledge base during the conversion process.
  • the knowledge base contains question and answer topic attributes, context attributes, and users who educate the Q&A
  • the ID attribute (if the previous paragraph is an instant messaging platform, then the ID is the user using instant messenger The account ID) and other attributes for reasoning, where the user ID attribute is used to implement personalization during the chat process.
  • the knowledge base also contains some semantic wildcards to extend the scope of the applicable questions for the response. Finally, such a knowledge base file is sent to each robot server under the command of the control server.
  • the control server is responsible for sending the knowledge base update switching instruction to the robot server and the learning server.
  • the timing of the update switching instruction may be timed, or may be when the new user education session received by the learning server accumulates to a certain extent.
  • the learning server converts the question and answer dialog in the user education database into a knowledge base file and sends it to each robot server.
  • the control server sends instructions to the robot server, and the backup inference engine unit in the robot server loads the latest knowledge base, and then The roles of the backup inference engine and the online inference engine are exchanged to complete the replacement of the knowledge base.
  • the redirect server Before a new session begins, the redirect server first determines which distribution server is the total entry for the session (considering the load balancing of each distribution server), and then all the users of the session from the previous communication system. The statement is first passed to the distribution server, which passes the user statement to one of the robot servers (when the distribution server chooses to forward to which robot server, the robot server load balancing is also considered), after the robot server finishes processing the user statement The response is returned directly to the front-end communication system.
  • the main operational flow of the chat bot is the processing flow of the user's sentence during system operation. The process is described in detail below.
  • a session is established when a user starts chatting with the chat bot.
  • the front-end communication system retains the redirect server address of the chat bot system.
  • the front-end communication system first informs the redirect server, and the redirect server determines the session. Which distribution server is handed over as a processing entry, and the front-end communication system is notified, after which all user statements transmitted from the front-end communication system of this session are handed over to the redirect server.
  • the redirect server decides which distribution server to process, it considers the load balancing or service characteristics of each distribution server, such as the account ID (such as the account of the instant messaging tool) used by the user when using the front-end communication tool. The number segment is used for distribution.
  • chat bot to process a user question in this session after a session is established.
  • the distribution server of the chat bot first obtains the user sentence from the front-end communication system, and the distribution server transmits the user statement to one of the bot servers (when the distribution server chooses to forward to which bot server, the load balancing of each bot server is considered).
  • the robot server calls the statement destination identification unit to judge the intent of the user statement, and then performs different processing according to the target category, and the robot server returns the response directly to the front-end communication system after the user statement finishes processing.
  • FIG. 5 is a schematic flow chart of an automatic chat method according to an embodiment of the present invention. As shown in Figure 5, the method includes:
  • Step 501 to step 503 The distribution server receives the user statement from the front-end communication system, and the distribution server uses the load balancing mechanism to forward the user statement to a certain robot server, and the machine server determines the intention of the user statement;
  • Step 504 Determine whether the user statement is an unformatted language statement or a formatted statement, if it is a non-formatting language statement, execute step 505, if it is a formatting language statement, execute step 509;
  • Step 505 to step 506 performing segmentation, question stem extraction, question type judgment, topic judgment and the like on the user sentence, and determining whether the user's intention is to perform some information inquiry through natural language according to the question type and the topic judgment result. If yes, go to step 510, otherwise go to step 507;
  • Step 507 to step 508 The user attribute management unit of the robot server reads the user attribute to the inference engine unit, and the inference engine unit searches for a match from the knowledge base according to the user statement. a knowledge point, and generate a personalized response according to the topic attribute, the question type attribute, the user attribute and the like, and then execute step 514 and end the process;
  • Step 509 determining that the formatted statement is an information query, a dialogue education or a game command, if it is an information query, performing step 510; if it is a dialogue education, executing step 512; if it is a game command, executing step 511;
  • Step 510 The information query module of the robot server parses the user query intent, and searches from the utility information database, and takes the search result as a response, and then executes step 514 and ends the process;
  • Step 511 The game module of the robot server parses the user's game command, advances the game according to the game logic, and responds to the current progress of the game.
  • Step 512 ⁇ Step 513 The robot server forwards the dialogue of the user education to the learning server; the learning server records it in the user education database; the robot server responds with a thank-you user education, and then executes step 514 and ends the process;
  • Step 514 The bot server returns the response directly to the front-end communication system, and the user finally receives the chat bot response.
  • the distribution server adopts a distribution mechanism that considers load balancing or service characteristics, for example, adopts a principle similar to redirect server redirection, according to the account ID used by the user when using the front-end communication tool ( The number segment of the instant messaging tool's account number is used for distribution.
  • the formatted statement may be agreed with the user in advance. For example, "tq Shenzhen” means to query Shenzhen weather, "Q: Are you a robot? A: Yes, I am very smart.” Indicates user education dialogue.
  • the statement object class identification unit of the robot server recognizes the format statement according to these pre-agreed formats.
  • the natural language understanding unit of the robot server adopts natural language processing technology to perform lexical analysis, grammar analysis, and semantic division on natural language sentences input by the user. Analysis and other processing.
  • the reason for the decision at step 506 is: Some users are accustomed to querying information in a natural language rather than a formatted statement, such as the user's statement "What is the weather in Shenzhen tomorrow?" In this case, the chat robot is processed through natural language. After the user's true intention is identified, the process is transferred to the information query module to process the information query.
  • the same user question can generate different responses, and the inference engine unit of the robot server searches for the semantic matching knowledge points from the knowledge base according to the user statement, and according to the topic attribute, A question type attribute, a user attribute, and the like generate a personalized response.
  • the user education dialogue is forwarded to the learning server, and a response to the user education is returned directly to the user.
  • the learning server records the user education conversation along with the user's ID—in the user education database.
  • the learning server continuously generates new knowledge bases, and the robot server constantly updates the knowledge base.
  • the above process is completed by the control server by sending an instruction.
  • the beneficial effects of the chat robot system proposed by the embodiment of the present invention include:
  • the chat bot proposed in the embodiment of the present invention may include a plurality of distribution servers, each of which may be connected to a plurality of bot servers, each of which is functionally independent.
  • the distribution server controls the distribution of the user statement according to the load balancing principle.
  • the number of the distribution servers may be multiple, and each distribution server may be connected to multiple robot servers, and each of the robot servers is functionally independent, and thus the present invention is implemented.
  • the example is very scalable and is especially suitable for a large number of users.
  • the embodiment of the present invention preferably further includes a redirect server.
  • the redirect server decides which distribution server is used as the processing entry by one session, and then uses the distribution server as the total portal and distributor of all the user statements of the chat robot in one session, so that the robot server load is basically balanced and the system is expanded. Sexuality makes the chat bot system more suitable for supporting a large number of users.
  • the embodiment of the present invention uses a knowledge base file instead of a database as a carrier of knowledge points.
  • This knowledge base file is more suitable for reasoning and generating personalized responses in a specially designed format, which makes the chat robot more intelligent.
  • the embodiment of the present invention generates a personalized response according to information such as a topic, a question type, a user attribute, and the like, so that the robot is more realistic in imitating the human language.
  • the embodiment of the present invention supports information query (including natural language query) and human-computer interactive game, so that the user can get more services through the chat robot.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

L'invention concerne un système robot de discussion en ligne, qui comprend un serveur de distribution et au moins deux serveurs robots, le serveur de distribution servant à recevoir des phrases d'utilisateurs et à distribuer ces phrases d'utilisateurs au serveur robot correspondant selon le principe d'équilibrage des charges, et les serveurs robot servent à répondre aux messages des utilisateurs et à transmettre automatiquement des réponses en retour aux utilisateurs. L'invention concerne en outre un procédé et un dispositif de discussion automatique. La mise en oeuvre de la présente invention permet la prise en charge d'un grand nombre d'utilisateurs, une augmentation de l'extensibilité du système, et des réponses individualisées. Dans un mode de mise en oeuvre, le serveur robot comprend le langage naturel et exécute plus efficacement les conséquences logiques.
PCT/CN2008/070217 2007-03-30 2008-01-30 Système robot de discussion en ligne, procédé et dispositif de discussion automatique WO2008119270A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200710090636.X 2007-03-30
CNA200710090636XA CN101076060A (zh) 2007-03-30 2007-03-30 一种聊天机器人系统及自动聊天方法

Publications (1)

Publication Number Publication Date
WO2008119270A1 true WO2008119270A1 (fr) 2008-10-09

Family

ID=38976870

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/070217 WO2008119270A1 (fr) 2007-03-30 2008-01-30 Système robot de discussion en ligne, procédé et dispositif de discussion automatique

Country Status (2)

Country Link
CN (1) CN101076060A (fr)
WO (1) WO2008119270A1 (fr)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104598445A (zh) * 2013-11-01 2015-05-06 腾讯科技(深圳)有限公司 自动问答系统和方法
CN107231393A (zh) * 2016-03-24 2017-10-03 阿里巴巴集团控股有限公司 一种会话处理方法及装置
CN109710772A (zh) * 2018-11-13 2019-05-03 国云科技股份有限公司 一种基于深度学习的问答库知识管理系统及其实现方法
CN110462676A (zh) * 2017-03-23 2019-11-15 三星电子株式会社 电子装置、其控制方法和非暂态计算机可读记录介质
US11720759B2 (en) 2017-03-23 2023-08-08 Samsung Electronics Co., Ltd. Electronic apparatus, controlling method of thereof and non-transitory computer readable recording medium
CN116737964A (zh) * 2023-08-04 2023-09-12 联想新视界(北京)科技有限公司 一种人工智能大脑系统

Families Citing this family (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101076060A (zh) * 2007-03-30 2007-11-21 腾讯科技(深圳)有限公司 一种聊天机器人系统及自动聊天方法
CN102737049A (zh) * 2011-04-11 2012-10-17 腾讯科技(深圳)有限公司 一种数据库的查询方法和系统
CN102868664B (zh) * 2011-07-04 2017-07-14 南京中兴新软件有限责任公司 基于服务分发网络的服务系统和服务分发方法
CN103187051A (zh) * 2011-12-28 2013-07-03 上海博泰悦臻电子设备制造有限公司 车载互动装置
CN103686723A (zh) * 2012-09-19 2014-03-26 镇江诺尼基智能技术有限公司 移动客户热线短信服务厅复杂短信的处理系统及其方法
CN103684981B (zh) * 2012-09-21 2017-12-01 腾讯科技(深圳)有限公司 即时通信互动方法、系统及服务器
CN103078867A (zh) * 2013-01-15 2013-05-01 深圳市紫光杰思谷科技有限公司 机器人间自动聊天方法及聊天系统
CN103390047A (zh) * 2013-07-18 2013-11-13 天格科技(杭州)有限公司 聊天机器人知识库及其构建方法
CN104518951B (zh) * 2013-09-29 2017-04-05 腾讯科技(深圳)有限公司 一种回复社交应用信息的方法及装置
CN104796313B (zh) * 2014-01-20 2020-10-16 腾讯科技(深圳)有限公司 自动对话工具接入第三方的方法和装置
CN103736231A (zh) * 2014-01-24 2014-04-23 成都万先自动化科技有限责任公司 火灾救援服务机器人
US10291597B2 (en) 2014-08-14 2019-05-14 Cisco Technology, Inc. Sharing resources across multiple devices in online meetings
US10542126B2 (en) 2014-12-22 2020-01-21 Cisco Technology, Inc. Offline virtual participation in an online conference meeting
CN104731895B (zh) * 2015-03-18 2018-09-18 北京京东尚科信息技术有限公司 自动应答的方法和装置
US20160284011A1 (en) 2015-03-25 2016-09-29 Facebook, Inc. Techniques for social messaging authorization and customization
US9948786B2 (en) 2015-04-17 2018-04-17 Cisco Technology, Inc. Handling conferences using highly-distributed agents
CN105138710B (zh) * 2015-10-12 2019-02-19 金耀星 一种聊天代理系统及方法
CN105554154A (zh) * 2015-12-31 2016-05-04 广州多益网络科技有限公司 动态调节人流负载均衡的方法及系统
CN105824935A (zh) * 2016-03-18 2016-08-03 北京光年无限科技有限公司 面向问答机器人的信息处理方法及系统
CN105930367B (zh) * 2016-04-12 2020-06-09 华南师范大学 智能聊天机器人控制方法及控制装置
CN107623620B (zh) * 2016-07-14 2021-10-15 腾讯科技(深圳)有限公司 随机性交互数据的处理方法、网络服务器及智能对话系统
CN106055718B (zh) * 2016-07-15 2019-09-27 北京光年无限科技有限公司 一种针对机器人自主学习的输出内容过滤方法及机器人
US10592867B2 (en) 2016-11-11 2020-03-17 Cisco Technology, Inc. In-meeting graphical user interface display using calendar information and system
CN107065600A (zh) * 2016-11-23 2017-08-18 河池学院 一种具有寻址功能的机器人控制方法
CN106557590A (zh) * 2016-12-01 2017-04-05 同方知网(北京)技术有限公司 一种智能问答系统
US10516707B2 (en) 2016-12-15 2019-12-24 Cisco Technology, Inc. Initiating a conferencing meeting using a conference room device
WO2018112896A1 (fr) * 2016-12-23 2018-06-28 深圳前海达闼云端智能科技有限公司 Procédé et appareil d'interaction de dialogue en ligne, et dispositif électronique correspondant
CN107135143A (zh) * 2017-03-27 2017-09-05 厦门快商通科技股份有限公司 多聊天机器人切换系统及其对话方法
US10440073B2 (en) 2017-04-11 2019-10-08 Cisco Technology, Inc. User interface for proximity based teleconference transfer
US10375125B2 (en) 2017-04-27 2019-08-06 Cisco Technology, Inc. Automatically joining devices to a video conference
US10375474B2 (en) 2017-06-12 2019-08-06 Cisco Technology, Inc. Hybrid horn microphone
US10477148B2 (en) 2017-06-23 2019-11-12 Cisco Technology, Inc. Speaker anticipation
CN109145096A (zh) * 2017-06-27 2019-01-04 中国海洋大学 基于规则库的个性化日常陪护机器人自动问答系统
US10516709B2 (en) 2017-06-29 2019-12-24 Cisco Technology, Inc. Files automatically shared at conference initiation
US10706391B2 (en) 2017-07-13 2020-07-07 Cisco Technology, Inc. Protecting scheduled meeting in physical room
US10091348B1 (en) 2017-07-25 2018-10-02 Cisco Technology, Inc. Predictive model for voice/video over IP calls
CN110019693B (zh) * 2017-07-25 2021-12-24 百度在线网络技术(北京)有限公司 智能客服的信息推荐方法、服务器及计算机可读介质
CN108881507B (zh) * 2018-03-01 2021-08-31 赵建文 一种包括语音浏览器和区块链语音dns单元的系统
CN108491486B (zh) * 2018-03-14 2020-11-24 东软集团股份有限公司 模拟病人问诊对话方法、装置、终端设备及存储介质
JP7155605B2 (ja) * 2018-05-22 2022-10-19 富士フイルムビジネスイノベーション株式会社 情報処理装置及びプログラム
CN109033342B (zh) * 2018-07-24 2023-01-31 北京京东尚科信息技术有限公司 应用于服务系统的服务提供方法、装置和服务模型
CN109271498B (zh) * 2018-09-14 2022-02-22 南京七奇智能科技有限公司 面向虚拟机器人的自然语言交互方法及系统
CN115499395B (zh) * 2018-09-29 2024-01-16 创新先进技术有限公司 社交方法、装置及设备
CN111901220B (zh) * 2019-05-06 2021-12-03 华为技术有限公司 确定聊天机器人的方法和应答系统
CN110392446B (zh) * 2019-08-22 2021-03-12 珠海格力电器股份有限公司 一种终端和虚拟助手服务器进行交互方法
US11159457B2 (en) 2019-11-12 2021-10-26 International Business Machines Corporation Chatbot orchestration
CN111178489B (zh) * 2019-12-30 2021-02-19 深圳集智数字科技有限公司 一种对话机器人引擎流量分配方法及装置
CN111857880B (zh) * 2020-07-23 2022-12-13 中国平安人寿保险股份有限公司 对话配置项信息管理方法、装置、设备及存储介质

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040094237A (ko) * 2003-05-02 2004-11-09 에스케이 텔레콤주식회사 채팅 아바타의 학습 방법
US20050015350A1 (en) * 2003-07-15 2005-01-20 Foderaro John K. Multi-personality chat robot
CN1591569A (zh) * 2003-07-03 2005-03-09 索尼株式会社 语音通信系统和方法、及机器人装置
CN1756172A (zh) * 2004-09-29 2006-04-05 上海赢思软件技术有限公司 一种短信机器人系统
KR20070008477A (ko) * 2006-12-06 2007-01-17 주식회사 아이오. 테크 감성 전달 기능을 가진 동작 포함 로봇 채팅 시스템
CN101076061A (zh) * 2007-03-30 2007-11-21 腾讯科技(深圳)有限公司 一种机器人服务器及自动聊天方法
CN101076060A (zh) * 2007-03-30 2007-11-21 腾讯科技(深圳)有限公司 一种聊天机器人系统及自动聊天方法

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040094237A (ko) * 2003-05-02 2004-11-09 에스케이 텔레콤주식회사 채팅 아바타의 학습 방법
CN1591569A (zh) * 2003-07-03 2005-03-09 索尼株式会社 语音通信系统和方法、及机器人装置
US20050015350A1 (en) * 2003-07-15 2005-01-20 Foderaro John K. Multi-personality chat robot
CN1756172A (zh) * 2004-09-29 2006-04-05 上海赢思软件技术有限公司 一种短信机器人系统
KR20070008477A (ko) * 2006-12-06 2007-01-17 주식회사 아이오. 테크 감성 전달 기능을 가진 동작 포함 로봇 채팅 시스템
CN101076061A (zh) * 2007-03-30 2007-11-21 腾讯科技(深圳)有限公司 一种机器人服务器及自动聊天方法
CN101076060A (zh) * 2007-03-30 2007-11-21 腾讯科技(深圳)有限公司 一种聊天机器人系统及自动聊天方法

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104598445A (zh) * 2013-11-01 2015-05-06 腾讯科技(深圳)有限公司 自动问答系统和方法
CN104598445B (zh) * 2013-11-01 2019-05-10 腾讯科技(深圳)有限公司 自动问答系统和方法
CN107231393A (zh) * 2016-03-24 2017-10-03 阿里巴巴集团控股有限公司 一种会话处理方法及装置
CN110462676A (zh) * 2017-03-23 2019-11-15 三星电子株式会社 电子装置、其控制方法和非暂态计算机可读记录介质
US11720759B2 (en) 2017-03-23 2023-08-08 Samsung Electronics Co., Ltd. Electronic apparatus, controlling method of thereof and non-transitory computer readable recording medium
CN109710772A (zh) * 2018-11-13 2019-05-03 国云科技股份有限公司 一种基于深度学习的问答库知识管理系统及其实现方法
CN116737964A (zh) * 2023-08-04 2023-09-12 联想新视界(北京)科技有限公司 一种人工智能大脑系统
CN116737964B (zh) * 2023-08-04 2023-11-17 联想新视界(北京)科技有限公司 一种人工智能大脑系统

Also Published As

Publication number Publication date
CN101076060A (zh) 2007-11-21

Similar Documents

Publication Publication Date Title
WO2008119270A1 (fr) Système robot de discussion en ligne, procédé et dispositif de discussion automatique
US11030412B2 (en) System and method for chatbot conversation construction and management
CN107943998B (zh) 一种基于知识图谱的人机对话控制系统及方法
US11537646B2 (en) Streaming real-time dialog management
CN107135247B (zh) 一种人与人工智能协同工作的服务系统及方法
CN106649704B (zh) 一种智能对话控制方法和系统
WO2018157700A1 (fr) Procédé et dispositif permettant de générer un dialogue, et support d'informations
CN102163198B (zh) 提供新词或热词的方法及系统
CN101076061A (zh) 一种机器人服务器及自动聊天方法
CN105930367B (zh) 智能聊天机器人控制方法及控制装置
CN102073704B (zh) 文本分类处理方法和系统以及设备
CN111090727A (zh) 语言转换处理方法、装置及方言语音交互系统
CN111813900B (zh) 多轮对话处理方法、装置、电子设备及存储介质
CN113420058B (zh) 一种基于结合用户历史行为的对话式学术会议推荐方法
CN112131885A (zh) 语义识别方法、装置、电子设备及存储介质
CN108306813B (zh) 会话消息的处理方法、服务器及客户端
CN110069606A (zh) 人机会话方法、装置、电子设备及存储介质
CN108304561B (zh) 一种基于有限数据的语义理解方法、设备及机器人
CN110795547B (zh) 文本识别方法和相关产品
CN111178081A (zh) 语义识别的方法、服务器、电子设备及计算机存储介质
CN111488453B (zh) 资源分级方法、装置、设备及存储介质
CN103064885B (zh) 一种实现多关键词同步输入系统及方法
CN113132214B (zh) 一种对话方法、装置、服务器及存储介质
CN112069830A (zh) 一种智能会话方法及装置
CN100399329C (zh) 移动智能导航引擎系统

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 1619/CHENP/2008

Country of ref document: IN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08706594

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC DATED 03-02-2010

122 Ep: pct application non-entry in european phase

Ref document number: 08706594

Country of ref document: EP

Kind code of ref document: A1