JPS6347839A - Inference control system - Google Patents

Inference control system

Info

Publication number
JPS6347839A
JPS6347839A JP61192442A JP19244286A JPS6347839A JP S6347839 A JPS6347839 A JP S6347839A JP 61192442 A JP61192442 A JP 61192442A JP 19244286 A JP19244286 A JP 19244286A JP S6347839 A JPS6347839 A JP S6347839A
Authority
JP
Japan
Prior art keywords
inference
processing
level
knowledge
knowledge module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP61192442A
Other languages
Japanese (ja)
Inventor
Haruo Akimoto
晴雄 秋元
Akiko Ishizaki
石崎 明子
Kaoru Fujino
藤野 かおる
Yukari Saitou
斎藤 由香梨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP61192442A priority Critical patent/JPS6347839A/en
Publication of JPS6347839A publication Critical patent/JPS6347839A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To improve the efficiency of an inference processing, by using a knowledge module in a low-order level first, shifting a processing to the processing by the knowledge module of order higher by one level when no solution is obtained, and returning the processing to a low level after obtaining the solution when it is obtained. CONSTITUTION:An interruption processing mechanism 23 selects the knowledge module 14 from the lowest order level based on an initial condition held in a working memory 22, and an inference engine 21 executes an inference processing, and when no conclusion is obtained, an interruption request is issued to the interruption processing mechanism 23. The interruption processing mechanism 23 selects the knowledge module 15, and the inference engine 21 executes the inference processing. Thus, when the inference processing is completed at a certain level, the inference engine 21 calls the interruption processing mechanism 23, and the interruption processing mechanism 23 returns the inference engine 21 to the level at time of interruption based on a bit of holding return information, and starts up the inference processing again. In this way, it is possible to generate the hierarchical constitution of the knowledge module, and to improve the efficiency of execution by expanding a rule retrieving range in order, to a high order level only when the no conclusion is obtained at the low order level.

Description

【発明の詳細な説明】 〔概 要〕 計算機における、知識モジュールによる推論処理の改良
した制御方式である。
[Detailed Description of the Invention] [Summary] This is an improved control method for inference processing by a knowledge module in a computer.

知識モジュールを複数のレベルに群分けし、下位レベル
から使用して、推論処理の解が得られなければ割込要求
を発生し、1知識モジュールによる処理に移る。このよ
うにして、上位のレベルで解があれば、その結果を持っ
て下位レベルへ戻る。
The knowledge modules are grouped into a plurality of levels and used starting from the lower level, and if a solution to inference processing cannot be obtained, an interrupt request is generated and processing is started by one knowledge module. In this way, if there is a solution at a higher level, the result is returned to the lower level.

この方式により、推論処理における走査対象を有効に限
定して、処理を効率化することが、知識モジュールの階
層化によって、容易にできるようになる。
With this method, it becomes easy to effectively limit the scanning target in inference processing and improve the efficiency of the processing by layering the knowledge modules.

〔産業上の利用分野〕[Industrial application field]

本発明は、知識情報を処理すム計算機システムの推論制
御方式に関する。
The present invention relates to an inference control method for a computer system that processes knowledge information.

知識によって構成されるルールを逐次走査することによ
って推論を進めるようにしたシステムは、エキスパート
システム等と呼ばれて、各種の分野に応用されようとし
ている。
Systems that proceed with inference by sequentially scanning rules constructed from knowledge are called expert systems, and are being applied to various fields.

〔従来の技術〕[Conventional technology]

第3図は、推論システムの一構成例を示すブロック図で
ある。
FIG. 3 is a block diagram showing an example of the configuration of the inference system.

例えば、ある与えられた初期の条件から推論処理を進め
て結論に到達する場合に、推論装置10の推論エンジン
1は初期条件を含む推論要求を外部から受け取って、そ
の条件を作業記憶2に設定する。
For example, when proceeding with inference processing from a given initial condition to reach a conclusion, the inference engine 1 of the inference device 10 receives an inference request including the initial condition from the outside, and sets the condition in the working memory 2. do.

知識ベース3には、推論に必要な知識モジュール4が格
納され、各知識モジュール4は起動条件部5と、ルール
部6からなる。
The knowledge base 3 stores knowledge modules 4 necessary for inference, and each knowledge module 4 includes an activation condition section 5 and a rule section 6.

起動条件部5は、その知識モジュール4を選択する場合
に満足すべき条件を示し、ルール部6は、1個以上のル
ールからなる。
The activation condition section 5 indicates conditions to be satisfied when selecting the knowledge module 4, and the rule section 6 consists of one or more rules.

各ルールは条件部と実行部で構成され、例えばプログラ
ミング言語の分野で公知の、IF文及びTHEN文の形
式によって、 条件部は、 1F  条件、 ANII条件2^ND −・−実行部
は、 THEN  実行手続き。
Each rule consists of a conditional part and an execution part. For example, according to the format of the IF statement and THEN statement, which are well-known in the field of programming languages, the conditional part is 1F condition, ANII condition 2^ND ---The execution part is THEN execution procedure.

実行手続きよ のように表される。It's an execution procedure. It is expressed as follows.

推論エンジン1は、知識ベース3の知識モジュール4の
起動条件部5を、作業記憶2に保持する条件と照合する
ことによって、知識モジュール4の1つを選択する。
The inference engine 1 selects one of the knowledge modules 4 by comparing the activation condition part 5 of the knowledge module 4 of the knowledge base 3 with the conditions held in the working memory 2.

その知識モジュール4のルールを走査して、条件によっ
て満足される条件部を有するルールの1つを選択すると
、その実行部に指定されている処理を実行する。
When the rules of the knowledge module 4 are scanned and one of the rules having a condition part that is satisfied by the condition is selected, the process specified by the execution part is executed.

その結果、一般に作業記憶2に保持する条件が変化し、
推論エンジン1は途中の推論結果として得られる作業記
憶2の新たな条件を使って、再びルールを検索する。
As a result, the conditions that are stored in working memory 2 generally change,
The inference engine 1 searches for rules again using new conditions in the working memory 2 obtained as an intermediate inference result.

このようにして推論処理を進めた結果、ルールの実行部
によって終了が示され、その時、例えば作業記憶2上に
結論を示すデータが得られる。
As a result of proceeding with the inference process in this manner, the rule execution unit indicates the end, and at that time, for example, data indicating the conclusion is obtained in the working memory 2.

又、別の場合には、例えば作業記憶2に保持する条件に
よって満足されるルールが無いために、推論処理が進ま
なくなることにより、その知識モジュール4にルールと
して収められた知識によっては、結論を得られないこと
が検出される。
In other cases, for example, because there are no rules that are satisfied by the conditions held in the working memory 2, the inference process does not proceed, and the conclusion cannot be drawn depending on the knowledge stored as rules in the knowledge module 4. It is detected that the result is not obtained.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

前記のように結論が得られない場合には、更にルールを
補充する必要があり、ルールの補充によって、知識ベー
スは充実されていくが、同時に検索対象が大きくなって
推論処理の効率が悪くなる。又ルールの追加/修正によ
り、知識モジュールの保守が困難になる等の問題が生じ
る。
If a conclusion cannot be reached as described above, it is necessary to add more rules, and by adding more rules, the knowledge base will be enriched, but at the same time, the search target will become larger and the efficiency of inference processing will deteriorate. . Furthermore, addition/modification of rules causes problems such as difficulty in maintaining the knowledge module.

〔問題点を解決するための手段〕[Means for solving problems]

第1図は、本発明の構成を示すブロック図である。 FIG. 1 is a block diagram showing the configuration of the present invention.

図は推論機構の構成を示し、20は推論装置、21は推
論エンジン、22は作業記憶、23は割込処理機構、1
3は知識ベース、14〜16は知識ベース13を構成す
る知識モジュールである。
The figure shows the configuration of the inference mechanism, 20 is an inference device, 21 is an inference engine, 22 is a working memory, 23 is an interrupt processing mechanism, 1
3 is a knowledge base, and 14 to 16 are knowledge modules constituting the knowledge base 13.

〔作 用〕[For production]

知識ベース13を構成する知識モジュールは、例えば知
識ベース14.15.16のように、複数のレベルに群
分けされている。
The knowledge modules making up the knowledge base 13 are grouped into multiple levels, such as knowledge bases 14, 15, and 16, for example.

推論エンジン21は、推論要求を受け付けると、割込処
理機構23に処理を要求する。
Upon receiving the inference request, the inference engine 21 requests the interrupt processing mechanism 23 to perform processing.

割込処理機構23は、初期の最下位レベルを設定して、
作業記憶22に保持する初期の条件によって、最下位レ
ベルから知識モジュール14を選択して、推論エンジン
21に指定する。
The interrupt processing mechanism 23 sets the initial lowest level, and
Depending on the initial conditions held in the working memory 22, knowledge modules 14 from the lowest level are selected and specified to the inference engine 21.

推論エンジン21は指定された知識モジュールにより、
従来のようにして推論処理を実行し、結論が得られれば
処理を終わるが、結論を得られない場合には、割込処理
機構23に割込要求を出す。
The inference engine 21 uses the specified knowledge module to
Inference processing is executed in the conventional manner, and if a conclusion is obtained, the processing ends; however, if a conclusion is not obtained, an interrupt request is issued to the interrupt processing mechanism 23.

割込処理機構23は、現在のレベル及び知識モジュール
等の復帰に必要な情報を保存し、ルベル上のレベルを設
定して、そのレベルから前記と同様にして、例えば知識
モジュール15を選択し、推論エンジン21に指定する
The interrupt processing mechanism 23 saves the information necessary to restore the current level and the knowledge module, etc., sets the level on the rubel, and selects, for example, the knowledge module 15 from that level in the same manner as described above. Specify it to the inference engine 21.

推論エンジン21は、前記と同様に指定の知識モジュー
ルによる推論処理を実行する。
The inference engine 21 executes inference processing using the designated knowledge module in the same manner as described above.

このようにして、あるレベルで推論処理が終了すると、
推論エンジンは割込処理機構23を呼び、割込処理機構
23は保持する復帰情報によって、推論エンジン2Iを
割込時のレベルに戻して、再び推論処理を起動する。
In this way, when the inference process ends at a certain level,
The inference engine calls the interrupt processing mechanism 23, and the interrupt processing mechanism 23 uses the return information held to return the inference engine 2I to the level at the time of the interrupt, and restarts inference processing.

以上の方式により、知識モジュールを階層化構成にする
ことが可能になり、推論処理の実行においては、下位レ
ベルで結論が得られない場合のみ、上位レベルへ順次ル
ール検索範囲を拡大するようにして、実行効率を改善す
ることができる。
The above method makes it possible to have knowledge modules in a hierarchical structure, and when performing inference processing, the rule search range is expanded to higher levels only when a conclusion cannot be reached at lower levels. , execution efficiency can be improved.

〔実施例〕〔Example〕

第2図は、割込処理機構23の一実施例構成を示すブロ
ック図である。
FIG. 2 is a block diagram showing the configuration of one embodiment of the interrupt processing mechanism 23. As shown in FIG.

推論エンジン21は、推論処理の開始時、及びあるレベ
ルの推論処理で結論が得られないことを検出すると、割
込要求を発生する。
The inference engine 21 generates an interrupt request at the start of inference processing and when it detects that a conclusion cannot be obtained at a certain level of inference processing.

推論エンジン21からの割込要求を割込受付部30で受
け取ると、レベルメモリ31に現レベル値+1又は最初
の場合は最下位レベル値を設定し、復帰情報スタック3
?に現処理の知識モジュールの識別名等、復帰に必要な
情報をスタックした後、知識モジュール選択部33を起
動する。
When the interrupt reception unit 30 receives an interrupt request from the inference engine 21, it sets the current level value + 1 or the lowest level value in the first case in the level memory 31, and stores the return information stack 3.
? After stacking information necessary for restoration, such as the identification name of the knowledge module currently being processed, the knowledge module selection unit 33 is activated.

知識モジュール選択部33はレベルメモリ31に保持す
るレベル値を参照して、知識モジュール検索リスト34
から、該当レベルに属する知識モジュールを知り、それ
らの知識モジュールの起動条件部を検査して、作業記憶
22に保持する条件情報によって満足できる知識モジュ
ールを選択する。
The knowledge module selection unit 33 refers to the level values held in the level memory 31 and selects the knowledge module search list 34.
, the knowledge modules belonging to the corresponding level are known, the activation condition sections of these knowledge modules are examined, and a knowledge module that can be satisfied by the condition information held in the working memory 22 is selected.

起動制御部35は選択した知識モジュールの識別名を推
論エンジン21に渡して、推論処理を起動する。
The activation control unit 35 passes the identification name of the selected knowledge module to the inference engine 21 and activates inference processing.

推論エンジン21が、あるレベルにおける推論処理の結
論を得て終了すると、復帰処理要求を発生する。
When the inference engine 21 obtains the conclusion of the inference process at a certain level and finishes it, it generates a return process request.

推論エンジン21からの復帰処理要求を割込処理機構2
3の復帰受付部36で受け取ると、レベルメモリ31に
現レベル値−1を設定する。復帰制御部37は、復帰情
報スタック32に保持する最後のレベルの情報を推論エ
ンジン21に送って、前レベルの推論処理を再開させる
The interrupt processing mechanism 2 receives a return processing request from the inference engine 21.
3, the current level value minus 1 is set in the level memory 31. The return control unit 37 sends the last level of information held in the return information stack 32 to the inference engine 21 to restart the inference process of the previous level.

以上の方式により、知識モジュールを複数レベルに階層
化し、推論処理の実行において、下位レベルで結論が得
られない場合のみ、上位レベルへ順次ルール検索範囲を
拡大するように知識ベースを構成することができるので
、推論処理の処理効率改善ができる。
By using the above method, it is possible to configure a knowledge base in such a way that knowledge modules are hierarchically divided into multiple levels, and the rule search range is sequentially expanded to higher levels only when a conclusion cannot be reached at a lower level when performing inference processing. Therefore, the processing efficiency of inference processing can be improved.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように、本発明によれば、計算
機システムの知識ベースを階層化して、推論処理効率の
向上をはかることができるという著しい工業的効果があ
る。
As is clear from the above description, the present invention has a significant industrial effect in that it is possible to hierarchize the knowledge base of a computer system and improve inference processing efficiency.

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

第1図は本発明の構成を示すブロック図、第2図は割込
処理機構の構成例ブロック図、第3図は従来の一構成例
ブロック図である。 図において、 1.21は推論エンジン、2.22は作業記憶、3.1
3は知識ベース、 4.14.15.16は知識モジュール、5は起動条件
部、   6はルール部、10.20は推論装置、  
23は割込処理機構、30は割込受付部、   31は
レベルメモリ、32は復帰情報スタック、 33は知識モジュール選択部、 34は知識モジュール検索リスト、 35は起動制御部、   36は復帰受付部、37は復
帰制御部を示す。
FIG. 1 is a block diagram showing the configuration of the present invention, FIG. 2 is a block diagram of a configuration example of an interrupt processing mechanism, and FIG. 3 is a block diagram of a conventional configuration example. In the figure, 1.21 is the inference engine, 2.22 is the working memory, and 3.1
3 is the knowledge base, 4.14.15.16 is the knowledge module, 5 is the activation condition part, 6 is the rule part, 10.20 is the inference device,
23 is an interrupt processing mechanism, 30 is an interrupt reception unit, 31 is a level memory, 32 is a return information stack, 33 is a knowledge module selection unit, 34 is a knowledge module search list, 35 is a startup control unit, 36 is a return reception unit , 37 indicates a return control section.

Claims (1)

【特許請求の範囲】 それぞれ条件部及び実行部を有するルールからなる知識
モジュールを選択し、該知識モジュールから所定の入力
条件に合致する条件部を有するルールを走査し、該ルー
ルの実行部に指定する処理を実行して次の入力条件を得
る処理により、推論を処理する装置(20)において、 該知識モジュールを複数のレベルに群分けし、下位の該
レベルに属する知識モジュールによる推論処理で、解が
得られないことを検出した場合に、所定の割込要求を発
生する手段(21)と、該割込要求を受け付けて、該レ
ベルより1レベル上位のレベルに属する知識モジュール
を選択し該選択した知識モジュールによる推論処理を起
動する手段(23)と、 上位の該レベルに属する知識モジュールによる推論処理
で解が得られた場合に、該レベルへの割込要求元の推論
処理に復帰する手段(23)とを有することを特徴とす
る推論制御方式。
[Claims] A knowledge module consisting of rules each having a condition part and an execution part is selected, and a rule having a condition part that matches a predetermined input condition is scanned from the knowledge module and designated as the execution part of the rule. In the inference processing device (20), the knowledge modules are grouped into a plurality of levels, and by the inference processing by the knowledge modules belonging to the lower level, means (21) for generating a predetermined interrupt request when it is detected that a solution cannot be obtained; means (23) for activating inference processing by the selected knowledge module; and, when a solution is obtained by the inference processing by the knowledge module belonging to the higher level, returning to the inference processing at the source of the interrupt request to the level; An inference control method comprising means (23).
JP61192442A 1986-08-18 1986-08-18 Inference control system Pending JPS6347839A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61192442A JPS6347839A (en) 1986-08-18 1986-08-18 Inference control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61192442A JPS6347839A (en) 1986-08-18 1986-08-18 Inference control system

Publications (1)

Publication Number Publication Date
JPS6347839A true JPS6347839A (en) 1988-02-29

Family

ID=16291372

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61192442A Pending JPS6347839A (en) 1986-08-18 1986-08-18 Inference control system

Country Status (1)

Country Link
JP (1) JPS6347839A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01224845A (en) * 1988-03-04 1989-09-07 Shimizu Corp Expert system
US5598511A (en) * 1992-12-28 1997-01-28 Intel Corporation Method and apparatus for interpreting data and accessing on-line documentation in a computer system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01224845A (en) * 1988-03-04 1989-09-07 Shimizu Corp Expert system
US5598511A (en) * 1992-12-28 1997-01-28 Intel Corporation Method and apparatus for interpreting data and accessing on-line documentation in a computer system

Similar Documents

Publication Publication Date Title
EP0388148A2 (en) A multi-language conversion system
JPH0565892B2 (en)
JPS6347839A (en) Inference control system
Arimura et al. Protein motif discovery from positive examples by minimal multiple generalization over regular patterns
JP2009075738A (en) Retrieval result refining system, retrieval result refining method, and retrieval result refining program
JPH06119263A (en) Processing function calling system
JP2722684B2 (en) File system search device
JPS6362038A (en) Control system for inference procedure
JPH04148328A (en) State transition converter
JPH04205145A (en) Inference processor
JPH09330322A (en) Data retrieval device
JPH04155449A (en) Process management system
JPH05233313A (en) Symbol table processing system
JPH0357020A (en) System processing program generating device
JPS6257018A (en) Division assisting device for data base processing
JPH02146625A (en) Extension system for number of registers
JPH05158695A (en) Expert system
JP2005115708A (en) Graphic retrieval system, graphic retrieval method for use in same, and program therefor
JPH0448337A (en) Program execution control processing system
JPH07282073A (en) Data retrieving device and its method
JPS62209623A (en) Command interpreter processor
JPH0546397A (en) Object control device in object-oriented programming
JPS63198129A (en) Input data processing system in procedure
JPH04276828A (en) Hypothesis management method for knowledge processing system
JPH06175862A (en) Electronic computer