JP2017204157A - Chat system, management server and program - Google Patents

Chat system, management server and program Download PDF

Info

Publication number
JP2017204157A
JP2017204157A JP2016095680A JP2016095680A JP2017204157A JP 2017204157 A JP2017204157 A JP 2017204157A JP 2016095680 A JP2016095680 A JP 2016095680A JP 2016095680 A JP2016095680 A JP 2016095680A JP 2017204157 A JP2017204157 A JP 2017204157A
Authority
JP
Japan
Prior art keywords
user
content
database
attribute information
unit
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2016095680A
Other languages
Japanese (ja)
Inventor
正大 清水
Masahiro Shimizu
正大 清水
想 島田
So Shimada
想 島田
智順 鈴木
Tomonori Suzuki
智順 鈴木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zeals Co Ltd
Original Assignee
Zeals Co Ltd
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 Zeals Co Ltd filed Critical Zeals Co Ltd
Priority to JP2016095680A priority Critical patent/JP2017204157A/en
Publication of JP2017204157A publication Critical patent/JP2017204157A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a chat service by a bot even to a client without a technology of the bot.SOLUTION: A chat system has: a management server; a client server; a chat application server; and a plurality of user terminals. The management server has: a communication unit that communicates with a user database in which attribute information on users is stored, a content database in which contents to be distributed to the user terminal are stored, and a client server; a submission sentence generation unit that generates submission sentences, and transmits the generated submission sentence to the client server; an analysis unit that implements natural language processing with respect to return sentences to be transmitted from the user terminal, acquires the user attribute information and evaluation information, and registers the acquired attribute information and evaluation information in the user database; a user preference property learning unit that learns a preference property of the user on the basis of the user attribute information stored in the user database; and a content selection unit that selects the content to be distributed to the user from the content database on the basis of a learning result of the user preference property learning unit.SELECTED DRAWING: Figure 2

Description

本発明は、ユーザの趣向性を収取し、趣向性に合ったコンテンツを提供するチャットシステム、管理サーバ及びプログラムに関する。   The present invention relates to a chat system, a management server, and a program that collect user preferences and provide content that matches the preferences.

従来、レコメンドサービス技術として、ユーザの商品やサービスの購入履歴情報や、視聴・閲覧履歴情報等に基づいて、推薦すべき商品やサービスに関する情報を、ユーザに配信する技術がある。   Conventionally, as a recommended service technology, there is a technology that distributes information about a product or service to be recommended to a user based on purchase history information of a user's product or service, viewing / browsing history information, or the like.

また、ユーザから発信される投稿文の内容から、ユーザが要求する場所の天候情報等を、投稿文として返信する技術がある(例えば、非特許文献1)。ここで、ユーザに返信すべき投稿文は、bot技術によって自動的に投稿される。例えば、SNSサービスとして代表的なtwitter(登録商標)(非同期的チャットシステム)によれば、botを用いて、本物の人間を模したような投稿文を、定期的且つ自動的に送信することができる。   In addition, there is a technique for returning weather information or the like of a place requested by the user as a posted message from the content of the posted message transmitted from the user (for example, Non-Patent Document 1). Here, the posted text to be returned to the user is automatically posted by the bot technique. For example, according to a representative Twitter (registered trademark) (asynchronous chat system) as an SNS service, a post like a real person can be periodically and automatically transmitted using bot. it can.

「お天気bot」、[online]、[平成23年8月30日検索]、インターネット<URL:http://twitter.com/otenki_bot/>"Weather bot", [online], [Search August 30, 2011], Internet <URL: http://twitter.com/otenki_bot/>

しかし、botを用いてチャットを行う場合、ユーザの属性等を知らなければ適切な会話文(投稿文)を生成することはできず、ユーザの属性を知ることは大事である。   However, when chatting using a bot, an appropriate conversation sentence (posted sentence) cannot be generated unless the user's attribute is known, and it is important to know the user's attribute.

更に、bot技術よる文章の生成は高度であり、小規模なクライアントがbotを用いたチャットを気軽に利用することはできない。   Furthermore, sentence generation using the bot technology is sophisticated, and a small client cannot easily use chat using a bot.

そこで、本発明は、チャットサービスにおけるユーザとのインタラクティブなコミュニケーションの中で、botの技術がないクライアントであっても、botによるチャットサービスを提供することができるチャットシステム、管理サーバ及びプログラムを提供することを目的とする。   Therefore, the present invention provides a chat system, a management server, and a program capable of providing a chat service using a bot even if the client does not have the bot technique in interactive communication with a user in the chat service. For the purpose.

本発明の一態様は、チャットシステムであって、管理サーバと、クライアントサーバと、チャットアプリサーバと、複数のユーザ端末とを有し、前記管理サーバは、ユーザの属性情報が保存されるユーザデータベースと、前記ユーザ端末に配信するコンテンツが保存されるコンテンツデータベースと、前記クライアントサーバと通信を行う通信部と、投稿文を生成し、前記クライアントサーバに送信する投稿文生成部と、前記ユーザ端末から送信されてくる返信文に対して自然言語処理を行い、ユーザの属性情報及び評価情報を取得し、前記ユーザデータベースに登録する解析部と、前記ユーザデータベースに保存されているユーザ属性情報に基づいて、ユーザの趣向性を学習するユーザ趣向性学習部と、前記ユーザ趣向性学習部の学習結果に基づいて、前記コンテンツデータベースからユーザに配信するコンテンツを選択するコンテンツ選択部とを有するチャットシステムである。   One aspect of the present invention is a chat system, which includes a management server, a client server, a chat application server, and a plurality of user terminals, and the management server stores a user database in which user attribute information is stored. A content database that stores content to be distributed to the user terminal, a communication unit that communicates with the client server, a posted message generation unit that generates a posted message and transmits the posted message to the client server, and the user terminal Based on the user attribute information stored in the user database and the analysis unit that performs natural language processing on the sent reply sentence, acquires user attribute information and evaluation information, and registers in the user database , A user preference learning unit that learns a user preference and a learning result of the user preference learning unit Based on a chat system and a content selection unit that selects content to be delivered to the user from the content database.

本発明の一態様は、チャットシステムの管理サーバであって、ユーザの属性情報が保存されるユーザデータベースと、チャットユーザのユーザ端末に配信するコンテンツが保存されるコンテンツデータベースと、クライアントサーバと通信を行う通信部と、投稿文を生成し、前記クライアントサーバに送信する投稿文生成部と、前記ユーザ端末から送信されてくる返信文に対して自然言語処理を行い、ユーザの属性情報及び評価情報を取得し、前記ユーザデータベースに登録する解析部と、前記ユーザデータベースに保存されているユーザ属性情報に基づいて、ユーザの趣向性を学習するユーザ趣向性学習部と、前記ユーザ趣向性学習部の学習結果に基づいて、前記コンテンツデータベースからユーザに配信するコンテンツを選択するコンテンツ選択部とを有する管理サーバである。   One aspect of the present invention is a chat server management server that communicates with a client database, a user database that stores user attribute information, a content database that stores content to be distributed to a chat user's user terminal, and a client server. A communication unit to perform, a posted message generation unit that generates and transmits a post message to the client server, and natural language processing is performed on a reply message transmitted from the user terminal, and user attribute information and evaluation information are obtained. An analysis unit that acquires and registers in the user database, a user preference learning unit that learns a user preference based on user attribute information stored in the user database, and learning of the user preference learning unit Based on the result, a container for selecting content to be distributed to the user from the content database. A management server and a tool selection unit.

本発明の一態様は、チャットシステムのプログラムであって、投稿文を生成し、前記クライアントサーバに送信する投稿文生成処理と、前記ユーザ端末から送信されてくる返信文に対して自然言語処理を行い、ユーザの属性情報及び評価情報を取得し、ユーザの属性情報が保存されるユーザデータベースに登録する解析処理と、前記ユーザデータベースに保存されているユーザ属性情報に基づいて、ユーザの趣向性を学習するユーザ趣向性学習処理と、前記ユーザ趣向性学習処理の学習結果に基づいて、チャットユーザのユーザ端末に配信するコンテンツが保存されるコンテンツデータベースから、ユーザに配信するコンテンツを選択するコンテンツ選択処理とをコンピュータに実行させるプログラムである。   One aspect of the present invention is a program for a chat system, which generates a posted sentence and transmits a posted sentence to the client server, and a natural language process for a reply sentence transmitted from the user terminal. The user attribute information and the evaluation information, and the user's preference based on the analysis process registered in the user database in which the user attribute information is stored and the user attribute information stored in the user database. User preference learning processing to be learned, and content selection processing to select content to be delivered to the user from a content database in which the content to be delivered to the chat user's user terminal is stored based on the learning result of the user preference learning processing Is a program that causes a computer to execute.

本発明は、botの技術がないクライアントであっても、botによるチャットサービスを提供することができ、更に、ユーザの属性を収集してユーザの趣向性を自動学習するので、ユーザに適したコンテンツを配信することができる。   The present invention can provide a chat service by a bot even for a client without a bot technology, and further, by collecting user attributes and automatically learning user preferences, content suitable for users Can be delivered.

図1は本発明の実施の形態におけるシステム構成図である。FIG. 1 is a system configuration diagram according to an embodiment of the present invention. 図2は本実施の形態における管理サーバ1のブロック図である。FIG. 2 is a block diagram of the management server 1 in this embodiment. 図3は本発明の実施の形態における動作シーケンス図である。FIG. 3 is an operation sequence diagram according to the embodiment of the present invention.

本発明の実施の形態について、図面を用いて詳細に説明する。   Embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明の実施の形態におけるシステム構成図である。   FIG. 1 is a system configuration diagram according to an embodiment of the present invention.

図1によれば、インターネットに、管理サーバ1と、クライアントサーバ2と、チャットアプリサーバ3と、複数のユーザ端末4とが接続されている。   According to FIG. 1, a management server 1, a client server 2, a chat application server 3, and a plurality of user terminals 4 are connected to the Internet.

ここで、チャットアプリサーバ3は、例えば、LINE(登録商標)のアプリサーバであり、ユーザ端末4は、スマートフォン等の通信端末である。   Here, the chat application server 3 is, for example, a LINE (registered trademark) application server, and the user terminal 4 is a communication terminal such as a smartphone.

図1によれば、多数のユーザB及びCのユーザ端末4がインターネットを介してチャットアプリサーバ3に接続し、例えば、ユーザA(アカウントA)の投稿文を、複数の他のユーザB及びC(アカウントB及びC)が閲覧し、その返信(回答)を行い、ネットワーク上で、ユーザA、ユーザB及びCが雑談同様に会話を楽しむ。   According to FIG. 1, the user terminals 4 of a large number of users B and C connect to the chat application server 3 via the Internet. For example, a posted sentence of the user A (account A) can be sent to a plurality of other users B and C. (Accounts B and C) browse and make a reply (answer), and users A, B and C enjoy a conversation on the network like a chat.

クライアントサーバ2は、ユーザB及びCに対して、チャットサービスにおけるユーザとのインタラクティブなコミュニケーションの中で、レコメンドサービスとしてチャットアプリサーバ3を介して質問文等を配信するサーバであり、アカウントAである。クライアントサーバ2は、例えば、サービス業等のサービス提供者のサーバである。   The client server 2 is a server that distributes a question sentence or the like to the users B and C via the chat application server 3 as a recommendation service in interactive communication with the user in the chat service, and is an account A. . The client server 2 is a server of a service provider such as a service industry, for example.

管理サーバ1は、クライアントサーバ2のために、配信する質問文などを、botにより生成し、生成した質問文のテキストを、クライアントサーバ2に送信する。また、ユーザB及びCのユーザ端末4からの回答文を、クライアントサーバ2を介して受け取り、その回答文を自然言語処理解析して、ユーザの趣向性を解析する。更に、解析したユーザ趣向性に基づいて、ユーザに対して最適なコンテンツを選択する。   The management server 1 generates a question sentence to be distributed by the bot for the client server 2, and transmits the text of the generated question sentence to the client server 2. In addition, the answer sentences from the user terminals 4 of the users B and C are received via the client server 2, and the answer sentences are analyzed by natural language processing to analyze the user's preference. Furthermore, the optimum content for the user is selected based on the analyzed user preferences.

図2は、本実施の形態における管理サーバ1のブロック図である。   FIG. 2 is a block diagram of the management server 1 in the present embodiment.

管理サーバ1は、投稿文生成部10と、自然言語処理部11と、ユーザ属性登録部12と、ユーザ趣向性学習部13と、コンテンツ選択部14と、コンテンツ配信部15と、ユーザデータベース16と、コンテンツデータベース17とを備える。   The management server 1 includes a posted sentence generation unit 10, a natural language processing unit 11, a user attribute registration unit 12, a user preference learning unit 13, a content selection unit 14, a content distribution unit 15, and a user database 16. And a content database 17.

投稿文生成部10は、テンプレート文章を用いて、複数の他のユーザB及びC(アカウントB及びC)のプロフィール(ユーザ属性)を抽出する質問文やコンテンツの配信文等を生成するものであり、Botの機能を有する。生成した質問文等のテキストは、クライアントサーバ2に送信される。   The posted sentence generation unit 10 uses a template sentence to generate a question sentence for extracting profiles (user attributes) of a plurality of other users B and C (accounts B and C), a content distribution sentence, and the like. , Has the function of Bot. The generated text such as a question sentence is transmitted to the client server 2.

自然言語処理部11は、クライアントサーバ2が受け取ったユーザB及びCの回答文やコンテンツの評価文を、形態素解析、係り受け解析する。   The natural language processing unit 11 performs morphological analysis and dependency analysis on the response sentences and content evaluation sentences of the users B and C received by the client server 2.

ユーザ属性登録部12は、自然言語処理された回答文や評価文のうち、ユーザの趣向性の判断に必要なデータを、ユーザデータベース16に登録する。   The user attribute registration unit 12 registers, in the user database 16, data necessary for determining the user's preference among the answer sentences and the evaluation sentences that have been subjected to natural language processing.

ユーザ趣向性学習部13は、ユーザデータベース16に登録されたユーザの属性情報や、クライアントから与えられたコンテンツが登録されたコンテンツデータベース17の内容に基づいて、AIエンジン(Azure Machine Learning, Tensorflow等を使用)により、ユーザの趣向性を学習する。学習を終えたAIエンジンは、例えば、「ユーザBに対して、AAAの評価を得たい場合に最適なコンテンツは?」という問に対して自動的に「BBBというコンテンツを出すべき」という結果を出力する。   The user preference learning unit 13 performs AI engine (Azure Machine Learning, Tensorflow, etc.) based on the attribute information of the user registered in the user database 16 and the content of the content database 17 in which the content given from the client is registered. Use) to learn user preferences. The AI engine that has finished learning, for example, automatically returns the result “BBB content should be issued” in response to the question “What is the best content for user B when he wants to obtain an AAA rating?” Output.

コンテンツ選択部14は、ユーザ趣向性学習部13からの出力に基づいて、配信するコンテンツ、すなわち、ユーザの趣向性に合致したコンテンツを選択する。   Based on the output from the user preference learning unit 13, the content selection unit 14 selects content to be distributed, that is, content that matches the user preference.

コンテンツ配信部15は、コンテンツ選択部14により選択されたコンテンツを、クライアントサーバ2に送信する。   The content distribution unit 15 transmits the content selected by the content selection unit 14 to the client server 2.

次に、本発明の実施の形態における動作を説明する。   Next, the operation in the embodiment of the present invention will be described.

図3は、本発明の実施の形態における動作シーケンス図である。   FIG. 3 is an operation sequence diagram according to the embodiment of the present invention.

まず、管理サーバ1は、投稿者へのプロフィールを抽出する質問テキストを生成し(S1)、クライアントサーバ2に送信する。例えば、「何歳ですか?住んでいる地域は?職業は?興味のあるコンテンツは?」等の質問文を生成し、クライアントサーバ2に送信する。   First, the management server 1 generates a question text for extracting a profile for a poster (S1) and transmits it to the client server 2. For example, a question sentence such as “How old are you? Where are you living? What is your occupation? What content are you interested in?” Is generated and transmitted to the client server 2.

クライアントサーバ2は、管理サーバ1から受け取った質問文テキストから、チャットAPIにより質問文を生成し(S2)、チャットアプリサーバ3に送信する。そして、チャットアプリサーバ3は、質問文を、ユーザ端末4に送信する(S3)。   The client server 2 generates a question sentence by the chat API from the question sentence text received from the management server 1 (S2), and transmits it to the chat application server 3. And the chat application server 3 transmits a question sentence to the user terminal 4 (S3).

ユーザ端末4のユーザBは質問文を閲覧し(S4)、チャットアプリに自分自身のプロフィールについての回答文を生成して送信する(S5)。例えば、25歳です/新宿区に住んでいます/会社員をしています。/ロボットに関心があります等である。   The user B of the user terminal 4 browses the question text (S4), and generates and transmits an answer text about his / her profile to the chat application (S5). For example, I am 25 years old / I live in Shinjuku Ward / I am a company employee. / I'm interested in robots.

回答文を受け取ったチャットアプリサーバ3は、クライアントサーバ2へ回答文を送信する(S6)。そして、回答文を受け取ったクライアントサーバ2は、管理サーバ1に回答文を送信する(S7)。   The chat application server 3 that has received the response text transmits the response text to the client server 2 (S6). Then, the client server 2 that has received the response text transmits the response text to the management server 1 (S7).

管理サーバ1は、受け取った回答文の自然言語処理を実行し(S8)、ユーザデータベースに格納する(S9)。例えば、” age:25, address:新宿区, job:employee, interested:robots”等である。尚、ユーザデータベースに保存されたデータに対してクラス分類などを実行後、クライアントサーバ2からその解析結果を表示するようにしても良い。   The management server 1 executes natural language processing of the received answer sentence (S8) and stores it in the user database (S9). For example, “age: 25, address: Shinjuku-ku, job: employee, interested: robots”. It should be noted that the analysis result may be displayed from the client server 2 after classifying the data stored in the user database.

次に、ユーザデータベースに保存されたデータをもとに、管理サーバ1は、各ユーザ(この場合はユーザB)に適したコンテンツをコンテンツデータベースから選択する(S10)。そして、選択したコンテンツをクライアントサーバ2に送信する。例えば、チャットアプリユーザがロボットに感心があったのでロボットに関連した記事を配信、等々である。   Next, based on the data stored in the user database, the management server 1 selects content suitable for each user (in this case, user B) from the content database (S10). Then, the selected content is transmitted to the client server 2. For example, since the chat application user was impressed with the robot, articles related to the robot were distributed, and so on.

コンテンツを受け取ったクライアントサーバ2は、チャットアプリサーバ3にコンテンツを送信する(S11)。   The client server 2 that has received the content transmits the content to the chat application server 3 (S11).

コンテンツを受け取ったチャットサーバ3は、ユーザ端末4にコンテンツを送信する(S12)。   The chat server 3 that has received the content transmits the content to the user terminal 4 (S12).

ユーザ端末4のチャットアプリユーザは、送信されてきたコンテンツを閲覧し(S13)、そのコンテンツを評価して評価文を生成し(S14)、チャットアプリサーバに送信する。例えば、ロボットのプログラミングなど、具体的な処理などに興味があるので、内容が抽象的で物足りなかった等である。   The chat application user of the user terminal 4 browses the transmitted content (S13), evaluates the content, generates an evaluation sentence (S14), and transmits it to the chat application server. For example, because I am interested in specific processing such as robot programming, the content is abstract and not enough.

チャットアプリサーバ3は、チャットアプリユーザが送信した評価内容をクライアントサーバ2に送信する(S15)。   The chat application server 3 transmits the evaluation content transmitted by the chat application user to the client server 2 (S15).

評価文を受け取ったクライアントサーバ2は、管理サーバ1に評価文を送信する(S16)。   The client server 2 that has received the evaluation statement transmits the evaluation statement to the management server 1 (S16).

管理サーバ1は、受け取った評価文の自然言語処理を実行して解析し(S17)、キーワードを抽出する。そして、抽出されたキーワードをもとに、ユーザデータベースにユーザの属性を追加する(S18)。例えば、evaluation:1, interested:"具体的な処理", not_like:"抽象的" (evaluationの値は記事の評価が良かった場合0、悪かった場合1等々…)である。   The management server 1 executes natural language processing of the received evaluation sentence and analyzes it (S17), and extracts keywords. Then, based on the extracted keyword, a user attribute is added to the user database (S18). For example, evaluation: 1, interested: "concrete processing", not_like: "abstract" (evaluation value is 0 if the article is rated good, 1 if it is bad, etc.).

一方、ユーザから評価文のフィードバックが来なかった場合(S19)、フィードバック要求テキストを生成する(S20)。例えば、「記事、どうでしたか?」「面白かったですか?」等、チャットアプリユーザから記事に関する感想や意見を求める。そして、評価文要求をクライアントサーバ2に送信する。   On the other hand, when the feedback of the evaluation sentence does not come from the user (S19), a feedback request text is generated (S20). For example, the chat application user requests comments and opinions about the article, such as “How was the article?” Or “Is it interesting?” Then, the evaluation statement request is transmitted to the client server 2.

クライアントサーバ2は、管理サーバ1から受け取った評価文要求から、チャットAPIにより評価要求文を生成し、チャットアプリサーバ3に送信する(S21)。そして、チャットアプリサーバ3は、評価要求文を、ユーザ端末4に送信する(S22)。評価要求文を受信したユーザ端末4は、S13、S14の処理を行う。   The client server 2 generates an evaluation request sentence by the chat API from the evaluation sentence request received from the management server 1, and transmits it to the chat application server 3 (S21). Then, the chat application server 3 transmits an evaluation request text to the user terminal 4 (S22). The user terminal 4 that has received the evaluation request text performs the processes of S13 and S14.

管理サーバ1は、ユーザデータベースに保存されているユーザ属性に基づいて、ユーザの趣向性を学習し(S23)、その結果を要求に応じてクライアントサーバ2に送信する。   The management server 1 learns the user preference based on the user attributes stored in the user database (S23), and transmits the result to the client server 2 in response to the request.

クライアントサーバ2は、ユーザの趣向性の結果を受信(S24)し、その結果を表示する。   The client server 2 receives the user preference result (S24), and displays the result.

以上、詳細に説明したように、本実施の形態によれば、botの技術がないクライアントであっても、botによるチャットサービスを提供することができ、更に、ユーザの属性を収集してユーザの趣向性を自動学習するので、ユーザに適したコンテンツを配信することができる。そして、クライアントサーバには、bot用の特別の装置を設ける必要がない。   As described above in detail, according to the present embodiment, even a client without bot technology can provide a bot chat service, and further collect user attributes to collect user attributes. Since the preference is automatically learned, content suitable for the user can be distributed. The client server does not need to be provided with a special device for bot.

また、ユーザ属性をクライアントから閲覧することができ、ユーザの趣向性の動向を確認することもできる。   In addition, the user attributes can be viewed from the client, and the trend of user preference can be confirmed.

尚、上述した実施の形態では、各部をハードウェアで構成したが、上述した動作の処理を情報処理装置(CPU)に行わせるプログラムによっても構成できる。   In the above-described embodiment, each unit is configured by hardware, but may be configured by a program that causes the information processing apparatus (CPU) to perform the above-described operation processing.

以上好ましい実施の形態をあげて本発明を説明したが、本発明は必ずしも上記実施の形態に限定されるものではなく、その技術的思想の範囲内において様々に変形し実施することが出来る。   Although the present invention has been described with reference to the preferred embodiments, the present invention is not necessarily limited to the above-described embodiments, and various modifications can be made within the scope of the technical idea.

1 管理サーバ
2 クライアントサーバ
3 チャットアプリサーバ
4 ユーザ端末
10 投稿文生成部
11 自然言語処理部
12 ユーザ属性登録部
13 ユーザ趣向性学習部
14 コンテンツ選択部
15 コンテンツ配信部
16 ユーザデータベース
17 コンテンツデータベース
DESCRIPTION OF SYMBOLS 1 Management server 2 Client server 3 Chat application server 4 User terminal 10 Posted sentence generation part 11 Natural language processing part 12 User attribute registration part 13 User preference learning part 14 Content selection part 15 Content distribution part 16 User database 17 Content database

Claims (3)

チャットシステムであって、
管理サーバと、クライアントサーバと、チャットアプリサーバと、複数のユーザ端末とを有し、
前記管理サーバは、
ユーザの属性情報が保存されるユーザデータベースと、
前記ユーザ端末に配信するコンテンツが保存されるコンテンツデータベースと、
前記クライアントサーバと通信を行う通信部と、
投稿文を生成し、前記クライアントサーバに送信する投稿文生成部と、
前記ユーザ端末から送信されてくる返信文に対して自然言語処理を行い、ユーザの属性情報及び評価情報を取得し、前記ユーザデータベースに登録する解析部と、
前記ユーザデータベースに保存されているユーザ属性情報に基づいて、ユーザの趣向性を学習するユーザ趣向性学習部と、
前記ユーザ趣向性学習部の学習結果に基づいて、前記コンテンツデータベースからユーザに配信するコンテンツを選択するコンテンツ選択部と
を有するチャットシステム。
A chat system,
A management server, a client server, a chat application server, and a plurality of user terminals;
The management server
A user database in which user attribute information is stored;
A content database storing content to be distributed to the user terminal;
A communication unit for communicating with the client server;
A posted message generation unit that generates a posted message and sends it to the client server;
An analysis unit that performs natural language processing on a reply sentence transmitted from the user terminal, acquires user attribute information and evaluation information, and registers the information in the user database;
Based on user attribute information stored in the user database, a user preference learning unit that learns user preferences,
The chat system which has a content selection part which selects the content delivered to a user from the said content database based on the learning result of the said user preference learning part.
チャットシステムの管理サーバであって、
ユーザの属性情報が保存されるユーザデータベースと、
チャットユーザのユーザ端末に配信するコンテンツが保存されるコンテンツデータベースと、
クライアントサーバと通信を行う通信部と、
投稿文を生成し、前記クライアントサーバに送信する投稿文生成部と、
前記ユーザ端末から送信されてくる返信文に対して自然言語処理を行い、ユーザの属性情報及び評価情報を取得し、前記ユーザデータベースに登録する解析部と、
前記ユーザデータベースに保存されているユーザ属性情報に基づいて、ユーザの趣向性を学習するユーザ趣向性学習部と、
前記ユーザ趣向性学習部の学習結果に基づいて、前記コンテンツデータベースからユーザに配信するコンテンツを選択するコンテンツ選択部と
を有する管理サーバ。
A chat system management server,
A user database in which user attribute information is stored;
A content database in which content to be distributed to chat user terminals is stored;
A communication unit that communicates with the client server;
A posted message generation unit that generates a posted message and sends it to the client server;
An analysis unit that performs natural language processing on a reply sentence transmitted from the user terminal, acquires user attribute information and evaluation information, and registers the information in the user database;
Based on user attribute information stored in the user database, a user preference learning unit that learns user preferences,
A management server comprising: a content selection unit that selects content to be distributed to a user from the content database based on a learning result of the user preference learning unit.
チャットシステムのプログラムであって、
投稿文を生成し、前記クライアントサーバに送信する投稿文生成処理と、
前記ユーザ端末から送信されてくる返信文に対して自然言語処理を行い、ユーザの属性情報及び評価情報を取得し、ユーザの属性情報が保存されるユーザデータベースに登録する解析処理と、
前記ユーザデータベースに保存されているユーザ属性情報に基づいて、ユーザの趣向性を学習するユーザ趣向性学習処理と、
前記ユーザ趣向性学習処理の学習結果に基づいて、チャットユーザのユーザ端末に配信するコンテンツが保存されるコンテンツデータベースから、ユーザに配信するコンテンツを選択するコンテンツ選択処理と
をコンピュータに実行させるプログラム。
A chat system program,
A post message generation process for generating a post message and sending it to the client server;
An analysis process for performing natural language processing on a reply sentence transmitted from the user terminal, obtaining user attribute information and evaluation information, and registering in a user database in which the user attribute information is stored;
A user preference learning process for learning a user preference based on user attribute information stored in the user database;
A program for causing a computer to execute content selection processing for selecting content to be distributed to a user from a content database in which content to be distributed to a user terminal of a chat user is stored based on a learning result of the user preference learning processing.
JP2016095680A 2016-05-11 2016-05-11 Chat system, management server and program Pending JP2017204157A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016095680A JP2017204157A (en) 2016-05-11 2016-05-11 Chat system, management server and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016095680A JP2017204157A (en) 2016-05-11 2016-05-11 Chat system, management server and program

Publications (1)

Publication Number Publication Date
JP2017204157A true JP2017204157A (en) 2017-11-16

Family

ID=60321559

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016095680A Pending JP2017204157A (en) 2016-05-11 2016-05-11 Chat system, management server and program

Country Status (1)

Country Link
JP (1) JP2017204157A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101993771B1 (en) 2018-04-16 2019-09-30 제이이 인터네셔널 코포레이션 Chatbot searching system and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101993771B1 (en) 2018-04-16 2019-09-30 제이이 인터네셔널 코포레이션 Chatbot searching system and program

Similar Documents

Publication Publication Date Title
AU2016303436B2 (en) Method and system for applying probabilistic topic models to content in a tax environment to improve user satisfaction with a question and answer customer support system
US10678516B2 (en) Chatbot builder user interface
CN108984650B (en) Computer-readable recording medium and computer device
US20080059447A1 (en) System, method and computer program product for ranking profiles
US20140201292A1 (en) Digital business card system performing social networking commonality comparisions, professional profile curation and personal brand management
CN110298029B (en) Friend recommendation method, device, equipment and medium based on user corpus
US20140095308A1 (en) Advertisement distribution apparatus and advertisement distribution method
KR102287862B1 (en) Establishing an Audio-Based Network Session Using Unregistered Resources
US20100325128A1 (en) Generating and registering domain name-based screen names
KR101559719B1 (en) Auto-learning system and method for derive effective marketing
US20100325253A1 (en) Generating and registering screen name-based domain names
US20160350805A1 (en) System and method for tracking car sales
CN109684540B (en) Service information interaction method and device
Bai et al. Impact of social media capability on firm performance: New evidence from China
TW201933269A (en) Intellectual property system, intellectual property support method and intellectual property support program
US20150278828A1 (en) Market analysis for an online business
JP2017204157A (en) Chat system, management server and program
Ali et al. Interaction-based collaborative recommendation: a personalized learning environment (PLE) perspective
US9817905B2 (en) Profile personalization based on viewer of profile
Seroussi Utilising user texts to improve recommendations
JP2017073051A (en) Human resources search server
KR20220053398A (en) Service System for Connecting and Recommending Clothing Products by Using AI
JP7003481B2 (en) Reinforcing rankings for social media accounts and content
RU123193U1 (en) CONSULTING SERVICES DEMONSTRATION SYSTEM
JP7330726B2 (en) MODEL GENERATING DEVICE, MODEL GENERATING METHOD, AND PROGRAM