JPH0553814A - Device for supporting preparation of event base retrieval system - Google Patents

Device for supporting preparation of event base retrieval system

Info

Publication number
JPH0553814A
JPH0553814A JP3242710A JP24271091A JPH0553814A JP H0553814 A JPH0553814 A JP H0553814A JP 3242710 A JP3242710 A JP 3242710A JP 24271091 A JP24271091 A JP 24271091A JP H0553814 A JPH0553814 A JP H0553814A
Authority
JP
Japan
Prior art keywords
attribute
case
vector
similarity
similarity calculation
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
JP3242710A
Other languages
Japanese (ja)
Other versions
JP2822717B2 (en
Inventor
Hideo Shimazu
秀雄 島津
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 JP3242710A priority Critical patent/JP2822717B2/en
Publication of JPH0553814A publication Critical patent/JPH0553814A/en
Application granted granted Critical
Publication of JP2822717B2 publication Critical patent/JP2822717B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To detect a featured and similar event together with a similar event having a high average point and to improve retrieval ability by making event to subvectors and detecting the featured and similar event by observing them in terms of the unit of the subvector. CONSTITUTION:A subvector similarity calculation part 8 calculates similarity between a question and the event by calculating the total sum of attribute similarity included in the subvector at every subvector divided by a vector division part 6. For example, data are collected by sampling the daily body temperature of a patient at every other one hour and when daily body temperature information is defined as one event, it is expressed by 24 attribute vectors since the information is sampled at every other one hour. When one day is segmented into the subvectors like defining hours from 21:00 to 5:00 as 'midnight', from 6:00 to 11:00 as 'forenoon', from 12:00 to 17:00 as 'afternoon' and from 18:00 to 20:00 as 'evening', in the case of retrieving the event similar to a certain question, the event having a body temperature change not be similar so much concerning the 'forenoon', 'afternoon' and 'evening' but to be quite similar concerning the 'midnight' can be retrieved.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、人工知能の分野で用い
られる事例ベース検索システム作成支援装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a case-based search system creation support device used in the field of artificial intelligence.

【0002】[0002]

【従来の技術】事例ベース推論(Case-based Reasonin
g, 以下CBRと略す)は、人工知能の分野で最近注目
を浴びてきた新しい推論パラダイムである(参考文献:
「新しい問題解決方式として実用化が期待される事例ベ
ース推論」小林重信、中村孝太郎、日経AI別冊199
1春号)。
[Prior Art] Case-based Reasoning
g, hereinafter abbreviated as CBR) is a new inference paradigm that has recently received attention in the field of artificial intelligence (references:
"Case-Based Reasoning Expected to be Practical as a New Problem Solving Method" Shigenobu Kobayashi, Kotaro Nakamura, Nikkei AI Separate Volume 199
1 spring issue).

【0003】CBRの構成は図13のようになる。事例
ベースには、過去に解いた問題とその解法の組からなる
事例が、数多く格納されている。新たに解くべき問題が
与えられると、その問題に最も類似した問題を解いた事
例が事例ベースから取り出される(検索フェーズ)。C
BRでは、類似事例の検索が重要な処理である。事例ベ
ースを検索する時に、解くべき問題と完全に一致(exac
t matching)しなくても部分的に一致(partial matchi
ng)すればよい。次に、検索された類似事例中の問題表
現と解くべき問題表現の差を吸収するために、システム
が持つ変形ルールを使って類似事例中の一部を適応修正
(修正フェーズ)し、その結果を解くべき問題の解決案
として提示する。そのようにして作られた解は常に正し
いとは限らないので、実際に適用してみる。その結果が
正しければ「新しい事例とその解決方法」を示した正の
事例として事例ベースに格納するし、失敗した時には失
敗した理由が解析され、「新しい問題とそれに対する誤
った解決方法とその過ちを繰り返さないための判断基
準」が事例ベースに格納される(評価・修復フェー
ズ)。適用した結果の成功・失敗の判断は、CBRシス
テム自身がする場合もあるし、利用者が判断を下す場合
もある。このように、CBRでは、新しい問題が与えら
れると、その解法に成功するにしても失敗するにして
も、常にその結果をシステムの事例ベースに加えてい
く。失敗した時には2度と同じ間違いをしないようにイ
ンデックス付けを行なう。
The structure of the CBR is shown in FIG. The case base stores a large number of cases composed of a set of problems solved in the past and a solution method. When a new problem to be solved is given, the case that solves the problem most similar to the problem is retrieved from the case base (search phase). C
In BR, searching for similar cases is an important process. When searching the case base, exactly match the problem to be solved (exac
without partial matching (partial matchi
ng). Next, in order to absorb the difference between the problem expression in the searched similar case and the problem expression to be solved, the system modifies the part and adaptively corrects a part of the similar case (correction phase). Is presented as a solution to the problem to be solved. The solution created in this way is not always correct, so try applying it. If the result is correct, it is stored in the case base as a positive case showing "new case and its solution", and when it fails, the reason for failure is analyzed and "new problem and wrong solution and its error “Criteria for not repeating” is stored in the case base (evaluation / repair phase). The success or failure of the application result may be determined by the CBR system itself or by the user. Thus, in CBR, when a new problem is given, whether the solution succeeds or fails, the result is always added to the case base of the system. If it fails, index it so that you do not make the same mistake twice.

【0004】CBRの考え方に基づいてシステムを作ろ
うとすると、CBRの各局部フェーズに困難な問題が多
く、どの局部フェーズも簡単には作れない。例えば、 ・蓄積する事例(問題と解法の両方)は、どのように表
現するか? ・事例ベースには、事例はどのような構成で格納される
か? ・検索フェーズでは、どうやって与えられた問題に「近
い」例をみつけるのか?部分的な一致(partial matchi
ng)の定義方法は何か? ・修正フェーズでは、取り出した類似事例を両者の差に
応じてどうやって修正するのか? ・修復フェーズでは、類似事例を変形して作った解を適
用したのに、それが正しくなかった時には、その失敗を
どうやってシステムに反映するのか?
When a system is made based on the concept of CBR, there are many difficult problems in each local phase of CBR, and no local phase can be easily created. For example: How would you describe the accumulated cases (both problem and solution)? -In what structure is the case stored in the case base? • How do you find examples that are "close" to a given problem in the search phase? Partial matchi
ng) is defined? -In the correction phase, how are the similar cases taken out corrected according to the difference between the two?・ In the repair phase, when a solution created by transforming a similar case was applied, but it was incorrect, how would the failure be reflected in the system?

【0005】それぞれの問題に対して、多くの研究がな
されているが、汎用で決定的に良いものは未だ登場して
いない。このような問題に対処する1つの方法は、1つ
1つの問題に対して正攻法で各個撃破していくというも
のであるが、上記の問題はどれも非常に困難なものであ
り一般的な解法を提示することはすぐには難しい。この
ような場合の別の対処方法として、エンジニアリング的
発想として、CBRが持つ潜在的な能力を一部制限する
ことで、CBRの持つ問題を上手に回避するという方法
がある。この方針に基づいてCBR向けツールが提案さ
れている(参考文献:アン インタフェース フォー
ケースベースト ノレッジアクイジション、C.リーズ
ベック,An Interface for Case-Based Knowledge Acqu
isition,Proc.of Workshop on Case-Based Reasoning
,DARPA,1988.)。このシステムについて
図16に概略図を示す。図16で、101は事例属性ベ
クトル、102は事例ベース、103は問題格納属性ベ
クトル、104は部分マッチング定義部、105は重み
定義部、107は属性類似度計算部、109は総類似度
計算部、である。図16は、上記参考文献では、この実
施例と同じ構成をしているわけではないが、原理的には
同じである。属性のベクトルの形で表現された多くの事
例が事例ベース102に格納されており、解くべき問題
が問題格納属性ベクトル103に格納されると、事例ベ
ース102中の事例が1つずつ取り出され、事例属性ベ
クトル101にロードされ、その類似度の計算がなされ
る。対応する要素属性間の部分マッチングの定義は部分
マッチング定義部104に定義され、また要素属性の重
みは重み定義部105に格納されている。各属性に対応
する属性類似度計算部107が属性の類似度の計算をす
ると、総類似度計算部にてその総和が計算される。
Although many studies have been made for each problem, general-purpose and decisively good ones have not yet appeared. One way to deal with such problems is to defeat each one by a straightforward method, but all of the above problems are very difficult and general solution methods are available. Is difficult to present immediately. As another coping method in such a case, as an engineering idea, there is a method of effectively avoiding the problem of the CBR by partially limiting the potential capability of the CBR. Based on this policy, a tool for CBR has been proposed (reference: uninterface for
Case-based knowledge acquisition, C.I. Leedsbeck, An Interface for Case-Based Knowledge Acqu
isition, Proc. of Workshop on Case-Based Reasoning
, DARPA, 1988. ). A schematic diagram of this system is shown in FIG. In FIG. 16, 101 is a case attribute vector, 102 is a case base, 103 is a question storage attribute vector, 104 is a partial matching definition unit, 105 is a weight definition unit, 107 is an attribute similarity calculation unit, and 109 is a total similarity calculation unit. ,. Although FIG. 16 does not have the same configuration as this embodiment in the above reference, it is the same in principle. Many cases expressed in the form of a vector of attributes are stored in the case base 102. When the problem to be solved is stored in the problem storage attribute vector 103, the cases in the case base 102 are extracted one by one, The case attribute vector 101 is loaded, and the degree of similarity is calculated. The definition of the partial matching between the corresponding element attributes is defined in the partial matching definition unit 104, and the weight of the element attribute is stored in the weight definition unit 105. When the attribute similarity calculation unit 107 corresponding to each attribute calculates the attribute similarity, the total similarity calculation unit calculates the sum.

【0006】このような従来の技術に関し解決すべき課
題に以下のものがある。
[0006] There are the following problems to be solved in such a conventional technique.

【0007】・第1の課題は、従来の技術では、事例お
よび解くべき問題を前もって定義しておいた幾つかの属
性のベクトルとして表現した場合、属性ベクトル全体で
みるとどの属性もまあまあ似ていて平均点としては高
い、という観点からは重要な類似事例には見えないが、
属性ベクトルの一部分については解くべき問題と酷似し
ており、そのことで充分注目に値する事例というものを
検索することができないということである。この属性ベ
クトルの一部分というのは、要素属性1つでもよいし、
幾つかの要素属性の集合の場合もある。
The first problem is that, in the prior art, when a case and a problem to be solved are expressed as a vector of several attributes that have been defined in advance, all the attributes in the entire attribute vector are fairly similar. However, it does not look like an important similar case from the viewpoint that the average score is high,
A part of the attribute vector is very similar to the problem to be solved, which means that it is not possible to search for cases that deserve attention enough. A part of this attribute vector may be one element attribute,
It may also be a set of several element attributes.

【0008】・第2の課題は以下の如くである。事例を
表現する場合、一般に実際に体験したか、あるいは存在
した値を使うので具体的な値になる。従って、従来の手
法では、「ディズニーランドへは毎日行っていつも楽し
かった」という経験を持っている事例定義者は、「1月
にディズニーランドへ行って楽しかった」「2月にディ
ズニーランドへ行って楽しかった」「3月にディズニー
ランドへ行って楽しかった」……「12月にディズニー
ランドへ行って楽しかった」と12個の事例を与えなく
てはならなかった。もし、「何とでも完全にマッチす
る」という表現を許容すれば、上のような例では、「時
期は属性の値としては「いつでも」で、ディズニーラン
ドへ行けば楽しかった」と1つだけ定義すれば良くなる
のだが、従来の技術ではこれが出来なかった。ただ、こ
のような表現方法を許容した場合、本当に実在した事例
なのか、いくらかは推測も入っている一種の一般化され
た事例なのか、全く事実の裏付けのないいわゆる常識ま
たは推測なのか、を明確に分けないと事例ベースの信頼
性を疑われることになるので、たとえ何らかの新しい表
現手段を提供することで第2の課題を解決しても、新た
な別の問題を引き起こす可能性はある。
The second problem is as follows. When expressing a case, it is a concrete value because the value that is actually experienced or existing is used. Therefore, with the conventional method, the case definer who has the experience of “going to Disneyland every day and always having fun” was “going to Disneyland in January was fun” and “going to Disneyland in February was fun” "I had a lot of fun going to Disneyland in March" ... "I had a lot of fun going to Disneyland in December", so I had to give 12 cases. If you allow the expression "perfectly matches anything", in the above example, you can define only one, "at the time the attribute value is" anytime "and it was fun to go to Disneyland". Hopefully this isn't possible with conventional technology. However, if such an expression method is allowed, whether it is a real existence case, a kind of generalized case with some speculation, or a so-called common sense or speculation that does not support facts at all. Even if the second problem is solved by providing some new expression means, there is a possibility that another problem will be caused because the case-based credibility will be suspected if it is not clearly divided.

【0009】・第3の課題は、従来の技術では、ある事
例が含まれる上位の概念の中で例外的あるいは特異点的
事例の時にそういう状況を明示する手段がないことであ
る。例えば、横浜市についてはどこもまあ旅行するのに
楽しいところであるとする。ところが横浜市の中で「鶴
見」だけは工場地帯であり旅行にまったく適しない所だ
とする。このとき、「11月に鶴見に旅行したが楽しく
なかった」という事例が与えられたとする。ここで、
「山下公園は旅行に向いているか?」という問題が与え
られ、横浜市内の旅行報告事例が上の観点の例1つしか
ないとすると、この唯一の事例が類似事例となって、
「旅行に適しない」だろうと判断することになってしま
う。これは、「11月に鶴見に旅行したが楽しくなかっ
た」という事例を格納した人が、「場所が「鶴見」だか
ら楽しくないと言えるのであって、問い合わせるマッチ
ングの相手も「鶴見」でなければ、たとえそれが鶴見の
近辺(例:山下公園)であっても、その両者の属性はマ
ッチしないようにさせたい」と表現する手段がないこと
が従来技術について解決すべき課題であった。
The third problem is that, in the conventional technology, there is no means for clearly indicating such a situation when an exceptional or singular point case is included in a higher-level concept including a case. For example, let's say that Yokohama is a good place to travel. However, in Yokohama City, only "Tsurumi" is a factory zone and is not suitable for travel. At this time, it is assumed that the case was given that "I traveled to Tsurumi in November, but it was not fun". here,
Given that the question "Is Yamashita Park suitable for travel?" And there is only one example of the travel report in Yokohama City from the above perspective, this only case becomes a similar case.
You will end up deciding that it is not suitable for travel. This is because the person who stored the case "I traveled to Tsurumi in November but it was not fun" can be said to be "not fun because the place is" Tsurumi ", and the matching partner who inquires is also" Tsurumi ". However, even if it is in the vicinity of Tsurumi (eg Yamashita Park), I would like to make the attributes of both do not match. "

【0010】・第4の課題は、CBRシステムとしての
性能向上の為の要素属性毎の部分マッチングの定義およ
び要素属性毎の重みの値の変更に関することである。一
般にCBRでの類似検索の性能は、要素属性毎の部分マ
ッチングの定義および要素属性毎の重みの与え方の良し
悪しで決まる。一般的なCBR応用システム開発過程と
しては、ある部分マッチング定義と属性重みを決め、い
ろいろと問題を与えていき、それに対して出力される類
似事例を見て、部分マッチング定義や属性重みをパラメ
ータとして変更していくというものである。ところが、
これらのパラメータを実際に変更していくと、CBRシ
ステムとしての性能が一貫して向上せず以前のパラメー
タの方が性能が良いと言うことも起こる。従って、試行
した部分マッチング定義や属性重みは保存しておき、必
要に応じてそれを取り出すということが出来ると便利な
のにそういう仕組みが組み込まれていないことが従来技
術に残された課題であった。
The fourth problem relates to the definition of partial matching for each element attribute and the change of the weight value for each element attribute in order to improve the performance of the CBR system. Generally, the performance of similarity search in CBR is determined by the definition of partial matching for each element attribute and whether or not the weight is given for each element attribute. In a general CBR application system development process, a certain partial matching definition and attribute weight are determined, various problems are given, and similar examples output to them are looked at, and the partial matching definition and attribute weight are used as parameters. It is about changing. However,
When these parameters are actually changed, the performance as a CBR system does not consistently improve, and it may happen that the previous parameters have better performance. Therefore, a problem left in the prior art is that it is convenient to save the tried partial matching definitions and attribute weights and retrieve them as needed, but such a mechanism is not incorporated.

【0011】・第5の課題は、部分マッチング定義や属
性重み定義を複数持ち、事例の種類に応じて使用する部
分マッチング定義や属性重み定義を切替えるのが有効な
場合があるが、従来の技術ではそういう仕組みが組み込
まれていないことである。例えば、従来の手法では、人
間ごとのカルテがあり、その性別によって特定の属性の
部分マッチング定義や重み属性定義が切り替わった方が
性能が向上するという場合に、性別によって切替えられ
なかった。
The fifth problem is that it is effective to have a plurality of partial matching definitions and attribute weight definitions and to switch the partial matching definitions and attribute weight definitions to be used according to the type of case. Then that kind of mechanism is not incorporated. For example, in the conventional method, when there is a chart for each person and performance is improved when the partial matching definition or weight attribute definition of a specific attribute is switched depending on the gender, the switching cannot be performed depending on the gender.

【0012】・第6の課題は第4の課題に関連する。C
BRシステムの類似事例検索のために部分マッチングの
定義および要素属性毎の重みの値を変更すると、変更前
はある問題に対する類似事例が正しく検索されていたの
に、変更後はそれが正しくない順序で検索されるように
なることがある。こういう状況が起こった場合はすぐに
それに対応して変更を修正しなくてはならないが、従来
の方法では、このような状況を的確にモニターし、CB
Rシステム構築者にそのような状況の発生を通知する手
段が準備されていなかった。
The sixth problem is related to the fourth problem. C
When the definition of partial matching and the value of the weight for each element attribute are changed for the similar case search of the BR system, the similar case for a certain problem was correctly searched before the change, but the order is not correct after the change. May be searched by. If such a situation occurs, the change must be corrected immediately, but the traditional method is to accurately monitor this situation and
No means was provided to notify the R system builder of the occurrence of such a situation.

【0013】[0013]

【発明の目的】本発明の目的は、上記6つの課題を解決
する機構を従来のCBRシステム作成ツールに加えるこ
とで、CBRの持つ問題を上手に回避し、簡単にCBR
の枠組で応用問題が作れるような作成ツールの構築装置
を提供することにある。
SUMMARY OF THE INVENTION The object of the present invention is to add a mechanism for solving the above six problems to a conventional CBR system creation tool so that the problems of the CBR can be satisfactorily avoided and the CBR can be easily implemented.
It is to provide a construction device of a creation tool that can create an application problem in the framework of.

【0014】[0014]

【課題を解決するための手段】第1の本発明は、第1の
課題を解決するものとして、ある系への入力と前記系か
らの対応する出力をまとめて表現する事例属性ベクトル
と、事例属性ベクトルを複数保持する事例ベースと、解
くべき問題を格納する前記事例属性ベクトルと同じ構成
の問題格納属性ベクトルと、前記事例属性ベクトルと前
記問題格納属性ベクトルの対応する要素属性値の間のマ
ッチング度合を定義した部分マッチング定義部と、前記
事例属性ベクトルと前記問題格納属性ベクトルの要素属
性ごとの重みを定義した重み定義部と、前記事例属性ベ
クトルと前記問題格納属性ベクトルを1つ以上のサブベ
クトルに分割するベクトル分割部と、前記事例属性ベク
トルと前記問題格納属性ベクトルの対応する要素属性の
値同士のマッチング度合を前記部分マッチング定義部を
参照して計算し、前記重み定義部に定義された対応する
重みを掛けた値を出力することを要素属性毎に行なう属
性類似度計算部と、前記ベクトル分割部によって分割さ
れたサブベクトルごとに、前記サブベクトルに属する要
素属性に対応する前記属性類似度計算部の出力を総和し
たものを出力するサブベクトル類似度計算部と、前記サ
ブベクトル類似度計算部の出力を総和したものを出力す
る総類似度計算部と、解くべき問題が与えられると前記
問題格納属性ベクトルに格納し、前記事例ベースから事
例を1つずつ取り出して前記事例属性ベクトルに格納
し、要素属性毎の属性類似度とサブベクトル類似度と総
類似度を計算することを指示する制御部と、前記制御部
の指示に従って事例単位に計算された要素属性毎の属性
類似度とサブベクトル類似度と総類似度を事例同士で比
較して、総類似度またはサブベクトル類似度または属性
類似度の値が大きい事例を選択して、解くべき問題の類
似事例として提示する事例選択提示部と、からなる事例
ベース検索システム作成支援装置である。
[Means for Solving the Problems] The first aspect of the present invention is to solve the first problem by providing a case attribute vector which collectively represents an input to a system and a corresponding output from the system, and a case. A case base holding a plurality of attribute vectors, a problem storage attribute vector having the same structure as the case attribute vector storing the problem to be solved, and matching between the case attribute vector and the corresponding element attribute value of the problem storage attribute vector A partial matching definition unit that defines a degree, a weight definition unit that defines weights for each element attribute of the case attribute vector and the problem storage attribute vector, and a case attribute vector and the problem storage attribute vector in one or more sub A vector division unit for dividing into vectors, and a match between the values of the corresponding element attributes of the case attribute vector and the problem storage attribute vector An attribute similarity calculation unit that calculates a degree with reference to the partial matching definition unit and outputs a value multiplied by the corresponding weight defined in the weight definition unit for each element attribute, and the vector division unit. For each subvector divided by, a subvector similarity calculation unit that outputs the sum of the outputs of the attribute similarity calculation units corresponding to the element attributes belonging to the subvector, and the subvector similarity calculation unit A total similarity calculation unit that outputs a sum of outputs, and stores a problem to be solved in the problem storage attribute vector, extracts one case from the case base, and stores the case in the case attribute vector, A control unit for instructing to calculate the attribute similarity, the sub-vector similarity, and the total similarity for each element attribute; Compare the attribute similarity, sub-vector similarity, and total similarity for each elementary attribute between cases, select the case with a large total similarity, sub-vector similarity, or attribute similarity, and select the problem to be solved. A case-based search system creation support device including a case selection / presentation unit that is presented as a similar case.

【0015】第2の本発明は、第2の課題を解決するも
のとして、第1の発明において、事例属性ベクトルまた
は問題格納属性ベクトル中の要素属性の値として「どう
いう値とも完全にマッチする」ことを意味する表現を許
し、前記属性類似度計算部が前記表現を受けとったとき
には、属性値間のマッチングの度合を「完全にマッチし
た」として出力するように解釈する機能を前記属性類似
度計算部に付加した事例ベース検索システム作成支援装
置である。
The second aspect of the present invention is to solve the second problem. In the first aspect, the value of the element attribute in the case attribute vector or the question storage attribute vector "completely matches any value". When the attribute similarity calculation unit receives the expression, the function that interprets the degree of matching between attribute values as “completely matched” is output as the attribute similarity calculation. It is a case-based search system creation support device added to the department.

【0016】第3の本発明は、第3の課題を解決するも
のとして、第1の発明において、事例属性ベクトルまた
は問題格納属性ベクトル中の要素属性の値として「完全
にはマッチしない時には、前記事例属性ベクトルと前記
問題格納属性ベクトルの間のすべての類似度を0にす
る」ことを意味する表現を許し、属性類似度計算部が前
記表現を受けとったときには、属性値間のマッチングの
度合を、属性値同士が等しければ「完全にマッチした」
として出力するし、そうでなければ属性類似度計算部お
よび前記要素属性を含むサブベクトル類似度計算部およ
び総類似度計算部の出力を類似度0として出力するよう
に解釈する機能を付加した事例ベース検索システム作成
支援装置である。
The third aspect of the present invention is to solve the third problem. In the first aspect of the invention, the value of the element attribute in the case attribute vector or the question storage attribute vector is "when there is no complete match, The expression "meaning that all the similarities between the case attribute vector and the question storage attribute vector are set to 0" is allowed, and when the attribute similarity calculation unit receives the expression, the degree of matching between the attribute values is changed. , If the attribute values are equal, "completely matched"
A case in which a function of interpreting the output of the attribute similarity calculation unit and the output of the sub-vector similarity calculation unit including the element attribute and the total similarity calculation unit as the similarity 0 is added It is a base search system creation support device.

【0017】第4の本発明は、第3の課題を解決するも
のとして、第1の発明において、前記事例属性ベクトル
または前記問題格納属性ベクトル中の要素属性の値とし
て「完全にはマッチしない時には、前記事例属性ベクト
ルと前記問題格納属性ベクトルの間の属性類似度と対象
要素属性を含むサブベクトル類似度の値を0にする」こ
とを意味する表現を許し、属性類似度計算部が前記表現
を受けとったときには、属性値間のマッチングの度合
を、属性値同士が等しければ「完全にマッチした」とし
て出力するし、そうでなければ属性類似度計算部および
前記要素属性を含むサブベクトルのサブベクトル類似度
計算部の出力を類似度0として出力するように解釈する
機能を付加した事例ベース検索システム作成支援装置。
A fourth aspect of the present invention is to solve the third problem. In the first aspect, the value of the element attribute in the case attribute vector or the question storage attribute vector is "when not completely matched. , The attribute similarity calculator between the case attribute vector and the question storage attribute vector and the value of the subvector similarity including the target element attribute are set to 0, and the attribute similarity calculator calculates the expression. When the attribute values are received, the degree of matching between the attribute values is output as "completely matched" if the attribute values are equal to each other. Otherwise, the attribute similarity calculation unit and the sub-vector sub-vector including the element attributes are output. A case-based search system creation support apparatus having a function of interpreting the output of a vector similarity calculation unit so as to output the similarity as 0.

【0018】第5の本発明は、第3の課題を解決するも
のとして、第1の発明において、前記事例属性ベクトル
または前記問題格納属性ベクトル中の要素属性の値とし
て「完全にはマッチしない時には、前記事例属性ベクト
ルと前記問題格納属性ベクトルの間の属性類似度を0に
する」ことを意味する表現を許し、前記属性類似度計算
部が前記表現を受けとったときには、属性値間のマッチ
ングの度合を、属性値同士が等しければ「完全にマッチ
した」として出力するし、そうでなければ前記属性類似
度計算部の出力を類似度0として出力するように解釈す
る機能を付加した事例ベース検索システム作成支援装置
である。
A fifth aspect of the present invention is to solve the third problem. In the first aspect, the value of the element attribute in the case attribute vector or the question storage attribute vector is "when there is no complete match. The expression "meaning that the attribute similarity between the case attribute vector and the question storage attribute vector is 0" is allowed, and when the attribute similarity calculator receives the expression, the matching between attribute values is performed. A case-based search with a function of interpreting the degree of output as “completely matched” if the attribute values are equal to each other, and outputting the output of the attribute similarity calculation unit as a degree of similarity of 0 otherwise This is a system creation support device.

【0019】第6の本発明は、第4および第5の課題を
解決するものとして、第1の発明において、前記部分マ
ッチング定義部を1つの要素属性に対して複数もつこと
を可能とし、前記複数の部分マッチング定義部のうち、
外部から指定されたものを使って前記属性類似度計算部
が計算を行なう機能を付加した事例ベース検索システム
作成支援装置である。
The sixth aspect of the present invention is to solve the fourth and fifth problems, and in the first aspect, it is possible to have a plurality of the partial matching definition parts for one element attribute. Of the multiple partial matching definition parts,
It is a case-based search system creation support device to which a function of performing calculation by the attribute similarity calculation unit using an externally designated one is added.

【0020】第7の本発明は、第4および第5の課題を
解決するものとして、第1の発明において、前記重み定
義部を1つの要素属性に対して複数もつことを可能と
し、前記複数の重み定義部の組のうち、外部から指定さ
れたものを使って前記属性類似度計算部が計算を行なう
機能を付加された事例ベース検索システム作成支援装置
である。
A seventh aspect of the present invention is to solve the fourth and fifth problems, and in the first aspect, it is possible to have a plurality of the weight defining parts for one element attribute. The case-based search system creation support apparatus to which the attribute similarity calculation section performs a calculation by using one of the sets of weight definition sections specified from the outside.

【0021】第8の本発明は、第2の課題を解決するも
のとして、第1の発明において、前記事例ベースに格納
される事例毎に、要素属性の値がすべて実際に存在した
ものからなるものには事例タイプを、事例定義者が一部
の要素属性の値に対して実際に存在した値を一般化して
前記事例ベースに格納させたものには汎化事例タイプ
を、すべての要素属性の値が実際に存在したものでない
ものには常識タイプを、付与することを許容し、前記事
例選択提示部が与えられた解くべき問題に類似した事例
を提示するときに、同時に前記付与されたタイプを提示
する機能を付与された事例ベース検索システム作成支援
装置である。
The eighth aspect of the present invention is to solve the second problem. In the first aspect of the present invention, all the attribute values actually exist for each case stored in the case base. A case type is used for a thing, a case definer generalizes the values that actually existed for some element attribute values and stores them in the case base, and a generalized case type is used for all the element attributes. The common sense type is allowed to be given to a value that does not actually exist, and when the case selection presenting section presents a case similar to the given problem to be solved, the common sense type is added at the same time. It is a case-based search system creation support device provided with a function of presenting a type.

【0022】第9の本発明は、第4および第5の課題を
解決するものとして、第6の発明において、複数個の前
記部分マッチング定義部を定義している時に、前記属性
類似度計算部が、前記複数の部分マッチング定義部を1
つずつ取り出して個別に属性類似度計算を行ない、前記
サブベクトル類似度計算部が、前記それぞれの部分マッ
チング定義部を使った要素属性の属性類似度計算結果を
使って個別にサブベクトル類似度の計算を行ない、前記
総類似度計算部が、前記それぞれの部分マッチング定義
部を使ったサブベクトル類似度計算結果を使って個別に
総類似度の計算を行ない、前記事例選択提示部は、前記
複数の部分マッチング定義部の1つずつに対して、前記
計算された要素属性の属性類似度計算結果および前記サ
ブベクトル類似度計算結果および前記総類似度計算結果
を個別に出力する機能を付与した事例ベース検索システ
ム作成支援装置である。
A ninth aspect of the present invention is to solve the fourth and fifth problems, and in the sixth aspect, when a plurality of the partial matching definition parts are defined, the attribute similarity calculation part is defined. , The partial matching definition parts
The sub-vector similarity calculation unit individually extracts the attribute similarity calculation results, and the sub-vector similarity calculation unit individually calculates the sub-vector similarity using the attribute similarity calculation results of the element attributes using the respective partial matching definition units. The total similarity calculation unit calculates the total similarity individually using the sub-vector similarity calculation results obtained by using the partial matching definition units. A case in which a function of individually outputting the attribute similarity calculation result of the calculated element attribute, the subvector similarity calculation result, and the total similarity calculation result is given to each of the partial matching definition parts It is a base search system creation support device.

【0023】第10の本発明は、第4および第5の課題
を解決するものとして、第7の発明において、複数個の
前記重み定義部が定義されている時、前記属性類似度計
算部が、前記重み定義部を1つずつ取り出して個別に属
性類似度計算を行ない、前記サブベクトル類似度計算部
が、前記それぞれの重み定義部を使った要素属性の属性
類似度計算結果を使って個別にサブベクトル類似度の計
算を行ない、前記総類似度計算部は、前記それぞれの重
み定義部を使ったサブベクトル類似度計算結果を使って
個別に総類似度の計算を行ない、前記事例選択提示部
は、前記複数の重み定義の1つずつに対して、前記計算
された要素属性の属性類似度計算結果および前記サブベ
クトル類似度計算結果および前記総類似度計算結果を個
別に出力する機能を付与した事例ベース検索システム作
成支援装置である。
A tenth aspect of the present invention is to solve the fourth and fifth problems, and in the seventh aspect, when a plurality of weight defining sections are defined, the attribute similarity calculating section is , Each of the weight defining units is individually extracted and attribute similarity calculation is performed individually, and the sub-vector similarity calculating unit individually calculates the attribute similarity of the element attribute using each of the weight defining units. To calculate the sub-vector similarity, the total similarity calculation unit individually calculates the total similarity using the sub-vector similarity calculation results using the weight definition unit, the case selection presentation The unit has a function of individually outputting the attribute similarity calculation result of the calculated element attribute, the subvector similarity calculation result, and the total similarity calculation result for each of the plurality of weight definitions. It is given the case-based search system creating support device.

【0024】第11の本発明は、第6の課題を解決する
ものとして、第1の発明において、解くべき問題を与え
て前記問題の類似事例を前記事例選択提示部が提示した
結果を問題と組にしてすべて保存しておき、利用者が前
記部分マッチング定義部を変更すると、前記保存されて
いる問題を1つずつ取り出して類似度計算を行なって新
たに類似事例列をもとめ、前記求められた類似事例列が
前記保存されている問題と組になった類似事例列と異な
るときに、利用者に通知する機構を付与された事例ベー
ス検索システム作成支援装置である。
The eleventh invention is to solve the sixth problem. In the first invention, a problem to be solved is given, and a result similar to the problem presented by the case selection and presentation unit is presented as a problem. When all of them are stored as a set and the user changes the partial matching definition part, the stored problems are taken out one by one, the similarity is calculated, a new similar case sequence is newly obtained, and the calculated result is obtained. A case-based search system creation support device provided with a mechanism for notifying the user when the similar case sequence is different from the similar case sequence paired with the stored problem.

【0025】第12の本発明は、第6の課題を解決する
ものとして、第1の発明において、解くべき問題を与え
て前記問題の類似事例を前記事例選択提示部が提示した
結果を問題と組にしてすべて保存しておき、利用者が前
記重み定義部を変更すると、前記保存されている問題を
1つずつ取り出して類似度計算を行なって新たに類似事
例列をもとめ、前記求められた類似事例列が前記保存さ
れている問題と組になった類似事例列と異なるときに、
利用者に通知する機構を付与された事例ベース検索シス
テム作成支援装置である。
A twelfth aspect of the present invention is to solve the sixth problem, and in the first aspect, a problem to be solved is given, and a result similar to the problem presented by the case selection presenting unit is presented as a problem. When all the sets are stored and the user changes the weight definition part, the stored problems are taken out one by one, the similarity degree is calculated, a new similar case sequence is obtained, and the calculated result is obtained. When the similar case sequence is different from the similar case sequence paired with the stored problem,
It is a case-based search system creation support device provided with a mechanism for notifying a user.

【0026】[0026]

【作用と原理】本願発明は請求項1乃至12に記載した
手段で表現される。請求項1が基本的な処理全体を表し
たもの、請求項2以下は、請求項1に対して重要な機能
を個別に付加したものである。従って、(作用と原理)
の節では、請求項1について中心的に述べ、請求項2以
下の内容について説明する時には、文章中にそれがどの
請求項について述べたものであるかを明記するようにし
た。
FUNCTION AND PRINCIPLE The present invention is expressed by the means described in claims 1 to 12. Claim 1 represents the entire basic processing, and claims 2 and below are those in which important functions are individually added to claim 1. Therefore, (action and principle)
In the section (1), when claim 1 is mainly described, and when the contents of claim 2 and the subsequent claims are explained, it is made clear in the text which claim is mentioned.

【0027】本発明の作用を説明するために、非常に簡
単な例を使って説明する。例システムでは、「ある時期
に出発してある場所に旅行に行って、別の時期に帰って
くる旅行をするとその楽しさはどの程度か」を実際に各
地に旅行した体験1つずつを事例として定義し格納して
おく。ある利用者が事例ベースを検索する時には、出発
時期と戻り時期と行き先を問題として入力すると、時期
や場所が近い事例を検索して、利用者に提示するという
ものである。
To explain the operation of the present invention, a very simple example will be used. In the example system, "How much fun would you have if you traveled to a place that departed at one time and came back at another time?" And store it. When a user searches for a case base, he or she inputs the departure time, the return time, and the destination as problems, and searches for cases that are close in time and place and presents them to the user.

【0028】請求項1は、問題1を解決する装置であ
る。請求項1で述べる事例ベース検索システム作成支援
装置でこの例システムを構築することを考える。事例属
性ベクトルとしては、属性として「出発時期」「戻り時
期」「場所」「楽しさ」がある。従って、4つの属性か
らなる属性ベクトルで1つの事例が定義される。事例ベ
ースには、この属性ベクトルで表現された実際の旅行体
験事例が格納されている。例えば、「2月に出発して地
中海を旅行して3月に帰国すると、楽しさ35点であ
る」の時には、(2月、3月、地中海、35)で表わさ
れる。
[0028] Claim 1 is an apparatus for solving the problem 1. Consider constructing this example system with the case-based search system creation support device described in claim 1. The case attribute vector includes “departure time”, “return time”, “place”, and “fun” as attributes. Therefore, one case is defined by an attribute vector consisting of four attributes. The case base stores actual travel experience cases represented by this attribute vector. For example, when "departing in February, traveling in the Mediterranean and returning to Japan in March, there are 35 points of enjoyment" is represented by (February, March, Mediterranean, 35).

【0029】問題表現は、問題格納属性ベトクルに格納
されるが、問題格納属性ベクトルも同じ属性ベクトル構
造である。
The problem expression is stored in the problem storage attribute vector, and the problem storage attribute vector has the same attribute vector structure.

【0030】個々の属性ごとに、その属性の値同士を比
較した時のマッチング度合の定義が部分マッチング定義
部に記述されている。例えば、図14には、「出発月」
または「戻り月」同士のマッチング度合が、図15には
「場所」の部分マッチング度合が定義されている。同様
に、個々の属性には、その属性が全体で見てどれほど重
要なものかを表わす重みが与えられており、それらは重
み定義部に格納されている。今、「出発時期」の重み
0.4、「戻り時期」の重み0.1、「場所」の重み
0.5とする。
For each individual attribute, the definition of the matching degree when the values of the attribute are compared is described in the partial matching definition section. For example, in FIG. 14, "departure month"
Alternatively, the degree of matching between “return months” and the degree of partial matching of “place” are defined in FIG. Similarly, each attribute is given a weight that represents how important the attribute is as a whole, and they are stored in the weight defining section. Now, the weight of "departure time" is 0.4, the weight of "return time" is 0.1, and the weight of "place" is 0.5.

【0031】属性類似度計算部は、事例ベース中の事例
を1つずつ事例属性ベクトルに格納して、事例属性ベク
トルと問題格納属性ベクトルの対応する要素属性の値の
間のマッチング度合を計算する。計算式は、「出発月」
の場合、図14に示された部分マッチング定義部を参照
する。もし、一方が「12月」で他方が「2月」なら
ば、両者は「冬」というカテゴリーに属するので、マッ
チ度0.8である。最終的なマッチ度は、これに重み
0.4をかけてそれを0から1の間の値に正規化した
値、すなわち(0.8*0.4)/(0.4+0.1+
0.5)=0.32となる。また、「12月」と「6
月」なら両者は「季節」という最上位カテゴリーまでさ
かのぼらないとマッチしないので、マッチ度0である。
このようなマッチ度の計算を要素属性ごとに行なうの
が、属性類似度計算部である。
The attribute similarity calculation unit stores each case in the case base in a case attribute vector, and calculates the degree of matching between the values of the element attributes corresponding to the case attribute vector and the question storage attribute vector. .. The calculation formula is "Departure month"
In the case of, the partial matching definition part shown in FIG. 14 is referred to. If one is “December” and the other is “February”, the two belong to the category of “winter”, so the match degree is 0.8. The final match degree is a value obtained by multiplying this by a weight of 0.4 and normalizing it to a value between 0 and 1, that is, (0.8 * 0.4) / (0.4 + 0.1 +
0.5) = 0.32. Also, “December” and “6
In the case of “month”, both parties do not match unless they trace back to the highest level category of “season”, so the match degree is 0.
The attribute similarity calculator calculates such a match degree for each element attribute.

【0032】ベクトル分割部は、属性ベクトルを意味の
ある単位にサブベクトル分割する定義をする。この例で
は、「出発月」と「戻り月」は1つのサブベクトルとし
て扱い、「場所」「楽しさ」はそれぞれ1属性で1つの
サブベクトルと定義する。サブベクトル類似度計算部
は、ベクトル分割部によって分割されたサブベクトルご
とにそのサブベクトルに含まれる属性の属性類似度を総
和してそのサブベクトルにおける問題と事例の間のサブ
ベクトル類似度を計算する。
The vector division unit defines the attribute vector into sub-vectors divided into meaningful units. In this example, “departure month” and “return month” are treated as one subvector, and “place” and “fun” are defined as one subvector with one attribute. The sub-vector similarity calculation unit sums up the attribute similarity of the attributes included in each sub-vector divided by the vector division unit to calculate the sub-vector similarity between the problem and the case in that sub-vector To do.

【0033】サブベクトル化は、時間的に変化する情報
を1つの事例とする場合にも顕著に有効である。例え
ば、患者の一日の体温を1時間おきにサンプリングして
データ収集しておき、ある患者の一日の体温情報を1つ
の事例とする場合、1時間おきのデータ収集なので、2
4個の属性ベクトルで表現される。この属性ベクトルを
21時から5時までを「夜中」、6時から11時までを
「午前」、12時から17時までを「午後」、18時か
ら20時までを「夕方」と、サブベクトルに分割してお
くと、ある問題を与えられて似ている事例を検索するの
に、例えば「「午前」「午後」「夕方」についてはあま
り似ていないが、「夜中」の体温変化については酷似し
ている事例」というものを検索することが可能になる。
請求項1の特徴は、このように事例をサブベクトル化し
て扱うことが出来、サブベクトル単位にみて特徴的な類
似事例を検出できるということである。総類似度計算部
は、個々のサブベクトル類似度計算部の出力を総和した
ものである。
The sub-vectorization is remarkably effective when the information which changes with time is used as one case. For example, if the patient's daily body temperature is sampled every hour and data is collected, and one patient's daily body temperature information is taken as one case, the data is collected every hour, so 2
It is represented by four attribute vectors. This attribute vector is defined as "midnight" from 21:00 to 5:00, "am" from 6:00 to 11:00, "pm" from 12:00 to 17:00, and "evening" from 18:00 to 20:00. If you divide it into vectors, you can search for similar cases given a certain problem. For example, "Am", "Afternoon", "Evening" are not very similar, but about "midnight" changes in body temperature. It is possible to search for "cases that are very similar".
The feature of claim 1 is that cases can be treated as subvectors in this way, and characteristic similar cases can be detected in terms of subvectors. The total similarity calculation unit is the sum of the outputs of the individual sub-vector similarity calculation units.

【0034】請求項2は、第2の問題を解決するもので
ある。請求項2では、要素属性中に記述する表現として
「どういう値とも完全にマッチする」という記述を許
し、その解釈実行の機能を請求項1の属性類似度計算部
に付加したものである。
The second aspect of the invention solves the second problem. According to the second aspect, the description "perfectly matches any value" is allowed as the expression described in the element attribute, and the interpretation execution function is added to the attribute similarity calculation unit of the first aspect.

【0035】請求項3は、第3の問題を解決するもので
ある。請求項3は、要素属性中に記述する表現として
「完全にはマッチしない時には、前記事例属性ベクトル
と問題格納属性ベクトルの間のすべての類似度を0にす
る」という記述を許し、その解釈実行の機能を請求項1
の属性類似度計算部、サブベクトル類似度計算部、総類
似度計算部に付加したものである。例えば、問題格納属
性ベクトルまたは事例属性ベクトル中の要素属性の値と
して、must-completely-exact-match (「鶴見」)とい
う記述があれば、これに対応する属性の値が「鶴見」な
ら、この属性間のマッチ度は1だが、それ以外の値なら
0になり、かつこの属性を含むサブベクトル類似度も0
になり、かつこの事例属性ベクトルとこの問題格納属性
ベクトルの間の総類似度も0になる。
Claim 3 solves the third problem. Claim 3 permits the description "when all of the similarities between the case attribute vector and the question storage attribute vector are 0" when the expressions are not completely matched in the element attribute, the interpretation is executed. The function of claim 1
It is added to the attribute similarity calculation unit, the sub-vector similarity calculation unit, and the total similarity calculation unit. For example, if there is a description of must-completely-exact-match ("Tsurumi") as the value of the element attribute in the question storage attribute vector or case attribute vector, if the value of the corresponding attribute is "Tsurumi", then this The degree of matching between attributes is 1, but other values are 0, and the similarity of subvectors that include this attribute is also 0.
And the total similarity between this case attribute vector and this question storage attribute vector is also zero.

【0036】請求項4は、第3の問題を解決するもので
ある。請求項4は、要素属性中に記述する表現として
「完全にはマッチしない時には、前記事例属性ベクトル
と問題格納属性ベクトルの間のサブベクトル類似度と属
性類似度を0にする」という記述を許し、その解釈実行
の機能を請求項1の属性類似度計算部、サブベクトル類
似度計算部に付加したものである。例えば、問題格納属
性ベクトルまたは事例属性ベクトル中の要素属性の値と
して、must-almost-completely-exact-match(「鶴
見」)という記述があれば、これに対応する属性の値が
「鶴見」なら、この属性間のマッチ度は1だが、それ以
外の値なら0になり、かつこの属性を含むサブベクトル
類似度も0になる。
Claim 4 solves the third problem. According to claim 4, as a description described in the element attribute, a description "when there is no complete match, the subvector similarity and the attribute similarity between the case attribute vector and the question storage attribute vector are set to 0" is allowed. The interpretation execution function is added to the attribute similarity calculation unit and the sub-vector similarity calculation unit of claim 1. For example, if there is a description "must-almost-completely-exact-match"("Tsurumi") as the value of the element attribute in the question storage attribute vector or the case attribute vector, if the corresponding attribute value is "Tsurumi" , The matching degree between the attributes is 1, but other values are 0, and the sub-vector similarity including this attribute is also 0.

【0037】請求項5は、第3の問題を解決するもので
ある。請求項5は、要素属性中に記述する表現として
「完全にはマッチしない時には、前記事例属性ベクトル
と問題格納属性ベクトルの間の属性類似度を0にする」
という記述を許し、その解釈実行の機能を請求項1の属
性類似度計算部に付加したものである。例えば、問題格
納属性ベクトルまたは事例属性ベクトル中の要素属性の
値として、must-exact-match-this-attribute(「鶴
見」)という記述があれば、これに対応する属性の値が
「鶴見」なら、この要素属性間のマッチ度は1だが、そ
れ以外の値なら0になる。
Claim 5 solves the third problem. According to a fifth aspect of the present invention, as an expression described in the element attribute, "when there is no complete match, the attribute similarity between the case attribute vector and the question storage attribute vector is set to 0".
Is allowed and the function of interpretation execution is added to the attribute similarity calculation unit of claim 1. For example, if there is a description of must-exact-match-this-attribute (“Tsurumi”) as the value of the element attribute in the question storage attribute vector or the case attribute vector, if the corresponding attribute value is “Tsurumi” , The degree of matching between the element attributes is 1, but it is 0 for other values.

【0038】請求項6は、第4および第5の問題を解決
するものである。請求項6は、部分マッチング定義部
を、1つの要素属性に対して複数のマッチング定義情報
を格納できるように拡張したものであり、利用者が外部
からどの部分マッチング定義情報を使うように指示する
とそれが属性類似度計算のときに使われる。
Claim 6 solves the fourth and fifth problems. Claim 6 is an extension of the partial matching definition part so that a plurality of matching definition information can be stored for one element attribute, and when a user instructs which partial matching definition information to use from the outside. It is used when calculating attribute similarity.

【0039】請求項7は、第4および第5の問題を解決
するものである。請求項7は、重み定義部を、1つの要
素属性に対して複数の重み情報を格納できるように拡張
したものであり、利用者が外部からどの重み定義情報を
使うかを指示するとそれが属性類似度計算のときに使わ
れる。
Claim 7 solves the fourth and fifth problems. Claim 7 is an extension of the weight definition section so that a plurality of weight information can be stored for one element attribute, and when the user instructs which weight definition information is to be used from the outside, that attribute is Used when calculating similarity.

【0040】請求項2は、第2の問題を解決する装置で
ある。請求項8は、事例ベースに格納する事例表現とし
ての事例属性ベクトルに1つの格納領域を付加し、そこ
に事例ごとに「事例」または「汎化事例」または「常
識」という値を格納できるように拡張したものである。
Claim 2 is an apparatus for solving the second problem. According to claim 8, one storage area is added to the case attribute vector as the case expression stored in the case base, and a value of “case” or “generalization case” or “common sense” can be stored therein for each case. It is an extension to.

【0041】請求項9は、第4及び第5の問題を解決す
る装置である。請求項9は、請求項6の発展であり、部
分マッチング定義部を、1つの要素属性に対して複数の
部分マッチング定義情報を格納できるように拡張し、あ
る問題が与えられ類似事例の検索処理を行なう時に、複
数の部分マッチング定義情報を個別に使って、属性類似
度計算を行ない、それぞれ独立に計算された属性類似度
計算結果を使って、サブベクトル類似度計算を行ない、
それぞれ独立に計算されたサブベクトル類似度計算結果
を使って、総類似度計算を行なうように拡張したもので
ある。従って、問題属性ベクトルと1つの事例との間の
類似度計算結果は、保持している部分マッチング定義情
報の数だけ生成される。
The ninth aspect is an apparatus for solving the fourth and fifth problems. A ninth aspect is a development of the sixth aspect, wherein the partial matching definition part is expanded so that a plurality of partial matching definition information can be stored for one element attribute, and a certain problem is given, and a similar case search process is performed. When performing, the attribute similarity calculation is performed by using a plurality of partial matching definition information individually, and the subvector similarity calculation is performed by using the attribute similarity calculation results calculated independently of each other.
This is an extension to perform the total similarity calculation using the sub vector similarity calculation results calculated independently. Therefore, the calculation result of the similarity between the problem attribute vector and one case is generated by the number of held partial matching definition information.

【0042】請求項10は、第4及び第5の問題を解決
する装置である。請求項10は請求項7の発展であり、
重み定義部を、1つの要素属性に対して複数の重み定義
情報を格納できるように拡張し、ある問題が与えられ類
似事例の検索処理を行なう時に、複数の重み定義情報を
個別に使って、属性類似度計算を行ない、それぞれ独立
に計算された属性類似度計算結果を使って、サブベクト
ル類似度計算を行ない、それぞれ独立に計算されたサブ
ベクトル類似度計算結果を使って、総類似度計算を行な
うように拡張したものである。従って、問題属性ベクト
ルと1つの事例との間の類似度計算結果は、保持してい
る重み定義情報の数だけ存在する。
[0042] Claim 10 is an apparatus for solving the fourth and fifth problems. Claim 10 is a development of Claim 7,
The weight definition section is expanded so that a plurality of weight definition information can be stored for one element attribute, and when a certain problem is given and a similar case search process is performed, the plurality of weight definition information are individually used, Attribute similarity calculation is performed, and the attribute similarity calculation result calculated independently is used to calculate the subvector similarity, and the subvector similarity calculation result calculated independently is used to calculate the total similarity. It is an extension to do. Therefore, there are as many similarity calculation results between the problem attribute vector and one case as the weight definition information held.

【0043】請求項11は、第6の問題を解決する装置
である。請求項11は、事例ベース定義者が検索性能向
上を目指して部分マッチング定義を変更した結果、今ま
でうまくいっていた問題を自動的に再計算して、変更の
結果正しく動かなくなった問題例を事例ベース定義者に
提示するものである。
The eleventh aspect is an apparatus for solving the sixth problem. Claim 11 is a case example in which the case-based definer changes the partial matching definition in order to improve the search performance, and automatically recalculates a problem that has worked so far, and the change does not work correctly. It is presented to the base definer.

【0044】請求項12は、第6の問題を解決する装置
である。請求項12は、事例ベース定義者が検索性能向
上を目指して重み定義を変更した結果、今までうまくい
っていた問題を自動的に再計算して、変更の結果正しく
動かなくなった問題例を事例ベース定義者に提示するも
のである。
A twelfth aspect of the invention is an apparatus for solving the sixth problem. Claim 12 is a case-based case example in which the case-base definer automatically recalculates a problem that has worked up to now as a result of changing the weight definition in order to improve search performance, and the change does not work correctly. It is presented to the definer.

【0045】[0045]

【実施例】図1は第1の本発明を示す図である。図1に
おいて、1は事例属性ベクトル、2は事例ベース、3は
問題格納属性ベクトル、4は部分マッチング定義部、5
は重み定義部、6はベクトル分割部、7は属性類似度計
算部、8はサブベクトル類似度計算部、9は総類似度計
算部、10は制御部、11は事例選択提示部である。図
1では、属性ベクトルの数を4つにしているので、事例
属性ベクトル1のベクトル長、事例ベース2の1レコー
ドのレコード長、問題格納属性ベクトル3のベクトル
長、部分マッチング定義部4の数、重み定義部5、の数
が4つであるが、この数は本請求項を限定するものでは
ない。また、図1では、属性ベクトルのサブベクトルと
して、左から2属性、1属性、1属性、を1つのサブベ
クトルとして合計3つのサブベクトルとしてベクトル分
割部6で定義していることにしているが、これは本請求
項を限定するものではない。また、これに伴い、サブベ
クトル類似度計算部8の数が3つになっているが、これ
も本請求項を限定するものではない。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a diagram showing the first invention. In FIG. 1, 1 is a case attribute vector, 2 is a case base, 3 is a problem storage attribute vector, 4 is a partial matching definition part, 5
Is a weight definition unit, 6 is a vector division unit, 7 is an attribute similarity calculation unit, 8 is a sub-vector similarity calculation unit, 9 is a total similarity calculation unit, 10 is a control unit, and 11 is a case selection presentation unit. In FIG. 1, since the number of attribute vectors is four, the vector length of the case attribute vector 1, the record length of one record of the case base 2, the vector length of the problem storage attribute vector 3, the number of partial matching definition parts 4 , The number of weight definition units 5 is four, but this number does not limit the present invention. Further, in FIG. 1, as the subvectors of the attribute vector, two attributes from the left, one attribute, and one attribute are defined as one subvector by the vector division unit 6 as a total of three subvectors. This does not limit the claims. Along with this, the number of sub-vector similarity calculation units 8 is three, but this also does not limit the present invention.

【0046】解くべき問題が与えられ問題格納属性ベク
トル3に格納されると、制御部10は、事例ベース2中
に格納されている事例を1つずつ取りだして、事例属性
ベクトル3に格納して行く。属性類似度計算部7は、部
分マッチング定義部4の定義を参照しながら、事例属性
ベクトル1と問題格納属性ベクトル3の対応する要素属
性の値の部分マッチングの度合を計算する。部分マッチ
ング定義部4の内部は、図14と図15に示したように
前もって定義されているので、それを参照すれば、2つ
の属性値の部分マッチングの度合は算出される。ここで
は、その値は、0から1の間の値を取ることとする。重
み定義部5には、属性毎の重みが格納されている。図1
では、重みの値を0.4,0.1,0.3,0.2とし
ており、重みの総和が1になるようにしているが、本請
求項はこれに限定されるものではない。属性類似度計算
部7は、部分マッチング部4を参照して算出した部分マ
ッチングの度合の値に重み定義部5の値を掛けて出力と
する。サブベクトル類似度計算部8は、入力された1つ
以上の属性類似度計算部7の出力を総和して出力する。
また、総類似度計算部9は、すべてのサブベクトル類似
度計算部8の出力を総和して出力する。サブベクトル類
似度計算部8および総類似度計算部9の出力は、事例選
択提示部11に渡される。事例ベース中の1つの事例に
ついて、以上の計算を終えると、制御部10は、事例ベ
ース2から次の事例を1つ取り出して事例属性ベクトル
1に格納し同じ計算をさせる。事例ベース2中のすべて
の事例と問題格納属性ベクトル3中の類似度が計算され
たあとには、事例選択提示部11には、それぞれの事例
のサブベクトルごとの類似度および総類似度が保持され
ている。事例選択提示部11は、総類似度の大きい値か
ら順に提示して行く。また、1つ以上のサブベクトル類
似度の値が著しく大きい値を取った事例を同様に提示し
て行く。この「著しく大きい値」を幾つにするかは、外
部から利用者に与えてもらう。サブベクトル類似度の値
は、本実施例の場合、0以上0.5以下であるから、例
えば、0.45を「著しく大きい値」としての最低値と
して与えられればその値以上をサブベクトル類似度とし
て取った事例を提示することになる。
When the problem to be solved is given and stored in the problem storage attribute vector 3, the control unit 10 takes out the cases stored in the case base 2 one by one and stores them in the case attribute vector 3. go. The attribute similarity calculation unit 7 calculates the degree of partial matching of the values of the element attributes corresponding to the case attribute vector 1 and the question storage attribute vector 3 with reference to the definition of the partial matching definition unit 4. Since the inside of the partial matching definition unit 4 is defined in advance as shown in FIGS. 14 and 15, the degree of partial matching of two attribute values is calculated by referring to it. Here, the value is assumed to be a value between 0 and 1. The weight definition unit 5 stores the weight for each attribute. Figure 1
In the above, the weight values are set to 0.4, 0.1, 0.3 and 0.2 so that the total sum of the weights becomes 1. However, the present invention is not limited to this. The attribute similarity calculation unit 7 multiplies the value of the degree of partial matching calculated with reference to the partial matching unit 4 by the value of the weight definition unit 5 and outputs the result. The sub-vector similarity calculation unit 8 sums up and outputs the input outputs of one or more attribute similarity calculation units 7.
Further, the total similarity calculation unit 9 sums the outputs of all the sub-vector similarity calculation units 8 and outputs the sum. The outputs of the sub-vector similarity calculation unit 8 and the total similarity calculation unit 9 are passed to the case selection presentation unit 11. When the above calculation is completed for one case in the case base, the control unit 10 extracts the next case from the case base 2 and stores it in the case attribute vector 1 to perform the same calculation. After all the cases in the case base 2 and the similarities in the problem storage attribute vector 3 are calculated, the case selection presenting unit 11 holds the similarity and the total similarity for each subvector of each case. Has been done. The case selection presenting unit 11 presents the values in descending order of total similarity. In addition, a case in which one or more sub-vector similarity values take a significantly large value will be similarly presented. An external user gives the user how many "remarkably large values" to set. In the case of the present embodiment, the value of the sub-vector similarity is 0 or more and 0.5 or less. Therefore, for example, if 0.45 is given as the lowest value as a “significantly large value”, the sub-vector similarity is more than that value We will present examples taken as a degree.

【0047】図2は第2の本発明を示す図である。図2
で示したのは、図1の属性類似度計算部7の拡張された
内部処理である。これによって、新しい命令の解釈実行
が可能になる。
FIG. 2 shows the second aspect of the present invention. Figure 2
Shown by means of expanded internal processing of the attribute similarity calculation unit 7 of FIG. This allows the interpretation and execution of new instructions.

【0048】図3は第3の本発明を示す図である。図3
で示したのは、図1の属性類似度計算部7の拡張された
内部処理である。これによって、新しい命令の解釈実行
が可能になる。
FIG. 3 shows the third aspect of the present invention. Figure 3
Shown by means of expanded internal processing of the attribute similarity calculation unit 7 of FIG. This allows the interpretation and execution of new instructions.

【0049】図4は第4の本発明を示す図である。図4
で示したのは、図1の属性類似度計算部7の拡張された
内部処理である。これによって、新しい命令の解釈実行
が可能になる。
FIG. 4 shows the fourth aspect of the present invention. Figure 4
Shown by means of expanded internal processing of the attribute similarity calculation unit 7 of FIG. This allows the interpretation and execution of new instructions.

【0050】図5は第5の本発明を示す図である。図5
で示したのは、図1の属性類似度計算部7の拡張された
内部処理である。これによって、新しい命令の解釈実行
が可能になる。
FIG. 5 shows the fifth aspect of the present invention. Figure 5
Shown by means of expanded internal processing of the attribute similarity calculation unit 7 of FIG. This allows the interpretation and execution of new instructions.

【0051】図6は第6の本発明を説明する図である。
図6において、1は事例属性ベクトル、11は部分マッ
チング定義保存部、3は問題格納属性ベクトル、4は部
分マッチング定義部、5は重み定義部、12は部分マッ
チング定義指定部、7は属性類似度計算部である。第6
の発明は、第1の発明を部分的に拡張したものである。
拡張された構成要素は、部分マッチング定義保存部11
と部分マッチング定義指定部12であり、それ以外の構
成要素は、図1のものと全く同一である。図6では、説
明の簡単化のため、事例属性ベクトル1と問題格納属性
ベクトル3の中の1つの要素属性に注目して表わした。
また、図6には、図1の構成要素すべてを書くのでな
く、拡張された構成要素である部分マッチング定義保存
部11と部分マッチング定義指定部12と直接関わる構
成要素だけを表現した。部分マッチング定義保存部11
には、複数の部分マッチング定義表現が保存されてい
て、利用者によってそのうちのどれを使うかを部分マッ
チング定義指定部12に指定されると、指定された定義
を選択して部分マッチング定義部4にロードする。これ
から後の処理は第1の発明と全く同一である。
FIG. 6 is a diagram for explaining the sixth aspect of the present invention.
In FIG. 6, 1 is a case attribute vector, 11 is a partial matching definition storing unit, 3 is a problem storing attribute vector, 4 is a partial matching defining unit, 5 is a weight defining unit, 12 is a partial matching definition designating unit, and 7 is an attribute similarity. It is the degree calculator. Sixth
The invention of is a partially expanded version of the first invention.
The expanded component is the partial matching definition storage unit 11
And the partial matching definition designation unit 12, and the other components are exactly the same as those in FIG. In FIG. 6, for simplification of description, one element attribute in the case attribute vector 1 and the question storage attribute vector 3 is focused and shown.
Further, in FIG. 6, not all the constituent elements of FIG. 1 are shown, but only the constituent elements directly related to the expanded partial constituent matching definition storage unit 11 and the partial matching definition specifying unit 12 are expressed. Partial matching definition storage unit 11
The partial matching definition expression 12 stores a plurality of partial matching definition expressions. When the user specifies in the partial matching definition specifying unit 12, the specified definition is selected and the partial matching definition unit 4 is selected. To load. The subsequent processing is exactly the same as that of the first invention.

【0052】図7は第7の本発明を説明する図である。
図7において、1は事例属性ベクトル、21は重み定義
保存部、3は問題格納属性ベクトル、4は部分マッチン
グ定義部、5は重み定義部、22は重み定義指定部、7
は属性類似度計算部である。第7の発明は、第1の発明
を部分的に拡張したものである。拡張された構成要素
は、重み定義保存部21と重み定義指定部22であり、
それ以外の構成要素は、図1のものと全く同一である。
図7では、説明の簡単化のため、事例属性ベクトルと問
題格納属性ベクトル3の中の1つの要素属性に注目して
表わした。また、図7には、図1の構成要素すべてを書
くのでなく、拡張された構成要素である重み定義保存部
21と重み定義指定部22と直接関わる構成要素だけを
表現した。重み定義保存部21には、複数の重み定義表
現が保存されていて、利用者によってそのうちのどれを
使うかを重み定義指定部22に指定されると、指定され
た定義を選択して重み定義部5にロードする。これから
後の処理は第1の発明と全く同一である。
FIG. 7 is a diagram for explaining the seventh invention.
In FIG. 7, 1 is a case attribute vector, 21 is a weight definition storage unit, 3 is a problem storage attribute vector, 4 is a partial matching definition unit, 5 is a weight definition unit, 22 is a weight definition designating unit, 7
Is an attribute similarity calculation unit. The seventh invention is a partial extension of the first invention. The extended components are the weight definition storage unit 21 and the weight definition designation unit 22,
The other components are the same as those in FIG.
In FIG. 7, for simplification of description, one element attribute in the case attribute vector and the question storage attribute vector 3 is focused and shown. Further, in FIG. 7, not all of the constituent elements of FIG. 1 are shown, but only constituent elements directly related to the weighted definition storage unit 21 and the weighted definition designation unit 22, which are expanded constituent elements, are expressed. A plurality of weight definition expressions are stored in the weight definition storage unit 21, and when the user designates which one of them is to be used by the weight definition designation unit 22, the designated definition is selected and the weight definition is selected. Load in part 5. The subsequent processing is exactly the same as that of the first invention.

【0053】図8は第8の本発明を説明する図である。
図8において、1は事例属性ベクトル、2は事例ベー
ス、3は問題格納属性ベクトル、4は部分マッチング定
義部、5は重み定義部、6はベクトル分割部、7は属性
類似度計算部、8はサブベクトル類似度計算部、9は総
類似度計算部、10は制御部、11は事例選択提示部で
ある。これは、図1の同じ番号のものと同一である。3
1は、事例タイプ格納部である。事例タイプ格納部31
は、事例ベース2のレコード1つずつに対応してタイプ
を事例のタイプを格納するのに使われる。事例タイプ格
納部31には、「事例」「汎化事例」「常識」の3種類
のタイプが用意されている。しかし、本請求項はこの3
つのタイプに限定するものではない。これらのタイプ
は、事例を定義し事例ベース2に格納する人が、格納時
に一緒に格納するものである。事例タイプ格納部31の
値は、類似事例検査時には、使われない。事例選択提示
部11が、与えられた問題に対して類似な事例を提示す
るときに、類似事例に対応する事例タイプ格納部31の
値が参照されて一緒に提示される。
FIG. 8 is a diagram for explaining the eighth aspect of the present invention.
In FIG. 8, 1 is a case attribute vector, 2 is a case base, 3 is a problem storage attribute vector, 4 is a partial matching definition unit, 5 is a weight definition unit, 6 is a vector division unit, 7 is an attribute similarity calculation unit, 8 Is a sub-vector similarity calculation unit, 9 is a total similarity calculation unit, 10 is a control unit, and 11 is a case selection presentation unit. This is the same as that of the same number in FIG. Three
Reference numeral 1 is a case type storage unit. Case type storage unit 31
Is used to store the type of a case, corresponding to each record in case base 2. In the case type storage unit 31, three types of "case", "generalization case" and "common sense" are prepared. However, this claim
It is not limited to one type. These types are those that the person who defines the case and stores it in Case Base 2 stores it together when it is stored. The value of the case type storage unit 31 is not used during the similar case inspection. When the case selection presenting unit 11 presents a similar case to a given problem, the value of the case type storage unit 31 corresponding to the similar case is referred to and presented together.

【0054】ここでは述べないが、1つの可能性として
は、問題を与えられたときに、事例ベース2中のすべて
の事例を検索するのでなく、利用者の指定によって、特
定のタイプの事例だけを検索するという機能を付加する
ことも考えられる。
Although not described here, one possibility is that, when given a problem, rather than searching all cases in Case Base 2, only cases of a particular type are specified by the user. It is also possible to add a function of searching for.

【0055】図9は第9の本発明を説明する図である。
図9において、1は事例属性ベクトル、11は部分マッ
チング定義保存部、3は問題格納属性ベクトル、4は部
分マッチング定義部、5は重み定義部、42は部分マッ
チング定義指定制御部、7は属性類似度計算部である。
第9の発明は、第6の発明を部分的に拡張したものであ
る。第1の発明から拡張された構成要素は、部分マッチ
ング定義保存部11と部分マッチング定義指定制御部4
2であり、それ以外の構成要素は図1のものと全く同一
である。部分マッチング定義保存部11は図6の同名同
番号の構成要素と同一である。図9では、説明の簡単化
のため、事例属性ベクトル1と問題格納属性ベクトル3
の中の1つの要素属性に注目して表わした。また、図9
には、図1の構成要素すべてを書くのでなく、拡張され
た構成要素である部分マッチング定義保存部11と部分
マッチング定義指定制御部42に直接関わる構成要素だ
けを表現した。部分マッチング定義保存部11には、複
数の部分マッチング定義表現が保存されている。利用者
によって、解くべき問題が問題格納属性ベクトル3にセ
ットされると第1の発明と同様に類似事例の検索を行な
うが、このとき、部分マッチング定義指定制御部42
は、部分マッチング定義保存部11から部分マッチング
定義を1つ取り出して部分マッチング定義部4に格納す
る。問題格納属性ベクトル3に格納された問題に対する
事例ベース内のすべての事例の類似度計算が終りその結
果が提示されると、次に、部分マッチング定義指定制御
部42は、部分マッチング定義保存部11から別の部分
マッチング定義を1つ取り出して部分マッチング定義部
4にセットして、先程と同じ問題に対して再び事例ベー
ス内の各事例の類似度を計算させる。この処理を部分マ
ッチング定義保存部11の中の部分マッチング定義すべ
てに対して行なう。
FIG. 9 is a diagram for explaining the ninth invention.
In FIG. 9, 1 is a case attribute vector, 11 is a partial matching definition storage unit, 3 is a problem storing attribute vector, 4 is a partial matching definition unit, 5 is a weight defining unit, 42 is a partial matching definition designation control unit, and 7 is an attribute. It is a similarity calculator.
The ninth invention is a partial expansion of the sixth invention. The components expanded from the first invention are a partial matching definition storage unit 11 and a partial matching definition designation control unit 4.
2 and other components are exactly the same as those in FIG. The partial matching definition storage unit 11 is the same as the component having the same name and the same number in FIG. In FIG. 9, for simplification of explanation, the case attribute vector 1 and the question storage attribute vector 3
I paid attention to one element attribute in. Also, FIG.
In FIG. 1, not all of the components shown in FIG. 1 are written, but only the components that are directly related to the expanded partial matching definition storage unit 11 and the partial matching definition designation control unit 42 are expressed. The partial matching definition storage unit 11 stores a plurality of partial matching definition expressions. When the user sets the problem to be solved in the problem storage attribute vector 3, a similar case is searched for as in the first invention. At this time, the partial matching definition designation control unit 42 is used.
Takes one partial matching definition from the partial matching definition storage unit 11 and stores it in the partial matching definition unit 4. When the similarity calculation of all the cases in the case base for the problem stored in the problem storage attribute vector 3 is completed and the result is presented, the partial matching definition designation control unit 42 then causes the partial matching definition storage unit 11 Another partial matching definition is taken out from and is set in the partial matching definition unit 4, and the similarity of each case in the case base is calculated again for the same problem as before. This process is performed for all the partial matching definitions in the partial matching definition storage unit 11.

【0056】図10は第10の本発明を説明する図であ
る。図10において、1は事例属性ベクトル、21は重
み定義保存部、3は問題格納属性ベクトル、4は部分マ
ッチング定義部、5は重み定義部、52は重み定義指定
制御部、7は属性類似度計算部である。第10の発明
は、第7の発明を部分的に拡張したものである。第1の
発明から拡張された構成要素は、重み定義保存部21と
重み定義指定制御部52であり、それ以外の構成要素は
図1のものと全く同一である。重み定義保存部21は図
7の同名同番号の構成要素と同一である。図10では、
説明の簡単化のため、事例属性ベクトル1と問題格納属
性ベクトル3の中の1つの要素属性に注目して表わし
た。また、図10には、図1の構成要素すべてを書くの
でなく、拡張された構成要素である重み定義保存部21
と重み定義指定制御部52に直接関わる構成要素だけを
表現した。重み定義保存部21には、複数の重み定義表
現が保存されている。利用者によって、解くべき問題が
問題格納属性ベクトル3にセットされると第1の発明と
同様に類似事例の検索を行なうが、このとき、重み定義
指定制御部52は、重み定義保存部11から重み定義を
1つ取り出して重み定義部5に格納する。問題格納属性
ベクトル3に格納された問題に対する事例ベース内のす
べての事例の類似度計算が終りその結果が提示される
と、次に、重み定義指定制御部52は、重み定義保存部
21から別の重み定義を1つ取り出して重み定義部5に
セットして、先程と同じ問題に対して再び事例ベース内
の各事例の類似度を計算させる。この処理を重み定義保
存部21の中の重み定義すべてに対して行なう。
FIG. 10 is a diagram for explaining the tenth invention. In FIG. 10, 1 is a case attribute vector, 21 is a weight definition storage unit, 3 is a question storage attribute vector, 4 is a partial matching definition unit, 5 is a weight definition unit, 52 is a weight definition designation control unit, and 7 is an attribute similarity degree. It is a calculation unit. The tenth invention is a partial extension of the seventh invention. The components expanded from the first invention are the weight definition storage unit 21 and the weight definition designation control unit 52, and the other components are the same as those in FIG. The weight definition storage unit 21 is the same as the component having the same name and the same number in FIG. In FIG.
For simplification of description, one element attribute in the case attribute vector 1 and the question storage attribute vector 3 is focused and shown. Further, in FIG. 10, all the constituent elements of FIG. 1 are not written, but the weight definition storage unit 21 which is an expanded constituent element.
Only the components directly related to the weight definition designation control unit 52 are represented. The weight definition storage unit 21 stores a plurality of weight definition expressions. When the user sets the problem to be solved in the problem storage attribute vector 3, the similar case is searched in the same manner as in the first invention. At this time, the weight definition designation control unit 52 causes the weight definition storage unit 11 to execute the search. One weight definition is extracted and stored in the weight definition unit 5. When the similarity calculation of all the cases in the case base for the problem stored in the problem storage attribute vector 3 is completed and the result is presented, the weight definition designation control unit 52 then separates from the weight definition storage unit 21. One weight definition is taken out and set in the weight definition unit 5, and the similarity of each case in the case base is calculated again with respect to the same problem as before. This process is performed for all weight definitions in the weight definition storage unit 21.

【0057】図11は第11の本発明を説明する図であ
る。図11において、61は第1図の実施例全体、62
は部分マッチング定義変更検知部、63は再試験制御
部、64は過去問題解答保存部、65は検索結果比較部
である。第11の発明は、第1の発明に機能を付加した
ものである。図11では、61で図1の実施例全体を表
わした。過去問題解答保存部64は、図1の実施例全体
61に利用者が問題を入力として与え、図1の実施例全
体61がそれに対する類似事例を出力すると、その入力
問題と出力の組をすべて保存しておく。利用者または事
例ベース管理者が、図1の部分マッチング定義部4を変
更すると、それを部分マッチング定義変更検知部62が
認識して、再試験制御部63に通知する。再試験制御部
63は、過去問題解答保存部64から1つずつ問題入力
と出力の組を取り出し、その問題入力を第1図の実施例
61に渡して、類似事例を検索させる。図1の実施例6
1は、与えられた問題入力の類似事例を出力するが、検
索結果比較部65は、過去問題解答保存部64から取り
出された再試験中の問題入力に対応する出力と第1図の
実施例61からの出力を比較して、それが等しいかどう
かを調べる。両者が等しい時には、何も通知しないが、
両者が等しくない時には、「部分マッチング定義を変更
したために、過去にうまく類似事例が検索されていた例
が違う動作をするようになった」ことを利用者に通知す
る。
FIG. 11 is a diagram for explaining the eleventh invention. In FIG. 11, 61 is the entire embodiment of FIG.
Is a partial matching definition change detection unit, 63 is a retest control unit, 64 is a past question answer storage unit, and 65 is a search result comparison unit. An eleventh invention is one in which a function is added to the first invention. In FIG. 11, 61 represents the entire embodiment of FIG. When the user gives a question as an input to the whole example 61 of FIG. 1 and the whole example 61 of FIG. 1 outputs a similar case to it, the past problem answer storage unit 64 outputs all input question and output pairs. Save it. When the user or the case-based administrator changes the partial matching definition unit 4 in FIG. 1, the partial matching definition change detection unit 62 recognizes it and notifies the retest control unit 63 of it. The retest control unit 63 takes out a set of question input and output one by one from the past question answer storage unit 64, transfers the question input to the embodiment 61 of FIG. 1, and searches for a similar case. Example 6 of FIG.
1 outputs a similar case of the given question input, but the search result comparison unit 65 outputs the output corresponding to the question input during the retest taken from the past question answer storage unit 64 and the embodiment of FIG. Compare the output from 61 to see if they are equal. When both are equal, nothing is notified, but
When the two are not equal, the user is notified that "because the partial matching definition has been changed, an example in which similar cases have been successfully searched in the past now operates differently".

【0058】図12は第12の本発明を説明する図であ
る。図12において、71は図1の実施例全体、72は
重み定義変更検知部、73は再試験制御部、74は過去
問題解答保存部、75は検索結果比較部である。第12
の発明は、第1の発明に機能を付加したものである。図
12では、71で図1の実施例全体を表わした。過去問
題解答保存部74は、図1の実施例全体71に利用者が
問題を入力として与え、図1の実施例全体71がそれに
対する類似事例を出力すると、その入力問題と出力の組
をすべて保存しておく。利用者または事例ベース管理者
が、図1の重み定義部5を変更すると、それを重み定義
変更検知部72が認識して、再試験制御部73に通知す
る。再試験制御部73は、過去問題解答保存部74から
1つずつ問題入力と出力の組を取り出し、その問題入力
を第1図の実施例71に渡して、類似事例を検索させ
る。図1の実施例71は、与えられた問題入力の類似事
例を出力するが、検索結果比較部75は、過去問題解答
保存部74から取り出された再試験中の問題入力に対応
する出力と図1の実施例71からの出力を比較して、そ
れが等しいかどうかを調べる。両者が等しい時には、何
も通知しないが、両者が等しくない時には、「重み定義
を変更したために、過去にうまく類似事例が検索されて
いた例が違う動作をするようになった」ことを利用者に
通知する。
FIG. 12 is a diagram for explaining the twelfth invention. In FIG. 12, 71 is the entire embodiment of FIG. 1, 72 is a weight definition change detection unit, 73 is a retest control unit, 74 is a past question answer storage unit, and 75 is a search result comparison unit. 12th
The invention of is a function added to the first invention. In FIG. 12, 71 represents the entire embodiment of FIG. When the user gives a question as an input to the whole embodiment 71 of FIG. 1 and the whole embodiment 71 of FIG. 1 outputs a similar case to it, the past problem answer storage unit 74 outputs all the input problem and output pairs. Save it. When the user or the case-based administrator changes the weight definition unit 5 in FIG. 1, the weight definition change detection unit 72 recognizes it and notifies the retest control unit 73 of it. The retest control unit 73 retrieves a set of question input and output from the past question answer storage unit 74 one by one, transfers the question input to the embodiment 71 of FIG. 1, and retrieves a similar case. The embodiment 71 of FIG. 1 outputs a similar case of the given question input, but the search result comparison unit 75 outputs the output corresponding to the question input during the retest taken from the past question answer storage unit 74 and the figure. The output from Example 71 of No. 1 is compared to see if they are equal. When both are equal, nothing is notified, but when both are not equal, the user said that "the weight definition was changed, so that the case where similar cases were successfully searched in the past behaves differently". To notify.

【0059】[0059]

【発明の効果】本発明によれば、事例ベースシステム構
築支援システムの類似事例検索操作において、平均点が
よいという類似事例のみならず、平均点的にはよくない
が特徴的で類似事例として検出すべき事例を検出するの
に役立つ操作や命令を用意しているので、類似事例検索
の能力向上の効果がある。
According to the present invention, in the similar case search operation of the case-based system construction support system, not only the similar case in which the average point is good, but also the characteristic point is detected as a characteristic similar case, although the average point is not good. Since the operations and commands useful for detecting the case to be prepared are prepared, the ability of the similar case search is improved.

【0060】また、事例ベース構築における構築支援環
境に必要な基本機構を提供できるので、事例ベースシス
テム構築支援システムの開発環境を向上させる効果があ
る。
Further, since the basic mechanism necessary for the construction support environment in the case base construction can be provided, there is an effect of improving the development environment of the case base system construction support system.

【図面の簡単な説明】[Brief description of drawings]

【図1】第1の本発明の一実施例の図である。FIG. 1 is a diagram of an embodiment of the first invention.

【図2】第2の本発明の一実施例の図である。FIG. 2 is a diagram of an embodiment of the second invention.

【図3】第3の本発明の一実施例の図である。FIG. 3 is a diagram of an embodiment of the third invention.

【図4】第4の本発明の一実施例の図である。FIG. 4 is a diagram of an embodiment of the fourth invention.

【図5】第5の本発明の一実施例の図である。FIG. 5 is a diagram of an embodiment of the fifth invention.

【図6】第6の本発明の一実施例の図である。FIG. 6 is a diagram of an embodiment of the sixth invention.

【図7】第7の本発明の一実施例の図である。FIG. 7 is a diagram of an embodiment of the seventh invention.

【図8】第8の本発明の一実施例の図である。FIG. 8 is a diagram of an embodiment of the eighth invention.

【図9】第9の本発明の一実施例の図である。FIG. 9 is a diagram of an embodiment of the ninth invention.

【図10】第10の本発明の一実施例の図である。FIG. 10 is a diagram of an embodiment of the tenth invention.

【図11】第11の本発明の一実施例の図である。FIG. 11 is a diagram of an eleventh embodiment of the present invention.

【図12】第12の本発明の一実施例の図である。FIG. 12 is a diagram of an embodiment of the twelfth invention.

【図13】一般的な事例ベース推論の構成を示した図で
ある。
FIG. 13 is a diagram showing a configuration of general case-based reasoning.

【図14】部分マッチング定義部の定義例を示したもの
で、「月」と「月」の部分マッチングの定義が記述され
ている。
FIG. 14 shows a definition example of a partial matching definition part, in which the definition of partial matching of “month” and “month” is described.

【図15】部分マッチング定義部の定義例を示したもの
で、「場所」と「場所」の部分マッチングの定義が記述
されている。
FIG. 15 shows an example of definition of a partial matching definition part, in which the definition of partial matching of “place” and “place” is described.

【図16】従来の装置を示す図である。FIG. 16 is a diagram showing a conventional device.

Claims (12)

【特許請求の範囲】[Claims] 【請求項1】 過去に解いた問題とその解法を経験とし
て保存しておき、解くべき問題が与えられると過去の類
似解法経験を検索する装置において、 ある系への入力と前記系からの対応する出力をまとめて
表現する事例属性ベクトルと、 事例属性ベクトルを複数保持する事例ベースと、 解くべき問題を格納する前記事例属性ベクトルと同じ構
成の問題格納属性ベクトルと、 前記事例属性ベクトルと前記問題格納属性ベクトルの対
応する要素属性値の間のマッチング度合を定義した部分
マッチング定義部と、 前記事例属性ベクトルと前記問題格納属性ベクトルの要
素属性ごとの重みを定義した重み定義部と、 前記事例属性ベクトルと前記問題格納属性ベクトルを1
つ以上のサブベクトルに分割するベクトル分割部と、 前記事例属性ベクトルと前記問題格納属性ベクトルの対
応する要素属性の値同士のマッチング度合を前記部分マ
ッチング定義部を参照して計算し、前記重み定義部に定
義された対応する重みを掛けた値を出力することを要素
属性毎に行なう属性類似度計算部と、 前記ベクトル分割部によって分割されたサブベクトルご
とに、前記サブベクトルに属する要素属性に対応する前
記属性類似度計算部の出力を総和したものを出力するサ
ブベクトル類似度計算部と、 前記サブベクトル類似度計算部の出力を総和したものを
出力する総類似度計算部と、 解くべき問題が与えられると前記問題格納属性ベクトル
に格納し、前記事例ベースから事例を1つずつ取り出し
て前記事例属性ベクトルに格納し、要素属性毎の属性類
似度とサブベクトル類似度と総類似度を計算することを
指示する制御部と、 前記制御部の指示に従って事例単位に計算された要素属
性毎の属性類似度とサブベクトル類似度と総類似度を事
例同士で比較して、総類似度またはサブベクトル類似度
または属性類似度の値が大きい事例を選択して、解くべ
き問題の類似事例として提示する事例選択提示部と、 からなる事例ベース検索システム作成支援装置。
1. A device for storing a past solved problem and its solution as an experience, and searching a past similar solution experience when a problem to be solved is given, input to a system and correspondence from the system. A case attribute vector that collectively represents the output, a case base that holds a plurality of case attribute vectors, a problem storage attribute vector that has the same configuration as the case attribute vector that stores the problem to be solved, the case attribute vector, and the problem A partial matching definition unit that defines the degree of matching between corresponding element attribute values of the stored attribute vector; a weight definition unit that defines weights for each element attribute of the case attribute vector and the problem storage attribute vector; 1 for the vector and the problem storage attribute vector
A vector division unit that divides the vector into one or more subvectors, a degree of matching between the values of the corresponding element attributes of the case attribute vector and the problem storage attribute vector is calculated by referring to the partial matching definition unit, and the weight definition is performed. An attribute similarity calculation unit that outputs a value multiplied by a corresponding weight defined for each element attribute, and for each subvector divided by the vector division unit, the element attribute belonging to the subvector A sub-vector similarity calculation unit that outputs the sum of the outputs of the corresponding attribute similarity calculation units, and a total similarity calculation unit that outputs the sum of the outputs of the sub-vector similarity calculation units, which should be solved When a problem is given, it is stored in the problem storage attribute vector, and one case is taken out from the case base and stored in the case attribute vector. A control unit for instructing to calculate the attribute similarity for each element attribute, the subvector similarity and the total similarity, and the attribute similarity for each element attribute and the subvector calculated for each case according to the instruction of the control unit. A case selection / presentation unit that compares the similarity and the total similarity between cases, selects a case with a large value of the total similarity, the subvector similarity, or the attribute similarity, and presents it as a similar case of the problem to be solved. A case-based search system creation support device consisting of.
【請求項2】 事例属性ベクトルまたは問題格納属性ベ
クトル中の要素属性の値として「どういう値とも完全に
マッチする」ことを意味する表現を許し、前記属性類似
度計算部が前記表現を受けとったときには、属性値間の
マッチングの度合を「完全にマッチした」として出力す
るように解釈する機能を前記属性類似度計算部に付加し
た請求項1に記載の事例ベース検索システム作成支援装
置。
2. An expression that means "completely matches any value" is allowed as a value of an element attribute in a case attribute vector or a question storage attribute vector, and when the attribute similarity calculation unit receives the expression. The case-based search system creation support apparatus according to claim 1, wherein a function of interpreting the degree of matching between attribute values so as to be output as "completely matched" is added to the attribute similarity calculation unit.
【請求項3】 事例属性ベクトルまたは問題格納属性ベ
クトル中の要素属性の値として「完全にはマッチしない
時には、前記事例属性ベクトルと前記問題格納属性ベク
トルの間のすべての類似度を0にする」ことを意味する
表現を許し、属性類似度計算部が前記表現を受けとった
ときには、属性値間のマッチングの度合を、属性値同士
が等しければ「完全にマッチした」として出力するし、
そうでなければ属性類似度計算部および前記要素属性を
含むサブベクトル類似度計算部および総類似度計算部の
出力を類似度0として出力するように解釈する機能を付
加した請求項1に記載の事例ベース検索システム作成支
援装置。
3. As a value of an element attribute in a case attribute vector or a question storage attribute vector, "when there is no complete match, all the similarities between the case attribute vector and the question storage attribute vector are set to 0". When the attribute similarity calculation unit receives the expression, the degree of matching between attribute values is output as “completely matched” if the attribute values are equal to each other,
The method according to claim 1, further comprising a function of interpreting outputs of the attribute similarity calculation unit, the sub-vector similarity calculation unit including the element attributes, and the total similarity calculation unit so as to output the similarity 0. Case-based search system creation support device.
【請求項4】 前記事例属性ベクトルまたは前記問題格
納属性ベクトル中の要素属性の値として「完全にはマッ
チしない時には、前記事例属性ベクトルと前記問題格納
属性ベクトルの間の属性類似度と対象要素属性を含むサ
ブベクトル類似度の値を0にする」ことを意味する表現
を許し、属性類似度計算部が前記表現を受けとったとき
には、属性値間のマッチングの度合を、属性値同士が等
しければ「完全にマッチした」として出力するし、そう
でなければ属性類似度計算部および前記要素属性を含む
サブベクトルのサブベクトル類似度計算部の出力を類似
度0として出力するように解釈する機能を付加した請求
項1に記載の事例ベース検索システム作成支援装置。
4. As a value of an element attribute in the case attribute vector or the question storage attribute vector, “when not completely matched, the attribute similarity between the case attribute vector and the question storage attribute vector and the target element attribute When the attribute similarity calculation unit receives the above expression, the degree of matching between attribute values is the same, and if the attribute values are the same, Addition of a function of interpreting so as to output as "completely matched", and otherwise output the output of the attribute similarity calculation unit and the subvector similarity calculation unit of the subvector including the element attribute as the similarity 0. The case base search system creation support device according to claim 1.
【請求項5】 前記事例属性ベクトルまたは前記問題格
納属性ベクトル中の要素属性の値として「完全にはマッ
チしない時には、前記事例属性ベクトルと前記問題格納
属性ベクトルの間の属性類似度を0にする」ことを意味
する表現を許し、前記属性類似度計算部が前記表現を受
けとったときには、属性値間のマッチングの度合を、属
性値同士が等しければ「完全にマッチした」として出力
するし、そうでなければ前記属性類似度計算部の出力を
類似度0として出力するように解釈する機能を付加した
請求項1に記載の事例ベース検索システム作成支援装
置。
5. The value of the element attribute in the case attribute vector or the question storage attribute vector is set to “When the values do not completely match, the attribute similarity between the case attribute vector and the question storage attribute vector is set to 0. When the attribute similarity calculation unit receives the expression, the degree of matching between attribute values is output as “completely matched” if the attribute values are equal to each other. If not, the case-based search system creation support apparatus according to claim 1, further comprising a function of interpreting the output of the attribute similarity calculation unit so as to output the similarity as 0.
【請求項6】 前記部分マッチング定義部を1つの要素
属性に対して複数もつことを可能とし、前記複数の部分
マッチング定義部のうち、外部から指定されたものを使
って前記属性類似度計算部が計算を行なう機能を付加し
た請求項1に記載の事例ベース検索システム作成支援装
置。
6. A plurality of the partial matching definition parts can be provided for one element attribute, and the attribute similarity calculation part is used by using one of the plurality of partial matching definition parts specified from the outside. The case base search system creation support apparatus according to claim 1, wherein a function for performing calculation is added.
【請求項7】 前記重み定義部を1つの要素属性に対し
て複数もつことを可能とし、前記複数の重み定義部の組
のうち、外部から指定されたものを使って前記属性類似
度計算部が計算を行なう機能を付加された請求項1に記
載の事例ベース検索システム作成支援装置。
7. It is possible to have a plurality of the weight defining sections for one element attribute, and the attribute similarity calculating section is used by using one of the plurality of weight defining sections designated from the outside. The case-based search system creation support device according to claim 1, wherein a function for performing calculation is added.
【請求項8】 前記事例ベースに格納される事例毎に、
要素属性の値がすべて実際に存在したものからなるもの
には事例タイプを、事例定義者が一部の要素属性の値に
対して実際に存在した値を一般化して前記事例ベースに
格納させたものには汎化事例タイプを、すべての要素属
性の値が実際に存在したものでないものには常識タイプ
を、付与することを許容し、前記事例選択提示部が与え
られた解くべき問題に類似した事例を提示するときに、
同時に前記付与されたタイプを提示する機能を付与され
た請求項1に記載の事例ベース検索システム作成支援装
置。
8. For each case stored in the case base,
A case type is stored in the case base where the values of element attributes are all actually existing, and the case definer generalizes the values that actually exist for some element attribute values and stores them in the case base. It is allowed to add generalized case types to things, and common sense types to those that do not have all the element attribute values actually present, and the case selection presentation unit is similar to the problem to be solved given. When presenting the case
The case-based search system creation support device according to claim 1, further provided with a function of presenting the given type at the same time.
【請求項9】 複数個の前記部分マッチング定義部を定
義している時に、前記属性類似度計算部が、前記複数の
部分マッチング定義部を1つずつ取り出して個別に属性
類似度計算を行ない、前記サブベクトル類似度計算部
が、前記それぞれの部分マッチング定義部を使った要素
属性の属性類似度計算結果を使って個別にサブベクトル
類似度の計算を行ない、前記総類似度計算部が、前記そ
れぞれの部分マッチング定義部を使ったサブベクトル類
似度計算結果を使って個別に総類似度の計算を行ない、
前記事例選択提示部は、前記複数の部分マッチング定義
部の1つずつに対して、前記計算された要素属性の属性
類似度計算結果および前記サブベクトル類似度計算結果
および前記総類似度計算結果を個別に出力する機能を付
与した請求項6に記載の事例ベース検索システム作成支
援装置。
9. When defining a plurality of the partial matching definition units, the attribute similarity calculation unit takes out the plurality of partial matching definition units one by one and individually calculates the attribute similarity, The sub-vector similarity calculation unit individually calculates the sub-vector similarity using the attribute similarity calculation results of the element attributes using the partial matching definition units, and the total similarity calculation unit, The total similarity is calculated individually using the subvector similarity calculation results using each partial matching definition part,
The case selection presenting unit displays the calculated attribute similarity calculation result of the element attributes, the sub-vector similarity calculation result, and the total similarity calculation result for each of the plurality of partial matching definition units. The case-based search system creation support device according to claim 6, which is provided with a function of individually outputting.
【請求項10】 複数個の前記重み定義部が定義されて
いる時、前記属性類似度計算部が、前記重み定義部を1
つずつ取り出して個別に属性類似度計算を行ない、前記
サブベクトル類似度計算部が、前記それぞれの重み定義
部を使った要素属性の属性類似度計算結果を使って個別
にサブベクトル類似度の計算を行ない、前記総類似度計
算部は、前記それぞれの重み定義部を使ったサブベクト
ル類似度計算結果を使って個別に総類似度の計算を行な
い、前記事例選択提示部は、前記複数の重み定義部の1
つずつに対して、前記計算された要素属性の属性類似度
計算結果および前記サブベクトル類似度計算結果および
前記総類似度計算結果を個別に出力する機能を付与した
請求項7に記載の事例ベース検索システム作成支援装
置。
10. When a plurality of the weight defining sections are defined, the attribute similarity calculating section sets the weight defining section to 1
The subvector similarity calculation unit individually calculates the attribute similarity, and the subvector similarity calculation unit individually calculates the subvector similarity using the attribute similarity calculation results of the element attributes using the respective weight definition units. The total similarity calculation unit individually calculates the total similarity using the subvector similarity calculation results using the respective weight definition units, and the case selection presentation unit is configured to calculate the plurality of weights. Definition part 1
The case base according to claim 7, wherein a function of individually outputting the attribute similarity calculation result of the calculated element attribute, the sub-vector similarity calculation result, and the total similarity calculation result is given to each of them. Search system creation support device.
【請求項11】 解くべき問題を与えて前記問題の類似
事例を前記事例選択提示部が提示した結果を問題と組に
してすべて保存しておき、利用者が前記部分マッチング
定義部を変更すると、前記保存されている問題を1つず
つ取り出して類似度計算を行なって新たに類似事例列を
もとめ、前記求められた類似事例列が前記保存されてい
る問題と組になった類似事例列と異なるときに、利用者
に通知する機構を付与された請求項1に記載の事例ベー
ス検索システム作成支援装置。
11. A problem to be solved is given, and similar results of the problem are presented together with the result presented by the case selection / presentation unit, all of them are saved, and when the user changes the partial matching definition unit, The stored problems are taken out one by one, the similarity is calculated, a new similar case sequence is obtained, and the obtained similar case sequence is different from the similar case sequence paired with the stored problem. The case-based search system creation support apparatus according to claim 1, which is provided with a mechanism for notifying the user at times.
【請求項12】 解くべき問題を与えて前記問題の類似
事例を前記事例選択提示部が提示した結果を問題と組に
してすべて保存しておき、利用者が前記重み定義部を変
更すると、前記保存されている問題を1つずつ取り出し
て類似度計算を行なって新たに類似事例列をもとめ、前
記求められた類似事例列が前記保存されている問題と組
になった類似事例列と異なるときに、利用者に通知する
機構を付与された請求項1に記載の事例ベース検索シス
テム作成支援装置。
12. A problem to be solved is given, and all the similar cases of the problem presented by the case selection / presentation unit are stored together with the problem, and when the user changes the weight definition unit, the When the stored problems are taken out one by one, the similarity is calculated, a new similar case sequence is obtained, and the obtained similar case sequence is different from the similar case sequence paired with the stored problem. The case-based search system creation support device according to claim 1, wherein a mechanism for notifying a user is added to the.
JP3242710A 1991-08-27 1991-08-27 Case-based search system creation support device Expired - Fee Related JP2822717B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3242710A JP2822717B2 (en) 1991-08-27 1991-08-27 Case-based search system creation support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3242710A JP2822717B2 (en) 1991-08-27 1991-08-27 Case-based search system creation support device

Publications (2)

Publication Number Publication Date
JPH0553814A true JPH0553814A (en) 1993-03-05
JP2822717B2 JP2822717B2 (en) 1998-11-11

Family

ID=17093097

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3242710A Expired - Fee Related JP2822717B2 (en) 1991-08-27 1991-08-27 Case-based search system creation support device

Country Status (1)

Country Link
JP (1) JP2822717B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6100369A (en) * 1997-05-06 2000-08-08 Teijin Limited Process for continuously producing polyesters

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6100369A (en) * 1997-05-06 2000-08-08 Teijin Limited Process for continuously producing polyesters

Also Published As

Publication number Publication date
JP2822717B2 (en) 1998-11-11

Similar Documents

Publication Publication Date Title
EP0541712B1 (en) Intelligent help system
Green Application of theorem proving to problem solving
Van Hentenryck et al. Incremental search in constraint logic programming
Kettler et al. Massively parallel support for case-based planning
US8122003B2 (en) Request-based knowledge acquisition
US5799295A (en) Constraint-based spreadsheet system capable of displaying a process of execution of programs
US5319739A (en) Method for retrieving case for problem and inferring solution of the problem and system thereof
WO2020263182A1 (en) Method and system for conducting a brainstorming session with a virtual expert
Severance A parametric model of alternative file structures
JPH0553814A (en) Device for supporting preparation of event base retrieval system
Arshadi et al. A compositional approach to solution adaptation in case-based reasoning and its application to tutoring library
Ferguson et al. Generic plan recognition for dialogue systems
EP4141732A1 (en) System and method of managing knowledge for knowledge graphs
Barstow et al. Observations on the interaction between coding and efficiency knowledge in the PSI program synthesis system
Raphael et al. Indexing and retrieval of cases in a case-based design system
Boussouf A hybrid approach to Feature Selection
Kevic et al. CoMoGen: An approach to locate relevant task context by combining search and navigation
JPH06187156A (en) Device for calculating degree of similarity and example base retrieval device
Valente et al. A library of system-derived problem-solving methods for planning
KR102559806B1 (en) Method and Apparatus for Smart Law Precedent Search Technology and an Integrated Law Service Technology Based on Machine Learning
Paul et al. Autonomous theory building systems
Piroi et al. Focus windows: A new technique for proof presentation
Korhonen et al. On developing a visual interactive multiple criteria method—An outline
JPH0830458A (en) Problem solution support system
Cohen Neural Methods for Answer Passage Retrieval over Sparse Collections

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19980804

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080904

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080904

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090904

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090904

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100904

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees