JP2018147042A - Inference result visualization device, inference result visualization method and program - Google Patents

Inference result visualization device, inference result visualization method and program Download PDF

Info

Publication number
JP2018147042A
JP2018147042A JP2017038575A JP2017038575A JP2018147042A JP 2018147042 A JP2018147042 A JP 2018147042A JP 2017038575 A JP2017038575 A JP 2017038575A JP 2017038575 A JP2017038575 A JP 2017038575A JP 2018147042 A JP2018147042 A JP 2018147042A
Authority
JP
Japan
Prior art keywords
subgraph
inference
conclusion
unit
result visualization
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.)
Granted
Application number
JP2017038575A
Other languages
Japanese (ja)
Other versions
JP6822220B2 (en
Inventor
細見 格
Itaru Hosomi
格 細見
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2017038575A priority Critical patent/JP6822220B2/en
Publication of JP2018147042A publication Critical patent/JP2018147042A/en
Application granted granted Critical
Publication of JP6822220B2 publication Critical patent/JP6822220B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide an inference result visualization device, an inference result visualization method and a program capable of visualizing the base, in addition to the conclusion drawn by inference of a computer.SOLUTION: An inference result visualization device 10 comprises: a partial graph extraction unit 11 for extracting a partial graph including the conclusion of inference, when inference using a database which holds a logical expression including a predetermined unit of information as an element as data, and an inputted query, is performed; an element decomposition unit 12 which decomposes the logical expression contained in the extracted partial graph into respective elements; a partial graph reconstruction unit 13 which reconstructs a new partial graph by using the elements obtained by the decomposition; and a display unit 14 which displays the reconstructed new partial graph on a screen for each element which constitutes the graph.SELECTED DRAWING: Figure 1

Description

本発明は、計算機によって導出された推論の結論を可視化するための、推論結果可視化装置及び推論結果可視化方法に関し、更には、これらを実現するためのプログラムに関する。   The present invention relates to an inference result visualization apparatus and an inference result visualization method for visualizing inference conclusions derived by a computer, and further to a program for realizing them.

従来より、予め作成されたルール、辞書に登録されている情報、観測された事実といった知識と、入力されたクエリとを用いて、計算機によって、論理的な推論(以下「論理推論」とも表記する。)を行なう技術の開発が行なわれている。また、近年においては、計算機の能力の向上に伴い、知識が非常に大量となった場合にも、高速に推論を実行できるようになっており、結果、人の代わりに、様々な判断又は洞察を行なうことが可能になってきている。   Conventionally, logical reasoning (hereinafter also referred to as “logical reasoning”) is performed by a computer using knowledge such as rules created in advance, information registered in a dictionary, observed facts, and input queries. )) Is being developed. In recent years, with the improvement of computer capabilities, even when the amount of knowledge has become extremely large, it has become possible to perform inferences at high speed. As a result, various judgments or insights can be used instead of people. It has become possible to do.

ところで、論理推論で用いられる知識は、計算機での利用を可能とするため、例えば、述語論理式で表現される。述語論理式は、述語記号(述語の名前)と項(変数)とで構成される。具体的には、述語論理式parent(x,y)は、述語記号parentと2つの項x及びyとで構成されている。この述語論理式parent(x,y)は、xがyの親であることを表す述語論理式として定義することができる。   By the way, the knowledge used in the logical reasoning is expressed by, for example, a predicate logical expression so that it can be used in a computer. The predicate logical expression is composed of a predicate symbol (predicate name) and a term (variable). Specifically, the predicate logical expression parent (x, y) is composed of a predicate symbol parent and two terms x and y. This predicate logical expression parent (x, y) can be defined as a predicate logical expression indicating that x is a parent of y.

このように、論理推論で用いられる知識(述語論理式)は、計算機で利用されるために、極めて記号的に表現されている。このような知識から計算機によって導出された結論及びその根拠も、知識と同じく記号的に表現される。従って、それらを一般的な人が視認して理解することは困難である。   As described above, the knowledge (predicate logical expression) used in the logical reasoning is expressed extremely symbolically because it is used in the computer. The conclusion derived from the knowledge by the computer and the basis thereof are also expressed symbolically like the knowledge. Therefore, it is difficult for a general person to visually recognize and understand them.

ところで、特許文献1は、述語論理式で得られる結果を可視化する方法を開示している。具体的には、特許文献1に開示された方法では、まず、製品の製造工程に関する情報に基づいて、複数の数式で構成された数式群が生成され、更に、数式群から述語論理式が生成される。その後、生成された述語論理式に対して限定記号を除去する等の処理が行なわれ、更に、生産納期と生産時に消費する総エネルギーコスト又は総消費エネルギーコストとの関係式が求められ、求められた関係式が可視化される。このように、特許文献1に開示された方法によれば、述語論理式から導かれた結果がグラフ化されるので、人の視認による推論の理解は容易になると思われる。   Incidentally, Patent Document 1 discloses a method for visualizing the result obtained by the predicate logical expression. Specifically, in the method disclosed in Patent Document 1, first, a mathematical formula group composed of a plurality of mathematical formulas is generated based on information relating to a manufacturing process of a product, and further, a predicate logical formula is generated from the mathematical formula group. Is done. Thereafter, the generated predicate logical expression is subjected to processing such as removal of a quantifier, and further, a relational expression between the production delivery date and the total energy cost or total consumed energy cost consumed during production is obtained and obtained. The relationship is visualized. As described above, according to the method disclosed in Patent Document 1, the result derived from the predicate logical expression is graphed, so that it is considered easy to understand inference by human visual recognition.

特開2014−160359号公報JP 2014-160359 A

しかしながら、特許文献1に開示された方法では、数式から得られた述語論理式を用いて納期とコストとの関係が求められているに過ぎず、入力データと述語論理式とを用いた推論が行なわれているわけではない。特許文献1に開示された方法では、述語論理式のどの部分にどのような入力データが適用されて結論が導かれたのかを示す根拠は可視化されない。即ち、特許文献1に開示された方法によっても、上述した結論及びその根拠を人によって視認及び理解できるようにすることは困難である。   However, in the method disclosed in Patent Document 1, only the relationship between the delivery date and the cost is obtained using the predicate logical expression obtained from the mathematical formula, and the inference using the input data and the predicate logical expression is performed. It is not done. In the method disclosed in Patent Document 1, the basis for indicating what input data is applied to which part of the predicate logical expression and the conclusion is derived is not visualized. That is, even by the method disclosed in Patent Document 1, it is difficult for a person to visually recognize and understand the above conclusion and the basis thereof.

本発明の目的の一例は、上記問題を解消し、計算機による推論によって導出された結論に加え、その根拠をも可視化し得る、推論結果可視化装置、推論結果可視化方法、及びプログラムを提供することにある。   An example of an object of the present invention is to provide an inference result visualization device, an inference result visualization method, and a program capable of solving the above-described problem and visualizing the basis in addition to the conclusion derived by inference by a computer. is there.

上記目的を達成するため、本発明の一側面における推論結果可視化装置は、
所定の単位の情報を要素として含む論理式をデータとして保持するデータベースと入力されたクエリとを用いた推論が行なわれた場合に、前記推論の結論を含む部分グラフを抽出する、部分グラフ抽出部と、
抽出された前記部分グラフに含まれる論理式を、それぞれの前記要素に分解する、要素分解部と、
分解によって得られた前記要素を用いて、新たな部分グラフを再構築する、部分グラフ再構築部と、
再構築された前記新たな部分グラフを、それを構成する要素毎に、画面上に表示する、表示部と、
を備えている、ことを特徴とする。
In order to achieve the above object, an inference result visualization apparatus according to one aspect of the present invention provides:
A subgraph extraction unit that extracts a subgraph including a conclusion of the inference when an inference is performed using a database that stores a logical expression including information of a predetermined unit as an element and an input query When,
An element decomposition unit that decomposes a logical expression included in the extracted subgraph into the elements;
A subgraph reconstruction unit that reconstructs a new subgraph using the elements obtained by the decomposition;
A display unit for displaying the reconstructed new partial graph on a screen for each element constituting the new partial graph;
It is characterized by having.

また、上記目的を達成するため、本発明の一側面における推論結果可視化方法は、
(a)所定の単位の情報を要素として含む論理式をデータとして保持するデータベースと入力されたクエリとを用いた推論が行なわれた場合に、前記推論の結論を含む部分グラフを抽出する、ステップと、
(b)抽出された前記部分グラフに含まれる論理式を、それぞれの前記要素に分解する、ステップと、
(c)分解によって得られた前記要素を用いて、新たな部分グラフを再構築する、ステップと
(d)再構築された前記新たな部分グラフを、それを構成する要素毎に、画面上に表示する、ステップと、
を有する、ことを特徴とする。
In order to achieve the above object, the inference result visualization method according to one aspect of the present invention includes:
(A) a step of extracting a subgraph including a conclusion of the inference when an inference is performed using a database that holds a logical expression including information of a predetermined unit as an element and an input query When,
(B) decomposing a logical expression included in the extracted subgraph into the elements;
(C) reconstructing a new subgraph using the elements obtained by decomposition, and (d) reconstructing the reconstructed new subgraph on the screen for each element constituting it. Show, steps,
It is characterized by having.

更に、上記目的を達成するため、本発明の一側面におけるプログラムは、
コンピュータによって、
(a)所定の単位の情報を要素として含む論理式をデータとして保持するデータベースと入力されたクエリとを用いた推論が行なわれた場合に、前記推論の結論を含む部分グラフを抽出する、ステップと、
(b)抽出された前記部分グラフに含まれる論理式を、それぞれの前記要素に分解する、ステップと、
(c)分解によって得られた前記要素を用いて、新たな部分グラフを再構築する、ステップと
(d)再構築された前記新たな部分グラフを、それを構成する要素毎に、画面上に表示する、ステップと、
を実行させることを特徴とする。
Furthermore, in order to achieve the above object, a program according to one aspect of the present invention is provided.
By computer
(A) a step of extracting a subgraph including a conclusion of the inference when an inference is performed using a database that holds a logical expression including information of a predetermined unit as an element and an input query When,
(B) decomposing a logical expression included in the extracted subgraph into the elements;
(C) reconstructing a new subgraph using the elements obtained by decomposition, and (d) reconstructing the reconstructed new subgraph on the screen for each element constituting it. Show, steps,
Is executed.

以上のように、本発明によれば、計算機による推論によって導出された結論に加え、その根拠をも可視化することができる。   As described above, according to the present invention, in addition to the conclusion derived by inference by a computer, the basis thereof can be visualized.

図1は、本発明の実施の形態における推論結果可視化装置の構成を示すブロック図である。FIG. 1 is a block diagram showing the configuration of the inference result visualization apparatus according to the embodiment of the present invention. 図2は、本発明の実施の形態における推論結果可視化装置をより具体的に示すブロック図である。FIG. 2 is a block diagram showing more specifically the inference result visualization apparatus according to the embodiment of the present invention. 図3は、本発明の実施の形態においてデータベースに保持されている論理式の一例を示す図である。FIG. 3 is a diagram illustrating an example of logical expressions held in the database according to the embodiment of the present invention. 図4(a)及び(b)は、図3に示す論理式と共にデータベースに保持されている表記テーブルの一例を示す図であり、それぞれ異なる例を示している。FIGS. 4A and 4B are diagrams showing an example of a notation table held in the database together with the logical expression shown in FIG. 3, and different examples are shown. 図5は、本発明の実施の形態において推論実行部によって検索されたメールの一例を示す図である。FIG. 5 is a diagram showing an example of an email searched by the inference execution unit in the embodiment of the present invention. 図6は、本発明の実施の形態において推論実行部によって生成された推論の結論と結論を導出するまでの推論ルールの適用過程との一例を示す図である。FIG. 6 is a diagram showing an example of the inference conclusion generated by the inference execution unit and the inference rule application process until the conclusion is derived in the embodiment of the present invention. 図7は、本発明の実施の形態において得られる要素分解の結果の一例を示す図である。FIG. 7 is a diagram showing an example of the result of element decomposition obtained in the embodiment of the present invention. 図8は、本発明の実施の形態で行なわれる部分グラフの再構築処理の一連の主な段階を示す図である。FIG. 8 is a diagram showing a series of main stages of the subgraph reconstruction processing performed in the embodiment of the present invention. 図9は、本発明の実施の形態で行なわれる部分グラフの再構築処理の一連の主な段階を示す図である。FIG. 9 is a diagram showing a series of main stages of the subgraph reconstruction process performed in the embodiment of the present invention. 図10は、本発明の実施の形態で行なわれる部分グラフの再構築処理の一連の主な段階を示す図である。FIG. 10 is a diagram showing a series of main stages of the subgraph reconstruction process performed in the embodiment of the present invention. 図11は、本発明の実施の形態で表示される新たな部分グラフの一例を示す図である。FIG. 11 is a diagram showing an example of a new subgraph displayed in the embodiment of the present invention. 図12は、本発明の実施の形態で表示される新たな部分グラフの他の例を示す図である。FIG. 12 is a diagram showing another example of a new subgraph displayed in the embodiment of the present invention. 図13は、本発明の実施の形態における推論結果可視化装置10の動作を示すフロー図である。FIG. 13 is a flowchart showing the operation of the inference result visualization apparatus 10 according to the embodiment of the present invention. 図14は、本発明の実施の形態における推論結果可視化装置を実現するコンピュータの一例を示すブロック図である。FIG. 14 is a block diagram illustrating an example of a computer that implements the inference result visualization apparatus according to the embodiment of the present invention.

(実施の形態)
以下、本発明の実施の形態における、推論結果可視化装置、推論結果可視化方法、及びプログラムについて、図1〜図13を参照しながら説明する。
(Embodiment)
Hereinafter, an inference result visualization apparatus, an inference result visualization method, and a program according to an embodiment of the present invention will be described with reference to FIGS.

[装置構成]
最初に、本実施の形態における推論結果可視化装置の構成について説明する。図1は、本発明の実施の形態における推論結果可視化装置の構成を示すブロック図である。
[Device configuration]
First, the configuration of the inference result visualization apparatus according to the present embodiment will be described. FIG. 1 is a block diagram showing the configuration of the inference result visualization apparatus according to the embodiment of the present invention.

図1に示す、本実施の形態における推論結果可視化装置10は、推論が行なわれた場合に、その推論の結論を画面上に表示するための装置である。図1に示すように、推論結果可視化装置10は、部分グラフ抽出部11と、要素分解部12と、部分グラフ再構築部13と、表示部14とを備えている。また、推論結果可視化装置10には、液晶表示装置といった表示装置30が接続されている。   The inference result visualization apparatus 10 in the present embodiment shown in FIG. 1 is an apparatus for displaying the conclusion of the inference on the screen when inference is performed. As illustrated in FIG. 1, the inference result visualization apparatus 10 includes a partial graph extraction unit 11, an element decomposition unit 12, a partial graph reconstruction unit 13, and a display unit 14. Further, a display device 30 such as a liquid crystal display device is connected to the inference result visualization device 10.

部分グラフ抽出部11は、データベースと入力されたクエリとを用いた推論が行なわれた場合に、推論の結論を含む部分グラフを抽出する。データベースは、所定の単位の情報を要素として含む論理式をデータとして保持している(後述の図2参照)。   The subgraph extraction unit 11 extracts a subgraph including a conclusion of inference when inference is performed using the database and the input query. The database holds, as data, a logical expression including information of a predetermined unit as an element (see FIG. 2 described later).

要素分解部12は、部分グラフ抽出部11によって抽出された部分グラフに含まれる論理式を、それぞれの要素に分解する。部分グラフ再構築部13は、分解によって得られた要素を用いて、新たな部分グラフを再構築する。表示部13は、再構築された新たな部分グラフを、それを構成する要素毎に、表示装置30の画面上に表示する。   The element decomposition unit 12 decomposes the logical expression included in the partial graph extracted by the partial graph extraction unit 11 into each element. The subgraph reconstruction unit 13 reconstructs a new subgraph using the elements obtained by the decomposition. The display unit 13 displays the reconstructed new partial graph on the screen of the display device 30 for each element constituting it.

このように、本実施の形態では、部分グラフから得られた要素を用いて、新たな部分グラフが作成され、それが表示される。また、部分グラフには、推論の結論だけでなく、結論に至る過程も含まれている。よって、本実施の形態によれば、計算機による推論によって導出された結論に加え、その根拠をも可視化することが可能となる。   Thus, in the present embodiment, a new partial graph is created and displayed using the elements obtained from the partial graph. In addition, the subgraph includes not only the inference conclusion but also the process leading to the conclusion. Therefore, according to the present embodiment, in addition to the conclusion derived by the inference by the computer, it is possible to visualize the basis.

続いて、図2〜図12を用いて、本実施の形態における推論結果可視化装置の構成についてより具体的に説明する。図2は、本発明の実施の形態における推論結果可視化装置をより具体的に示すブロック図である。   Next, the configuration of the inference result visualization apparatus according to the present embodiment will be described more specifically with reference to FIGS. FIG. 2 is a block diagram showing more specifically the inference result visualization apparatus according to the embodiment of the present invention.

図2に示すように、本実施の形態において、推論結果可視化装置10は、推論を実行する推論装置20の一部を構成している。また、推論装置20は、コンピュータに推論を行なうためのプログラムを導入することによって構築されており、同様に、推論結果可視化装置10も、このコンピュータに、後述する本実施の形態におけるプログラムを導入することによって構築されている。   As shown in FIG. 2, in the present embodiment, the inference result visualization apparatus 10 constitutes a part of the inference apparatus 20 that executes inference. The inference device 20 is constructed by introducing a program for inference to a computer. Similarly, the inference result visualization device 10 also introduces a program according to the present embodiment to be described later to this computer. Is built by that.

また、推論装置20は、推論結果可視化装置10に加えて、推論実行部21と、データベース22と、クエリ入力受付部23とを備えている。データベース22は、上述したように、所定の単位の情報を要素として含む論理式をデータとして保持している。   In addition to the inference result visualization device 10, the inference device 20 includes an inference execution unit 21, a database 22, and a query input reception unit 23. As described above, the database 22 holds a logical expression including information of a predetermined unit as an element as data.

図3は、本発明の実施の形態においてデータベースに保持されている論理式の一例を示す図である。図4(a)及び(b)は、図3に示す論理式と共にデータベースに保持されている表記テーブルの一例を示す図であり、それぞれ異なる例を示している。図3に示す論理式は、推論ルールとも表記される。図3の例では、x1とx2とが談合しているかどうかを推理するための推論ルールが含まれている。   FIG. 3 is a diagram illustrating an example of logical expressions held in the database according to the embodiment of the present invention. FIGS. 4A and 4B are diagrams showing an example of a notation table held in the database together with the logical expression shown in FIG. 3, and different examples are shown. The logical expression shown in FIG. 3 is also expressed as an inference rule. In the example of FIG. 3, an inference rule for inferring whether or not x1 and x2 are negotiated is included.

また、図3において、丸印の中にバツのある記号は、AND条件を表している。具体的には、この記号は、その左側に接続された全ての論理式(conference(e1, t1, p1)など)が同時に成立する場合に、その右側に接続された論理式(contact(e1, x1, x2)など)が成立することを表している。   In FIG. 3, a symbol with a cross in a circle represents an AND condition. Specifically, this symbol indicates that the logical expression connected to the right side (contact (e1, t1, p1), etc.) x1, x2), etc.).

クエリ入力受付部23は、外部から入力されたクエリを受け付ける。クエリ入力受付部23は、例えば、クエリとして、「談合はあったか」といったテキストデータを受付ける。   The query input receiving unit 23 receives a query input from the outside. The query input receiving unit 23 receives, for example, text data such as “has rigging occurred” as a query.

推論実行部21は、クエリ入力受付部23によって受け付けられたクエリを、データベース22に保持されている推論ルールに適用して、推論を実行する。具体的には、推論実行部21は、まず、受け付けられたクエリに適用する推論ルールを抽出する。例えば、図4(a)の例では、破線で囲まれた部分が抽出される。   The inference execution unit 21 applies the query received by the query input reception unit 23 to the inference rules held in the database 22 and executes inference. Specifically, the inference execution unit 21 first extracts inference rules to be applied to the accepted query. For example, in the example of FIG. 4A, a portion surrounded by a broken line is extracted.

続いて、推論実行部21は、例えば、メールサーバに蓄積されている大量のメールの中から、抽出した推論ルールに適合するメールの要素を検索する。図5は、本発明の実施の形態において推論実行部によって検索されたメールの一例を示す図である。   Subsequently, the inference execution unit 21 searches, for example, a mail element that matches the extracted inference rule from a large amount of mail stored in the mail server. FIG. 5 is a diagram showing an example of an email searched by the inference execution unit in the embodiment of the present invention.

そして、推論実行部21は、適合するメールの要素が検索できた場合は、推論の結論を生成する。また、推論実行部21は、得られた推論の結論と、結論を導出するまでの推論ルールの適用過程とを部分グラフ抽出部11に入力する。図6は、本発明の実施の形態において推論実行部によって生成された推論の結論と結論を導出するまでの推論ルールの適用過程との一例を示す図である。なお、図6に示す結論と推論ルールの適用過程とは部分グラフによって表されている。   Then, the inference execution unit 21 generates an inference conclusion when a suitable mail element can be searched. The inference execution unit 21 inputs the obtained inference conclusion and the application process of the inference rule until the conclusion is derived to the subgraph extraction unit 11. FIG. 6 is a diagram showing an example of the inference conclusion generated by the inference execution unit and the inference rule application process until the conclusion is derived in the embodiment of the present invention. The conclusion shown in FIG. 6 and the application process of the inference rule are represented by subgraphs.

部分グラフ抽出部11は、本実施の形態では、図6に示す、推論実行部21によって生成された部分グラフを抽出する。図6に示す部分グラフは、上述したクエリ「談合はあったか」が、図3に示した推論ルールに適用された場合に抽出される部分グラフを示している。   In this embodiment, the subgraph extraction unit 11 extracts the subgraph generated by the inference execution unit 21 shown in FIG. The partial graph shown in FIG. 6 shows a partial graph extracted when the above-described query “has collusion occurred” is applied to the inference rule shown in FIG.

要素分解部12は、本実施の形態では、図7に示すように、部分グラフ抽出部11によって抽出された部分グラフに対して要素分解を行ない、帰結を導く直接のルール(図6において破線で囲まれたルール)に含まれている要素を抽出する。図7は、本発明の実施の形態において得られる要素分解の結果の一例を示す図である。また、図7の例では、抽出された述語と、それに関連する項とが結び付けられている。   In the present embodiment, the element decomposition unit 12 performs element decomposition on the subgraph extracted by the subgraph extraction unit 11 as shown in FIG. The elements contained in the enclosed rule) are extracted. FIG. 7 is a diagram showing an example of the result of element decomposition obtained in the embodiment of the present invention. Further, in the example of FIG. 7, the extracted predicate and the related term are linked.

部分グラフ再構築部13は、本実施の形態では、まず、抽出された部分グラフに含まれる論理式の中から、即ち、分解によって得られた各要素の中から、推論の結論に含まれる要素と同一の要素を特定する。そして、部分グラフ再構築部13は、特定した要素に関連している部分グラフ上の要素を、推論の結論に含まれる要素に結びつけることによって、新たな部分グラフを再構築する。   In the present embodiment, the subgraph reconstruction unit 13 first includes elements included in the inference conclusion from among the logical expressions included in the extracted subgraph, that is, among the elements obtained by the decomposition. Identify the same elements as Then, the subgraph restructuring unit 13 reconstructs a new subgraph by associating the elements on the subgraph related to the identified element with the elements included in the inference conclusion.

ここで、図8〜図10を用いて、部分グラフ再構築部13による再構築処理について具体的に説明する。図8〜図10は、ぞれぞれ、本発明の実施の形態で行なわれる部分グラフの再構築処理の一連の主な段階を示す図である。図8〜図10の例において、再構築の元になった部分グラフは、図6に示した部分グラフである。   Here, the reconstruction process by the subgraph reconstruction unit 13 will be specifically described with reference to FIGS. FIG. 8 to FIG. 10 are diagrams showing a series of main stages of the subgraph reconstruction process performed in the embodiment of the present invention. In the examples of FIGS. 8 to 10, the partial graph that is the basis of the reconstruction is the partial graph shown in FIG. 6.

図8に示すように、部分グラフ再構築部13は、まず、要素分解部12によって抽出された要素それぞれを、図4に示すような表記テーブルを用いて自然言語表現に変換する。続いて、図9に示すように、部分グラフ構築部13は、図8に示された論理式の中から、推論の結論(最上段の論理式「談合」)に含まれる要素として、「イベント(id1)」と、「個人(田中)」とを特定する。   As shown in FIG. 8, the subgraph reconstruction unit 13 first converts each element extracted by the element decomposition unit 12 into a natural language expression using a notation table as shown in FIG. Subsequently, as illustrated in FIG. 9, the subgraph constructing unit 13 selects “event” as an element included in the inference conclusion (the top-level logical expression “collusion”) from the logical expressions illustrated in FIG. 8. (Id1) ”and“ individual (Tanaka) ”are specified.

そして、部分グラフ再構築部13は、図9に示すように、推論の結論を示す最上段の論理式以外の論理式において、特定された「イベント(id1)」及び「個人(田中)」と同一の要素を特定し、これらに関連している(これらとリンクで接続されている)部分グラフ上の要素を特定する。具体的には、部分グラフ再構築部13は、「接触」、「競合関係」、「価格調整」を特定する。   Then, as shown in FIG. 9, the subgraph reconstruction unit 13 determines that “event (id1)” and “individual (Tanaka)” identified in the logical expressions other than the uppermost logical expression indicating the conclusion of the inference Identify the same elements and identify the elements on the subgraph that are related to them (linked to them). Specifically, the subgraph reconstruction unit 13 identifies “contact”, “competitive relationship”, and “price adjustment”.

そして、部分グラフ再構築部13は、図10に示すように、特定したこれらの要素を、推論の結論を示す、いずれか1つの代表とする論理式に含まれる要素「イベント(id1)」及び「個人(田中)」に結び付ける。また、部分グラフ再構築部13は、推論の結論以外に含まれる要素であって、2つ以上の論理式に存在する要素が存在する場合は、これらも特定し、互いに結び付ける。図10の例では、論理式「接触」に存在する「個人(鈴木)」と、論理式「競合関係」に存在する「個人(鈴木)」とが結び付けられている。以上の処理により、部分グラフが再構築される。   Then, the subgraph reconstruction unit 13, as shown in FIG. 10, uses the identified elements “event (id1)” included in any one of the representative logical expressions indicating the conclusion of inference and Connect to "Individual (Tanaka)". In addition, if there are elements included in two or more logical expressions, which are included in elements other than the inference conclusion, the subgraph reconstruction unit 13 also identifies these elements and links them together. In the example of FIG. 10, “individual (Suzuki)” existing in the logical expression “contact” and “individual (Suzuki)” existing in the logical expression “competitive relationship” are linked. The subgraph is reconstructed by the above processing.

そして、部分グラフ再構築部13は、図10に示す再構築した部分グラフを表示部13に渡す。表示部13は、本実施の形態では、部分グラフ再構築部13によって再構築された部分グラフ(図8参照)を受け取ると、図11に示すように、これを用いて、表示装置30の画面上に部分グラフを表示させる。   Then, the subgraph reconstruction unit 13 passes the reconstructed partial graph shown in FIG. 10 to the display unit 13. In this embodiment, when the display unit 13 receives the partial graph reconstructed by the subgraph reconstruction unit 13 (see FIG. 8), the display unit 13 uses this to display the screen of the display device 30 as shown in FIG. Display a subgraph on top.

図11は、本発明の実施の形態で表示される新たな部分グラフの一例を示す図である。図11の例は、図10に示した部分グラフに対応している。また、本実施の形態では、部分グラフ再構築部13によって、要素が自然言語表現に変換されているので、表示部13は、自然言語表現を用いて、再構築された新たな部分グラフを表示する。   FIG. 11 is a diagram showing an example of a new subgraph displayed in the embodiment of the present invention. The example of FIG. 11 corresponds to the partial graph shown in FIG. In the present embodiment, since the element is converted into the natural language expression by the subgraph reconstruction unit 13, the display unit 13 displays the reconstructed new subgraph using the natural language expression. To do.

また、図12は、本発明の実施の形態で表示される新たな部分グラフの他の例を示す図である。図12の例では、帰結を導くための間接的な情報も部分グラフの一部として表示されている。また、この場合においては、要素分解部12が、図7に示した例と異なり、要素分解を行なった後に、帰結を導く直接のルール(図6において破線で囲まれたルール)以外の要素も抽出することになる。   FIG. 12 is a diagram showing another example of a new subgraph displayed in the embodiment of the present invention. In the example of FIG. 12, indirect information for deriving the consequence is also displayed as part of the subgraph. Also, in this case, unlike the example shown in FIG. 7, the element decomposition unit 12 performs elements decomposition and then includes elements other than the direct rules (rules surrounded by broken lines in FIG. 6) that lead to the consequences. Will be extracted.

[装置動作]
次に、本発明の実施の形態における推論結果可視化装置10の動作について図13を用いて説明する。図13は、本発明の実施の形態における推論結果可視化装置10の動作を示すフロー図である。以下の説明においては、適宜図1〜図12を参酌する。また、本実施の形態では、推論結果可視化装置10を動作させることによって、推論結果可視化方法が実施される。よって、本実施の形態における推論結果可視化方法の説明は、以下の推論結果可視化装置10の動作説明に代える。
[Device operation]
Next, operation | movement of the inference result visualization apparatus 10 in embodiment of this invention is demonstrated using FIG. FIG. 13 is a flowchart showing the operation of the inference result visualization apparatus 10 according to the embodiment of the present invention. In the following description, FIGS. In the present embodiment, the inference result visualization method is implemented by operating the inference result visualization device 10. Therefore, the description of the inference result visualization method in the present embodiment is replaced with the following description of the operation of the inference result visualization device 10.

まず、前提として、図2に示した推論装置20において、クエリ入力受付部23がクエリの入力を受け付け、推論実行部21が、クエリに基づいて、データベース22に保持されている推論ルールを用いて、推論を実行しているとする。   First, as a premise, in the inference device 20 shown in FIG. 2, the query input receiving unit 23 receives an input of a query, and the inference executing unit 21 uses the inference rules held in the database 22 based on the query. Suppose you are performing inference.

図13に示すように、最初に、部分グラフ抽出部11は、推論実行部21によって、データベース22に保持された推論ルールと入力されたクエリとを用いた推論が行なわれると、推論の結論を含む部分グラフ(図6参照)を抽出する(ステップA1)。   As shown in FIG. 13, first, when the inference execution unit 21 performs an inference using the inference rules held in the database 22 and the input query, the subgraph extraction unit 11 determines the conclusion of the inference. A subgraph (see FIG. 6) is extracted (step A1).

次に、要素分解部12は、ステップA1で抽出された部分グラフに対して要素分解を行ない、帰結を導く直接のルール(図6において破線で囲まれたルール)に含まれている要素を抽出する(ステップA2)。その後、要素分解部12は、得られた各要素を部分グラフ再構築部13に渡す。   Next, the element decomposition unit 12 performs element decomposition on the subgraph extracted in step A1, and extracts elements included in the direct rule (rule surrounded by a broken line in FIG. 6) that leads to the consequence. (Step A2). Thereafter, the element decomposition unit 12 passes the obtained elements to the subgraph reconstruction unit 13.

次に、部分グラフ再構築部13は、まず、要素分解部12によって抽出された要素それぞれを、自然言語表現(図5参照)を用いて表現する(ステップA3)。次に、部分グラフ構築部13は、要素が自然言語表現に変換された論理式の中から、推論の結論(最上段の論理式)に含まれる要素を特定する(ステップA4)。   Next, the subgraph reconstruction unit 13 first expresses each element extracted by the element decomposition unit 12 using natural language expression (see FIG. 5) (step A3). Next, the subgraph construction unit 13 identifies the element included in the inference conclusion (the uppermost logical expression) from the logical expressions in which the elements are converted into the natural language expression (step A4).

次に、部分グラフ再構築部13は、推論の結論を示す最上段の論理式以外の論理式において、特定された要素と同一の要素を特定し、更に、これらに関連している部分グラフ上の要素を特定する(ステップA5)。   Next, the subgraph reconstruction unit 13 specifies the same element as the specified element in the logical expression other than the uppermost logical expression indicating the conclusion of the inference, and further, on the subgraph related to these elements. Are identified (step A5).

次に、部分グラフ再構築部13は、ステップA5で特定したこれらの要素を、ステップA4で特定された最上段の論理式の要素に結び付け、新たな部分グラフを再構築する(ステップA6)。   Next, the subgraph restructuring unit 13 connects these elements specified in step A5 to the elements of the uppermost logical expression specified in step A4, and reconstructs a new subgraph (step A6).

その後、表示部13は、部分グラフ再構築部13から、ステップA6で再構築された部分グラフを受け取ると、これを表示装置30の画面上(図11及び図12参照)に表示させる(ステップA7)。   Thereafter, when receiving the partial graph reconstructed in step A6 from the subgraph restructuring unit 13, the display unit 13 displays it on the screen of the display device 30 (see FIGS. 11 and 12) (step A7). ).

このように、ステップA1〜A7が実行されると、画面上には、推論の内容が、推論の結論だけでなく、結論に至る過程も含めて、自然言語によって表示される。本実施の形態によれば、計算機による推論によって導出された結論に加え、その根拠も可視化されるので、人の視認による推論の理解が容易となる。   As described above, when steps A1 to A7 are executed, the contents of the inference are displayed on the screen in a natural language including not only the conclusion of the inference but also the process leading to the conclusion. According to the present embodiment, in addition to the conclusion derived by the inference by the computer, the basis thereof is also visualized, so that it is easy to understand the inference by human visual recognition.

[プログラム]
本実施の形態におけるプログラムは、コンピュータに、図10に示すステップA1〜A7を実行させるプログラムであれば良い。このプログラムをコンピュータにインストールし、実行することによって、本実施の形態における推論結果可視化装置と推論結果可視化方法とを実現することができる。この場合、コンピュータのCPU(Central Processing Unit)は、部分グラフ抽出部11、要素分解部12、部分グラフ再構築部13、及び表示部14として機能し、処理を行なう。
[program]
The program in the present embodiment may be a program that causes a computer to execute steps A1 to A7 shown in FIG. By installing and executing this program on a computer, the inference result visualization apparatus and the inference result visualization method in the present embodiment can be realized. In this case, a CPU (Central Processing Unit) of the computer functions as a partial graph extraction unit 11, an element decomposition unit 12, a partial graph reconstruction unit 13, and a display unit 14 to perform processing.

また、本実施の形態におけるプログラムは、複数のコンピュータによって構築されたコンピュータシステムによって実行されても良い。この場合は、例えば、各コンピュータが、それぞれ、部分グラフ抽出部11、要素分解部12、部分グラフ再構築部13、及び表示部14のいずれかとして機能しても良い。   The program in the present embodiment may be executed by a computer system constructed by a plurality of computers. In this case, for example, each computer may function as any of the partial graph extraction unit 11, the element decomposition unit 12, the partial graph reconstruction unit 13, and the display unit 14, respectively.

ここで、本実施の形態におけるプログラムを実行することによって、推論結果可視化装置10を実現するコンピュータについて図14を用いて説明する。図14は、本発明の実施の形態における推論結果可視化装置を実現するコンピュータの一例を示すブロック図である。   Here, a computer that realizes the inference result visualization apparatus 10 by executing the program according to the present embodiment will be described with reference to FIG. FIG. 14 is a block diagram illustrating an example of a computer that implements the inference result visualization apparatus according to the embodiment of the present invention.

図11に示すように、コンピュータ110は、CPU111と、メインメモリ112と、記憶装置113と、入力インターフェイス114と、表示コントローラ115と、データリーダ/ライタ116と、通信インターフェイス117とを備える。これらの各部は、バス121を介して、互いにデータ通信可能に接続される。   As shown in FIG. 11, the computer 110 includes a CPU 111, a main memory 112, a storage device 113, an input interface 114, a display controller 115, a data reader / writer 116, and a communication interface 117. These units are connected to each other via a bus 121 so that data communication is possible.

CPU111は、記憶装置113に格納された、本実施の形態におけるプログラム(コード)をメインメモリ112に展開し、これらを所定順序で実行することにより、各種の演算を実施する。メインメモリ112は、典型的には、DRAM(Dynamic Random Access Memory)等の揮発性の記憶装置である。また、本実施の形態におけるプログラムは、コンピュータ読み取り可能な記録媒体120に格納された状態で提供される。なお、本実施の形態におけるプログラムは、通信インターフェイス117を介して接続されたインターネット上で流通するものであっても良い。   The CPU 111 performs various calculations by developing the program (code) in the present embodiment stored in the storage device 113 in the main memory 112 and executing them in a predetermined order. The main memory 112 is typically a volatile storage device such as a DRAM (Dynamic Random Access Memory). Further, the program in the present embodiment is provided in a state of being stored in a computer-readable recording medium 120. Note that the program in the present embodiment may be distributed on the Internet connected via the communication interface 117.

また、記憶装置113の具体例としては、ハードディスクドライブの他、フラッシュメモリ等の半導体記憶装置が挙げられる。入力インターフェイス114は、CPU111と、キーボード及びマウスといった入力機器118との間のデータ伝送を仲介する。表示コントローラ115は、ディスプレイ装置119と接続され、ディスプレイ装置119での表示を制御する。   Specific examples of the storage device 113 include a hard disk drive and a semiconductor storage device such as a flash memory. The input interface 114 mediates data transmission between the CPU 111 and an input device 118 such as a keyboard and a mouse. The display controller 115 is connected to the display device 119 and controls display on the display device 119.

データリーダ/ライタ116は、CPU111と記録媒体120との間のデータ伝送を仲介し、記録媒体120からのプログラムの読み出し、及びコンピュータ110における処理結果の記録媒体120への書き込みを実行する。通信インターフェイス117は、CPU111と、他のコンピュータとの間のデータ伝送を仲介する。   The data reader / writer 116 mediates data transmission between the CPU 111 and the recording medium 120, and reads a program from the recording medium 120 and writes a processing result in the computer 110 to the recording medium 120. The communication interface 117 mediates data transmission between the CPU 111 and another computer.

また、記録媒体120の具体例としては、CF(Compact Flash(登録商標))及びSD(Secure Digital)等の汎用的な半導体記憶デバイス、フレキシブルディスク(Flexible Disk)等の磁気記録媒体、又はCD−ROM(Compact Disk Read Only Memory)などの光学記録媒体が挙げられる。   Specific examples of the recording medium 120 include general-purpose semiconductor storage devices such as CF (Compact Flash (registered trademark)) and SD (Secure Digital), magnetic recording media such as a flexible disk, or CD- An optical recording medium such as ROM (Compact Disk Read Only Memory) can be used.

なお、本実施の形態における推論結果可視化装置10は、プログラムがインストールされたコンピュータではなく、各部に対応したハードウェアを用いることによっても実現可能である。更に、推論結果可視化装置10は、一部がプログラムで実現され、残りの部分がハードウェアで実現されていてもよい。   The inference result visualization apparatus 10 according to the present embodiment can be realized not by using a computer in which a program is installed but also by using hardware corresponding to each unit. Furthermore, the inference result visualization device 10 may be partially realized by a program and the remaining part may be realized by hardware.

以上のように、本発明によれば、計算機による推論によって導出された結論に加え、その根拠をも可視化することができる。本発明は、自動推論が行なわれる種々の分野に有用である。   As described above, according to the present invention, in addition to the conclusion derived by inference by a computer, the basis thereof can be visualized. The present invention is useful in various fields where automatic inference is performed.

10 推論結果可視化装置
11 部分グラフ抽出部
12 要素分解部
13 部分グラフ再構築部
14 表示部
20 推論装置
21 推論実行部
22 データベース
23 クエリ入力受付部
30 表示装置
110 コンピュータ
111 CPU
112 メインメモリ
113 記憶装置
114 入力インターフェイス
115 表示コントローラ
116 データリーダ/ライタ
117 通信インターフェイス
118 入力機器
119 ディスプレイ装置
120 記録媒体
121 バス
DESCRIPTION OF SYMBOLS 10 Inference result visualization apparatus 11 Partial graph extraction part 12 Element decomposition | disassembly part 13 Subgraph reconstruction part 14 Display part 20 Inference apparatus 21 Inference execution part 22 Database 23 Query input reception part 30 Display apparatus 110 Computer 111 CPU
112 Main Memory 113 Storage Device 114 Input Interface 115 Display Controller 116 Data Reader / Writer 117 Communication Interface 118 Input Device 119 Display Device 120 Recording Medium 121 Bus

Claims (9)

所定の単位の情報を要素として含む論理式をデータとして保持するデータベースと入力されたクエリとを用いた推論が行なわれた場合に、前記推論の結論を含む部分グラフを抽出する、部分グラフ抽出部と、
抽出された前記部分グラフに含まれる論理式を、それぞれの前記要素に分解する、要素分解部と、
分解によって得られた前記要素を用いて、新たな部分グラフを再構築する、部分グラフ再構築部と、
再構築された前記新たな部分グラフを、それを構成する要素毎に、画面上に表示する、表示部と、
を備えている、ことを特徴とする推論結果可視化装置。
A subgraph extraction unit that extracts a subgraph including a conclusion of the inference when an inference is performed using a database that stores a logical expression including information of a predetermined unit as an element and an input query When,
An element decomposition unit that decomposes a logical expression included in the extracted subgraph into the elements;
A subgraph reconstruction unit that reconstructs a new subgraph using the elements obtained by the decomposition;
A display unit for displaying the reconstructed new partial graph on a screen for each element constituting the new partial graph;
An inference result visualization device characterized by comprising:
前記表示部が、自然言語表現を用いて、再構築された前記新たな部分グラフを表示する、
請求項1に記載の推論結果可視化装置。
The display unit displays the reconstructed new subgraph using a natural language expression.
The inference result visualization device according to claim 1.
前記部分グラフ再構築部は、抽出された前記部分グラフに含まれる論理式の中から、前記推論の結論に含まれる要素と同一の要素を特定し、特定した要素に関連している前記部分グラフ上の要素を、前記推論の結論に含まれる要素に結びつけることによって、前記新たな部分グラフを再構築する、
請求項1または2に記載の推論結果可視化装置。
The subgraph restructuring unit identifies the same element as the element included in the conclusion of the inference from the logical expressions included in the extracted subgraph, and the subgraph related to the specified element Reconstructing the new subgraph by linking the above elements to the elements contained in the inference conclusion;
The inference result visualization device according to claim 1 or 2.
(a)所定の単位の情報を要素として含む論理式をデータとして保持するデータベースと入力されたクエリとを用いた推論が行なわれた場合に、前記推論の結論を含む部分グラフを抽出する、ステップと、
(b)抽出された前記部分グラフに含まれる論理式を、それぞれの前記要素に分解する、ステップと、
(c)分解によって得られた前記要素を用いて、新たな部分グラフを再構築する、ステップと
(d)再構築された前記新たな部分グラフを、それを構成する要素毎に、画面上に表示する、ステップと、
を有する、ことを特徴とする推論結果可視化方法。
(A) a step of extracting a subgraph including a conclusion of the inference when an inference is performed using a database that holds a logical expression including information of a predetermined unit as an element and an input query When,
(B) decomposing a logical expression included in the extracted subgraph into the elements;
(C) reconstructing a new subgraph using the elements obtained by decomposition, and (d) reconstructing the reconstructed new subgraph on the screen for each element constituting it. Show, steps,
An inference result visualization method characterized by comprising:
前記(d)のステップにおいて、自然言語表現を用いて、再構築された前記新たな部分グラフを表示する、
請求項4に記載の推論結果可視化方法。
In the step (d), the reconstructed new subgraph is displayed using a natural language expression.
The inference result visualization method according to claim 4.
前記(c)のステップにおいて、抽出された前記部分グラフに含まれる論理式の中から、前記推論の結論に含まれる要素と同一の要素を特定し、特定した要素に関連している前記部分グラフ上の別の要素を、前記推論の結論に含まれる要素に結びつけることによって、前記新たな部分グラフを再構築する、
請求項4または5に記載の推論結果可視化方法。
In the step (c), an element identical to the element included in the conclusion of the inference is identified from the logical expressions included in the extracted subgraph, and the subgraph related to the identified element Reconstructing the new subgraph by linking another element above to an element contained in the inference conclusion;
The inference result visualization method according to claim 4 or 5.
コンピュータによって、
(a)所定の単位の情報を要素として含む論理式をデータとして保持するデータベースと入力されたクエリとを用いた推論が行なわれた場合に、前記推論の結論を含む部分グラフを抽出する、ステップと、
(b)抽出された前記部分グラフに含まれる論理式を、それぞれの前記要素に分解する、ステップと、
(c)分解によって得られた前記要素を用いて、新たな部分グラフを再構築する、ステップと
(d)再構築された前記新たな部分グラフを、それを構成する要素毎に、画面上に表示する、ステップと、
を実行させるプログラム。
By computer
(A) a step of extracting a subgraph including a conclusion of the inference when an inference is performed using a database that holds a logical expression including information of a predetermined unit as an element and an input query When,
(B) decomposing a logical expression included in the extracted subgraph into the elements;
(C) reconstructing a new subgraph using the elements obtained by decomposition, and (d) reconstructing the reconstructed new subgraph on the screen for each element constituting it. Show, steps,
A program that executes
前記(d)のステップにおいて、自然言語表現を用いて、再構築された前記新たな部分グラフを表示する、
請求項7に記載のプログラム。
In the step (d), the reconstructed new subgraph is displayed using a natural language expression.
The program according to claim 7.
前記(c)のステップにおいて、抽出された前記部分グラフに含まれる論理式の中から、前記推論の結論に含まれる要素と同一の要素を特定し、特定した要素に関連している前記部分グラフ上の別の要素を、前記推論の結論に含まれる要素に結びつけることによって、前記新たな部分グラフを再構築する、
請求項7または8に記載のプログラム。
In the step (c), an element identical to the element included in the conclusion of the inference is identified from the logical expressions included in the extracted subgraph, and the subgraph related to the identified element Reconstructing the new subgraph by linking another element above to an element contained in the inference conclusion;
The program according to claim 7 or 8.
JP2017038575A 2017-03-01 2017-03-01 Inference result visualization device, inference result visualization method, and program Active JP6822220B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017038575A JP6822220B2 (en) 2017-03-01 2017-03-01 Inference result visualization device, inference result visualization method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017038575A JP6822220B2 (en) 2017-03-01 2017-03-01 Inference result visualization device, inference result visualization method, and program

Publications (2)

Publication Number Publication Date
JP2018147042A true JP2018147042A (en) 2018-09-20
JP6822220B2 JP6822220B2 (en) 2021-01-27

Family

ID=63591257

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017038575A Active JP6822220B2 (en) 2017-03-01 2017-03-01 Inference result visualization device, inference result visualization method, and program

Country Status (1)

Country Link
JP (1) JP6822220B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6567218B1 (en) * 2018-09-28 2019-08-28 三菱電機株式会社 Inference apparatus, inference method, and inference program
US20200272916A1 (en) * 2017-09-29 2020-08-27 Nec Corporation Hypothesis verification apparatus, hypothesis verification method, and computer-readable recording medium
JP7019875B1 (en) * 2021-01-15 2022-02-15 三菱電機株式会社 Information processing equipment and information processing method

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200272916A1 (en) * 2017-09-29 2020-08-27 Nec Corporation Hypothesis verification apparatus, hypothesis verification method, and computer-readable recording medium
US11803768B2 (en) * 2017-09-29 2023-10-31 Nec Corporation Hypothesis verification apparatus, hypothesis verification method, and computer-readable recording medium
JP6567218B1 (en) * 2018-09-28 2019-08-28 三菱電機株式会社 Inference apparatus, inference method, and inference program
WO2020065906A1 (en) * 2018-09-28 2020-04-02 三菱電機株式会社 Inference device, inference method, and inference program
CN112740238A (en) * 2018-09-28 2021-04-30 三菱电机株式会社 Inference device, inference method, and inference program
JP7019875B1 (en) * 2021-01-15 2022-02-15 三菱電機株式会社 Information processing equipment and information processing method
WO2022153470A1 (en) * 2021-01-15 2022-07-21 三菱電機株式会社 Information processing device and information processing method

Also Published As

Publication number Publication date
JP6822220B2 (en) 2021-01-27

Similar Documents

Publication Publication Date Title
US10181012B2 (en) Extracting clinical care pathways correlated with outcomes
Begoli et al. Design principles for effective knowledge discovery from big data
Miller The medical AI insurgency: what physicians must know about data to practice with intelligent machines
US20160078344A1 (en) Extraction of inference rules from heterogeneous graphs
Horridge et al. Extracting justifications from bioportal ontologies
US9251203B2 (en) User interface for predictive model generation
JP6822220B2 (en) Inference result visualization device, inference result visualization method, and program
US11137996B2 (en) Cognitive service updates via container instantiation
Wang et al. LLM4Vis: Explainable visualization recommendation using ChatGPT
WO2022227171A1 (en) Method and apparatus for extracting key information, electronic device, and medium
JP2019219848A (en) Source code analysis method and source code analysis device
Wong et al. A visual analytics paradigm enabling trillion-edge graph exploration
JP5720579B2 (en) Metric learning device, metric learning method, and program
Lebo et al. A five-star rating scheme to assess application seamlessness
Ozmen et al. Topic modeling to discern irregular order patterns in unlabeled electronic health records
US20220300712A1 (en) Artificial intelligence-based question-answer natural language processing traces
JPWO2023037399A5 (en)
Kulkarni et al. Novel Approach to Abstract the Data Flow Diagram from Java Application Program
US10901980B2 (en) Health care clinical data controlled data set generator
US11928121B2 (en) Scalable visual analytics pipeline for large datasets
CN113344122B (en) Operation flow diagnosis method, device and storage medium
US20230004828A1 (en) Defining and debugging module completeness graphs based on interactive user interface checklist elements
Sathi et al. Accessibility and big data analytics on cloud
Xu et al. Development of an Interactive Medical Knowledge Graph Based Tool Set
US20200118660A1 (en) Summarization of clinical documents with end points thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200205

TRDD Decision of grant or rejection written
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20201127

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20201208

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20201221

R150 Certificate of patent or registration of utility model

Ref document number: 6822220

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150