JP6048254B2 - Operation support program, operation support method, and information processing apparatus - Google Patents

Operation support program, operation support method, and information processing apparatus Download PDF

Info

Publication number
JP6048254B2
JP6048254B2 JP2013059082A JP2013059082A JP6048254B2 JP 6048254 B2 JP6048254 B2 JP 6048254B2 JP 2013059082 A JP2013059082 A JP 2013059082A JP 2013059082 A JP2013059082 A JP 2013059082A JP 6048254 B2 JP6048254 B2 JP 6048254B2
Authority
JP
Japan
Prior art keywords
evaluation
recommendation
user
node
evaluation value
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.)
Active
Application number
JP2013059082A
Other languages
Japanese (ja)
Other versions
JP2014186390A (en
Inventor
亮介 大石
亮介 大石
敦 池
敦 池
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2013059082A priority Critical patent/JP6048254B2/en
Publication of JP2014186390A publication Critical patent/JP2014186390A/en
Application granted granted Critical
Publication of JP6048254B2 publication Critical patent/JP6048254B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Digital Computer Display Output (AREA)
  • User Interface Of Digital Computer (AREA)

Description

本発明は、操作支援プログラムに関する。   The present invention relates to an operation support program.

従来から、レコメンド技術は、ウェブページのレコメンド等、様々な分野で利用されている。例えば、レコメンド技術では、ウェブ上の興味・関心をユーザ毎に収集し、得られた興味や関心のうちスコアの高いものを別のユーザに情報提供する。   Conventionally, recommendation technology has been used in various fields such as recommendation of a web page. For example, in the recommendation technique, interests and interests on the web are collected for each user, and information on the obtained interests and interests having a high score is provided to another user.

レコメンド技術の一例として、レコメンド装置は、複数のユーザがアクションを起こしたアイテムの順序と、リンクの密度度合いで表現されたアイテム間の関連性とを考慮して予測モデルを学習する。そして、レコメンド装置は、学習された予測モデルを用いて、ユーザが次にアクションを起こすアイテムを予測する。さらに、レコメンド装置は、予測したアイテムに基づいて、ユーザにレコメンドするアイテムを決定する。アイテムには、ウェブページ等がある。   As an example of the recommendation technique, the recommendation device learns a prediction model in consideration of the order of items in which a plurality of users have taken action and the relationship between items expressed by the degree of link density. Then, the recommendation device predicts an item on which the user next takes an action using the learned prediction model. Further, the recommendation device determines an item to be recommended to the user based on the predicted item. Items include web pages and the like.

特開2011−154591号公報JP 2011-154591 A 特開2008−513887号公報JP 2008-513887 A 特開2001−5862号公報JP 2001-5862 A 特開2005−33600号公報JP 2005-33600 A

しかしながら、従来のレコメンドする技術では、ユーザの一連の操作についてレコメンドすることができないという問題がある。すなわち、従来のレコメンド装置では、予測対象がウェブページであり、ウェブページそのものをレコメンドできるが、ウェブページの遷移をレコメンドすることができない。つまり、レコメンド装置は、ユーザの一連の操作についてレコメンドすることができない。   However, the conventional recommending technique has a problem that a series of user operations cannot be recommended. That is, in the conventional recommendation device, the prediction target is a web page, and the web page itself can be recommended, but the transition of the web page cannot be recommended. That is, the recommendation device cannot recommend a series of user operations.

1つの側面では、ユーザの一連の操作についてレコメンドできることを目的とする。   An object of one aspect is to be able to recommend a series of user operations.

本願の開示する操作支援プログラムは、コンピュータに、操作中の操作シーケンスの所定のノードについて次に操作可能な操作候補の評価依頼を受信し、操作シーケンスの各ノードに対する操作毎の各ユーザにおける評価を示す第1の情報および各ユーザ間の距離を示す第2の情報に基づいて、操作の評価依頼を受けたノードについて、次に操作可能な操作候補の評価値をそれぞれ算出し、該算出する処理によって算出されたそれぞれの評価値を各操作候補に対応付けて送信元に送信する、各処理を実行させる。   The operation support program disclosed in the present application receives an evaluation request for an operation candidate that can be operated next for a predetermined node in the operation sequence being operated, and evaluates each user for each operation for each node in the operation sequence. Processing for calculating the evaluation value of the next operation candidate that can be operated for the node that has received the operation evaluation request based on the first information that is indicated and the second information that indicates the distance between the users. Each of the evaluation values calculated by the above is executed in association with each operation candidate and transmitted to the transmission source.

1つの態様によれば、ユーザの一連の操作についてレコメンドすることができる。   According to one aspect, it is possible to recommend a series of user operations.

図1は、実施例に係る操作支援システムの構成を示す機能ブロック図である。FIG. 1 is a functional block diagram illustrating the configuration of the operation support system according to the embodiment. 図2は、操作シーケンスDBのデータ構造の一例を示す図である。FIG. 2 is a diagram illustrating an example of a data structure of the operation sequence DB. 図3は、操作シーケンスの一例を示す図である。FIG. 3 is a diagram illustrating an example of an operation sequence. 図4は、アクションDBのデータ構造の一例を示す図である。FIG. 4 is a diagram illustrating an example of the data structure of the action DB. 図5は、レコメンドDBのデータ構造の一例を示す図である。FIG. 5 is a diagram illustrating an example of the data structure of the recommendation DB. 図6は、遷移グラフの一例を示す図である。FIG. 6 is a diagram illustrating an example of a transition graph. 図7は、正規化されたレコメンドDBのデータ構造の一例を示す図である。FIG. 7 is a diagram illustrating an example of the data structure of the normalized recommendation DB. 図8は、ソーシャルグラフの一例を示す図である。FIG. 8 is a diagram illustrating an example of a social graph. 図9は、ソーシャルグラフDBのデータ構造の一例を示す図である。FIG. 9 is a diagram illustrating an example of the data structure of the social graph DB. 図10Aは、遷移グラフと評価値を示す図(1)である。FIG. 10A is a diagram (1) illustrating a transition graph and an evaluation value. 図10Bは、遷移グラフと評価値を示す図(2)である。FIG. 10B is a diagram (2) illustrating a transition graph and an evaluation value. 図11は、PC側における操作シーケンス記録処理のフローチャートを示す図である。FIG. 11 is a flowchart of the operation sequence recording process on the PC side. 図12は、PC側における操作記録依頼処理のフローチャートを示す図である。FIG. 12 is a flowchart of the operation record request process on the PC side. 図13Aは、PC側におけるレコメンド表示処理のフローチャートを示す図(1)である。FIG. 13A is a diagram (1) illustrating a flowchart of a recommendation display process on the PC side. 図13Bは、PC側におけるレコメンド表示処理のフローチャートを示す図(2)である。FIG. 13B is a diagram (2) illustrating a flowchart of a recommendation display process on the PC side. 図13Cは、ページの読込・表示処理のフローチャートを示す図である。FIG. 13C is a flowchart of the page reading / displaying process. 図14は、レコメンド記録サーバ側における操作記録処理のフローチャートを示す図である。FIG. 14 is a flowchart of the operation recording process on the recommendation recording server side. 図15は、レコメンド送信サーバ側におけるレコメンド算出処理のフローチャートを示す図である。FIG. 15 is a diagram illustrating a flowchart of a recommendation calculation process on the recommendation transmission server side. 図16Aは、画面の一例を示す図(1)である。FIG. 16A is a diagram (1) illustrating an example of a screen. 図16Bは、画面の一例を示す図(2)である。FIG. 16B is a diagram (2) illustrating an example of the screen. 図16Cは、画面の一例を示す図(3)である。FIG. 16C is a diagram (3) illustrating an example of the screen. 図16Dは、画面の一例を示す図(4)である。FIG. 16D is a diagram (4) illustrating an example of the screen. 図16Eは、画面の一例を示す図(5)である。FIG. 16E is a diagram (5) illustrating an example of the screen. 図16Fは、画面の一例を示す図(6)である。FIG. 16F is a diagram (6) illustrating an example of the screen. 図17Aは、レコメンド表示の一例を示す図(1)である。FIG. 17A is a diagram (1) illustrating an example of recommendation display. 図17Bは、レコメンド表示の一例を示す図(2)である。FIG. 17B is a diagram (2) illustrating an example of recommendation display. 図18は、操作支援プログラムを実行するコンピュータの一例を示す図である。FIG. 18 is a diagram illustrating an example of a computer that executes an operation support program.

以下に、本願の開示する操作支援プログラム、操作支援方法および情報処理装置の実施例を図面に基づいて詳細に説明する。なお、実施例によりこの発明が限定されるものではない。   Embodiments of an operation support program, an operation support method, and an information processing apparatus disclosed in the present application will be described below in detail with reference to the drawings. The present invention is not limited to the embodiments.

[実施例に係る操作支援システムの構成]
図1は、実施例に係る操作支援システムの構成を示すブロック図である。図1に示すように、操作支援システム9は、PC(Personal Computer)1と、PC2と、レコメンド記録サーバ3と、レコメンド送信サーバ4と、ウェブサーバ5とを有する。PC1およびPC2は、インターネット6を介してウェブサーバ5と接続する。ウェブサーバ5は、ウェブサービスとしてウェブアプリケーションを実施する。実施例では、ウェブアプリケーションを「特許出願システム」に関するウェブアプリケーションとして説明する。なお、PC1およびPC2がウェブサーバ5と接続するネットワークは、インターネット6に限定されず、社内LAN(Local Area Network)であったり、社内におけるイントラネットであったりしても良い。
[Configuration of Operation Support System According to Embodiment]
FIG. 1 is a block diagram illustrating the configuration of the operation support system according to the embodiment. As shown in FIG. 1, the operation support system 9 includes a PC (Personal Computer) 1, a PC 2, a recommendation recording server 3, a recommendation transmission server 4, and a web server 5. The PC 1 and the PC 2 are connected to the web server 5 via the Internet 6. The web server 5 implements a web application as a web service. In the embodiment, the web application is described as a web application related to the “patent application system”. The network that the PC 1 and PC 2 connect to the web server 5 is not limited to the Internet 6, and may be an in-house LAN (Local Area Network) or an in-house intranet.

操作支援システム9は、ユーザ毎に操作されたブラウザの操作シーケンスを、ユーザ毎に判断された操作の評価と共に集約する。そして、操作支援システム9は、後に操作するユーザのブラウザの操作時に、集約された評価とユーザ間の距離とに基づいて、次に操作すべき操作候補をレコメンドする。ここでいう「操作シーケンス」とは、ブラウザの一連の操作のことをいう。「操作」とは、ブラウザのページからユーザによって実行される「アクション」を意味し、操作の要素として、例えば、リンクやフォーム送信がある。フォーム送信には、例えば、テキストボックス、ラジオボタン、チェックボックス、ファイル選択がある。以降では、このような操作支援システム9について、具体的に説明する。   The operation support system 9 aggregates the operation sequence of the browser operated for each user together with the evaluation of the operation determined for each user. And the operation assistance system 9 recommends the operation candidate which should be operated next based on the collected evaluation and the distance between users at the time of operation of the user's browser operated later. The “operation sequence” here refers to a series of browser operations. “Operation” means an “action” executed by a user from a browser page, and examples of the operation element include links and form transmission. Form transmission includes, for example, a text box, radio button, check box, and file selection. Hereinafter, such an operation support system 9 will be described in detail.

PC1は、ユーザによって操作されたブラウザの操作シーケンスと操作の評価とを記録し、記録した結果を後述するレコメンド記録サーバ3に送信する。PC1は、ブラウザ11と操作シーケンスDB(Database)12を有する。さらに、ブラウザ11は、操作シーケンス記録部111と、操作記録依頼部112とを有する。PC1は、例えばパーソナルコンピュータに対応するが、携帯電話やスマートフォン等の操作可能な通信機器であれば良い。   The PC 1 records the operation sequence of the browser operated by the user and the evaluation of the operation, and transmits the recorded result to the recommendation recording server 3 described later. The PC 1 has a browser 11 and an operation sequence DB (Database) 12. Further, the browser 11 includes an operation sequence recording unit 111 and an operation record requesting unit 112. The PC 1 corresponds to, for example, a personal computer, but may be any communication device that can be operated, such as a mobile phone or a smartphone.

操作シーケンス記録部111は、操作シーケンスを記録する。例えば、操作シーケンス記録部111は、ブラウザ11によって表示されるページからユーザによって実行されるアクションおよびアクションの遷移先のページのURL(Uniform Resource Locator)を操作シーケンスDB12に記録する。   The operation sequence recording unit 111 records an operation sequence. For example, the operation sequence recording unit 111 records the action executed by the user from the page displayed by the browser 11 and the URL (Uniform Resource Locator) of the destination page of the action in the operation sequence DB 12.

ここで、操作シーケンスDB12のデータ構造について、図2を参照して説明する。図2は、操作シーケンスDBのデータ構造の一例を示す図である。図2に示すように、操作シーケンスDB12は、タブID(identification)12a、URL12b、アクション12cおよび評価12dを対応付けて記憶する。タブID12aは、操作シーケンス毎に付けられる識別子である。URL12bとは、ページを示すURLである。アクション12cは、URL12bで示されるページから実行されたアクション、すなわち操作である。アクション12cには、実行された操作に対応する操作の要素、例えばリンクの名前やフォームの名前が記憶される。なお、リンクの名前やフォームの名前は、例えば、JavaScript(登録商標)で設定される。評価12dは、URL12bで示されるページに到るまでの一連の操作の評価を示す。評価12dには、一連の操作の評価が良いことを示す「OK」、一連の操作の評価が悪いことを示す「NG」またはどちらでもないことを示す空白が記憶される。評価12dは、例えば、ブラウザ11の機能でページに追加される「よい例」ボタンおよび「悪い例」ボタンをユーザによって押下されたときに記憶される。   Here, the data structure of the operation sequence DB 12 will be described with reference to FIG. FIG. 2 is a diagram illustrating an example of a data structure of the operation sequence DB. As shown in FIG. 2, the operation sequence DB 12 stores a tab ID (identification) 12a, a URL 12b, an action 12c, and an evaluation 12d in association with each other. The tab ID 12a is an identifier attached to each operation sequence. The URL 12b is a URL indicating a page. The action 12c is an action executed from the page indicated by the URL 12b, that is, an operation. The action 12c stores an operation element corresponding to the executed operation, for example, a link name or a form name. Note that the name of the link and the name of the form are set by JavaScript (registered trademark), for example. The evaluation 12d indicates evaluation of a series of operations up to the page indicated by the URL 12b. In the evaluation 12d, “OK” indicating that the evaluation of the series of operations is good, “NG” indicating that the evaluation of the series of operations is bad, or blank indicating that neither is stored. The evaluation 12d is stored when, for example, a “good example” button and a “bad example” button added to the page by the function of the browser 11 are pressed by the user.

一例として、タブID12aが「1」である場合、1行目に、URL12bとして「top.html」、アクション12cとして「リンク1」、評価12dとして「NG」と記憶している。すなわち、「top.html」で「リンク1」の操作が実行され、ここまでの一連の操作が「NG」と評価されたことが記憶されている。2行目に、URL12bとして「inventor.html」、アクション12cとして「フォーム1」、評価12dとして空白と記憶している。すなわち、「top.html」からユーザによって実行されたアクション「リンク1」の遷移先のページ「inventor.html」で「フォーム1」の操作が実行されたことが記憶されている。さらに、3行目に、URL12bとして「idea.html」、アクション12cとして「フォーム2」、評価12dとして「OK」と記憶している。4行目に、URL12bとして「save.html」、アクション12cとして空白、評価12dとして空白と記憶している。   As an example, when the tab ID 12a is “1”, “top.html” is stored as the URL 12b, “link 1” is stored as the action 12c, and “NG” is stored as the evaluation 12d. That is, it is stored that the operation of “link 1” is executed in “top.html” and a series of operations so far are evaluated as “NG”. In the second line, “inventor.html” is stored as URL 12b, “form 1” is stored as action 12c, and blank is stored as evaluation 12d. That is, it is stored that the operation of “form 1” is executed on the page “inventor.html” which is the transition destination of the action “link 1” executed by the user from “top.html”. In the third line, “idea.html” is stored as the URL 12b, “form 2” is stored as the action 12c, and “OK” is stored as the evaluation 12d. In the fourth line, “save.html” is stored as the URL 12b, blank as the action 12c, and blank as the evaluation 12d.

図1に戻って、操作記録依頼部112は、操作シーケンスの記録をレコメント記録サーバ3に依頼する。例えば、操作記録依頼部112は、一連の操作が終了された場合に、操作シーケンスDB12に記憶された操作シーケンスの評価12dに、「OK」または「NG」が1つでもあるか否かを判定する。操作記録依頼部112は、操作シーケンスの評価12dに、「OK」または「NG」が1つでもあると判定した場合、操作シーケンスDB12から、最後に記録された「OK」または「NG」までの操作シーケンスを抽出する。抽出した操作シーケンスは、最後に記録された「OK」または「NG」までのURL12bとアクション12cとの対で構成される。そして、操作記録依頼部112は、抽出した操作シーケンスとユーザ名と最後に記録された「OK」または「NG」をレコメンド記録サーバ3に送信する。   Returning to FIG. 1, the operation record request unit 112 requests the recomment recording server 3 to record the operation sequence. For example, when a series of operations is completed, the operation record request unit 112 determines whether or not there is at least one “OK” or “NG” in the operation sequence evaluation 12d stored in the operation sequence DB 12. To do. If the operation record requesting unit 112 determines that there is at least one “OK” or “NG” in the operation sequence evaluation 12d, the operation record request unit 112 stores information from the operation sequence DB 12 to the last recorded “OK” or “NG”. Extract the operation sequence. The extracted operation sequence is composed of a pair of URL 12b and action 12c up to the last recorded “OK” or “NG”. Then, the operation record request unit 112 transmits the extracted operation sequence, the user name, and the last recorded “OK” or “NG” to the recommendation recording server 3.

ここで、操作シーケンスについて、図3を参照して説明する。図3は、操作シーケンスの一例を示す図である。なお、各ページをそれぞれノードとして説明する。図3上は、ユーザAがノード「top.html」から順々に一連の操作を実行した操作シーケンスである。ここでは、例えば、ユーザAは、ノード「top.html」でフォーム1のアクションを実行し、ノード「idea.html」に遷移している。また、図3下は、ユーザEがノード「top.html」から順々に一連の操作を実行した操作シーケンスである。ここでは、例えば、ユーザEは、ノード「top.html」でフォーム1のアクションを実行し、ノード「idea.html」に遷移している。   Here, the operation sequence will be described with reference to FIG. FIG. 3 is a diagram illustrating an example of an operation sequence. Each page will be described as a node. FIG. 3 shows an operation sequence in which the user A executes a series of operations sequentially from the node “top.html”. Here, for example, the user A executes the action of the form 1 at the node “top.html”, and transitions to the node “idea.html”. The lower part of FIG. 3 shows an operation sequence in which the user E executes a series of operations in order from the node “top.html”. Here, for example, the user E executes the action of the form 1 at the node “top.html” and transitions to the node “idea.html”.

このような操作シーケンスで、ユーザAが、ノード「complete.html」で「よい例」ボタンを押下したとする。すると、操作記録依頼部112は、ユーザAの操作シーケンスと、ユーザ名「A」と、「OK」をレコメンド記録サーバ3に送信する。また、ユーザEが、ノード「error.html」で「悪い例」ボタンを押下したとする。すると、操作記録依頼部112は、ユーザEの操作シーケンスと、ユーザ名「E」と、「NG」をレコメンド記録サーバ3に送信する。   It is assumed that the user A presses a “good example” button at the node “complete.html” in such an operation sequence. Then, the operation record request unit 112 transmits the operation sequence of the user A, the user name “A”, and “OK” to the recommendation recording server 3. Further, it is assumed that the user E presses the “bad example” button at the node “error.html”. Then, the operation record request unit 112 transmits the operation sequence of the user E, the user name “E”, and “NG” to the recommendation recording server 3.

図1に戻って、PC2は、操作中の操作シーケンスの所定のページについて、次に操作可能な操作候補の評価依頼をレコメンド送信サーバ4に送信し、評価結果をページに追加する。PC2は、ブラウザ21とアクションDB22を有する。さらに、ブラウザ21は、レコメンド依頼部211とレコメンド表示部212を有する。PC2は、例えばパーソナルコンピュータに対応するが、携帯電話やスマートフォン等の操作可能な通信機器であれば良い。   Returning to FIG. 1, the PC 2 transmits an evaluation request for the next operable operation candidate to the recommended transmission server 4 for a predetermined page of the operation sequence being operated, and adds the evaluation result to the page. The PC 2 has a browser 21 and an action DB 22. Further, the browser 21 includes a recommendation request unit 211 and a recommendation display unit 212. The PC 2 corresponds to, for example, a personal computer, but may be any communication device that can be operated, such as a mobile phone or a smartphone.

レコメンド依頼部211は、ウェブアプリケーションを操作中に、所定のURLのページを表示する。そして、レコメンド依頼部211は、表示したページから次に操作可能な操作候補(アクション)について、評価依頼をレコメンド送信サーバ4に送信する。例えば、レコメンド依頼部211は、操作中の操作シーケンスについて、現在のURLのページをウェブサーバ5から読み込み、読み込んだページを表示する。このとき、レコメンド依頼部211は、読み込んだページから操作(アクション)の要素を抽出し、アクションDB22に記録する。そして、レコメンド依頼部211は、アクションDB22から、次に操作可能な全てのアクションを取り出し、取り出した全てのアクションと、ここまでの操作シーケンスと、操作しているユーザのユーザ名とを評価依頼に含めて送信する。   The recommendation request unit 211 displays a page with a predetermined URL while operating the web application. Then, the recommendation request unit 211 transmits an evaluation request to the recommendation transmission server 4 for an operation candidate (action) that can be operated next from the displayed page. For example, the recommendation request unit 211 reads the page of the current URL from the web server 5 for the operation sequence being operated, and displays the read page. At this time, the recommendation request unit 211 extracts an operation (action) element from the read page and records it in the action DB 22. Then, the recommendation request unit 211 retrieves all the actions that can be operated next from the action DB 22, and uses the extracted actions, the operation sequence so far, and the user name of the operating user as an evaluation request. Include and send.

レコメンド表示部212は、レコメンド送信サーバ4から全てのアクションに対する評価値を受信し、受信した評価値を表示されたページに追加して表示する。例えば、レコメンド表示部212は、次に操作可能な全てのアクションに対応させて、それぞれの評価値を表示する。なお、評価値の例は、後述するものとする。   The recommendation display unit 212 receives evaluation values for all actions from the recommendation transmission server 4, and adds the received evaluation values to the displayed page for display. For example, the recommendation display unit 212 displays each evaluation value in correspondence with all actions that can be operated next. An example of the evaluation value will be described later.

ここで、アクションDB22のデータ構造について、図4を参照して説明する。図4は、アクションDBのデータ構造の一例を示す図である。図4に示すように、アクションDB22は、タブID22a、URL22bおよびアクション23cを対応付けて記憶する。タブID22aは、操作シーケンス毎に付けられる識別子である。URL22bは、現在表示中のページのURLである。アクション23cは、現在表示中のページのアクションである。すなわち、アクション23cには、現在表示中のページについて、次に操作可能なアクションが記憶されている。   Here, the data structure of the action DB 22 will be described with reference to FIG. FIG. 4 is a diagram illustrating an example of the data structure of the action DB. As shown in FIG. 4, the action DB 22 stores a tab ID 22a, a URL 22b, and an action 23c in association with each other. The tab ID 22a is an identifier attached to each operation sequence. URL 22b is the URL of the currently displayed page. The action 23c is an action of the currently displayed page. That is, the action 23c stores the next operable action for the currently displayed page.

一例として、タブID22aが「1」である場合、URL22bとして「idea.html」、アクション22cとして「フォーム1」、「フォーム2」、「リンク1」と記憶している。   As an example, when the tab ID 22a is “1”, “idea.html” is stored as the URL 22b, and “form 1”, “form 2”, and “link 1” are stored as the action 22c.

図1に戻って、レコメンド記録サーバ3は、制御部31およびレコメンドDB32を有する。制御部31は、操作記録部311を有する。また、制御部31は、例えば、ASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)等の集積回路またはCPU(Central Processing Unit)やMPU(Micro Processing Unit)等の電子回路である。レコメンドDB32は、操作シーケンスの各ページに対する操作毎の各ユーザにおける評価を記憶する。なお、レコメンドDB32のデータ構造は、後述する。   Returning to FIG. 1, the recommendation recording server 3 includes a control unit 31 and a recommendation DB 32. The control unit 31 includes an operation recording unit 311. The control unit 31 is, for example, an integrated circuit such as an ASIC (Application Specific Integrated Circuit) or an FPGA (Field Programmable Gate Array) or an electronic circuit such as a CPU (Central Processing Unit) or an MPU (Micro Processing Unit). The recommendation DB 32 stores an evaluation of each user for each operation on each page of the operation sequence. The data structure of the recommendation DB 32 will be described later.

操作記録部311は、各ユーザの操作シーケンスの評価を、レコメンドDB32に記録する。例えば、操作記録部311は、PC1から操作シーケンスとユーザ名と操作シーケンスの最後の評価とを受信すると、受信した操作シーケンスとレコメンドDB32を比較する。そして、操作記録部311は、受信した操作シーケンスに新しいページ(ノード)や新しい遷移先(パス)があれば、レコメンドDB32に追加する。そして、操作記録部311は、操作シーケンスと一致する全てのページについて、レコメンドDB32の、受信した評価に対応する箇所にユーザ名を追加する。これにより、操作記録部311は、レコメンドDB32を用いて、遷移グラフを生成することができる。   The operation recording unit 311 records the evaluation of each user's operation sequence in the recommendation DB 32. For example, when receiving the operation sequence, the user name, and the last evaluation of the operation sequence from the PC 1, the operation recording unit 311 compares the received operation sequence with the recommendation DB 32. If there is a new page (node) or a new transition destination (path) in the received operation sequence, the operation recording unit 311 adds it to the recommendation DB 32. Then, the operation recording unit 311 adds a user name to a location corresponding to the received evaluation in the recommendation DB 32 for all pages that match the operation sequence. Accordingly, the operation recording unit 311 can generate a transition graph using the recommendation DB 32.

ここで、レコメンドDB32のデータ構造について、図5を参照して説明する。図5は、レコメンドDBのデータ構造の一例を示す図である。図5に示すように、レコメンドDB32は、ID32a、URL32b、OK32c、NG32d、アクション32eおよび遷移先ID32fを対応付けて記憶する。ID32aは、URL毎に付けられる識別子である。URL32bは、ページのURLである。OK32cは、個々のURL(ノード)に対し「良い例」ボタンを押下したユーザのリストを意味する。NG32dは、個々のURL(ノード)に対し「悪い例」ボタンを押下したユーザのリストを意味する。アクション32eは、URL32bで示されるページから実行されたアクション、すなわち操作である。アクション32eには、実行された操作に対応する操作の要素、例えばリンクの名前やフォームの名前が記憶される。遷移先ID32fは、アクション32eによって遷移されるページ(ノード)のID、言い換えればパスを意味する。   Here, the data structure of the recommendation DB 32 will be described with reference to FIG. FIG. 5 is a diagram illustrating an example of the data structure of the recommendation DB. As shown in FIG. 5, the recommendation DB 32 stores ID 32a, URL 32b, OK 32c, NG 32d, action 32e, and transition destination ID 32f in association with each other. The ID 32a is an identifier attached to each URL. URL 32b is the URL of the page. OK 32c means a list of users who pressed the “good example” button for each URL (node). NG32d means a list of users who pressed the “bad example” button for each URL (node). The action 32e is an action executed from the page indicated by the URL 32b, that is, an operation. The action 32e stores an operation element corresponding to the executed operation, for example, a link name or a form name. The transition destination ID 32f means the ID of the page (node) transitioned by the action 32e, in other words, a path.

一例として、ID32aが「1」である場合、URL32bとして「top.html」、OK32cとして「A,C,D,I」、NG32dとして「B,E,F,H,J」と記憶している。アクション32eとして、1行目に「リンク1」、2行目に「リンク2」と記憶している。遷移先ID32fとして、1行目に「2」、2行目に「11」と記憶している。   As an example, when the ID 32a is “1”, “top.html” is stored as the URL 32b, “A, C, D, I” is stored as the OK 32c, and “B, E, F, H, J” is stored as the NG 32d. . As the action 32e, “link 1” is stored in the first line, and “link 2” is stored in the second line. As the transition destination ID 32f, “2” is stored in the first row and “11” is stored in the second row.

ここで、レコメンドDB32を用いた遷移グラフの一例を、図6を参照して説明する。図6は、遷移グラフの一例を示す図である。なお、図6は、図5で示したレコメンドDB32を用いた遷移グラフである。図6に示すように、遷移グラフには、個々のノードに対して、「よい例」ボタンを押下したユーザのユーザリスト、「悪い例」ボタンを押下したユーザのユーザリストが付加情報として設定される。ここでは、ノード「top.html」には、「よい例」ボタンを押下したユーザのユーザリスト(OK側)に、「A,C,D,I」が設定され、「悪い例」ボタンを押下したユーザのユーザリスト(NG側)に、「B,E,F,H,J」が設定される。また、ノード「inventor.html」には、「よい例」ボタンを押下したユーザのユーザリスト(OK側)に、「A,D,I」が設定され、「悪い例」ボタンを押下したユーザのユーザリスト(NG側)に、「B,E」が設定される。なお、付加情報には、さらに、閲覧したユーザのユーザリストが設定されても良い。   Here, an example of a transition graph using the recommendation DB 32 will be described with reference to FIG. FIG. 6 is a diagram illustrating an example of a transition graph. FIG. 6 is a transition graph using the recommendation DB 32 shown in FIG. As shown in FIG. 6, in the transition graph, for each node, the user list of the user who pressed the “good example” button and the user list of the user who pressed the “bad example” button are set as additional information. The Here, in the node “top.html”, “A, C, D, I” is set in the user list (OK side) of the user who pressed the “good example” button, and the “bad example” button is pressed. “B, E, F, H, J” is set in the user list (NG side) of the selected user. In the node “inventor.html”, “A, D, I” is set in the user list (OK side) of the user who pressed the “good example” button, and the user who pressed the “bad example” button. “B, E” is set in the user list (NG side). The additional information may further include a user list of users who have browsed.

図1に戻って、レコメンド送信サーバ4は、制御部41、レコメンドDB(正規化)42およびソーシャルグラフDB43を有する。制御部41は、レコメンド算出部411を有する。また、制御部41は、例えば、ASICやFPGA等の集積回路またはCPUやMPU等の電子回路である。レコメンドDB(正規化)42には、レコメンドDB32に記憶されたレコードのうち、レコメンドが算出される際に用いられるレコードが含まれる。ソーシャルグラフDB43は、各ユーザ間の距離を示す。なお、レコメンドDB(正規化)42およびソーシャルグラフDB43のデータ構造は、後述する。   Returning to FIG. 1, the recommendation transmission server 4 includes a control unit 41, a recommendation DB (normalization) 42, and a social graph DB 43. The control unit 41 includes a recommendation calculation unit 411. The control unit 41 is, for example, an integrated circuit such as an ASIC or FPGA or an electronic circuit such as a CPU or MPU. The recommendation DB (normalization) 42 includes records used when the recommendation is calculated among the records stored in the recommendation DB 32. Social graph DB43 shows the distance between each user. The data structures of the recommendation DB (normalization) 42 and the social graph DB 43 will be described later.

レコメンド算出部411は、操作中の操作シーケンスの所定のページについて、次に操作可能な操作候補の評価依頼をPC2から受信する。そして、レコメンド算出部411は、レコメンドDB(正規化)42およびソーシャルグラフDB43に基づいて、操作の評価依頼を受けたページについて、次に操作可能な操作候補の評価値をそれぞれ算出する。そして、レコメンド算出部411は、算出したそれぞれの評価値を各操作候補に対応付けて、送信元に送信する。   The recommendation calculation unit 411 receives from the PC 2 an evaluation request for an operation candidate that can be operated next for a predetermined page of the operation sequence being operated. Then, the recommendation calculation unit 411 calculates an evaluation value of an operation candidate that can be operated next for each page for which an operation evaluation request has been received, based on the recommendation DB (normalization) 42 and the social graph DB 43. Then, the recommendation calculating unit 411 associates each calculated evaluation value with each operation candidate, and transmits it to the transmission source.

例えば、レコメンド算出部411は、操作中の操作シーケンスおよび当該操作シーケンスの評価対象のページについて次に操作可能な全てのアクションを受信する。そして、レコメンド算出部411は、遷移グラフ内に、受信した操作シーケンスと一致するパスがあるか否かを判定する。そして、レコメンド算出部411は、受信した操作シーケンスと一致するパスがあれば、遷移グラフ内の評価対象のページに、受信したいずれかのアクションと一致するアクションがあるか否かを判定する。そして、レコメンド算出部411は、受信したいずれかのアクションと一致するアクションがあれば、評価対象のページについて、レコメンドDB32を正規化したレコメンドDB(正規化)42を、レコメンド記録サーバ31から取得する。そして、レコメンド算出部411は、レコメンドDB(正規化)42およびソーシャルグラフDB43に基づいて、遷移グラフ内の評価対象のページと一致したアクション毎に、評価値を算出する。   For example, the recommendation calculation unit 411 receives all the actions that can be operated next for the operation sequence being operated and the evaluation target page of the operation sequence. Then, the recommendation calculation unit 411 determines whether there is a path that matches the received operation sequence in the transition graph. Then, if there is a path that matches the received operation sequence, the recommendation calculation unit 411 determines whether there is an action that matches any of the received actions on the evaluation target page in the transition graph. Then, if there is an action that matches any of the received actions, the recommendation calculation unit 411 acquires a recommendation DB (normalization) 42 obtained by normalizing the recommendation DB 32 from the recommendation recording server 31 for the page to be evaluated. . Then, the recommendation calculation unit 411 calculates an evaluation value for each action that matches the evaluation target page in the transition graph based on the recommendation DB (normalization) 42 and the social graph DB 43.

一例として、レコメンド算出部411は、レコメンドDB(正規化)42およびソーシャルグラフDB43に基づいて、次に操作可能なアクションを行ったとき「よい例」となる評価値および「悪い例」となる評価値を算出する。すなわち、レコメンド算出部411は、ソーシャルグラフDB43と、アクションを行った場合の遷移先のユーザリストとに対して、評価依頼のあったユーザと関係が強いユーザがどれだけ含まれるかを示す評価関数を用いて評価値を算出する。評価関数は、以下の式(1)のように定義される。なお、meは、評価依頼のあったユーザを表す識別子である。Lは、ユーザリストを表す。length(me、p)は、meとユーザpの関係の強さを示し、ソーシャルグラフDB43上の最短距離である。

Figure 0006048254
As an example, the recommendation calculation unit 411 performs an evaluation value that becomes a “good example” and an evaluation that becomes a “bad example” when an action that can be operated next is performed based on the recommendation DB (normalization) 42 and the social graph DB 43. Calculate the value. That is, the recommendation calculation unit 411 indicates how many users having a strong relationship with the user who requested the evaluation are included in the social graph DB 43 and the user list of the transition destination when the action is performed. The evaluation value is calculated using The evaluation function is defined as the following formula (1). Note that me is an identifier representing a user who has made an evaluation request. L represents a user list. The length (me, p) indicates the strength of the relationship between me and the user p, and is the shortest distance on the social graph DB 43.
Figure 0006048254

つまり、レコメンド算出部411は、式(1)を用いて、遷移グラフ上のi番目のノードからアクションaを実行したときの遷移先ノードu=(i,a)に対して、relation(me,LOK(u))、relation(me,LNG(u))を算出する。LOK(u)は、ノードuでのOK側のユーザリストである。LNG(u)は、ノードuでのNG側のユーザリストである。なお、以降、relation(me,LOK(u))をNOK(i,a)とし、relation(me,LNG(u))をNNG(i,a)とする。 That is, the recommendation calculation unit 411 uses relation (me,) for the transition destination node u = (i, a) when the action a is executed from the i-th node on the transition graph, using Expression (1). L OK (u)) and relation (me, L NG (u)) are calculated. L OK (u) is a user list on the OK side at the node u. L NG (u) is a user list on the NG side at the node u. Hereinafter, relation (me, L OK (u)) is N OK (i, a), and relation (me, L NG (u)) is N NG (i, a).

そして、レコメンド算出部411は、i番目のノードからアクションaを実行したときの、NOK(i,a)となる確率をアクションaに対する評価値として算出する。評価値を求める評価式は、以下の式(2)のように定義される。なお、nは、評価対象のページ(ノード)までの操作シーケンスのノードの最大数となる。

Figure 0006048254
Then, the recommendation calculation unit 411 calculates the probability of N OK (i, a) when the action a is executed from the i-th node as an evaluation value for the action a. The evaluation formula for obtaining the evaluation value is defined as the following formula (2). Note that n is the maximum number of nodes in the operation sequence up to the page (node) to be evaluated.
Figure 0006048254

このような評価式を「レコメンドの評価式」という。「レコメンドの評価式」において、レコメンド算出部411は、後方の操作および直近の操作のいずれかのレコメンドを高く評価するように、以下の式(3)のように、重みを設定するようにしても良い。

Figure 0006048254
Such an evaluation formula is referred to as a “recommendation evaluation formula”. In the “recommendation evaluation formula”, the recommendation calculation unit 411 sets the weight as in the following formula (3) so as to highly evaluate the recommendation of either the backward operation or the latest operation. Also good.
Figure 0006048254

ここで、式(3)のf(i)が、設定される重みである。後方の操作に対するレコメンドを高く評価したい場合、例えば、f(i)=iにすれば良い。一方、直近の操作に対するレコメンドを高く評価したい場合、例えば、f(i)=1/iにすれば良い。   Here, f (i) in Expression (3) is a set weight. When it is desired to highly evaluate the recommendation for the backward operation, for example, f (i) = i may be set. On the other hand, when it is desired to highly evaluate a recommendation for the most recent operation, for example, f (i) = 1 / i may be set.

そして、レコメンド算出部411は、評価対象のノードからのアクションaに対する評価値を、送信元のPC2に送信する。PC2では、レコメンド表示部212が、次に操作可能な操作の要素に対応させて、評価値を表示することになる。なお、レコメンド算出部411は、評価値として、NOK(i,a)およびNNG(i,a)を、送信元のPC2に送信しても良い。 Then, the recommendation calculation unit 411 transmits the evaluation value for the action a from the evaluation target node to the transmission source PC 2. In the PC 2, the recommendation display unit 212 displays the evaluation value in association with the operation element that can be operated next. Note that the recommendation calculation unit 411 may transmit N OK (i, a) and N NG (i, a) as evaluation values to the transmission source PC 2.

ここで、レコメンドDB(正規化)42のデータ構造について、図7を参照して説明する。図7は、レコメンドDB(正規化)のデータ構造の一例を示す図である。なお、図7では、評価対象のページがURL「top.html」であるとし、「top.html」に対して正規化したレコメンドDB(正規化)42を示す。   Here, the data structure of the recommendation DB (normalization) 42 will be described with reference to FIG. FIG. 7 is a diagram illustrating an example of a data structure of the recommendation DB (normalization). FIG. 7 shows a recommendation DB (normalized) 42 normalized with respect to “top.html” assuming that the evaluation target page is the URL “top.html”.

図7に示すように、レコメンドDB(正規化)42は、URL42a、アクション42b、OK42c、NG42d、NOK42eおよびNNG42fを対応付けて記憶する。URL42aは、アクションの遷移先のURLである。すなわち、URL42aは、前述した遷移先ノードu=(i,a)のuに相当する。アクション42bは、URL42aで示されるページに遷移した際のアクションを示す。すなわち、アクション42bは、前述した遷移先ノードu=(i,a)のaに相当する。OK42cは、URL42aで示されるページに対し「良い例」ボタンを押下したユーザのリストを意味する。OK42cは、前述したLOK(u)に相当する。NG42dは、URL42aで示されるページに対し「悪い例」ボタンを押下したユーザのリストを意味する。NG42dは、前述したLNG(u)に相当する。NOK42eは、遷移先ノードu=(i,a)に対するよい例となる評価値である。NOK42eは、NOK(i,a)に相当する。NNG42fは、遷移先ノードu=(i,a)に対する悪い例となる評価値である。NNG42fは、NNG(i,a)に相当する。 As shown in FIG. 7, the recommendation DB (normalization) 42 stores URL 42a, action 42b, OK 42c, NG 42d, N OK 42e, and N NG 42f in association with each other. The URL 42a is a URL to which an action is transitioned. That is, the URL 42a corresponds to u of the transition destination node u = (i, a) described above. The action 42b indicates an action when transitioning to the page indicated by the URL 42a. That is, the action 42b corresponds to “a” of the transition destination node u = (i, a) described above. OK 42c means a list of users who have pressed the “good example” button for the page indicated by the URL 42a. OK42c corresponds to L OK (u) described above. NG42d means a list of users who pressed the “bad example” button for the page indicated by the URL 42a. The NG 42d corresponds to the above-described L NG (u). N OK 42e is a good example evaluation value for the transition destination node u = (i, a). N OK 42e corresponds to N OK (i, a). N NG 42f is a bad example evaluation value for the transition destination node u = (i, a). N NG 42f corresponds to N NG (i, a).

一例として、URL42aが「idea.html」である場合、アクション42bとして「リンク1」、OK42cとして「A,D,I」、NG42dとして「B,E」、NOK42eとして「1」、NNG42fとして「1」と記憶している。URL42aが「inventor.html」である場合、アクション42bとして「リンク2」、OK42cとして「C」、NG42dとして「F,H,J」、NOK42eとして「1」、NNG42fとして「0.833333」と記憶している。 As an example, when the URL 42a is “idea.html”, the action 42b is “link 1”, the OK 42c is “A, D, I”, the NG 42d is “B, E”, the N OK 42e is “1”, N NG 42 is stored as “1”. When the URL 42a is “inventor.html”, the action 42b is “link 2”, the OK 42c is “C”, the NG 42d is “F, H, J”, the N OK 42e is “1”, and the N NG 42f is “0. 833333 ".

次に、ソーシャルグラフの一例を、図8を参照して説明する。図8は、ソーシャルグラフの一例を示す図である。図8に示すように、各ユーザ間の距離が表されている。ユーザ間が接続されている場合、距離が最短の1となる。例えば、meと距離1のユーザは、A,B,Cとなる。meと距離2のユーザは、D,E,Fとなる。meと距離3のユーザは、G,Hとなる。   Next, an example of a social graph will be described with reference to FIG. FIG. 8 is a diagram illustrating an example of a social graph. As shown in FIG. 8, the distance between each user is represented. When the users are connected, the shortest distance is 1. For example, users with me and distance 1 are A, B, and C. Users with me and distance 2 are D, E, and F. Users with me and distance 3 are G and H.

このようなソーシャルグラフにおけるソーシャルグラフDB43のデータ構造について、図9を参照して説明する。図9は、ソーシャルグラフDB43のデータ構造の一例を示す図である。図9に示すように、ソーシャルグラフDB43は、ユーザ名43aと隣接ユーザ名43bとを対応付けて記憶する。ユーザ名43aは、ユーザの名称である。隣接ユーザ名43bは、ユーザ名43aで示されるユーザと隣接するユーザの名称である。すなわち、隣接ユーザ名43bは、ユーザ名43aで示されるユーザと距離が1であるユーザを示す。なお、ソーシャルグラフDB43は、予め記憶されていることとする。   The data structure of the social graph DB 43 in such a social graph will be described with reference to FIG. FIG. 9 is a diagram illustrating an example of the data structure of the social graph DB 43. As shown in FIG. 9, the social graph DB 43 stores a user name 43a and an adjacent user name 43b in association with each other. The user name 43a is a user name. The adjacent user name 43b is a name of a user adjacent to the user indicated by the user name 43a. That is, the adjacent user name 43b indicates a user whose distance is 1 from the user indicated by the user name 43a. Note that the social graph DB 43 is stored in advance.

[遷移グラフと評価値]
次に、レコメンド算出部411によって算出される評価値を、遷移グラフに対応させて説明する。図10Aおよび図10Bは、図6で示される遷移グラフに応じて算出された評価値を示す図である。図10Aは、アクション毎に、「人数」(NOK(i,a)+NNG(i,a)人中NOK(i,a)人)を評価値として対応付ける。図10Bは、アクション毎に、式(3)で算出された「確率」を評価値として対応付ける。
[Transition graph and evaluation value]
Next, the evaluation value calculated by the recommendation calculation unit 411 will be described in association with the transition graph. 10A and 10B are diagrams showing evaluation values calculated according to the transition graph shown in FIG. FIG. 10A associates “number of people” (N OK (i, a) + N NG (i, a) out of N OK (i, a)) for each action as an evaluation value. FIG. 10B associates “probability” calculated by Expression (3) as an evaluation value for each action.

図10Aに示すように、例えば、レコメンド算出部411は、操作シーケンスの1番目のノードについて、次に操作可能な操作候補の評価をする。レコメンド算出部411は、2番目のノードへのアクションに対して、「3人中1.5人」を評価値として対応付ける。また、レコメンド算出部411は、11番目のノードへのアクションに対して、「1.8人中1人」を評価値として対応付ける。   As illustrated in FIG. 10A, for example, the recommendation calculation unit 411 evaluates an operation candidate that can be operated next for the first node of the operation sequence. The recommendation calculation unit 411 associates “1.5 out of 3 people” with the action for the second node as an evaluation value. Also, the recommendation calculating unit 411 associates “1 out of 1.8” with the action for the 11th node as an evaluation value.

また、例えば、レコメンド算出部411は、操作シーケンスの3番目のノードについて、次に操作可能な操作候補の評価をする。レコメンド算出部411は、4番目のノードへのアクションに対して、「2.5人中0人」を評価値として対応付ける。また、レコメンド算出部411は、9番目のノードへのアクションに対して、「3人中1.5人」を評価値として対応付ける。   Also, for example, the recommendation calculation unit 411 evaluates an operation candidate that can be operated next for the third node in the operation sequence. The recommendation calculation unit 411 associates “0 out of 2.5” with the action for the fourth node as an evaluation value. Also, the recommendation calculation unit 411 associates “1.5 out of 3” with the action for the ninth node as an evaluation value.

図10Bに示すように、例えば、レコメンド算出部411は、操作シーケンスの1番目のノードについて、次に操作可能な操作候補の評価をする。レコメンド算出部411は、2番目のノードへのアクションに対して、「50%」を評価値として対応付ける。また、レコメンド算出部411は、11番目のノードへのアクションに対して、「55%」を評価値として対応付ける。   As illustrated in FIG. 10B, for example, the recommendation calculation unit 411 evaluates an operation candidate that can be operated next for the first node of the operation sequence. The recommendation calculation unit 411 associates “50%” as an evaluation value with the action for the second node. Also, the recommendation calculation unit 411 associates “55%” as an evaluation value with the action for the eleventh node.

また、例えば、レコメンド算出部411は、操作シーケンスの3番目のノードについて、次に操作可能な操作候補の評価をする。レコメンド算出部411は、4番目のノードへのアクションに対して、「60%」を評価値として対応付ける。また、レコメンド算出部411は、9番目のノードへのアクションに対して、「0%」を評価値として対応付ける。   Also, for example, the recommendation calculation unit 411 evaluates an operation candidate that can be operated next for the third node in the operation sequence. The recommendation calculation unit 411 associates “60%” with the action for the fourth node as an evaluation value. Also, the recommendation calculation unit 411 associates “0%” with the action for the ninth node as an evaluation value.

[PC1側における操作シーケンス記録処理の手順]
次に、図11を参照して、PC1側における操作シーケンス記録処理の手順を説明する。図11は、PC側における操作シーケンス記録処理のフローチャートを示す図である。なお、PC1では、ユーザによってブラウザ11が起動され、ページが表示されているものとする。
[Procedure of operation sequence recording process on PC 1 side]
Next, the procedure of the operation sequence recording process on the PC 1 side will be described with reference to FIG. FIG. 11 is a flowchart of the operation sequence recording process on the PC side. In the PC 1, it is assumed that the browser 11 is activated by the user and a page is displayed.

まず、操作シーケンス記録部111は、表示されたページからアクションが実行されたか否かを判定する(ステップS11)。例えば、操作シーケンス記録部111は、ユーザによって操作の要素がクリックされたか否かを判定する。操作の要素がクリックされたか否かは、一例として、JavaScriptでは、「onClick」のイベント属性がある。   First, the operation sequence recording unit 111 determines whether an action has been executed from the displayed page (step S11). For example, the operation sequence recording unit 111 determines whether or not an operation element is clicked by the user. As an example, whether or not an operation element is clicked has an event attribute of “onClick” in JavaScript.

アクションが実行されなかったと判定した場合(ステップS11;No)、操作シーケンス記録部111は、アクションが実行されるまで、判定処理を繰り返す。一方、アクションが実行されたと判定した場合(ステップS11;Yes)、操作シーケンス記録部111は、実行されたアクションを操作シーケンスDB12に追加する(ステップS12)。   When it is determined that the action has not been executed (step S11; No), the operation sequence recording unit 111 repeats the determination process until the action is executed. On the other hand, when it is determined that the action has been executed (step S11; Yes), the operation sequence recording unit 111 adds the executed action to the operation sequence DB 12 (step S12).

そして、操作シーケンス記録部111は、アクションの遷移先URLを操作シーケンスDB12に追加する(ステップS13)。そして、実行されたアクションについて、操作シーケンス記録処理が終了する。   Then, the operation sequence recording unit 111 adds the action transition destination URL to the operation sequence DB 12 (step S13). Then, the operation sequence recording process ends for the executed action.

[PC1側における操作記録依頼処理の手順]
次に、図12を参照して、PC1側における操作記録依頼処理の手順を説明する。図12は、PC側における操作記録依頼処理のフローチャートを示す図である。なお、PC1では、ユーザによってブラウザ11が起動され、ページが表示されているものとする。
[Procedure of operation record request processing on the PC 1 side]
Next, the procedure of the operation record request process on the PC 1 side will be described with reference to FIG. FIG. 12 is a flowchart of the operation record request process on the PC side. In the PC 1, it is assumed that the browser 11 is activated by the user and a page is displayed.

まず、操作記録依頼部112は、一連の操作が終了されたか否かを判定する(ステップS21)。例えば、操作記録依頼部112は、ページに表示されるボタンであって、一連の操作を終了する場合に押下される完了ボタンが押下されたか否かを判定する。一連の操作が終了されていないと判定した場合(ステップS21;No)、操作記録依頼部112は、一連の操作が終了されるまで、判定処理を繰り返す。   First, the operation record request unit 112 determines whether a series of operations has been completed (step S21). For example, the operation record requesting unit 112 determines whether or not a completion button that is displayed on a page and is pressed when a series of operations is finished is pressed. When it is determined that the series of operations has not been completed (step S21; No), the operation record request unit 112 repeats the determination process until the series of operations is completed.

一方、一連の操作が終了されたと判定した場合(ステップS21;Yes)、操作記録依頼部112は、OK/NGが1回以上押下されたか否かを判定する(ステップS22)。例えば、操作記録依頼部112は、操作シーケンスDB12に記憶された操作シーケンスの評価12dに、「OK」または「NG」が1つでもあるか否かを判定する。   On the other hand, when it is determined that a series of operations has been completed (step S21; Yes), the operation record request unit 112 determines whether or not OK / NG has been pressed once or more (step S22). For example, the operation record request unit 112 determines whether or not there is at least one “OK” or “NG” in the operation sequence evaluation 12 d stored in the operation sequence DB 12.

OK/NGが1回以上押下されていないと判定した場合(ステップS22;No)、操作記録依頼部112は、操作記録依頼処理を終了する。一方、OK/NGが1回以上押下されたと判定した場合(ステップS22;Yes)、操作記録依頼部112は、操作シーケンスDB12に記録された操作シーケンスを抽出する(ステップS23)。例えば、操作記録依頼部112は、操作シーケンスDB12に記録された操作シーケンスを、最後のOK/NGに対応する部分でカットし、カットした前半部分の操作シーケンスを抽出する。   When it is determined that OK / NG has not been pressed once or more (step S22; No), the operation record request unit 112 ends the operation record request process. On the other hand, when it is determined that OK / NG is pressed once or more (step S22; Yes), the operation record request unit 112 extracts the operation sequence recorded in the operation sequence DB 12 (step S23). For example, the operation record request unit 112 cuts the operation sequence recorded in the operation sequence DB 12 at a portion corresponding to the last OK / NG, and extracts the operation sequence of the cut first half portion.

そして、操作記録依頼部112は、カットした前半部分の操作シーケンス、ユーザ名と最後の「OK」または「NG」(評価)をレコメンド記録サーバ3に送信する(ステップS24)。そして、操作記録依頼部112は、操作記録依頼処理を終了する。その後、ユーザによってブラウザ11が終了される。   Then, the operation record requesting unit 112 transmits the operation sequence of the cut first half part, the user name and the last “OK” or “NG” (evaluation) to the recommendation recording server 3 (step S24). Then, the operation record request unit 112 ends the operation record request process. Thereafter, the browser 11 is terminated by the user.

[PC2側におけるレコメンド表示処理の手順]
次に、図13A〜図13Cを参照して、PC2側におけるレコメンド表示処理の手順を説明する。図13Aは、レコメンドを人数で表示する、PC側におけるレコメンド表示処理のフローチャートを示す図である。なお、PC2では、ユーザによってブラウザ11が起動されているものとする。
[Procedure for recommendation display processing on PC2 side]
Next, with reference to FIG. 13A to FIG. 13C, a procedure of recommendation display processing on the PC 2 side will be described. FIG. 13A is a diagram illustrating a flowchart of a recommendation display process on the PC side in which the recommendation is displayed by the number of people. In the PC 2, it is assumed that the browser 11 is activated by the user.

レコメンド依頼部211は、あるURLについて、ページの読込・表示処理を実行する(ステップS31)。なお、ページの読込・表示処理は、図13Cにより説明する。   The recommendation request unit 211 executes a page reading / display process for a URL (step S31). The page reading / displaying process will be described with reference to FIG. 13C.

ページの読込・表示処理が実行されると、レコメンド依頼部211は、ここまで操作された操作シーケンス、次に操作可能な全てのアクションおよびユーザ名を送信する(ステップS32)。すなわち、レコメンド依頼部211は、次に操作可能な全てのアクションについての評価依頼をレコメンド送信サーバ4に送信する。なお、次に操作可能な全てのアクションは、ページの読込・表示処理によって生成されるアクションDB22から読み出される。   When the page reading / displaying process is executed, the recommendation request unit 211 transmits the operation sequence operated so far, all the actions that can be operated next, and the user name (step S32). That is, the recommendation request unit 211 transmits evaluation requests for all the next operable actions to the recommendation transmission server 4. Note that all actions that can be operated next are read from the action DB 22 generated by the page reading / displaying process.

その後、レコメンド表示部212は、レコメンド送信サーバ4から全てのアクションに対する評価値であるNOK(i,a)、NNG(i,a)を受信する(ステップS33)。なお、iは、現在のページに対応するノードであるとする。aは、現在のページから次に操作可能なアクションであるとする。 Thereafter, the recommendation display unit 212 receives N OK (i, a) and N NG (i, a), which are evaluation values for all actions, from the recommendation transmission server 4 (step S33). Note that i is a node corresponding to the current page. Let a be an action that can be operated next from the current page.

そして、レコメンド表示部212は、全てのアクションのうち、「NOK(i,a)+NNG(i,a)>0」となるようなアクション(a)があるか否かを判定する(ステップS34)。「NOK(i,a)+NNG(i,a)>0」となるようなアクション(a)が全くないと判定した場合(ステップS34;No)、レコメンド表示部212は、次の操作の処理をすべく、ステップS31に移行する。 Then, the recommendation display unit 212 determines whether or not there is an action (a) such that “N OK (i, a) + N NG (i, a)> 0” among all the actions (step) S34). When it is determined that there is no action (a) that satisfies “N OK (i, a) + N NG (i, a)> 0” (step S34; No), the recommendation display unit 212 performs the next operation. In order to perform processing, the process proceeds to step S31.

一方、「NOK(i,a)+NNG(i,a)>0」となるようなアクション(a)があると判定した場合(ステップS34;Yes)、レコメンド表示部212は、該当するアクションに対する評価値を現在のページに追加して表示する(ステップS35)。例えば、レコメンド表示部212は、該当するアクションに対する評価値であるNOK(i,a)、NNG(i,a)をアクションに対応させて現在のページに追加する。そして、レコメンド表示部212は、追加した現在のページを再表示(リフレッシュ)する。 On the other hand, when it is determined that there is an action (a) that satisfies “N OK (i, a) + N NG (i, a)> 0” (step S34; Yes), the recommendation display unit 212 displays the corresponding action. An evaluation value for is added to the current page and displayed (step S35). For example, the recommendation display unit 212 adds N OK (i, a) and N NG (i, a), which are evaluation values for the corresponding action, to the current page in association with the action. Then, the recommendation display unit 212 redisplays (refreshes) the added current page.

そして、レコメンド表示部212は、次の操作の処理をすべく、ステップS31に移行する。   And the recommendation display part 212 transfers to step S31 in order to process the next operation.

これにより、レコメンド表示部212は、現在のページの次に操作可能な全てのアクションについて、評価値として人数を表示することができるので、アクション毎のレコメンドを提示することができる。   As a result, the recommendation display unit 212 can display the number of persons as an evaluation value for all the actions that can be operated next to the current page, so that a recommendation for each action can be presented.

図13Bは、レコメンドを確率で表示する、PC側におけるレコメンド表示処理のフローチャートを示す図である。なお、図13Aに示すレコメンド表示処理と同一の動作については同一符号を示すことで、その重複する動作の説明については簡略する。   FIG. 13B is a diagram illustrating a flowchart of a recommendation display process on the PC side that displays a recommendation with a probability. Note that the same operations as those in the recommendation display process illustrated in FIG. 13A are denoted by the same reference numerals, and the description of the overlapping operations is simplified.

レコメンド依頼部211は、あるURLについて、ページの読込・表示処理を実行する(ステップS31)。なお、ページの読込・表示処理は、後述する。   The recommendation request unit 211 executes a page reading / display process for a URL (step S31). The page reading / displaying process will be described later.

ページの読込・表示処理が実行されると、レコメンド依頼部211は、ここまで操作された操作シーケンス、次に操作可能な全てのアクションおよびユーザ名を送信する(ステップS32)。   When the page reading / displaying process is executed, the recommendation request unit 211 transmits the operation sequence operated so far, all the actions that can be operated next, and the user name (step S32).

その後、レコメンド表示部212は、レコメンド送信サーバ4から全てのアクションに対する評価値であるP(a)を受信する(ステップS33A)。なお、P(a)は、式(2)または式(3)によって算出される。aは、現在のページから次に操作可能なアクションであるとする。   Thereafter, the recommendation display unit 212 receives P (a), which is an evaluation value for all actions, from the recommendation transmission server 4 (step S33A). In addition, P (a) is calculated by the formula (2) or the formula (3). Let a be an action that can be operated next from the current page.

そして、レコメンド表示部212は、全てのアクションのうち、「P(a)≠undefined」となるようなアクション(a)があるか否かを判定する(ステップS34A)。「P(a)≠undefined」となるようなアクション(a)が全くないと判定した場合(ステップS34A;No)、レコメンド表示部212は、次の操作の処理をすべく、ステップS31に移行する。   Then, the recommendation display unit 212 determines whether or not there is an action (a) that satisfies “P (a) ≠ undefined” among all actions (step S34A). If it is determined that there is no action (a) that satisfies “P (a) ≠ undefined” (step S34A; No), the recommendation display unit 212 proceeds to step S31 to process the next operation. .

一方、「P(a)≠undefined」となるようなアクション(a)があると判定した場合(ステップS34A;Yes)、レコメンド表示部212は、該当するアクションに対する評価値を現在のページに追加して表示する(ステップS35A)。例えば、レコメンド表示部212は、該当するアクションに対する評価値であるP(a)をアクションに対応させて現在のページに追加する。そして、レコメンド表示部212は、追加した現在のページを再表示(リフレッシュ)する。   On the other hand, when it is determined that there is an action (a) that satisfies “P (a) ≠ undefined” (step S34A; Yes), the recommendation display unit 212 adds an evaluation value for the corresponding action to the current page. Are displayed (step S35A). For example, the recommendation display unit 212 adds P (a), which is an evaluation value for the corresponding action, to the current page in association with the action. Then, the recommendation display unit 212 redisplays (refreshes) the added current page.

そして、レコメンド表示部212は、次の操作の処理をすべく、ステップS31に移行する。   And the recommendation display part 212 transfers to step S31 in order to process the next operation.

これにより、レコメンド表示部212は、現在のページの次に操作可能な全てのアクションについて、評価値として確率を表示することができるので、アクション毎のレコメンドを提示することができる。   Thereby, since the recommendation display part 212 can display a probability as an evaluation value about all the actions which can be operated next on the present page, it can present the recommendation for every action.

図13Cは、図13Aおよび図13Bにおける、ページの読込・表示処理のフローチャートを示す図である。   FIG. 13C is a flowchart of the page reading / display processing in FIGS. 13A and 13B.

レコメンド依頼部211は、ページが表示されたか否かを判定する(ステップS41)。ページが表示されたか否かは、一例として、JavaScriptでは、「onVisited」のイベント属性がある。ページが表示されていないと判定した場合(ステップS41;No)、レコメンド依頼部211は、ページが表示されるまで、判定処理を繰り返す。   The recommendation request unit 211 determines whether a page is displayed (step S41). As an example, whether or not a page is displayed has an event attribute of “onVisit” in JavaScript. If it is determined that the page is not displayed (step S41; No), the recommendation request unit 211 repeats the determination process until the page is displayed.

一方、ページが表示されたと判定した場合(ステップS41;Yes)、レコメンド依頼部211は、表示されたページから全てのリンク、全てのフォームを取得する(ステップS42)。すなわち、レコメンド依頼部211は、表示されたページから全ての操作の要素を取得する。例えば、「length」によって指す値が、リンクの数であり、各リンクは、document.links[n](n=1,2,・・,length)で取得される。レコメンド依頼部211は、リンクの配列番号に対してリンク1、リンク2・・・と名前を付ける。また、「length」によって指す値が、フォームの数であり、各フォームは、document.forms[n](n=1,2,・・,length)で取得される。レコメンド依頼部211は、フォームの配列番号に対してフォーム1、フォーム2・・・と名前を付ける。   On the other hand, when it determines with the page being displayed (step S41; Yes), the recommendation request | requirement part 211 acquires all the links and all the forms from the displayed page (step S42). That is, the recommendation request unit 211 acquires all operation elements from the displayed page. For example, the value indicated by “length” is the number of links, and each link is a document. link [n] (n = 1, 2,..., length). The recommendation requesting unit 211 names links 1, 2,... The value indicated by “length” is the number of forms, and each form has a document. It is obtained by forms [n] (n = 1, 2,..., length). The recommendation request unit 211 names forms 1, forms 2,...

そして、レコメンド依頼部211は、取得したリンク、フォームに対してアクションDB22を生成する(ステップS43)。例えば、レコメンド依頼部211は、読み込まれたページのURLと取得した全てのリンク、フォームとを対応付けて、アクションDB22に記録する。そして、レコメンド依頼部211は、ページの読込・表示処理を終了する。   And the recommendation request part 211 produces | generates action DB22 with respect to the acquired link and form (step S43). For example, the recommendation request unit 211 records the URL of the read page in association with all the acquired links and forms in the action DB 22. Then, the recommendation request unit 211 ends the page reading / displaying process.

[レコメンド記録サーバ側における操作記録処理の手順]
次に、図14を参照して、レコメンド記録サーバ3側における操作記録処理の手順を説明する。図14は、レコメンド記録サーバ側における操作記録処理のフローチャートを示す図である。
[Procedure for operation recording processing on the recommendation recording server]
Next, the procedure of the operation recording process on the recommendation recording server 3 side will be described with reference to FIG. FIG. 14 is a flowchart of the operation recording process on the recommendation recording server side.

まず、操作記録部311は、PC1から操作シーケンス、評価およびユーザ名を受信したか否かを判定する(ステップS51)。操作シーケンス、評価およびユーザ名を受信していないと判定した場合(ステップS51;No)、操作記録部311は、当該情報を受信するまで判定処理を繰り返す。   First, the operation recording unit 311 determines whether an operation sequence, an evaluation, and a user name are received from the PC 1 (Step S51). When it is determined that the operation sequence, evaluation, and user name have not been received (step S51; No), the operation recording unit 311 repeats the determination process until the information is received.

一方、操作シーケンス、評価およびユーザ名を受信したと判定した場合(ステップS51;Yes)、操作記録部311は、受信した操作シーケンスとレコメンドDB32とを比較する。そして、操作記録部311は、操作シーケンスに新しい遷移先(パス)や新しいURL(ノード)があれば、レコメンドDB32に追加する(ステップS52)。   On the other hand, when it determines with having received the operation sequence, evaluation, and a user name (step S51; Yes), the operation recording part 311 compares the received operation sequence with recommendation DB32. Then, if there is a new transition destination (path) or a new URL (node) in the operation sequence, the operation recording unit 311 adds it to the recommendation DB 32 (step S52).

そして、操作記録部311は、受信した操作シーケンスと一致する全てのノード(URL)に対して、受信したユーザ名をレコメンドDB32に追加する(ステップS53)。操作記録部311は、受信したユーザ名を、受信した評価に対応する箇所に追加する。例えば、操作シーケンスが、top.html(フォーム1)→idea.html(フォーム2)→inventor.htmlであり、ユーザ名が「A」であり、評価が「OK」である場合とする。かかる場合、操作記録部311は、URL32bとして「top.html」、「idea.html」、「inventor.html」に対して、ユーザ名「A」をOK32cの箇所に追加する。   Then, the operation recording unit 311 adds the received user name to the recommendation DB 32 for all nodes (URLs) that match the received operation sequence (step S53). The operation recording unit 311 adds the received user name to a location corresponding to the received evaluation. For example, if the operation sequence is top. html (form 1) → idea. html (form 2) → inventor. It is assumed that the user name is “A” and the evaluation is “OK”. In this case, the operation recording unit 311 adds the user name “A” to the location of OK 32 c for “top.html”, “idea.html”, and “inventor.html” as the URL 32 b.

そして、操作記録部311は、レコメンド記録処理を終了する。   Then, the operation recording unit 311 ends the recommendation recording process.

[レコメンド送信サーバ側におけるレコメンド算出処理の手順]
次に、図15を参照して、レコメンド送信サーバ4側におけるレコメンド算出処理の手順を説明する。図15は、レコメンド送信サーバ側におけるレコメンド算出処理のフローチャートを示す図である。
[Procedure for recommendation calculation on the recommendation sending server]
Next, with reference to FIG. 15, the procedure of the recommendation calculation process in the recommendation transmission server 4 side is demonstrated. FIG. 15 is a diagram illustrating a flowchart of a recommendation calculation process on the recommendation transmission server side.

まず、レコメンド算出部411は、PC2から操作シーケンス、次に操作可能な全てのアクションおよびユーザ名を受信したか否かを判定する(ステップS61)。操作シーケンス、次に操作可能な全てのアクションおよびユーザ名を受信していないと判定した場合(ステップS61;No)、レコメンド算出部411は、当該情報を受信するまで判定処理を繰り返す。   First, the recommendation calculation unit 411 determines whether or not an operation sequence, all actions that can be operated next, and a user name have been received from the PC 2 (step S61). When it is determined that the operation sequence, all the actions that can be operated next and the user name have not been received (step S61; No), the recommendation calculation unit 411 repeats the determination process until the information is received.

一方、操作シーケンス、次に操作可能な全てのアクションおよびユーザ名を受信したと判定した場合(ステップS61;Yes)、レコメンド算出部411は、遷移グラフ内に、受信した操作シーケンスと一致するパスがあるか否かを判定する(ステップS62)。一致するパスがないと判定した場合(ステップS62;No)、レコメンド算出部411は、次の受信を待つべく、ステップS61に移行する。   On the other hand, when it is determined that the operation sequence, all the actions that can be operated next and the user name have been received (step S61; Yes), the recommendation calculation unit 411 includes a path that matches the received operation sequence in the transition graph. It is determined whether or not there is (step S62). When it is determined that there is no matching path (step S62; No), the recommendation calculation unit 411 proceeds to step S61 to wait for the next reception.

一方、一致するパスがあると判定した場合(ステップS62;Yes)、レコメンド算出部411は、次に操作可能な全てのアクションに対して以下の処理が実行されたか否かを判定する(ステップS63)。全てのアクションに対して以下の処理が実行されていないと判定した場合(ステップS63;No)、レコメンド算出部411は、次に操作可能な全てのアクションから、実行されていないアクションを選択する(ステップS64)。そして、レコメンド算出部411は、遷移グラフ内の評価対象のノードに、選択したアクションと一致するアクションがあるか否かを判定する(ステップS65)。   On the other hand, when it is determined that there is a matching path (step S62; Yes), the recommendation calculation unit 411 determines whether or not the following processing has been executed for all the next operable actions (step S63). ). When it is determined that the following processing has not been executed for all actions (step S63; No), the recommendation calculation unit 411 selects an action that has not been executed from all the actions that can be operated next ( Step S64). Then, the recommendation calculation unit 411 determines whether there is an action that matches the selected action in the node to be evaluated in the transition graph (step S65).

選択したアクションと一致するアクションがないと判定した場合(ステップS65;No)、レコメンド算出部411は、次のアクションを選択すべく、ステップS63に移行する。一方、選択したアクションと一致するアクションがあると判定した場合(ステップS65;Yes)、レコメンド算出部411は、選択したアクションの遷移先ノードについて、レコメンドDB32を正規化したレコメンドDB(正規化)42を取得する(ステップS66)。   If it is determined that there is no action that matches the selected action (step S65; No), the recommendation calculation unit 411 proceeds to step S63 to select the next action. On the other hand, if it is determined that there is an action that matches the selected action (step S65; Yes), the recommendation calculation unit 411 recommends a recommendation DB (normalized) 42 obtained by normalizing the recommendation DB 32 for the transition destination node of the selected action. Is acquired (step S66).

そして、レコメンド算出部411は、レコメンドDB(正規化)42およびソーシャルグラフDB43に基づいて、評価値としてP(a)を算出する。そして、レコメンド算出部411は、算出した評価値を送信元のPC2に送信する(ステップS67)。ここで、aは、選択したアクションを指す。例えば、レコメンド算出部411は、P(a)を、式(2)または式(3)によって算出する。なお、レコメンド算出部411は、レコメンドDB(正規化)42およびソーシャルグラフDB43に基づいて、評価値として、NOK(i,a)、NNG(i,a)を算出しても良い。ここで、iは、評価対象のページに対応するノードを指す。aは、選択したアクションを指す。例えば、レコメンド算出部411は、NOK(i,a)、NNG(i,a)を、それぞれ式(1)によって算出する。 Then, the recommendation calculation unit 411 calculates P (a) as an evaluation value based on the recommendation DB (normalization) 42 and the social graph DB 43. Then, the recommendation calculation unit 411 transmits the calculated evaluation value to the transmission source PC 2 (step S67). Here, a indicates the selected action. For example, the recommendation calculation unit 411 calculates P (a) by the formula (2) or the formula (3). Note that the recommendation calculation unit 411 may calculate N OK (i, a) and N NG (i, a) as evaluation values based on the recommendation DB (normalization) 42 and the social graph DB 43. Here, i indicates a node corresponding to the page to be evaluated. a refers to the selected action. For example, the recommendation calculation unit 411 calculates N OK (i, a) and N NG (i, a) according to Expression (1), respectively.

続いて、レコメンド算出部411は、次のアクションを選択すべく、ステップS63に移行する。そして、ステップS63では、全てのアクションに対して以下の処理が実行されたと判定した場合(ステップS63;Yes)、レコメンド算出部411は、レコメンド算出処理を終了する。   Subsequently, the recommendation calculation unit 411 proceeds to step S63 in order to select the next action. In step S63, when it is determined that the following processing has been executed for all actions (step S63; Yes), the recommendation calculation unit 411 ends the recommendation calculation processing.

これにより、レコメンド算出部411は、評価対象のページの次に操作可能なアクションについて、他のユーザとの関係を考慮したレコメンドをPC2に提示させることができる。   Thereby, the recommendation calculation part 411 can show the recommendation which considered the relationship with another user about the action which can be operated next to the evaluation object page on the PC 2.

[画面の一例]
次に、実施例でウェブアプリケーションとして用いられる「特許出願システム」の画面について、図16A〜図16Fを参照して説明する。図16A〜図16Fは、画面の一例を示す図である。
[Example of screen]
Next, a screen of “patent application system” used as a web application in the embodiment will be described with reference to FIGS. 16A to 16F. 16A to 16F are diagrams illustrating examples of screens.

図16Aに示す画面は、「特許出願システム」の先頭のURL「top.html」の画面である。「top.html」には、アイデア登録ボタン、発明者等ボタン、戦略シートボタン、公知例調査結果ボタン、一時保存ボタン、公知例調査依頼ボタン、出願依頼ボタンおよび終了ボタンが設定されている。それぞれのボタンには、それぞれの操作の要素が割りついている。例えば、アイデア登録ボタンが押下(操作)されると、遷移先の画面としてURL「idea.html」が表示される。発明者等ボタンが押下(操作)されると、遷移先の画面としてURL「inventor.html」が表示される。一時保存ボタンが押下(操作)されると、遷移先の画面としてURL「save.html」が表示される。公知例調査依頼ボタンが押下(操作)されると、遷移先の画面としてURL「complete.html」が表示される。   The screen shown in FIG. 16A is a screen of the top URL “top.html” of “patent application system”. In “top.html”, an idea registration button, an inventor button, a strategy sheet button, a known example search result button, a temporary save button, a known example search request button, an application request button, and an end button are set. Each button has an element for each operation. For example, when the idea registration button is pressed (operated), the URL “idea.html” is displayed as the transition destination screen. When the inventor button is pressed (operated), the URL “inventor.html” is displayed as the transition destination screen. When the temporary save button is pressed (operated), the URL “save.html” is displayed as the transition destination screen. When the known example survey request button is pressed (operated), the URL “complete.html” is displayed as the transition destination screen.

また、「top.html」には、完了ボタン、よい例ボタン、悪い例ボタンが設定されている。「よい例ボタン」は、この画面までの一連の操作が正しく実行されたとユーザが考えた場合に、押下される。これにより、操作シーケンス記録部111は、操作シーケンスDB12の該当するURL12bに対応する評価12dに「OK」を記録する。「悪い例ボタン」は、この画面までの一連の操作が正しく実行されなかったとユーザが考えた場合に、押下される。これにより、操作シーケンス記録部111は、操作シーケンスDB12の該当するURL12bに対応する評価12dに「NG」を記録する。「完了ボタン」は、ユーザが一連の操作を終了する場合に、押下される。これにより、操作記録依頼部112は、一連の操作が終了されたことを判断し、操作シーケンス等をレコメンド記録サーバ3に送信することになる。なお、完了ボタン、よい例ボタン、悪い例ボタンは、画面毎に、表示させるようにしたり、表示させないようにしたりしても良い。   In “top.html”, a completion button, a good example button, and a bad example button are set. The “good example button” is pressed when the user thinks that a series of operations up to this screen has been executed correctly. Thereby, the operation sequence recording unit 111 records “OK” in the evaluation 12d corresponding to the corresponding URL 12b in the operation sequence DB 12. The “bad example button” is pressed when the user thinks that a series of operations up to this screen has not been executed correctly. Accordingly, the operation sequence recording unit 111 records “NG” in the evaluation 12d corresponding to the corresponding URL 12b in the operation sequence DB 12. The “complete button” is pressed when the user ends a series of operations. As a result, the operation record request unit 112 determines that a series of operations has been completed, and transmits an operation sequence or the like to the recommendation recording server 3. The completion button, good example button, and bad example button may be displayed or may not be displayed for each screen.

図16Bに示す画面は、URL「idea.html」の画面である。「idea.html」は、例えば、「top.html」でアイデア登録ボタンが押下されたことによって遷移されたものである。「idea.html」には、URL「top.html」と同じボタンが設定されている。それぞれのボタンが押下された際の遷移先は、図16Aで説明したとおりであるので、その説明を省略する。また、「idea.html」には、完了ボタン、よい例ボタン、悪い例ボタンが設定されている。完了ボタン、よい例ボタン、悪い例ボタンの機能は、図16Aで説明したとおりであるので、その説明を省略する。   The screen illustrated in FIG. 16B is a screen of URL “idea.html”. For example, “idea.html” is a transition made when the idea registration button is pressed in “top.html”. In “idea.html”, the same button as the URL “top.html” is set. Since the transition destination when each button is pressed is as described with reference to FIG. 16A, description thereof is omitted. In “idea.html”, a completion button, a good example button, and a bad example button are set. The functions of the completion button, good example button, and bad example button are as described with reference to FIG.

図16Cに示す画面は、URL「inventor.html」の画面である。「inventor.html」は、例えば、「idea.html」で発明者等ボタンが押下されたことによって遷移されたものである。「inventor.html」には、URL「top.html」と同じボタンが設定されている。それぞれのボタンが押下された際の遷移先は、図16Aで説明したとおりであるので、その説明を省略する。また、「inventor.html」には、完了ボタン、よい例ボタン、悪い例ボタンが設定されている。完了ボタン、よい例ボタン、悪い例ボタンの機能は、図16Aで説明したとおりであるので、その説明を省略する。   The screen illustrated in FIG. 16C is a screen of URL “inventor.html”. “Inventor.html” is, for example, a transition made by pressing an inventor button in “idea.html”. The same button as the URL “top.html” is set in “inventor.html”. Since the transition destination when each button is pressed is as described with reference to FIG. 16A, description thereof is omitted. In “inventor.html”, a completion button, a good example button, and a bad example button are set. The functions of the completion button, good example button, and bad example button are as described with reference to FIG.

図16Dに示す画面は、URL「save.html」の画面である。「save.html」は、例えば、「inventor.html」で一時保存ボタンが押下されたことによって遷移されたものである。「save.html」には、URL「top.html」と同じボタンが設定されている。それぞれのボタンが押下された際の遷移先は、図16Aで説明したとおりであるので、その説明を省略する。また、「save.html」には、完了ボタン、よい例ボタン、悪い例ボタンが設定されている。完了ボタン、よい例ボタン、悪い例ボタンの機能は、図16Aで説明したとおりであるので、その説明を省略する。   The screen illustrated in FIG. 16D is a screen of URL “save.html”. “Save.html” is, for example, a transition made by pressing the temporary save button in “inventor.html”. The same button as the URL “top.html” is set in “save.html”. Since the transition destination when each button is pressed is as described with reference to FIG. 16A, description thereof is omitted. In “save.html”, a completion button, a good example button, and a bad example button are set. The functions of the completion button, good example button, and bad example button are as described with reference to FIG.

図16Eに示す画面は、URL「complete.html」の画面である。「complete.html」は、例えば、図示しない「search.html」で公知例調査依頼ボタンが押下されたことによって遷移されたものである。「complete.html」には、URL「top.html」と同じボタンが設定されている。それぞれのボタンが押下された際の遷移先は、図16Aで説明したとおりであるので、その説明を省略する。また、「complete.html」には、完了ボタン、よい例ボタン、悪い例ボタンが設定されている。完了ボタン、よい例ボタン、悪い例ボタンの機能は、図16Aで説明したとおりであるので、その説明を省略する。   The screen shown in FIG. 16E is a screen of URL “complete.html”. For example, “complete.html” is a transition made by pressing a known example survey request button in “search.html” (not shown). The same button as URL “top.html” is set in “complete.html”. Since the transition destination when each button is pressed is as described with reference to FIG. 16A, description thereof is omitted. In “complete.html”, a completion button, a good example button, and a bad example button are set. The functions of the completion button, good example button, and bad example button are as described with reference to FIG.

図16Fに示す画面は、URL「error.html」の画面である。例えば、「特許出願システム」では、公知例調査依頼や出願依頼を行う前に一時保存を行うことを前提とする。一時保存を行う前に、公知例調査依頼ボタンが押下されると、「error.html」が表示される。「error.html」には、URL「top.html」と同じボタンが設定されている。それぞれのボタンが押下された際の遷移先は、図16Aで説明したとおりであるので、その説明を省略する。また、「error.html」には、完了ボタン、よい例ボタン、悪い例ボタンが設定されている。完了ボタン、よい例ボタン、悪い例ボタンの機能は、図16Aで説明したとおりであるので、その説明を省略する。   The screen illustrated in FIG. 16F is a screen of URL “error.html”. For example, in the “patent application system”, it is assumed that temporary storage is performed before a known example search request or application request is made. If the well-known example survey request button is pressed before temporary storage, “error.html” is displayed. The same button as the URL “top.html” is set in “error.html”. Since the transition destination when each button is pressed is as described with reference to FIG. 16A, description thereof is omitted. In “error.html”, a completion button, a good example button, and a bad example button are set. The functions of the completion button, good example button, and bad example button are as described with reference to FIG.

[レコメンド表示の一例]
次に、レコメンド表示部212によるレコメンド表示の一例を、図17A、図17Bを参照して説明する。図17A、図17Bは、レコメンド表示の一例を示す図である。図17Aは、レコメンドを人数で表示する場合のレコメンド表示であり、図17Bは、レコメンドを確率で表示する場合のレコメンド表示である。なお、URL「top.html」では、次に操作可能なボタンが複数設定されている。
[Example of recommendation display]
Next, an example of recommendation display by the recommendation display unit 212 will be described with reference to FIGS. 17A and 17B. 17A and 17B are diagrams illustrating an example of recommendation display. FIG. 17A is a recommendation display when the recommendation is displayed by the number of persons, and FIG. 17B is a recommendation display when the recommendation is displayed by the probability. The URL “top.html” has a plurality of buttons that can be operated next.

図17Aに示すように、レコメンド表示部212は、アクションに対応するボタン毎に、評価値としての人数を表示する。ここでは、アイデア登録ボタンについて、レコメンド表示部212は、「ここをクリックした人のうち1人がよい0.8人が悪い」と表示する。発明者等ボタンについて、レコメンド表示部212は、「ここをクリックした人のうち1人がよい1人が悪い」と表示する。すなわち、アイデア登録ボタン、発明者等ボタンのレコメンドがそれぞれ人数で表示される。   As illustrated in FIG. 17A, the recommendation display unit 212 displays the number of people as an evaluation value for each button corresponding to an action. Here, for the idea registration button, the recommendation display unit 212 displays “One of the people who clicked here is good, 0.8 is bad”. For the inventor button, the recommendation display unit 212 displays “one of the people who click here is good and one is bad”. That is, the recommendation of the idea registration button and the inventor button is displayed by the number of persons.

図17Bに示すように、レコメンド表示部212は、アクションに対応するボタン毎に、評価値としての確率を表示する。ここでは、アイデア登録ボタンについて、レコメンド表示部212は、「ここをクリックすると、OK55%(次はidea.html)」と表示する。発明者等ボタンについて、レコメンド表示部212は、「ここをクリックすると、OK50%(次はinventor.html)」と表示する。すなわち、アイデア登録ボタン、発明者等ボタンのレコメンドがそれぞれ確率で表示される。   As illustrated in FIG. 17B, the recommendation display unit 212 displays the probability as the evaluation value for each button corresponding to the action. Here, for the idea registration button, the recommendation display unit 212 displays “Click here for OK 55% (next is idea.html)”. For the inventor's button, the recommendation display unit 212 displays “Click here, OK 50% (next is inventor.html)”. That is, the recommendation of the idea registration button and the inventor button is displayed with probability.

[実施例の効果]
上記実施例によれば、レコメンド送信サーバ4は、操作中の操作シーケンスの所定のノードについて、次に操作可能な操作候補の評価依頼を受信する。そして、レコメンド送信サーバ4は、レコメンドDB42およびソーシャルグラフDB43に基づいて、操作の評価依頼を受けたノードについて、次に操作可能な操作候補の評価値をそれぞれ算出する。レコメンドDB42は、操作シーケンスの各ノードに対する操作毎の各ユーザにおける評価を示す。ソーシャルグラフDB43は、各ユーザ間の距離を示す。レコメンド送信サーバ4は、算出されたそれぞれの評価値を各操作候補に対応付けて、送信元に送信する。かかる構成によれば、レコメンド送信サーバ4は、操作中の操作シーケンスのノードについて、次に操作可能な操作候補の評価値を操作中のユーザと各ユーザとの関係を考慮して算出し、送信元に送信するので、操作候補毎のレコメンドを提示することが可能になる。すなわち、レコメンド送信サーバ4は、操作中のユーザの一連の操作について、レコメンドすることが可能になる。
[Effect of Example]
According to the above embodiment, the recommendation transmission server 4 receives an evaluation request for an operation candidate that can be operated next for a predetermined node in the operation sequence being operated. And the recommendation transmission server 4 calculates the evaluation value of the operation candidate which can be operated next about the node which received the operation evaluation request | requirement based on recommendation DB42 and social graph DB43, respectively. The recommendation DB 42 indicates the evaluation of each user for each operation on each node in the operation sequence. Social graph DB43 shows the distance between each user. The recommendation transmission server 4 associates each calculated evaluation value with each operation candidate and transmits it to the transmission source. According to this configuration, the recommendation transmission server 4 calculates the evaluation value of the operation candidate that can be operated next in consideration of the relationship between the user who is operating and each user, and transmits the node for the operation sequence being operated. Since it is transmitted to the original, it becomes possible to present a recommendation for each operation candidate. That is, the recommendation transmission server 4 can recommend a series of operations of the user who is operating.

また、上記実施例によれば、レコメンド送信サーバ4は、操作中のユーザによって操作された操作シーケンスおよび次に操作可能な複数の操作候補を受信する。そして、レコメンド送信サーバ4は、レコメンドDB42に基づいて、受信した操作シーケンスの次に操作可能な操作候補毎に、各ユーザにおける評価を読み出す。そして、レコメンド送信サーバ4は、読み出した各ユーザにおける評価と、ソーシャルグラフDB43の各ユーザと操作中のユーザとの距離を示す情報とに基づいてそれぞれ評価値を算出する。かかる構成によれば、レコメンド送信サーバ4は、次に操作可能な操作候補の評価値を、操作中のユーザと各ユーザとの距離を考慮して算出するので、操作中のユーザと結びつきが強いユーザがどれだけ含まれるかを示す評価値を算出できる。この結果、レコメンド送信サーバ4は、操作中のユーザに対して、一連の操作について信頼性が上がるレコメンドを提示することが可能となる。   Moreover, according to the said Example, the recommendation transmission server 4 receives the operation sequence operated by the user in operation, and the several operation candidate which can be operated next. And the recommendation transmission server 4 reads the evaluation in each user for every operation candidate which can be operated next to the received operation sequence based on the recommendation DB. Then, the recommendation transmission server 4 calculates an evaluation value based on the read evaluation for each user and information indicating the distance between each user of the social graph DB 43 and the user in operation. According to such a configuration, the recommendation transmission server 4 calculates the evaluation value of the operation candidate that can be operated next in consideration of the distance between the user who is operating and each user, and thus has a strong connection with the user who is operating. An evaluation value indicating how many users are included can be calculated. As a result, the recommendation transmission server 4 can present a recommendation that increases the reliability of a series of operations to the operating user.

また、上記実施例によれば、レコメンドDB42は、操作シーケンスの各ノードに対する操作毎の各ユーザにおける評価として「OK」の評価もしくは「NG」の評価を示す情報を記憶する。レコメンド送信サーバ4は、受信した操作シーケンスの次に操作可能な操作候補毎に、それぞれ「OK」の評価となる評価値と「NG」の評価となる評価値とを算出する。そして、レコメンド送信サーバ4は、「OK」の評価となる評価値と「NG」の評価となる評価値とを用いて「OK」の評価となる確率を算出する。かかる構成によれば、レコメンド送信サーバ4は、次に操作可能な操作候補の評価値として、各ユーザにおける「OK」の評価および「NG」の評価から得られる「OK」の評価となる確率を算出できる。この結果、レコメンド送信サーバ4は、操作中のユーザに対して、一連の操作について多数決による信頼性が上がるレコメンドを提示することが可能となる。   Further, according to the above embodiment, the recommendation DB 42 stores information indicating an evaluation of “OK” or an evaluation of “NG” as an evaluation for each user for each operation on each node of the operation sequence. The recommendation transmission server 4 calculates an evaluation value that is evaluated as “OK” and an evaluation value that is evaluated as “NG”, for each operation candidate that can be operated next to the received operation sequence. Then, the recommendation transmission server 4 calculates the probability of “OK” evaluation using the evaluation value for “OK” evaluation and the evaluation value for “NG” evaluation. According to such a configuration, the recommendation transmission server 4 uses the probability of “OK” evaluation obtained from the evaluation of “OK” and the evaluation of “NG” for each user as the evaluation value of the operation candidate that can be operated next. It can be calculated. As a result, the recommendation transmission server 4 can present to the user in operation a recommendation that increases the reliability of the majority of the series of operations.

また、上記実施例によれば、レコメンド送信サーバ4は、後の操作および直近の操作のいずれかを高く評価するように「OK」の評価となる評価値および「NG」の評価となる評価値に重みを設定したうえで、「OK」の評価となる確率を算出する。かかる構成によれば、レコメンド送信サーバ4は、一連の操作の性質に応じたレコメンドを提示することが可能となる。   Further, according to the above embodiment, the recommendation transmission server 4 evaluates “OK” and evaluation values “NG” so as to highly evaluate either the subsequent operation or the latest operation. After setting the weight to, the probability of evaluating “OK” is calculated. With this configuration, the recommendation transmission server 4 can present a recommendation according to the nature of a series of operations.

また、上記実施例によれば、レコメンド送信サーバ4は、次に操作可能な操作候補に対応させて表示される、「OK」の評価となる確率を送信する。かかる構成によれば、送信先では、「OK」の評価となる確率を次の操作可能な操作候補に対応させて表示できるので、操作中のユーザに次の操作を効率的に選択できる。   Further, according to the above-described embodiment, the recommendation transmission server 4 transmits the probability of evaluation of “OK” displayed in correspondence with the next operable operation candidate. According to this configuration, the transmission destination can display the probability of “OK” evaluation in correspondence with the next operable operation candidate, so that the next operation can be efficiently selected for the user who is operating.

[その他]
なお、上記実施例では、操作支援システム9は、レコメンド記録サーバ3とレコメンド送信サーバ4とを分離する構成であると説明した。しかしながら、操作支援システム9は、これに限定されず、2つのサーバを1つのサーバに統合する構成としても良い。
[Others]
In the above embodiment, the operation support system 9 has been described as having a configuration in which the recommendation recording server 3 and the recommendation transmission server 4 are separated. However, the operation support system 9 is not limited to this, and may be configured to integrate two servers into one server.

また、上記実施例では、PC1を各ユーザの操作シーケンスの操作記録を依頼する機器とし、PC2を別のユーザの操作シーケンスのレコメンドを表示する機器として説明した。しかしながら、操作支援システム9は、これに限定されず、PC1およびPC2に、どちらの機能も含む構成としても良い。   In the above embodiment, the PC 1 is described as a device that requests operation recording of the operation sequence of each user, and the PC 2 is described as a device that displays a recommendation of another user's operation sequence. However, the operation support system 9 is not limited to this, and the PC 1 and the PC 2 may include both functions.

また、上記実施例では、操作支援システム9は、レコメンド記録サーバ3での操作記録処理を実行してから、レコメンド送信サーバ4でのレコメンド算出処理を実行するようにした。しかしながら、操作支援システム9は、これに限定されず、同時(並列)に実行するようにしても良い。かかる構成によれば、操作支援システム9は、一連の操作のレコメンドを効率的に行うことができる。   Further, in the above embodiment, the operation support system 9 executes the operation recording process in the recommendation recording server 3 and then executes the recommendation calculation process in the recommendation transmission server 4. However, the operation support system 9 is not limited to this, and may be executed simultaneously (in parallel). According to such a configuration, the operation support system 9 can efficiently perform a series of operation recommendations.

また、レコメンド記録サーバ3は、既知のパーソナルコンピュータ、ワークステーション等の情報処理装置に、上記した制御部31、レコメンドDB32等の各機能を搭載することによって実現することができる。また、レコメンド送信サーバ4は、既知のパーソナルコンピュータ、ワークステーション等の情報処理装置に、上記した制御部41、レコメンドDB42およびソーシャルグラフDB43等の各機能を搭載することによって実現することができる。   Further, the recommendation recording server 3 can be realized by mounting the above-described functions such as the control unit 31 and the recommendation DB 32 on an information processing apparatus such as a known personal computer or workstation. Further, the recommendation transmission server 4 can be realized by mounting the above-described functions such as the control unit 41, the recommendation DB 42, and the social graph DB 43 in an information processing apparatus such as a known personal computer or workstation.

また、図示した装置の各構成要素は、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、装置の分散・統合の具体的態様は図示のものに限られず、その全部または一部を、各種の負荷や使用状況等に応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。例えば、操作シーケンス記録部111と操作記録依頼部112とを1個の部として統合しても良い。また、レコメンド依頼部211とレコメンド表示部212とを1個の部として統合しても良い。一方、レコメンド算出部411を、よい例となる評価値、悪い例となる評価値を算出する第1の算出部と、レコメンドの評価式に基づいて確率を算出する第2の算出部とに分散しても良い。また、レコメンドDB32をレコメンド記録サーバ3の外部装置としてネットワーク経由で接続するようにしても良い。また、レコメンドDB42およびソーシャルグラフDB43をレコメンド送信サーバ4の外部装置としてネットワーク経由で接続するようにしても良い。   In addition, each component of the illustrated apparatus does not necessarily need to be physically configured as illustrated. In other words, the specific mode of device distribution / integration is not limited to that shown in the figure, and all or part of the device is functionally / physically distributed / integrated in arbitrary units according to various loads and usage conditions. Can be configured. For example, the operation sequence recording unit 111 and the operation record requesting unit 112 may be integrated as one unit. Further, the recommendation request unit 211 and the recommendation display unit 212 may be integrated as one unit. On the other hand, the recommendation calculation unit 411 is distributed to a first calculation unit that calculates a good example evaluation value and a bad example evaluation value, and a second calculation unit that calculates a probability based on the recommendation evaluation formula. You may do it. The recommendation DB 32 may be connected as an external device of the recommendation recording server 3 via a network. Moreover, you may make it connect recommendation DB42 and social graph DB43 as an external apparatus of the recommendation transmission server 4 via a network.

また、上記実施例で説明した各種の処理は、あらかじめ用意されたプログラムをパーソナルコンピュータやワークステーション等のコンピュータで実行することによって実現することができる。そこで、以下では、図1に示したレコメンド送信サーバ4と同様の機能を実現する操作支援プログラムを実行するコンピュータの一例を説明する。図18は、操作支援プログラムを実行するコンピュータの一例を示す図である。   The various processes described in the above embodiments can be realized by executing a program prepared in advance on a computer such as a personal computer or a workstation. Therefore, an example of a computer that executes an operation support program that realizes the same function as the recommendation transmission server 4 illustrated in FIG. 1 will be described below. FIG. 18 is a diagram illustrating an example of a computer that executes an operation support program.

図18に示すように、コンピュータ200は、各種演算処理を実行するCPU203と、ユーザからのデータの入力を受け付ける入力装置215と、表示装置209を制御する表示制御部207とを有する。また、コンピュータ200は、記憶媒体からプログラム等を読取るドライブ装置213と、ネットワークを介して他のコンピュータとの間でデータの授受を行う通信制御部217とを有する。また、コンピュータ200は、各種情報を一時記憶するメモリ201と、HDD205を有する。そして、メモリ201、CPU203、HDD205、表示制御部207、ドライブ装置213、入力装置215、通信制御部217は、バス219で接続されている。   As illustrated in FIG. 18, the computer 200 includes a CPU 203 that executes various arithmetic processes, an input device 215 that receives input of data from the user, and a display control unit 207 that controls the display device 209. The computer 200 also includes a drive device 213 that reads a program or the like from a storage medium, and a communication control unit 217 that exchanges data with another computer via a network. The computer 200 also includes a memory 201 that temporarily stores various types of information and an HDD 205. The memory 201, CPU 203, HDD 205, display control unit 207, drive device 213, input device 215, and communication control unit 217 are connected by a bus 219.

ドライブ装置213は、例えばリムーバブルディスク211用の装置である。HDD205は、操作支援プログラム205aおよび操作支援関連情報205bを記憶する。   The drive device 213 is a device for the removable disk 211, for example. The HDD 205 stores an operation support program 205a and operation support related information 205b.

CPU203は、操作支援プログラム205aを読み出して、メモリ201に展開し、プロセスとして実行する。かかるプロセスは、レコメンド送信サーバ4の各機能部に対応する。操作支援関連情報205bは、レコメンドDB(正規化)42およびソーシャルグラフDB43に対応する。そして、例えばリムーバブルディスク211が、操作支援プログラム205a等の各情報を記憶する。   The CPU 203 reads the operation support program 205a, expands it in the memory 201, and executes it as a process. Such a process corresponds to each functional unit of the recommendation transmission server 4. The operation support related information 205 b corresponds to the recommendation DB (normalization) 42 and the social graph DB 43. For example, the removable disk 211 stores each piece of information such as the operation support program 205a.

なお、操作支援プログラム205aについては、必ずしも最初からHDD205に記憶させておかなくても良い。例えば、コンピュータ200に挿入されるフレキシブルディスク(FD)、CD−ROM、DVDディスク、光磁気ディスク、ICカード等の「可搬用の物理媒体」に当該プログラムを記憶させておく。そして、コンピュータ200がこれらから操作支援プログラム205aを読み出して実行するようにしても良い。   Note that the operation support program 205a is not necessarily stored in the HDD 205 from the beginning. For example, the program is stored in a “portable physical medium” such as a flexible disk (FD), a CD-ROM, a DVD disk, a magneto-optical disk, or an IC card inserted into the computer 200. Then, the computer 200 may read out and execute the operation support program 205a from these.

以上説明した実施形態及びその変形例に関し、更に以下の付記を開示する。   The following supplementary notes are further disclosed regarding the embodiment described above and its modifications.

(付記1)コンピュータに、
操作中の操作シーケンスの所定のノードについて次に操作可能な操作候補の評価依頼を受信し、
操作シーケンスの各ノードに対する操作毎の各ユーザにおける評価を示す第1の情報および各ユーザ間の距離を示す第2の情報に基づいて、操作の評価依頼を受けたノードについて、次に操作可能な操作候補の評価値をそれぞれ算出し、
該算出する処理によって算出されたそれぞれの評価値を各操作候補に対応付けて送信元に送信する、
各処理を実行させることを特徴とする操作支援プログラム。
(Supplementary note 1)
Receiving an evaluation request for an operation candidate that can be operated next for a predetermined node in the operation sequence being operated,
Based on the first information indicating the evaluation of each user for each operation for each node in the operation sequence and the second information indicating the distance between the users, the node that has received the operation evaluation request can be operated next. Calculate the evaluation value of each operation candidate,
Each evaluation value calculated by the calculation process is associated with each operation candidate and transmitted to the transmission source.
An operation support program characterized by causing each process to be executed.

(付記2)該受信する処理は、別ユーザによって操作された操作シーケンスおよび次に操作可能な複数の操作候補を受信し、
該算出する処理は、前記第1の情報に基づいて、該受信した操作シーケンスの次に操作可能な操作候補毎に、各ユーザにおける評価を読み出し、読み出した各ユーザにおける評価と、前記第2の情報の前記各ユーザと前記別ユーザとの距離を示す情報とに基づいてそれぞれ評価値を算出する
ことを特徴とする付記1に記載の操作支援プログラム。
(Supplementary Note 2) The receiving process receives an operation sequence operated by another user and a plurality of operation candidates that can be operated next,
Based on the first information, the calculation process reads the evaluation for each user for each operation candidate that can be operated next to the received operation sequence, and the evaluation for each read user and the second The operation support program according to appendix 1, wherein an evaluation value is calculated based on information indicating a distance between each user of the information and the different user.

(付記3)前記第1の情報は、操作シーケンスの各ノードに対する操作毎の各ユーザにおける評価として第1の評価もしくは第2の評価を示す情報を記憶し、
該算出する処理は、該受信した操作シーケンスの次に操作可能な操作候補毎に、それぞれ前記第1の評価となる評価値と前記第2の評価となる評価値とを算出し、前記第1の評価となる評価値と前記第2の評価となる評価値とを用いて前記第1の評価となる確率を算出する
ことを特徴とする付記2に記載の操作支援プログラム。
(Supplementary Note 3) The first information stores information indicating the first evaluation or the second evaluation as an evaluation in each user for each operation on each node of the operation sequence,
The calculation processing calculates an evaluation value to be the first evaluation and an evaluation value to be the second evaluation for each operation candidate that can be operated next to the received operation sequence, and The operation support program according to supplementary note 2, wherein the probability of the first evaluation is calculated using the evaluation value to be evaluated and the evaluation value to be the second evaluation.

(付記4)該算出する処理は、後の操作および直近の操作のいずれかを高く評価するように前記第1の評価となる評価値および前記第2の評価となる評価値に重みを設定したうえで、前記第1の評価となる確率を算出する
ことを特徴とする付記1に記載の操作支援プログラム。
(Supplementary Note 4) In the calculation process, a weight is set to the evaluation value to be the first evaluation and the evaluation value to be the second evaluation so as to highly evaluate either the subsequent operation or the most recent operation. In addition, the operation support program according to appendix 1, wherein a probability of the first evaluation is calculated.

(付記5)該送信する処理は、次に操作可能な操作候補に対応させて表示される、前記第1の評価となる確率を送信する
ことを特徴とする付記3または付記4に記載の操作支援プログラム。
(Supplementary Note 5) The operation according to Supplementary Note 3 or Supplementary Note 4, wherein the transmission process transmits the probability of the first evaluation displayed in correspondence with the next operable operation candidate. Support program.

(付記6)コンピュータが、
操作中の操作シーケンスの所定のノードについて次に操作可能な操作候補の評価依頼を受信し、
操作シーケンスの各ノードに対する操作毎の各ユーザにおける評価を示す第1の情報および各ユーザ間の距離を示す第2の情報に基づいて、操作の評価依頼を受けたノードについて、次に操作可能な操作候補の評価値をそれぞれ算出し、
該算出する処理によって算出されたそれぞれの評価値を各操作候補に対応付けて送信元に送信する、
各処理を実行することを特徴とする操作支援方法。
(Appendix 6)
Receiving an evaluation request for an operation candidate that can be operated next for a predetermined node in the operation sequence being operated,
Based on the first information indicating the evaluation of each user for each operation for each node in the operation sequence and the second information indicating the distance between the users, the node that has received the operation evaluation request can be operated next. Calculate the evaluation value of each operation candidate,
Each evaluation value calculated by the calculation process is associated with each operation candidate and transmitted to the transmission source.
An operation support method characterized by executing each process.

(付記7)操作中の操作シーケンスの所定のノードについて次に操作可能な操作候補の評価依頼を受信する受信部と、
操作シーケンスの各ノードに対する操作毎の各ユーザにおける評価を示す第1の情報および各ユーザ間の距離を示す第2の情報に基づいて、操作の評価依頼を受けたノードについて、次に操作可能な操作候補の評価値をそれぞれ算出する算出部と、
該算出する処理によって算出されたそれぞれの評価値を各操作候補に対応付けて送信元に送信する送信部と、
を有することを特徴とする情報処理装置。
(Supplementary Note 7) A receiving unit that receives an evaluation request for an operation candidate that can be operated next with respect to a predetermined node of the operation sequence being operated
Based on the first information indicating the evaluation of each user for each operation for each node in the operation sequence and the second information indicating the distance between the users, the node that has received the operation evaluation request can be operated next. A calculation unit for calculating an evaluation value of each operation candidate;
A transmission unit that transmits each evaluation value calculated by the calculation processing to each transmission candidate in association with each operation candidate;
An information processing apparatus comprising:

1,2 PC
3 レコメンド記録サーバ
4 レコメンド送信サーバ
5 ウェブサーバ
6 インターネット
9 操作支援システム
11 ブラウザ
12 操作シーケンスDB
111 操作シーケンス記録部
112 操作記録依頼部
21 ブラウザ
22 アクションDB
211 レコメンド依頼部
212 レコメンド表示部
31,41 制御部
32 レコメンドDB
311 操作記録部
42 レコメンドDB(正規化)
43 ソーシャルグラフDB
1, 2 PC
3 Recommendation Recording Server 4 Recommendation Transmission Server 5 Web Server 6 Internet 9 Operation Support System 11 Browser 12 Operation Sequence DB
111 Operation Sequence Recording Unit 112 Operation Record Request Unit 21 Browser 22 Action DB
211 recommendation request unit 212 recommendation display unit 31, 41 control unit 32 recommendation DB
311 Operation Recording Unit 42 Recommendation DB (Normalized)
43 Social Graph DB

Claims (6)

コンピュータに、
操作中の操作シーケンスの所定のノードについて次に操作可能な操作候補の評価依頼を受信し、
操作シーケンスの各ノードに対する操作毎の各ユーザにおける評価を示す第1の情報および各ユーザ間の距離を示す第2の情報に基づいて、操作の評価依頼を受けたノードについて、次に操作可能な操作候補の評価値をそれぞれ算出し、
該算出する処理によって算出されたそれぞれの評価値を各操作候補に対応付けて送信元に送信する、
各処理を実行させることを特徴とする操作支援プログラム。
On the computer,
Receiving an evaluation request for an operation candidate that can be operated next for a predetermined node in the operation sequence being operated,
Based on the first information indicating the evaluation of each user for each operation for each node in the operation sequence and the second information indicating the distance between the users, the node that has received the operation evaluation request can be operated next. Calculate the evaluation value of each operation candidate,
Each evaluation value calculated by the calculation process is associated with each operation candidate and transmitted to the transmission source.
An operation support program characterized by causing each process to be executed.
該受信する処理は、別ユーザによって操作された操作シーケンスおよび次に操作可能な複数の操作候補を受信し、
該算出する処理は、前記第1の情報に基づいて、該受信した操作シーケンスの次に操作可能な操作候補毎に、各ユーザにおける評価を読み出し、読み出した各ユーザにおける評価と、前記第2の情報の前記各ユーザと前記別ユーザとの距離を示す情報とに基づいてそれぞれ評価値を算出する
ことを特徴とする請求項1に記載の操作支援プログラム。
The receiving process receives an operation sequence operated by another user and a plurality of operation candidates that can be operated next,
Based on the first information, the calculation process reads the evaluation for each user for each operation candidate that can be operated next to the received operation sequence, and the evaluation for each read user and the second The operation support program according to claim 1, wherein an evaluation value is calculated based on information indicating a distance between each user of the information and the different user.
前記第1の情報は、操作シーケンスの各ノードに対する操作毎の各ユーザにおける評価として第1の評価もしくは第2の評価を示す情報を記憶し、
該算出する処理は、該受信した操作シーケンスの次に操作可能な操作候補毎に、それぞれ前記第1の評価となる評価値と前記第2の評価となる評価値とを算出し、前記第1の評価となる評価値と前記第2の評価となる評価値とを用いて前記第1の評価となる確率を算出する
ことを特徴とする請求項2に記載の操作支援プログラム。
The first information stores information indicating a first evaluation or a second evaluation as an evaluation in each user for each operation on each node of the operation sequence;
The calculation processing calculates an evaluation value to be the first evaluation and an evaluation value to be the second evaluation for each operation candidate that can be operated next to the received operation sequence, and 3. The operation support program according to claim 2, wherein a probability of the first evaluation is calculated using an evaluation value to be evaluated and an evaluation value to be the second evaluation.
該算出する処理は、後の操作および直近の操作のいずれかを高く評価するように前記第1の評価となる評価値および前記第2の評価となる評価値に重みを設定したうえで、前記第1の評価となる確率を算出する
ことを特徴とする請求項に記載の操作支援プログラム。
In the process of calculating, after setting a weight to the evaluation value to be the first evaluation and the evaluation value to be the second evaluation so as to highly evaluate either the subsequent operation or the most recent operation, The operation support program according to claim 3 , wherein a probability of the first evaluation is calculated.
コンピュータが、
操作中の操作シーケンスの所定のノードについて次に操作可能な操作候補の評価依頼を受信し、
操作シーケンスの各ノードに対する操作毎の各ユーザにおける評価を示す第1の情報および各ユーザ間の距離を示す第2の情報に基づいて、操作の評価依頼を受けたノードについて、次に操作可能な操作候補の評価値をそれぞれ算出し、
該算出する処理によって算出されたそれぞれの評価値を各操作候補に対応付けて送信元に送信する、
各処理を実行することを特徴とする操作支援方法。
Computer
Receiving an evaluation request for an operation candidate that can be operated next for a predetermined node in the operation sequence being operated,
Based on the first information indicating the evaluation of each user for each operation for each node in the operation sequence and the second information indicating the distance between the users, the node that has received the operation evaluation request can be operated next. Calculate the evaluation value of each operation candidate,
Each evaluation value calculated by the calculation process is associated with each operation candidate and transmitted to the transmission source.
An operation support method characterized by executing each process.
操作中の操作シーケンスの所定のノードについて次に操作可能な操作候補の評価依頼を受信する受信部と、
操作シーケンスの各ノードに対する操作毎の各ユーザにおける評価を示す第1の情報および各ユーザ間の距離を示す第2の情報に基づいて、操作の評価依頼を受けたノードについて、次に操作可能な操作候補の評価値をそれぞれ算出する算出部と、
該算出する処理によって算出されたそれぞれの評価値を各操作候補に対応付けて送信元に送信する送信部と、
を有することを特徴とする情報処理装置。
A receiving unit that receives an evaluation request for an operation candidate that can be operated next with respect to a predetermined node of the operation sequence being operated;
Based on the first information indicating the evaluation of each user for each operation for each node in the operation sequence and the second information indicating the distance between the users, the node that has received the operation evaluation request can be operated next. A calculation unit for calculating an evaluation value of each operation candidate;
A transmission unit that transmits each evaluation value calculated by the calculation processing to each transmission candidate in association with each operation candidate;
An information processing apparatus comprising:
JP2013059082A 2013-03-21 2013-03-21 Operation support program, operation support method, and information processing apparatus Active JP6048254B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013059082A JP6048254B2 (en) 2013-03-21 2013-03-21 Operation support program, operation support method, and information processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013059082A JP6048254B2 (en) 2013-03-21 2013-03-21 Operation support program, operation support method, and information processing apparatus

Publications (2)

Publication Number Publication Date
JP2014186390A JP2014186390A (en) 2014-10-02
JP6048254B2 true JP6048254B2 (en) 2016-12-21

Family

ID=51833943

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013059082A Active JP6048254B2 (en) 2013-03-21 2013-03-21 Operation support program, operation support method, and information processing apparatus

Country Status (1)

Country Link
JP (1) JP6048254B2 (en)

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4059970B2 (en) * 1998-02-12 2008-03-12 富士通株式会社 Information source recommendation device
JP4625365B2 (en) * 2005-05-02 2011-02-02 日本放送協会 Recommendation rank selection device and recommendation rank selection program
JP2009087318A (en) * 2007-09-14 2009-04-23 Ricoh Co Ltd Information processor, operation support method, program, and recording medium
JP5366173B2 (en) * 2008-02-28 2013-12-11 インターナショナル・ビジネス・マシーンズ・コーポレーション Operation support server device, operation support method, and computer program
JP5166949B2 (en) * 2008-04-10 2013-03-21 株式会社エヌ・ティ・ティ・ドコモ RECOMMENDATION INFORMATION GENERATION DEVICE AND RECOMMENDATION INFORMATION GENERATION METHOD
JP2010019182A (en) * 2008-07-11 2010-01-28 Alps Electric Co Ltd Piezoelectric pump driving circuit
JP5300648B2 (en) * 2009-08-07 2013-09-25 エヌ・ティ・ティ・コミュニケーションズ株式会社 RECOMMENDATION INFORMATION PROVIDING DEVICE, USER TERMINAL, OPERATION RECOMMENDING METHOD, AND PROGRAM
JP2012242844A (en) * 2011-05-13 2012-12-10 Ntt Docomo Inc Recommendation information generation device and recommendation information generation method

Also Published As

Publication number Publication date
JP2014186390A (en) 2014-10-02

Similar Documents

Publication Publication Date Title
CN105934755B (en) Enhancing search results with social tags
TWI421714B (en) Recommended information generation device and recommendation information generation method
US20140370480A1 (en) Storage medium, apparatus, and method for information processing
JP5110122B2 (en) Content collection apparatus, content collection method, and content collection program
US10409830B2 (en) System for facet expansion
US20140019545A1 (en) Social Graph Expanding Method, Program and System
JP2007172091A (en) Information recommendation device
JP2010204834A (en) Application executing method, application changing device, and application changing program
US20140108601A1 (en) System and method for content personalization using feedback data
JP5141144B2 (en) Information retrieval system and information retrieval program
JP6048254B2 (en) Operation support program, operation support method, and information processing apparatus
JP5407336B2 (en) Information processing device
JP2013164666A (en) Portlet processing device, portal server, portal system, portlet processing method and computer program
JP3946706B2 (en) Information processing apparatus and program
JP4213700B2 (en) Blog community analysis device and program
JP2010198492A (en) Method, device, and program for estimating information selection index, and method and system for providing information
JP2005293481A (en) Information processing system, information processor, control method of information processing system, and program
JP2005055659A (en) Learning support device, learning support system, learning support method, and program
JP5356485B2 (en) User attribute information expansion apparatus, user attribute information expansion method, and user attribute information expansion system using content
JP2011186579A (en) User portal screen management device, method, and program
JP5669330B2 (en) RECOMMENDATION DEVICE, RECOMMENDATION METHOD, AND RECOMMENDATION PROGRAM
JP6751366B2 (en) Information management system, information management method, and information management program
JP2017073051A (en) Human resources search server
JP6515736B2 (en) INFORMATION PROCESSING APPARATUS AND INFORMATION PROCESSING PROGRAM
JP2016085660A (en) Retrieval server, retrieval system, and retrieval method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20151106

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160729

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160816

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160914

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20161025

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20161107

R150 Certificate of patent or registration of utility model

Ref document number: 6048254

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150