JP2017208054A - Artificial intelligence device for searching information and procedure by combining concept, and for autonomously processing problem - Google Patents

Artificial intelligence device for searching information and procedure by combining concept, and for autonomously processing problem Download PDF

Info

Publication number
JP2017208054A
JP2017208054A JP2016112220A JP2016112220A JP2017208054A JP 2017208054 A JP2017208054 A JP 2017208054A JP 2016112220 A JP2016112220 A JP 2016112220A JP 2016112220 A JP2016112220 A JP 2016112220A JP 2017208054 A JP2017208054 A JP 2017208054A
Authority
JP
Japan
Prior art keywords
information
processing
sentence
connection
relationship
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
JP2016112220A
Other languages
Japanese (ja)
Inventor
洋彰 宮崎
Hiroaki Miyazaki
洋彰 宮崎
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP2016112220A priority Critical patent/JP2017208054A/en
Publication of JP2017208054A publication Critical patent/JP2017208054A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To guarantee that the runaway of machinery does not occur in a process for improving functions, performance and autonomy in an artificial intelligence technology.SOLUTION: When a processing program is started for processing a certain problem, a key parameter necessary for processing the problem is autonomously searched, and when the search of the key parameter is not successful, a processing program for generating the key parameter is started, and while a condition necessary for processing the problem is autonomously arranged, the processing is advanced. These pieces of processing use a recording unit in which patterns corresponding to words, numerical values, and symbols easily understandable for human beings are structured and recorded, and connection between the recording units is performed by autonomous setting by setting and learning by human beings. The processing content can be monitored by monitoring the excited pattern, and the pattern and an inter-pattern connection relationship are also associated with a concept expressed with words, numbers, and symbols so as to be easily understandable by human beings.SELECTED DRAWING: Figure 45

Description

この発明は逐次、入力した情報から自律的に知識体系を構築するとともに、構築した知識体系を活用して状況の分析および問題の識別を実施し、会話、翻訳および問題を解決するための情報検索、処理を実施するプログラムの起動、問題解決に必要な情報の生成と知識体系への組み込みを実施し、自律的に問題を処理するとともに更なる知識の向上を行う人工知能、ロボットおよび、その機能を実現するソフトウェアに関するものである。
また、人工知能の機能・性能および自律性を高める段階で課題となっているブラックボックス化を排除した「ブラックボックスでない」人工知能、ロボットおよび、その機能を実現するソフトウェアに関するものである。
The present invention sequentially constructs a knowledge system autonomously from inputted information, and uses the constructed knowledge system to analyze the situation and identify problems, and to search for information for solving conversations, translations and problems , Artificial intelligence, robots and their functions that start processing programs, generate information necessary for problem solving and incorporate them into knowledge systems, handle problems autonomously and further improve knowledge It relates to software that realizes
Further, the present invention relates to a “non-black box” artificial intelligence, a robot, and software that realizes the function, which eliminates the black box that has become a problem at the stage of enhancing the function / performance and autonomy of the artificial intelligence.

従来の人工知能技術としてはエキスパートシステム、ニューラルネットワークを使用したものがある。
エキスパートシステムはルール群から構成されるプログラムであり、固定である推論エンジンと可変である知識データベースから構成されている。推論エンジンは規則群を用いた推論を行っており、推論の論理としては命題論理、述語論理、認識論理、様相論理、時相論理、ファジー論理等が規則群として使用されている。知識データベースは一般的に専門家の知識を入力することにより構成する必要があるが、定式化してみると規則間で矛盾している等の問題が文献等において指摘されている。また、論理以外の処理を扱うことは困難である。
ニューラルネットワークでは、一般的に入力層、中間層、出力層の人工ニューロンをシリアルに接続し、人工ニューロン間の接続はシナプス学習させることにより実施する。シナプス学習としては誤差逆伝搬法(バックプロパゲーション)が一般的に用いられているが、バックプロパゲーションは下記に示すような欠点が文献等にて指摘されている。
・バックプロパゲーションでは、人工ニューロンで使われる伝達関数が可微分でなければ ならない。
・バックプロパゲーションによる学習での収斂は非常に遅い。
・バックプロパゲーションによる学習は、必ず収斂するとは限らない。
・広域的な最適解ではなく局所的な誤差最少点に収斂することが多い。

図30にニューラルネットワークの例について示している。ニューラルネットワークにおける学習は一般的にバッチ処理であり、学習に時間を有する。また学習の前後で大幅に挙動が変化する可能性が大きい。さらに、ニューラルネットワークは処理の過程がブラックボックスであり、処理の妥当性を確認することが困難である等の欠点が指摘されている。
Conventional artificial intelligence techniques include those using expert systems and neural networks.
The expert system is a program composed of rules, and is composed of a fixed inference engine and a variable knowledge database. The inference engine performs inference using rule groups, and propositional logic, predicate logic, recognition logic, modal logic, temporal logic, fuzzy logic, etc. are used as rule groups as inference logic. A knowledge database generally needs to be constructed by inputting expert knowledge, but when formulated, problems such as contradictions among rules have been pointed out in the literature. In addition, it is difficult to handle processes other than logic.
In a neural network, artificial neurons in the input layer, intermediate layer, and output layer are generally connected serially, and the connection between the artificial neurons is performed by synaptic learning. As the synapse learning, an error back propagation method (back propagation) is generally used. However, back propagation has the following drawbacks pointed out in the literature.
• In backpropagation, the transfer function used in artificial neurons must be differentiable.
-Convergence in learning by backpropagation is very slow.
・ Back-propagation learning does not always converge.
・ In many cases, it converges to a local minimum error point instead of a global optimal solution.
FIG. 30 shows an example of a neural network. Learning in a neural network is generally a batch process, and learning takes time. In addition, there is a high possibility that the behavior changes significantly before and after learning. Furthermore, the neural network has been pointed out as having a black box in the processing process, and it is difficult to confirm the validity of the processing.

従来の人工知能技術としてはエキスパートシステム、ニューラルネットワークを使用したものがあるが、いずれも人工知能を実現するためには大きな欠点を有している。
エキスパートシステムは規則群を用いた論理のみが処理の対象である。人間の思考は論理のみで表現することは困難である。また、エキスパートシステムの知識データベースは一般的に専門家の知識を入力することにより構成するが、定式化してみると規則間で矛盾している等の問題が文献等において指摘されている。
ニューラルネットワークでは、一般的に入力層、中間層、出力層の人工ニューロンをシリアルに接続し、人工ニューロン間の接続はシナプス学習させることにより実施する。シナプス学習としては誤差逆伝搬法(バックプロパゲーション)が一般的に用いられているが、バックプロパゲーションは下記に示すような欠点が文献等にて指摘されている。
・バックプロパゲーションでは、人工ニューロンで使われる伝達関数が可微分でなければ ならない。
・バックプロパゲーションによる学習での収斂は非常に遅い。
・バックプロパゲーションによる学習は、必ず収斂するとは限らない。
・広域的な最適解ではなく局所的な誤差最少点に収斂することが多い。

ニューラルネットワークにおける学習は一般的にバッチ処理であり、学習に時間を有する。また学習の前後で大幅に挙動が変化する可能性が大きい。さらに、ニューラルネットワークは処理の過程がブラックボックスであり、処理の妥当性を確認することが困難である等の欠点が指摘されている。
人間の思考パターンの遷移のように論理以外の遷移も実施できる人工知能を実現する。情報(言語)を入力することにより自律的に知識体系を構築する人工知能を実現する。
また、人工知能の中で構築される知識体系が現実に整合して処理できるかという「記号接地問題」を解決し、処理の過程が人間に理解できるブラックボックス化は排除した「ブラックボックスでない」人工知能を実現する。
Conventional artificial intelligence techniques include those using expert systems and neural networks, both of which have major drawbacks for realizing artificial intelligence.
In the expert system, only logic using rules is processed. It is difficult to express human thought only by logic. In addition, the expert system knowledge database is generally configured by inputting expert knowledge. However, when formulated, problems such as contradictions among rules have been pointed out in the literature.
In a neural network, artificial neurons in the input layer, intermediate layer, and output layer are generally connected serially, and the connection between the artificial neurons is performed by synaptic learning. As the synapse learning, an error back propagation method (back propagation) is generally used. However, back propagation has the following drawbacks pointed out in the literature.
• In backpropagation, the transfer function used in artificial neurons must be differentiable.
-Convergence in learning by backpropagation is very slow.
・ Back-propagation learning does not always converge.
・ In many cases, it converges to a local minimum error point instead of a global optimal solution.
Learning in an equineural network is generally batch processing and takes time for learning. In addition, there is a high possibility that the behavior changes significantly before and after learning. Furthermore, the neural network has been pointed out as having a black box in the processing process, and it is difficult to confirm the validity of the processing.
Realize artificial intelligence that can perform transitions other than logic, such as transitions in human thought patterns. Realize artificial intelligence that autonomously constructs a knowledge system by inputting information (language).
In addition, it solves the “symbol grounding problem” of whether the knowledge system built in artificial intelligence can be processed in conformity with reality, and eliminates the black box that allows humans to understand the process of processing. Realize artificial intelligence.

人間は言語を用いて思考するので言語を構成する単語、数値および記号をパターン化すれば、人間の思考はパターンの組合せで表現することができる。また思考過程はパターン間の遷移で表現することができる。人間の思考は同じような状況下においては同じ思考過程を示す傾向があるため、概念をパターンで表現し概念と概念の関係を時系列的な出現の度合に応じて結合を強化していくと、概念間の有意な接続関係を自律的に生成することができる。概念間の接続関係の生成はこのような自律的生成の他に、人間が概念間の接続関係を指定して設定する方法によっても実現できる。概念間の関係には様々なものがある。原因と結果、詳細と概要、ある意見と反対の意見、ある項目と関連する内容等、論理関係以外にも多々考えられる。文章または会話における文(概念)を列挙していくと、後で出現する文(概念)は前に出現する文(概念)の影響を受けている。(当然、別の話題に移った場合には、概念間の影響が小さくなる場合があるが、同一の話題の中では影響は存在する。)従って、一つの文(概念)を一つのパターンで表現し、ある文(概念)が出現すると、その文(概念)に対応するパターンを励起し、励起したパターンの接続関係記録部に直近に励起したパターンの励起履歴を記録・蓄積することにより、概念間の関係を自律的に抽出し強化することが可能となる。先に述べたように概念間の関係には様々なものがある。この概念間の関係に関しても人間による指定または学習による自律的生成により設定することができる。学習による自律的生成は次のように実施する。例えば概念Aが原因(関係1)で概念Bが結果(関係2)であるとする。概念Aが出現し、その後に概念Bが出現した時に人間の指定により概念Bの関係2(結果)を励起する。この時、関係2(結果)に対応するパターンの接続情報記録部には概念Aに続き概念Bが励起した履歴が記録される。将来、概念Aの後に概念Bが励起すると励起履歴と結果(関係2)の接続情報記録部に記録した型が合致するので結果(関係2)のパターンが励起し、関係に関する学習が行われたことが分かる。また結果(関係2)の接続情報記録部には概念Aおよび概念Bの励起履歴が記録されているので、この情報を使えば概念Aの関係2(結果)は何かを検索したい場合、概念Bが該当すると容易に識別することができる。同様に概念Bの関係1(原因)は概念Aであることを容易に識別することができる。ここで生成した関係に関する情報は情報の絞り込みに活用することができる。概念間の接続を実施していくと、一般的にある概念は他の概念と複数の接続を有すると考えられる。この時に関係を各段階において適切なものを設定することにより、複数の関連情報からその段階において適切な情報を選択することが可能となる。このように入力する情報を既に記録している情報との関係を踏まえ記録していくと、情報は単独の状態で存在するのではなく、他の情報と関係を有した知識体系として記録することができる。また情報を知識体系に記録する際に、情報の分析結果(新規性、信頼性、価値等)の情報も付加して記録すると、将来において関連情報を検索および分析する場合、非常に有益である。さらに、生成した知識体系を使うと数々の質問に対し、回答を生成することが非常に容易である。本手法では入力情報を構文分析し、記録している情報との比較がし易いように文要素を識別し構造化して記録する。入力した情報は記録している情報と比較し、新規性、信頼性および価値を分析し、有用な情報を記録していく。既に記録している情報と関連性がある場合は、該当する情報との関係も付加して記録し、情報検索の際に関連情報として検索できるように記録する。このような形で本人工知能は入力した情報から有用な情報を抽出して記録器に知識体系を構築していく。知識体系は人間が「子供」を教育しながら育てるように段階的に構築していく。初期段階では言語入力により基本的な知識を入力していく。可能な範囲で知識間の関係性も設定していく。後から入力する情報は構築した知識と比較し有用な情報を抽出して知識体系に加えていく。人工知能が有用性を判断できない場合は人間が判断する。人間が指示した内容はパターン間の結合強化として学習していくことにより自律性を高めていく。人間により質問等が生成されると本人工知能は構築した知識体系から質問に回答するために必要な手順および情報を検索し、検索した手順に従って回答を生成していく。本人工知能は入力した情報から逐次、知識体系を構築していき、問題解決方法も逐次、追加・更新していくことができる。また状況に応じて適切なプログラムを起動し処理を進めるとともに、言語を分析し分析結果に応じて処理を進める言語ベースでの処理も実施できる。プログラミングではなく言語での指示による処理も可能なシステムである。(当然プログラミングによる処理も可能である。)
また、処理内容については励起するパターンをモニターすることにより監視することができ、パターンおよびパターン間の接続関係も単語、数および記号で表現した概念に対応したものであるため、人間による理解が容易である。従って、ニューラルネットワークを使用した人工知能で大きな課題となっているブラックボックス化を解決したシステムとなっている。
図29は記録した概念を概念間の関係性を使って逐次遷移させ、人間の思考パターンの遷移を人工的に模擬する動作の概念図を示したものである。このような思考パターンの遷移を人工的に実施するためにニューラルネットワークにおけるニューロンの替わる記録ユニットおよびパターンというコンセプトを導入した。図31は記録ユニットを相互結合させることにより思考パターンの遷移を柔軟に実現できるコンセプトを示したものである。図31における記録ユニットはニューラルネットワークにおけるニューロンと大幅に機能が異なる。記録ユニットは情報、概念、処理手順、プログラム、情報間の接続情報等を記録するという観点からニューロンの機能と比較し大幅に機能が拡大されている。図45はこのようにニューロンより大幅に機能拡大された記録ユニットでシステムを構成することにより人間の思考パターンの遷移に相当する分析、評価、処理および記録を実施しながら人間の思考パターンに相当する知的活動を人工的に模擬できるコンセプトについて示したものである。
Since humans think using language, if words, numbers, and symbols that make up a language are patterned, human thought can be expressed by a combination of patterns. The thought process can be expressed by transitions between patterns. Since human thought tends to show the same thinking process under similar circumstances, if the concept is expressed in a pattern and the relationship between the concept and the concept is strengthened according to the degree of time series appearance, A significant connection relationship between concepts can be generated autonomously. In addition to such autonomous generation, the generation of connection relationships between concepts can be realized by a method in which a human designates and sets connection relationships between concepts. There are various relationships between concepts. There are many other reasons besides logical relationships, such as causes and results, details and outlines, opinions opposite to certain opinions, and contents related to certain items. When enumerating sentences (concepts) in a sentence or conversation, a sentence (concept) that appears later is affected by a sentence (concept) that appears earlier. (Of course, when moving to another topic, the influence between concepts may be reduced, but there will be an influence within the same topic.) Therefore, one sentence (concept) in one pattern When a certain sentence (concept) appears, the pattern corresponding to the sentence (concept) is excited, and the excitation history of the pattern excited most recently is recorded and accumulated in the connection relation recording part of the excited pattern. It becomes possible to extract and strengthen relationships between concepts autonomously. As mentioned earlier, there are various relationships between concepts. The relationship between the concepts can also be set by human designation or autonomous generation by learning. Autonomous generation by learning is performed as follows. For example, assume that concept A is the cause (relationship 1) and concept B is the result (relationship 2). When concept A appears and then concept B appears, relation 2 (result) of concept B is excited by human designation. At this time, a history of excitation of the concept B following the concept A is recorded in the connection information recording unit of the pattern corresponding to the relationship 2 (result). In the future, when concept B is excited after concept A, the pattern recorded in the connection information recording part of the excitation history and the result (relationship 2) matches, so the pattern of the result (relationship 2) is excited and learning about the relationship is performed. I understand that. Further, since the excitation history of the concept A and the concept B is recorded in the connection information recording unit of the result (relationship 2), if it is desired to search for the relationship 2 (result) of the concept A using this information, the concept When B is applicable, it can be easily identified. Similarly, it can be easily identified that the relationship 1 (cause) of the concept B is the concept A. Information on the relationship generated here can be used to narrow down the information. As connections between concepts are implemented, it is generally considered that one concept has multiple connections with other concepts. At this time, by setting an appropriate relationship at each stage, it is possible to select appropriate information at that stage from a plurality of related information. In this way, if you record information based on the relationship with the information that has already been recorded, the information does not exist in a single state, but should be recorded as a knowledge system that has a relationship with other information. Can do. In addition, when information is recorded in the knowledge system, it is very useful to record and analyze information (results of novelty, reliability, value, etc.) when searching and analyzing related information in the future. . Furthermore, using the generated knowledge system, it is very easy to generate answers to many questions. In this method, syntax analysis is performed on input information, and sentence elements are identified, structured, and recorded so that they can be easily compared with recorded information. The input information is compared with the recorded information, and the novelty, reliability and value are analyzed, and useful information is recorded. If there is a relationship with the information already recorded, the relationship with the corresponding information is also added and recorded so that it can be searched as related information when searching for information. In this way, this artificial intelligence extracts useful information from the input information and builds a knowledge system in the recorder. The knowledge system will be built in stages so that humans can raise and educate “children”. At the initial stage, basic knowledge is input by language input. The relationship between knowledge is set as much as possible. Information to be input later is compared with the constructed knowledge to extract useful information and add it to the knowledge system. When artificial intelligence cannot judge the usefulness, it is judged by humans. The content specified by human beings is learned as reinforcement of the connection between patterns, thereby increasing autonomy. When a question or the like is generated by a human, the artificial intelligence searches a procedure and information necessary for answering the question from the constructed knowledge system, and generates an answer according to the searched procedure. This artificial intelligence can build a knowledge system sequentially from the input information, and can add and update problem solving methods sequentially. In addition to launching an appropriate program according to the situation and proceeding with processing, it is also possible to perform language-based processing that analyzes the language and proceeds with processing according to the analysis result. It is a system that can be processed by language instructions instead of programming. (Of course, processing by programming is also possible.)
In addition, the processing content can be monitored by monitoring the pattern to be excited, and the connection relationship between patterns and patterns corresponds to the concept expressed by words, numbers, and symbols, making it easy for humans to understand It is. Therefore, it is a system that solves the black box formation, which is a big problem in artificial intelligence using a neural network.
FIG. 29 shows a conceptual diagram of an operation for artificially simulating the transition of a human thought pattern by sequentially shifting a recorded concept using the relationship between concepts. In order to artificially implement such thought pattern transitions, we introduced the concept of recording units and patterns that replace neurons in neural networks. FIG. 31 shows a concept capable of flexibly realizing a thought pattern transition by mutually connecting recording units. The recording unit in FIG. 31 is significantly different in function from the neurons in the neural network. The function of the recording unit is greatly expanded compared to the function of neurons from the viewpoint of recording information, concepts, processing procedures, programs, connection information between information, and the like. FIG. 45 corresponds to the human thought pattern while performing the analysis, evaluation, processing and recording corresponding to the transition of the human thought pattern by configuring the system with the recording unit whose function is greatly expanded from that of the neuron in this way. This is a concept that can artificially simulate intellectual activities.

パターンという概念を使って人間の各思考を表現し、パターン間の遷移を行うことにより人間の思考過程をコンピュータ内において模擬、実現することができる。人間の思考および思考過程を模擬する人工知能を実現するため、パターンおよびパターンを格納する記録ユニットの機能を以下のように設定した。
・入力した情報(文、概念)の単語、数値および記号を分析し、記録器に記録する際、主語、主語の修飾、述語、述語の修飾(5W1H)、数値、記号および分析結果に整理して格納し、連想記憶的な情報検索を容易にする。(情報を構造化して記録しているので一部の情報を検索パターンとして照合させ相関の大きいパターンから必要な情報を抽出することができる。)
・プログラムの機能を包含する。(処理を代表するパターンが励起すると対応する処理プログラムが起動する。処理を代表するパターンをシーケンス的に実行することにより、より複雑な処理を実行する。)処理の結果、新しく発生した情報は適切な検索キー(パターンの組合せ)により記録し、他の処理からの情報検索を容易にする。
・パターンの励起により内蔵した処理を実行する。また接続関係のあるパターンを逐次、励起し能動的な処理を実行する。
・パターンおよび記録ユニットの主な励起方法を示す。
(1)検索用のパターンを各パターンと照合し、相関の大きいパターンを励起する。
(2)励起した記録ユニットの接続情報記録部に励起した時点から一定期間前までの励起履歴を使って他の記録ユニットとの接続関係を検出し、検出した接続先および出現頻度の情報を蓄積していく。定期的に出現頻度順に接続先を並び替えることにより、接続関係の強い記録ユニットを優先的に励起させることができる。なお、接続先との接続情報には関係性も含んでいるので、接続強度と関係性を使って関係する概念の記録ユニットを励起することができる。
(3)接続関係のあるパターンを励起する。接続関係が複数ある場合は設定した関係のパターンだけを励起することができる。
・パターン間の接続関係は人間による設定および励起履歴を使った接続関係の自律的強化により生成する。
・パターンに記録している接続情報を変更することにより励起するパターンのシーケンスを変更する。(処理の変更は関連する接続情報をローカルに変更することで実現できる。)
・特徴的なパターンを検出すると対応する処理を実施する。
(関連情報検索→検索した情報を使用して処理→結果を記録)
図1はパターンおよび記録ユニットの機能概要を示している。記録ユニットには情報を表現するパターン、パターンの分析結果、他の記録ユニットとの接続情報、接続関係(接続数、接続先、関係性、接続先の出現頻度)および情報の処理手順(プログラムの関数機能を含む)を記録する。パターンは励起により活性化し内蔵した処理の実行および接続先の記録ユニットの励起等の能動的な動作を行う。(情報検索、検索した情報を使った処理、結果の記録)
図2はパターンおよび記録ユニットの励起方法を示したものである。これらの励起方法を使用すると様々な機能を実現することができる。
励起方法1を使用すると検索パターンを使用した情報の抽出ができる。情報は主語、主語の修飾、述語、述語の修飾(5W1H)、数値、記号に整理して記録ユニットに記録されているので、検索パターンを適切に設定すると必要な情報が格納されている記録ユニットを励起、識別し、その記録ユニットから欲しい情報を抽出することができる。さらに抽出した情報により条件分岐および処理を実施することで条件付処理を実現することができる。(記録ユニットに構造化して記録されている情報のうち探している箇所に格納されている情報を抽出することにより実施できる。図32は励起方法1を使って情報を抽出する動作例について示している。)
励起方法2を使用すると一連の情報のシーケンスを記録することができる。概念(情報)逐次、入力すると新規性を確認し、新規の概念は新しく記録ユニットに登録し、既に記録されている概念は該当の記録ユニットを励起する。励起した記録ユニットの接続情報記録部に直近の励起履歴を記録することにより、励起した記録ユニットと直近で励起した記録ユニット間の接続関係が強化されることになる。一連の情報のシーケンスを入力し、励起した情報と直近に励起した情報間で接続を強化することにより、情報は強化された接続関係を通じて逐次、励起していく。つまり一連の情報シーケンスを自律的に学習して記録することができる。また、本機能を使うと文脈の記録も可能となる。通常、概念(情報)は文脈を踏まえて出現するので多くの文章を入力していくと共通の文脈が強化されていくことになる。
励起方法3を使用すると情報間の関係性を使用した情報検索および情報抽出が可能である。一般的にある概念(情報)は他の複数の概念(情報)と関係を有していると考えられる。従って、入力した概念と関連のある概念を全て励起していくと、励起する概念の数が指数関数的に増大することになる。関係性を使用することにより多くの関連する情報から必要な情報に絞っていくことができるので、指数関数的な増大の問題は回避することができる。パターンおよび記録ユニットの機能を使用することにより人間の思考における能動的な動作(情報検索、条件付き処理、一連の情報処理)を実現することができる。図33は励起方法3を使って情報を抽出する動作例について示している。
By expressing each human thought using the concept of pattern and making transition between patterns, human thought process can be simulated and realized in a computer. In order to realize artificial intelligence that simulates human thinking and thinking processes, the function of the recording unit that stores patterns and patterns was set as follows.
-Analyze input words (sentences, concepts), words, values, and symbols, and record them in a recorder. To facilitate associative memory information retrieval. (Since information is structured and recorded, some information can be collated as a search pattern and necessary information can be extracted from a pattern with a large correlation.)
• Includes program functions. (When a pattern representing the process is excited, the corresponding processing program is activated. By executing the pattern representing the process in sequence, a more complicated process is executed.) As a result of the process, newly generated information is appropriate. It is recorded with a simple search key (pattern combination) to facilitate information retrieval from other processes.
• Executes built-in processing by pattern excitation. In addition, the connected patterns are sequentially excited to perform active processing.
-The main excitation methods of the pattern and recording unit are shown.
(1) The pattern for search is collated with each pattern to excite a pattern having a large correlation.
(2) Connection information of the excited recording unit Detects the connection relationship with other recording units using the excitation history from the point of excitation to a certain period before being accumulated in the recording unit, and accumulates information on the detected connection destination and appearance frequency I will do it. By regularly rearranging the connection destinations in the order of appearance frequency, it is possible to preferentially excite recording units having a strong connection relationship. Note that since the connection information with the connection destination includes the relationship, the recording unit of the related concept can be excited using the connection strength and the relationship.
(3) Exciting a pattern having a connection relation. When there are a plurality of connection relationships, only the set relationship pattern can be excited.
・ The connection relationship between patterns is generated by autonomous enhancement of the connection relationship using human settings and excitation history.
-The sequence of the pattern to be excited is changed by changing the connection information recorded in the pattern. (The process can be changed by changing the related connection information locally.)
-When a characteristic pattern is detected, a corresponding process is performed.
(Related information search → Processing using the searched information → Record the result)
FIG. 1 shows an outline of functions of the pattern and the recording unit. The recording unit has a pattern that represents information, the analysis result of the pattern, connection information with other recording units, connection relationship (number of connections, connection destination, relationship, appearance frequency of connection destination) and information processing procedure (program Record function). The pattern is activated by excitation and performs an active operation such as execution of a built-in process and excitation of a recording unit connected to the pattern. (Information search, processing using the searched information, recording of results)
FIG. 2 shows a pattern and recording unit excitation method. When these excitation methods are used, various functions can be realized.
When the excitation method 1 is used, information can be extracted using a search pattern. Since the information is recorded in the recording unit in the subject, subject modification, predicate, predicate modification (5W1H), numerical values, and symbols, the recording unit stores necessary information when the search pattern is appropriately set Information can be extracted from the recording unit. Furthermore, conditional processing can be realized by executing conditional branching and processing based on the extracted information. (This can be implemented by extracting the information stored in the searched portion of the information structured and recorded in the recording unit. FIG. 32 shows an operation example of extracting information using the excitation method 1. Yes.)
Using excitation method 2, a sequence of information can be recorded. When the concept (information) is sequentially input, the novelty is confirmed, the new concept is newly registered in the recording unit, and the already recorded concept excites the corresponding recording unit. By recording the most recent excitation history in the connection information recording unit of the excited recording unit, the connection relationship between the excited recording unit and the most recently excited recording unit is strengthened. By inputting a sequence of information and strengthening the connection between the excited information and the most recently excited information, the information is sequentially excited through the enhanced connection relationship. That is, a series of information sequences can be learned and recorded autonomously. You can also record contexts using this function. Usually, concepts (information) appear based on the context, so if you enter many sentences, the common context will be strengthened.
When the excitation method 3 is used, information retrieval and information extraction using the relationship between information is possible. In general, a concept (information) is considered to have a relationship with a plurality of other concepts (information). Therefore, when all the concepts related to the input concept are excited, the number of concepts to be excited increases exponentially. By using the relationship, it is possible to narrow down the necessary information from a lot of related information, so that the problem of exponential increase can be avoided. By using the functions of the pattern and the recording unit, it is possible to realize an active operation (information retrieval, conditional processing, a series of information processing) in human thinking. FIG. 33 shows an operation example of extracting information using the excitation method 3.

パターンの最少単位は語、数および記号に対応するものであ
る。語が時系列的に発生することにより単語に対応するパターンが励起する。数および少数点に対応するパターンが時系列的に発生することにより数値を検出する。記号および記号の組合せは適宜、対応する演算子等に識別し、識別結果を記録する領域に記録する。語が時系列的に発生することにより単語が識別され、単語に対応する品詞の情報を使って文要素を識別していく。主部は主語と主語を修飾する部分に識別し、述部は述語と述語を修飾する部分に識別する。述語を修飾する部分は(いつ、どごで、何を、どのように、何故)が識別される。数の時系列は数値として識別し、数値データを格納する領域に記録する。
図3は語パターンが時系列的に励起し語列になっている様子を示している。本例で入力した文は「わたしはせんせいです。」(私は先生です。)である。単語、数、数式、記号からパターンへの変換は識別できるものであれば特に形式に制約は無い。またパターンの組合せも、パターンである。本人工知能のプロトタイプでは各単語に識別番号を割り当てることにより実施した。(例えば「私」という単語の単語識別番号は「0」、助詞「は」の単語識別番号は「1」、「先生」「2」、「です」「12」、・・・「人工知能」「169」、「職業」「170」・・・等々)新規の単語が発生した場合には識別番号を逐次追加することにより対応することができる。語の励起履歴が各単語の接続情報記録部に照射され照合が行われる。単語に対応する語列および一致した語数を検出すると該当の単語が励起する。単語が検出されると検出した単語の語列を除いた語列の励起履歴による照合用のパターンを生成し、この照合用パターンを使って次の単語の検出を行う。この照合用パターンにより次の単語を検出できる場合は、先の単語の識別は適切であったと判断できる。一方、この照合用パターンにより次の単語が検出できず不整合が生じた場合は誤った照合であったと判断し別の単語候補に対し整合性を確認する。単語を検出する毎にこの照合手順を繰り返し、語列全体に対して単語の切り取りが妥当であったことを確認する。
図4は語列から文の構造の分析例を示したものである。語列から単語、単語識別番号、品詞、品詞識別番号、文要素および文の構造が分析され分析結果を使うことにより文要素を検索し易い構造に整理した記録が可能となる。
図5は入力した情報を検索し易い構造に整理して記録している様子を示している。m1〜m4は主語の修飾部、s1,s2は主語、o1,o2は目的語、h11,h2はwhen、h21,h22はwhere、h31,h32はwhy、h41,h42はhow、v1,v2は述語に対応する文要素の単語識別番号および数値を格納している。入力情報の単語、記号、数字、式はパターン(識別番号)に変換し、主語、主語の修飾、述語、述語の修飾(何を、いつ、どこで、なぜ、どのように)を検索し易い構造に整理して記録している。
このように入力した文を構造化して記録すると文と文の比較を文要素毎に実施できるため、非常に有益である。例えば完全に同じ文を検索する場合は全ての文要素が一致するパターンを検索する。一部が一致すれば良い場合は一致させる箇所を組み合わせたパターンを検索パターンとして使い、該当するパターンを検索すれば良い。このように文要素を構造化することにより情報を連想記憶的に記録および検索ができるようになる。
また質問に対する回答も容易に生成することができる。質問に対応する箇所については情報が欠落しているので、仮に[? ]というパターンを配置すると、残りのパターンと組み合わせることにより質問に対応する検索パターンを生成することができる。質問の回答として期待する文要素が何なのか(主語、主語の修飾部、述語、述語の修飾部)について検索パターンに設定する。これは[? ]の対応する文要素の位置から識別することができる。例えば、[いつ]について検索したい場合は[? ]H1となる。同様に[どこで]⇒[? ]H2、[なぜ]⇒[? ]H3、[どのように]⇒[? ]H4、[誰が]⇒[? ]S、[何を]⇒[? ]O、[どうした]⇒[? ]Vと表現することにする。質問から生成した検索パターンを記録器に照射し、相関があるパターンを検索する。検索したパーンの中で、上記の[? ]に対応する位置に内部パターンが存在しているものが、あれば回答の候補となる。
図6は入力した情報のパターンと記録領域にある情報を文要素毎に比較し、文要素のどの箇所が一致しているかを示したものである。(入力情報および記録している情報の両方で無い文要素に関する比較は除外する。)入力した情報と記録している情報とのパターンを文要素毎に比較することにより、完全一致する情報または部分的に一致がする情報が記録されているか否か識別でき、入力情報の新規性および関連情報との関連度が評価できる。また入力情報の文要素に対応に対応するパターンを別の関係性のものを使用して検索することにより、様々な情報を記録した情報から抽出することができる。例えば入力情報のある文要素を類似の単語のパターンに置き換えることにより、類似の意味の文を検索することができる。また入力情報のある文要素と反対の意味の単語のパターンに置き換えて検索することにより入力した文と反対の意味を有した情報の有無を確認することができる。このことを応用すると入力した情報が規則、常識およびモラルに則したものか否かの判断をすることが可能となる。知識体系に知識を記録する際に、規則、常識およびモラルに関する情報は、その識別結果(規則、常識およびモラル)も付加情報として合わせて記録しておく。仮に入力した情報と記録した情報を照合し不整合(反対の単語検出)が検出され、記録した情報の種類が(規則、常識およびモラル)である場合、入力した情報は(規則、常識およびモラル)に反していると識別することができる。このことを利用すれば、入力情報から不健全な情報を識別し、知識体系には組み込まないように管理することができる。図36〜図44は規則、道徳に関する知識を事前に入力し登録しておくことにより、後から入力される情報と事前に記録している知識(規則、道徳)と比較・評価する動作例について示したものである。
The smallest unit of the pattern corresponds to words, numbers and symbols. As the words occur in time series, the pattern corresponding to the words is excited. Numerical values are detected by generating patterns corresponding to numbers and decimal points in time series. The symbols and combinations of symbols are appropriately identified by corresponding operators and recorded in an area for recording the identification results. A word is identified as the word is generated in time series, and sentence elements are identified using information on the part of speech corresponding to the word. The main part identifies the subject and the part that modifies the subject, and the predicate identifies the predicate and the part that modifies the predicate. The parts that modify the predicate are identified (when, how, what, how, why). The time series of numbers is identified as a numerical value and recorded in an area for storing numerical data.
FIG. 3 shows a state in which word patterns are excited in time series to form word strings. The sentence entered in this example is "I am a teacher" (I am a teacher). There are no restrictions on the format of words, numbers, mathematical expressions, and conversion from symbols to patterns as long as they can be identified. A combination of patterns is also a pattern. In this artificial intelligence prototype, each word was assigned an identification number. (For example, the word identification number of the word “I” is “0”, and the particle identification number of the particle “ha” is “1”, “teacher” “2”, “is” “12”,... “Artificial intelligence” (“169”, “occupation”, “170”, etc.) When a new word is generated, it can be dealt with by sequentially adding an identification number. The word excitation history is irradiated to the connection information recording unit of each word and collation is performed. When the word string corresponding to the word and the number of matched words are detected, the corresponding word is excited. When a word is detected, a matching pattern is generated based on the excitation history of the word string excluding the word string of the detected word, and the next word is detected using this matching pattern. If the next word can be detected by this matching pattern, it can be determined that the identification of the previous word was appropriate. On the other hand, if the next word cannot be detected by this collation pattern and an inconsistency occurs, it is determined that the collation is incorrect, and consistency is confirmed for another word candidate. Each time a word is detected, this collation procedure is repeated, and it is confirmed that the word cutting is appropriate for the entire word string.
FIG. 4 shows an example of sentence structure analysis from word strings. A word, a word identification number, a part of speech, a part of speech identification number, a sentence element, and a sentence structure are analyzed from the word string, and by using the analysis result, it is possible to record the sentence elements in an easily searchable structure.
FIG. 5 shows a state where input information is organized and recorded in a structure that is easy to search. m1 to m4 are subject modification parts, s1 and s2 are subject, o1 and o2 are object, h11 and h2 are where, h21 and h22 are where, h31 and h32 are why, h41 and h42 are how, v1 and v2 are The word identification number and numerical value of the sentence element corresponding to the predicate are stored. Words, symbols, numbers, and expressions in the input information are converted into patterns (identification numbers), and the subject, subject modification, predicate, predicate modification (what, when, where, why, how) can be easily searched It is organized and recorded.
If the sentence inputted in this way is structured and recorded, the sentence can be compared for each sentence element, which is very useful. For example, when searching for the same sentence, a pattern in which all sentence elements match is searched. If it is sufficient to match a part, a pattern in which matching points are combined is used as a search pattern, and the corresponding pattern is searched. By structuring sentence elements in this way, information can be recorded and retrieved in an associative memory.
Also, answers to questions can be easily generated. Information about the part corresponding to the question is missing. ] Can be combined with the remaining patterns to generate a search pattern corresponding to the question. What is the expected sentence element as the answer to the question (subject, subject modifier, predicate, predicate modifier) is set in the search pattern. this is[? ] Can be identified from the position of the corresponding sentence element. For example, if you want to search for [When], [? ] H1. Similarly [Where] ⇒ [? ] H2, [Why] ⇒ [? ] H3, [How] ⇒ [? ] H4, [Who] ⇒ [? ] S, [What] ⇒ [? ] O, [What's wrong] ⇒ [? ] V. A search pattern generated from the question is irradiated to the recorder, and a pattern having a correlation is searched. In the searched pane, the above [? ], If there is an internal pattern at a position corresponding to [], it becomes a candidate for a reply.
FIG. 6 compares the pattern of the input information and the information in the recording area for each sentence element, and shows which part of the sentence element matches. (Comparison of sentence elements that are not both input information and recorded information is excluded.) Information or parts that completely match by comparing the pattern of input information and recorded information for each sentence element. Thus, it is possible to identify whether or not the information that coincides with each other is recorded, and to evaluate the novelty of the input information and the degree of association with the related information. Further, by searching for patterns corresponding to the sentence elements of the input information using those having different relationships, various information can be extracted from the recorded information. For example, a sentence having a similar meaning can be searched by replacing a sentence element having input information with a pattern of a similar word. In addition, it is possible to confirm whether or not there is information having a meaning opposite to that of the input sentence by searching for a word pattern having a meaning opposite to that of the sentence element having the input information. When this is applied, it is possible to determine whether the input information is in accordance with rules, common sense, and morals. When knowledge is recorded in the knowledge system, the information regarding the rules, common sense, and morals is recorded together with the identification results (rules, common sense, and morals) as additional information. If the entered information and the recorded information are collated and an inconsistency (opposite word detection) is detected, and the type of recorded information is (rule, common sense and moral), the entered information is (rule, common sense and moral) ). By utilizing this, unhealthy information can be identified from the input information and managed so as not to be incorporated into the knowledge system. 36 to 44 show an example of an operation for comparing and evaluating information inputted later and knowledge (rules and morality) recorded in advance by inputting and registering knowledge about rules and morality in advance. It is shown.

図18、図19はこの発明の一実施例における人工知能装置の構成図および機能構成を示した図である。
本人工知能で使用している記録ユニットは以下の特徴を有している。
・概念を単語、数値および記号を構造化して記録しておりパターンを組み合わせた検索パターンで連想記憶的な情報の記録および検索ができる。
・処理機能(関数機能)を有しておりプログラムと同様の機能を実現できる。処理はユニット化が可能であり、処理の組合せおよび変更は接続を変更することで容易に実現できるデータ駆動型のシステムである。(処理の組み換え、変更が容易である。)
・特徴的なパターンを検出し、検出したパターンに対応した処理プログラムを起動して問題を解くことができる。
・パターンの励起履歴を記録し、励起履歴を使ってパターンの励起を再生することができる。
・パターン、励起履歴および関係性を使用して記録ユニットを自律的に励起し、処理を実行することができる。
図19において1は情報(単語、言語、文章、数式、記号、音声)をパターンに変換する入力処理器である。2は入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器である。3は分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器である。4は分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器である。5はパターンを情報および制御信号に変換する出力処理器である。以下では次に示す各機能の動作について説明していく。
18 and 19 are a diagram showing a configuration diagram and a functional configuration of the artificial intelligence apparatus in one embodiment of the present invention.
The recording unit used in this artificial intelligence has the following characteristics.
・ Concepts are recorded as words, numbers, and symbols in a structured manner, and associative memory information can be recorded and searched using a search pattern that combines patterns.
-It has a processing function (function function) and can realize the same function as a program. The processing can be unitized, and the combination and change of the processing is a data driven system that can be easily realized by changing the connection. (Recombination and change of processing is easy.)
A characteristic pattern can be detected, and a problem can be solved by starting a processing program corresponding to the detected pattern.
-The excitation history of the pattern can be recorded and the excitation of the pattern can be reproduced using the excitation history.
The pattern, excitation history and relationships can be used to excite the recording unit autonomously and perform processing.
In FIG. 19, reference numeral 1 denotes an input processor that converts information (word, language, sentence, mathematical formula, symbol, voice) into a pattern. 2 is a word, meaning, sentence element (subject, predicate, subject modification, predicate modification, modification relationship (5W1H)), field, subject of interest, novelty, comparison with recorded information, sentence type, regarding input information It is an analyzer that analyzes the relationship between intentions and sentences. 3 is the information identified for each sentence element so that it can be easily searched by the analyzer, the analysis result generated by the analyzer, the connection relationship (connection destination, connection strength) between the information generated by the setting and learning by the human, connection Relationship between information, information and processing program start-up history and processing program are structurally recorded, collation by pattern combining sentence elements and analysis results, connection relationship with related information using excitation history and related information Is a recording unit composed of a recording unit that activates related information using activation and connection information. 4 is the execution of processing according to the type and intention of the sentence identified by the analyzer, information retrieval for solving the problem identified by the analyzer, logical expansion, execution of the process, starting of the processing program and recording of the processing result, Generalization of information and procedures to be performed using the relationship between information recorded in the recorder, superior knowledge, processing and logic updates, interests implemented by changing the connection relation of information recorded in the recorder It is a controller that performs search of information related to a certain field and object, recording in a recorder, and transition control between information for a target. An output processor 5 converts the pattern into information and control signals. The operation of each function shown below will be described below.

(a)入力情報の評価機能
(b)文間の関係分析および設定の機能
(c)文の種類に応じた処理を実施する機能
(d)命令文・依頼文へ対応する機能
(e)質問への回答を生成する機能
(f)条件文へ対応する機能
(g)価値ある情報の抽出と記録を実施する機能
(h)会話を生成する機能
(i)問題を自律的に解決する機能
(j)情報、手順の一般化、汎用化する機能
(k)より優れた知識、論理へ更新する機能
(l)興味対象の情報検索および整理する機能
(m)パターン間接続関係の自律的生成機能
(n)文脈を自律的に記録する機能
人工知能を実現するための機能はパターンおよび記録ユニットの機能を使い、情報の検索および抽出、検索した結果に応じた処理の実行、特徴的なパターンの検出と検出結果に応じた処理プログラムの起動、記録ユニットへの情報の登録と変更、記録ユニット間の接続の生成と更新、関連した記録ユニットの起動と接続の生成等の処理をアルゴリズムとして具体化することでこれらの機能を実現することができる。
(A) Input information evaluation function (b) Relation analysis and setting function between sentences (c) Function to execute processing according to the type of sentence (d) Function to respond to command sentence / request sentence (e) Question (F) A function that responds to conditional statements (g) A function that extracts and records valuable information (h) A function that generates conversations (i) A function that autonomously solves problems ( j) Function to generalize and generalize information and procedures (k) Better knowledge and function to update to logic (l) Function to search and organize information of interest (m) Function to autonomously generate connection relations between patterns (N) Function for autonomously recording the context The function for realizing artificial intelligence uses the function of the pattern and the recording unit, and the search and extraction of information, the execution of processing according to the result of the search, the characteristic pattern Processing process according to detection and detection result These functions are realized by embodying processes such as gram activation, registration and change of information to recording units, creation and update of connections between recording units, and activation and connection creation of related recording units as algorithms. can do.

(a)入力情報の評価機能
入力した情報に関し、下記の評価を実施する。
・情報の信頼性評価
・情報の分野/テーマ評価
・情報の種類評価
・情報の関心度評価
・新規性評価
・妥当性評価
これらの評価は情報および情報に関する付帯情報(入手元)を分析することにより実施することができる。信頼性評価は情報源(いつ、誰、何処からの情報か?)の信頼性を確認することにより実施可能である。情報の分野/テーマ、種類および関心度は情報に含まれる単語に対応するパターンを識別することにより実施可能である。新規性および妥当性評価に関しては入力情報のパターンと知識体系に記録しているパターンを照合し、文要素毎に一致、不一致、整合性に関し確認することにより実施可能である。
(A) Input information evaluation function The following evaluation is performed on the input information.
・ Information reliability evaluation ・ Information field / theme evaluation ・ Information type evaluation ・ Information interest level evaluation ・ Novelty evaluation ・ Relevance evaluation These evaluations are analysis of information and incidental information (source) Can be implemented. Reliability assessment can be performed by confirming the reliability of the information source (when, who, where information from?). The field / theme, type and interest level of information can be implemented by identifying patterns corresponding to words included in the information. Novelty and validity evaluation can be performed by collating the pattern of the input information with the pattern recorded in the knowledge system, and confirming the match, mismatch, and consistency for each sentence element.

(b)文間の関係分析および設定の機能
情報間の関係としては原因と結果、事象と理由、説明と結論、概略と詳細、類似の意味、反対の意見、本文と要約、本文と詳細情報等、様々なものがある。これらの関係性の設定は人間の指示または情報と情報の関係を学習することによる自律設定により実施する。図20において関係性の設定は次の手順にて実施される。学習フェーズにおいては情報(文章)を逐次入力していく。文間の関係を人間が識別し、文間の関係性に対応する記録ユニットを励起する。(Aの処理)この時、関係性に対応する記録ユニットの接続情報記録部に励起した文の励起履歴が記録され、文間の関係性との接続が強化される。(Bの処理)学習が進むと文間の関係性に応じて関係性に対応する記録ユニットが自動的に励起するようになる。数々の文間の関係性を自動的に識別できると、この識別結果を文間の接続関係を各ユニットの関係性を記録する箇所に記録していく。これにより文間の関係性の識別および設定が学習され、自動的な設定が実施可能となる。(Cの処理)なお、当然のことながら文間の関係性の設定は人間の指定によっても容易に実施可能である。
(B) Analysis of relations between sentences and relations between functional information of settings include causes and results, events and reasons, explanations and conclusions, outlines and details, similar meanings, opposite opinions, texts and summaries, texts and detailed information There are various things. Setting of these relationships is performed by an autonomous setting by learning a human instruction or a relationship between information and information. In FIG. 20, the relationship is set according to the following procedure. In the learning phase, information (sentences) is sequentially input. A human identifies the relationship between sentences and excites the recording unit corresponding to the relationship between sentences. (Process A) At this time, the excitation history of the excited sentence is recorded in the connection information recording unit of the recording unit corresponding to the relation, and the connection with the relation between sentences is strengthened. (Process B) As learning progresses, the recording unit corresponding to the relationship is automatically excited according to the relationship between the sentences. If the relationships between a large number of sentences can be automatically identified, the identification result is recorded in the location where the relationships between the units are recorded. Thereby, identification and setting of the relationship between sentences are learned, and automatic setting can be performed. (Processing of C) It should be understood that the setting of the relationship between sentences can be easily performed by human designation.

(c)文の種類に応じた処理を実施する機能
入力した文は文に含まれる特徴的な単語を検出することにより文の種類(平常文、疑問文、命令文等)が分析される。分析された文の種類に応じて処理が実施される。平常文では価値ある情報の抽出と記録が実施される。疑問文では質問に対する回答が生成される。命令文では命令、依頼内容の分析、対応分析(対応の可否、対応した場合の影響分析)が実施され処理(対応の有無)が決定される。条件文では条件の成立性が分析され分析結果に応じ処理が実行される。
(C) Function for executing processing according to the type of sentence The type of sentence (normal sentence, question sentence, command sentence, etc.) is analyzed by detecting characteristic words included in the sentence. Processing is performed according to the type of sentence analyzed. Normal texts extract and record valuable information. In the question sentence, an answer to the question is generated. In the command sentence, an analysis of the command, request contents, and a response analysis (response availability, impact analysis in response to the response) are performed, and a process (presence / absence of response) is determined. In the conditional statement, the establishment of the condition is analyzed, and processing is executed according to the analysis result.

(d)命令文・依頼文へ対応する機能
入力した文を分析し、分析結果に応じて対応する処理を実施する。命令文は「○○せよ」、「▽▽の時○○せよ」という表現を一般的に取る。○○を実施することに関し、過去の記録から実施の可否(実施経験の有無から判断)および実施した場合に影響について分析し、実施の有無を判断する。実施が可能な命令である場合は、必要に応じ条件(▽▽の時)の成立性を確認し、処理(○○)を実行する。
(D) Function corresponding to the command sentence / request sentence The input sentence is analyzed, and the corresponding processing is performed according to the analysis result. The command sentence generally takes the expressions “XX SEYO” and “when ▽▽ XX SEYO”. Regarding the implementation of ○○, analyze the possibility of implementation from the past records (determined from the presence or absence of implementation experience) and the impact when implemented, and determine the implementation. If it is an instruction that can be executed, the validity of the condition (when ▽▽) is confirmed as necessary, and the process (XX) is executed.

(e)質問への回答を生成する機能
図21は質問文へ対応する機能について示したものである。質問に対応する箇所については情報が欠落しているので、仮に[? ]というパターンを配置すると、残りのパターンと組み合わせることにより質問に対応する検索パターンを生成することができる。質問の回答として期待する文要素が何なのか(主語、主語の修飾部、述語、述語の修飾部)について検索パターンに設定する。これは[? ]の対応する文要素の位置から識別することができる。例えば、[いつ]について検索したい場合は[? ]H1となる。同様に[どこで]⇒[? ]H2、[なぜ]⇒[? ]H3、[どのように]⇒[? ]H4、[誰が]⇒[? ]S、[何を]⇒[? ]O、[どうした]⇒[? ]Vと表現することにする。質問から生成した検索パターンを記録器に照射し、相関があるパターンを検索する。検索したパーンの中で、上記の[? ]に対応する位置に内部パターンが存在しているものが、あれば回答の候補となる。情報は文要素に整理されているので文要素毎の比較が可能である。また、比較も完全一致、部分的一致、類似、反対の意味の検出等、様々な比較が可能である。記録ユニットに記録している単語間には同じ意味、類似、反対の意味、関連等の関係を定義することができる。入力した情報に含まれる単語から、これらの関連性を有する単語を使用した照合および比較を実施することにより記録している情報との様々な関係を抽出することができる。
(E) Function for generating an answer to a question FIG. 21 shows a function corresponding to a question sentence. Information about the part corresponding to the question is missing. ] Can be combined with the remaining patterns to generate a search pattern corresponding to the question. What is the expected sentence element as the answer to the question (subject, subject modifier, predicate, predicate modifier) is set in the search pattern. this is[? ] Can be identified from the position of the corresponding sentence element. For example, if you want to search for [When], [? ] H1. Similarly [Where] ⇒ [? ] H2, [Why] ⇒ [? ] H3, [How] ⇒ [? ] H4, [Who] ⇒ [? ] S, [What] ⇒ [? ] O, [What's wrong] ⇒ [? ] V. A search pattern generated from the question is irradiated to the recorder, and a pattern having a correlation is searched. In the searched pane, the above [? ], If there is an internal pattern at a position corresponding to [], it becomes a candidate for a reply. Since information is organized into sentence elements, it is possible to compare each sentence element. In addition, various comparisons such as complete match, partial match, similarity, and detection of opposite meanings are possible. Relationships such as the same meaning, similarities, opposite meanings, and relations can be defined between words recorded in the recording unit. Various relations with the recorded information can be extracted from the words included in the input information by performing collation and comparison using these related words.

(f)条件文へ対応する機能
図22は条件文へ対応する機能について示したものである。情報の単語を分析することにより情報の条件部と処理部を識別することができる。例えば、「A」「が」「B」「の時」「C」「を実施せよ」という文では[「A」「が」「B」「の時」]が条件部であり、[「C」「を」「実施せよ」]は処理部である。「A」「が」「B」「なら」「C」「は」「D」「である」という文では[「A」「が」「B」「なら」]が条件部であり、[「C」「は」「D」「である」]は処理部である。
このように文を条件部と処理部に分け、条件部のパターンが起動すると、自律的に条件部が成立しているか否かを確認する処理を起動するようにする。条件付処理で表現できる文が逐次、条件の成立性を確認しながら処理を進めていくという能動的な思考動作を実現することができる。条件の成立性確認は質問への回答を生成する機能を使用することにより容易に実施可能である。条件付処理で表現できる文が逐次、条件の成立性を確認しながら処理を進めていくという能動的な思考動作を実現することができる。一般的に人間の問題解決、行動決定は条件付処理で表現することができる。人間の問題解決策および行動決定策を自然言語で入力することにより本人工知能装置は自律的に条件の成立性を確認しながら処理を進めていくという能動的な思考動作が可能となる。人間の問題解決および行動決定に相当する動作をプログラミングすることなく自然言語で表現された知識(問題解決および行動決定に関する手順および思考方法)を入力することにより、人間が思考により問題解決または行動決定するように問題解決または行動決定を自律的に実施することが可能となる。
(F) Function corresponding to conditional sentence FIG. 22 shows a function corresponding to a conditional sentence. By analyzing the information word, the condition part and the processing part of the information can be identified. For example, in the statements “A”, “GA”, “B”, “NO”, “C”, “do it”, [“A”, “GA”, “B”, “NO” ”is the condition part, and [“ C """""" Perform "" is a processing unit. In the sentence “A” “ga” “B” “if” “C” “ha” “D” “is” [“A” “ga” “B” “if”] is the condition part, “C”, “ha”, “D”, and “is” are processing units.
In this way, the sentence is divided into a condition part and a processing part, and when the pattern of the condition part is activated, a process for confirming whether or not the condition part is established autonomously is activated. It is possible to realize an active thinking action in which sentences that can be expressed by conditional processing sequentially proceed while confirming the satisfaction of the condition. Confirmation of the validity of the condition can be easily performed by using a function for generating an answer to the question. It is possible to realize an active thinking action in which sentences that can be expressed by conditional processing sequentially proceed while confirming the satisfaction of the condition. In general, human problem solving and action determination can be expressed by conditional processing. By inputting human problem-solving measures and action-determining measures in a natural language, the artificial intelligence device can perform an active thinking operation in which processing proceeds autonomously while confirming the establishment of conditions. By inputting knowledge (procedures and thinking methods related to problem solving and action determination) expressed in natural language without programming the actions corresponding to human problem solving and action determination, human beings can solve problems or make action decisions through thinking. As a result, problem solving or action determination can be carried out autonomously.

(g)価値ある情報の抽出と記録を実施する機能
入力情報の信頼性、新規性、妥当性、関心度を評価し有用であると判断すると、情報の種類、分野、テーマ、関心度等の識別結果を付加し、検索し易い形にして記録器に記録する。情報の評価は先に説明した(a)の分析により実施可能である。
(G) Function to extract and record valuable information When the reliability, novelty, validity, interest level of input information is evaluated and judged useful, information type, field, theme, interest level, etc. An identification result is added and recorded in a recorder so that it can be easily searched. The evaluation of information can be performed by the analysis (a) described above.

(h)会話を生成する機能
話者の入力文の種類、関心および意図を分析する。これは入力文に含まれる特徴的なパターン(単語の組合せ)を検出することにより実施し、対応する処理プログラム(挨拶、相手の情報収集、相手の会話評価、会話のための情報検索、問題・質問への回答生成、問題を解くプログラムの起動、相手への質問・確認)を起動し会話(出力)を生成する。処理プログラムの中で会話に出現する単語を検索キーとして連想的な情報検索および情報間の関係性を使用した情報検索することにより、人間が実施している日常的な会話を実施することが可能である。下記は人間と人工知能が実施している会話の例である。下記の会話では人工知能は連想記憶的に関連する情報を検索し会話を生成している。会話生成の処理の詳細は処理1〜処理5に示す。
NO(会話番号)人間と人工知能の会話
1 人間:初めまして
2 人工知能:私はアトムです(処理1)
3 私は人工知能です
4 人間:私は太郎です
5 人工知能:私の職業はアシスタントです(処理2)
6 太郎さんの職業は何ですか
7 人間:私の職業は教師です
8 人工知能:教師は大変ですね(処理3)
9 人間:私は物理を授業で教えています
10 人間:私はテニスを放課後部活で指導します
11 人工知能:太郎さんの趣味は何ですか(処理4)
12 人間:私の趣味はスポーツです
13 人工知能:スポーツと言えば(処理5)
14 ケイ選手は昨日テニス大会で優勝しました
15 ケイ選手は決勝戦でストレート勝ちです
16 すごいですね
(処理1)‥‥‥‥‥‥‥‥‥‥‥‥
(1) 関連情報の抽出
挨拶文(はじめまして)検出
話者(相手)の情報(名前、職業)収集プログラム起動動
話者(相手)の情報(名前)は未記録
(2) 人工知能(出力)
私はアトムです
私は人工知能です
(処理2)‥‥‥‥‥‥‥‥‥‥‥‥
(1) 関連情報の抽出
話者(相手)の情報(名前)を検出
話者(相手)の情報(名前)は 太郎
話者(相手)の情報(名前)は既に記録済
話者(相手)の情報(職業)は未記録
(2) 人工知能(出力)
私の職業はアシスタントです
太郎さんの職業は何ですか
(処理3)‥‥‥‥‥‥‥‥‥‥‥‥
(1) 関連情報の抽出
話者(相手)の情報(名前)は既に記録済
話者(相手)の情報(名前)は 太郎
職業に関する回答を検出
話者(相手)の情報(職業)は 教師
話者(相手)の職業に対する感想を検索・出力
(2) 人工知能(出力)
教師は大変ですね
(処理4)‥‥‥‥‥‥‥‥‥‥‥‥
(1) 関連情報の抽出
話者(相手)の情報(趣味)収集プログラム起動
話者(相手)の情報(趣味)は未記録
(2) 人工知能(出力)
太郎さんの趣味は何ですか
(処理5)‥‥‥‥‥‥‥‥‥‥‥‥
(1) 関連情報の抽出
話者(相手)の情報(趣味)を検出
話者(相手)の情報(趣味)は スポーツ
話者(相手)の趣味に対する関連ニュースを検索・出力
検出した関連情報の分析(「ストレート勝ち」を検出
検出した関連情報の評価(「ストレート勝ち」に対する評価「すごいですね」を検索
検出した関連情報の評価、感想を出力
(2) 人工知能(出力)
スポーツと言えば
ケイ選手は昨日テニス大会で優勝しました
ケイ選手は決勝戦でストレート勝ちです
すごいですね
NO1は初対面の人間に対する挨拶を生成する会話である。会話の生成過程の詳細については(処理1)に示す。(処理1)において「はじめまして」を検出し、話者(相手)の情報(名前、職業)に関する情報を収集するプログラムを起動している。それと同時に自己紹介である会話「私はアトムです」「私は人工知能です」を出力している。次に人間(相手)の会話から相手の名前が「太郎」であることを検出している。ただし、相手の職業に関する情報は未入手であるので、職業に関する情報を収集するための会話「私の職業はアシスタントです」「太郎さんの職業は何ですか」を出力している。(処理2)ここで相手の名前が「太郎」であることが知識として既に記録しているので、以降の会話での相手への呼びかけは「太郎さん」としている。
NO7は相手の職業に関する情報を収集し、その情報に関する人工知能の会話を生成する動作について示している。職業に関しては相手の会話から「教師」であることを知識として取得している。人工知能は「教師」に関して記録している自己の感想である「教師は大変ですね」を検索し、出力している。(処理3)
NO11は相手の名前、職業に関する情報を取得したので趣味に関する情報を取得するプログラムを起動している。(処理5)は相手の趣味が「スポーツ」であることを知識として取得したので、「スポーツ」に関するニュース、トピックス、話題が無いかを知識体系の中の情報を検索している。ニュースの中に人工知能がファンであるテニス選手に関するものが記録されていたので、その話題を「スポーツ」が趣味であることに絡めて「スポーツと言えば・・・」との会話に繋げている。所謂、連想記憶を利用した会話を実施している。また、ニュースの内容を単に紹介するだけでなく、ニュースの内容を分析しニュースの中から特徴的な単語「ストレート勝ち」を検出している。そして「ストレート勝ち」に対する評価として「すごいですね」を検索し、ニュースの紹介とともにニュースの評価、感想も合わせて出力している。このように知識体系に記録している情報間の関係性を活用することにより会話を深く掘り下げていくことが可能である。
(H) Function for generating a conversation Analyzes the type, interest and intention of a speaker's input sentence. This is done by detecting a characteristic pattern (word combination) included in the input sentence, and the corresponding processing program (greeting, collecting information on the other party, evaluating the other party's conversation, retrieving information for the conversation, Generates answers to questions, starts a program that solves the problem, and asks and confirms the other party to generate a conversation (output). It is possible to carry out daily conversation conducted by humans by performing associative information retrieval and information retrieval using relationships between information using words appearing in conversation in processing programs as search keys. It is. Below is an example of a conversation between humans and artificial intelligence. In the following conversation, artificial intelligence searches related information in associative memory and generates a conversation. Details of the conversation generation processing are shown in processing 1 to processing 5.
NO (conversation number) Conversation between human and artificial intelligence 1 Human: Nice to meet you 2 Artificial intelligence: I am an atom (Process 1)
3 I am artificial intelligence 4 Human: I am Taro 5 Artificial intelligence: My profession is assistant (Process 2)
6 What is Taro's occupation 7 Human: My occupation is a teacher 8 Artificial intelligence: Teachers are difficult (Process 3)
9 Human: I teach physics in class 10 Human: I teach tennis in after-school activities 11 Artificial Intelligence: What is Taro's hobby (Process 4)
12 Human: My hobby is sports 13 Artificial intelligence: Speaking of sports (Process 5)
14 Kay won the tennis tournament yesterday. 15 Kay won straight in the final. 16 Great (Process 1) …………………………………………………………………………………
(1) Extraction of related information Greetings (Nice to meet) detection Speaker (partner) information (name, occupation) collection program start information Speaker (partner) information (name) not recorded (2) Artificial intelligence (output)
I'm Atom I'm Artificial Intelligence (Process 2) ………………………………………………………………
(1) Extracting related information Detecting speaker (partner) information (name) Speaker (partner) information (name) is Taro Speaker (partner) information (name) is already recorded Speaker (partner) Information (occupation) is not recorded (2) Artificial intelligence (output)
My occupation is an assistant What is Taro's occupation? (Processing 3) ………………………………………………………………………………………………………………
(1) Extraction of related information The information (name) of the speaker (partner) has already been recorded. The information (name) of the speaker (partner) is Taro. Search and output the opinions of the speaker (the other party) about the occupation (2) Artificial intelligence (output)
Teacher is hard (Process 4) ……………………………………………………………………………………
(1) Extracting related information Speaker (partner) information (hobby) collection program start Speaker (partner) information (hobby) not recorded (2) Artificial intelligence (output)
What is Taro's hobby? (Process 5) ………………………………………………………………………………………………
(1) Extracting related information Detecting speaker (partner) information (hobby) Speaker (partner) information (hobby) is searching for and outputting related news about the hobby of the speaker (partner). Analysis (Detect "Straight Win" Evaluate Detected Related Information (Search for "Straight Win" Evaluation "Great") Evaluate Detected Related Information, Output Impressions (2) Artificial Intelligence (Output)
Speaking of sports, Kay won the tennis tournament yesterday Kay won a straight win in the final game. Great, NO1 is a conversation that generates a greeting for the first person to meet. Details of the conversation generation process are shown in (Process 1). In (Processing 1), “Nice to meet you” is detected, and a program for collecting information on the information (name, occupation) of the speaker (the other party) is activated. At the same time, the conversations “I am an atom” and “I am an artificial intelligence” are introduced. Next, it detects that the name of the other party is “Taro” from the conversation of the person (the other party). However, since information on the occupation of the other party is not yet available, the conversations for collecting information on the occupation “My occupation is an assistant” and “What is Taro's occupation?” Are output. (Process 2) Since the fact that the partner's name is “Taro” has already been recorded as knowledge, the call to the partner in the subsequent conversation is “Taro”.
No. 7 shows an operation of collecting information related to the occupation of the other party and generating an artificial intelligence conversation related to the information. As for occupations, I have acquired knowledge that I am a “teacher” from the conversation of the other party. Artificial intelligence searches for and outputs “My teacher is hard”, which is my own impressions recorded about “teacher”. (Process 3)
Since NO11 has acquired information on the name and occupation of the other party, NO11 has started a program for acquiring information on hobbies. In (Process 5), the fact that the other party's hobby is “sports” is acquired as knowledge, so information in the knowledge system is searched for news, topics, and topics related to “sports”. Since news related to tennis players who are fans of artificial intelligence was recorded in the news, the topic was linked to the conversation of “speaking of sports ...” with “sports” as a hobby Yes. A so-called associative memory conversation is performed. In addition to simply introducing the contents of the news, the contents of the news are analyzed to detect the characteristic word “straight win” from the news. As an evaluation of “Straight Win”, it searches for “It ’s amazing” and outputs the news along with the news evaluation and impressions. Thus, it is possible to delve deeper into conversations by utilizing the relationship between the information recorded in the knowledge system.

(i)問題を自律的に解決する機能
状態から問題を検出し、検出した問題に対応する解決策を適用していくことにより段階的に問題を解決していく。まず、問題について知識体系を活用して分析し問題点の明確化および問題解決の目標を設定する。次に問題点を解決するための解決策を抽出し適用する。適用後の状況を評価し、問題解決の目標に到達すれば処理としては完了になる。問題解決の目標に到達していなければ、再度新しい状態に対し、上記のプロセスを適用し、問題解決の目標に近づけていく。問題を自律的に検出し問題を解決するための処理プログラムを自律的に起動することができると高度な会話システムを構成することができる。話者(相手)の会話が入力すると入力文について分析を行い文の種類、話者の関心、意図を分析する。分析結果に応じた処理プログラムが起動し会話を成立させるために必要な処理を実施する。処理プログラムの例としては挨拶、相手の情報収集、相手の会話の評価、会話のための情報検索、問題および質問への回答生成、問題を解くプログラム、相手への質問、確認等がある。また情報検索は会話の単語を検索キーとして連想的な情報抽出、情報間の関係性を使用した関連情報の検索を実施し、様々な会話の状況への対応が可能である。会話により話者および関心のあるテーマに関して新規で有用な情報が収集されると記録器に記録し知識の拡大を行っていくことが可能である。
情報の処理の仕方として次の機能を設定すると、様々な問題に対して問題の識別、問題解決に向けた処理の実行および新しく生成した知識の知識体系への組込みを自律的に行うことが可能となる。
○問題識別部:問題の種類を識別し、対応する処理を起動する。
○主要パラメータ検索部:問題を解決するために必要なキーパラメータを検索する。キーパラメータが検索できない場合はキーパラメータを生成するプログラムを起動する。
○処理部:主要パラメータ検索部において獲得したキーパラメータを使用して処理を行う。(処理は数式処理の他、言語を使用した処理も含む)
○記録部:処理部において生成した処理結果を新しい知識として知識体系に記録する。記録は連想記憶的に行うことが可能である。(キーワードまたはキーワードの組合せに対応したパターンを主部に配置し、処理結果に対応したパターンを述部に配置して記録することにより実施可能である。)
(I) Function for autonomously solving a problem A problem is solved step by step by detecting a problem from a state and applying a solution corresponding to the detected problem. First, the problem is analyzed using the knowledge system, the problem is clarified, and the goal of problem solving is set. Next, a solution for solving the problem is extracted and applied. The situation after application is evaluated, and if the goal of problem solving is reached, the process is completed. If the problem solving goal has not been reached, the above process is applied again to the new state to bring it closer to the problem solving goal. If a processing program for autonomously detecting a problem and solving the problem can be activated autonomously, an advanced conversation system can be configured. When the conversation of the speaker (the other party) is input, the input sentence is analyzed, and the kind of sentence, the interest of the speaker, and the intention are analyzed. A processing program corresponding to the analysis result is activated and performs processing necessary to establish a conversation. Examples of processing programs include greetings, collecting information about the other party, evaluating the other party's conversation, searching for information for the conversation, generating answers to problems and questions, solving the problem, questions to the other party, and confirmation. In addition, information retrieval can be performed in association with various conversation situations by performing associative information extraction using a conversation word as a retrieval key and retrieving related information using the relationship between information. When new and useful information about the speaker and the topic of interest is collected through conversation, it can be recorded on a recorder and expanded.
By setting the following functions as information processing methods, it is possible to autonomously identify problems for various problems, execute processes for solving problems, and incorporate newly generated knowledge into the knowledge system. It becomes.
○ Problem identification unit: identifies the type of problem and activates the corresponding process.
Main parameter search unit: Searches key parameters necessary to solve the problem. If the key parameter cannot be searched, a program for generating the key parameter is started.
○ Processing unit: Processing is performed using the key parameters acquired in the main parameter search unit. (Processing includes mathematical processing as well as language processing)
○ Recording section: Records the processing result generated in the processing section as new knowledge in the knowledge system. Recording can be performed in an associative memory. (It can be implemented by placing a pattern corresponding to a keyword or a combination of keywords in the main part and placing a pattern corresponding to the processing result in the predicate and recording it.)

(j)情報、手順の一般化、汎用化する機能
図23は情報、手順の一般化、汎用化を実施する機能について示したものである。情報が入力した際に、一般化したパターン(一般化した情報に対応するパターン)も同時に励起するようにすると、一般化した情報と情報との間で関係性が強化されるようになる。情報を一般化する単語の使用例としては上位概念を示す単語、意味、特徴を示す単語等の使用がある。多数の文を入力し、一般化した単語間で関係性を強化することにより常識、一般的な考え方を抽出することが可能である。
(J) Functions for generalizing and generalizing information and procedures FIG. 23 shows functions for generalizing and generalizing information and procedures. When information is input, generalized patterns (patterns corresponding to generalized information) are also excited at the same time, whereby the relationship between the generalized information and the information is strengthened. Examples of the use of words that generalize information include the use of words that indicate higher concepts, meanings, and words that indicate features. It is possible to extract common sense and general ideas by inputting a large number of sentences and strengthening relationships between generalized words.

(k)より優れた知識、論理へ更新する機能
あるテーマに関して入力した情報の価値を評価し有用な情報に関しては既に記録している関連情報と比較する。入力した情報の価値が高い場合(新規性、信頼性、論理展開が詳細、論理が信頼性の高い情報に基づいている、高い評価が得られている等)は知識体系での関連情報との接続関係の優先度を既に記録してあるテーマに関して入力した情報の価値を評価し有用な情報に関しては既に記録している関連情報と比較する。入力した情報の価値が高い場合(新規性、信頼性、論理展開が詳細、論理が信頼性の高い情報に基づいている、高い評価が得られている等)は知識体系での関連情報との接続関係の優先度を既に記録している関連情報よりも上げて記録する。情報が入力される毎に情報の有用性、優先度を評価して記録することにより知識体系に記録した関連情報は最も優れたものを優先的に検索することができる。情報間の関係性は図1において説明したように関係性に係る情報を記録している。(接続数、接続先、接続先の出現頻度、接続先との関係性等)あるテーマに関して複数の情報の接続先がある場合には分析した優先度が高いものから検索することで実現可能である。本人工知能ではパターンの概念を単語、数値および記号を構造化した形態および処理(関数機能)を内蔵した形態と捉えている。これは図1に示した記録ユニットの機能に示すように情報(単語、数値および記号)と処理手順(プログラム)を記録ユニットという単位に納めることにより実施できる。通常、複数のプログラム間で情報をインタフェースする場合には処理の内容、入出力変数、定数の整合性を図る必要がある。プログラム数が少ない場合にはプログラム間でインタフェースする変数、定数を定義し整合性を取ることは容易であるが、処理するプログラムの数が非常に大きくなる場合または処理するプログラムが逐次追加されるような場合には、通常のプログラミングで実施する変数および定数で情報をインタフェースする方式では処理間での整合性を取るのが非常に困難となる。本人工知能では処理間(記録ユニット間)での情報インタフェースに変数および定数で実施する必要は無い。各記録ユニットからの情報検索は(単語、数値および記号)に対応するパターンを組み合わせる連想記憶的な情報の検索が可能である。(各記録ユニット(各処理プログラム)から処理に応じて単語、数および記号を組み合わせたパターンで情報を記録し、他の処理プログラムでその情報を使用する場合には適宜、単語、数および記号を組み合わせたパターンで連想記憶的に情報を検索する。これにより処理プログラムの追加および変更が他の処理プログラムに影響を与えない形で人工知能を実現するシステムを構築することが可能となる。また別の観点から記録ユニットを見ると、記録ユニットにより処理プログラムの独立性を高めているので、処理プログラム(関数)のデータ化(ユニット化)を実現していることになる。処理プログラム(関数)のデータ化により、処理をパターンの組合せおよび状況に応じた順序での起動が可能となるので柔軟性の高いデータ駆動型のシステムを構築することができる。このようにパターンは情報および処理手順をデータ化していると捉えることが可能であり、より優れた知識および論理へ更新する機能もパターン間の接続を変更することによるローカルな変更で実現可能である。
図34は連想記憶的な情報の記録および利用を実施することによりプログラム間における情報インタフェースが従来のプログラミングよりも大幅に柔軟に実施できる動作例について示している。
(K) Better knowledge and function of updating to logic Evaluate the value of information input for a certain theme, and compare useful information with related information already recorded. When the value of the input information is high (newness, reliability, logical development is detailed, logic is based on highly reliable information, high evaluation is obtained, etc.) The value of the input information on the theme in which the priority of the connection relation is already recorded is evaluated, and the useful information is compared with the related information already recorded. When the value of the input information is high (newness, reliability, logical development is detailed, logic is based on highly reliable information, high evaluation is obtained, etc.) The priority of connection relation is recorded higher than the related information already recorded. By evaluating and recording usefulness and priority of information each time information is input, related information recorded in the knowledge system can be preferentially searched. As the relationship between information, information related to the relationship is recorded as described in FIG. (Number of connections, connection destinations, appearance frequency of connection destinations, relationship with connection destinations, etc.) If there are multiple information connection destinations for a certain theme, it can be realized by searching from the one with the highest priority analyzed. is there. In this artificial intelligence, the concept of a pattern is regarded as a form in which words, numbers, and symbols are structured and a process (function function) is built in. This can be implemented by storing information (words, numerical values and symbols) and processing procedures (programs) in units called recording units, as shown in the function of the recording unit shown in FIG. Normally, when information is interfaced between a plurality of programs, it is necessary to ensure consistency of processing contents, input / output variables, and constants. If the number of programs is small, it is easy to define variables and constants that interface between the programs and achieve consistency. However, if the number of programs to be processed becomes very large, or the programs to be processed are added sequentially. In such a case, it is very difficult to achieve consistency between processes in the method of interfacing information with variables and constants implemented in normal programming. In this artificial intelligence, there is no need to implement variables and constants in the information interface between processes (between recording units). Information retrieval from each recording unit can be performed in association memory information combining patterns corresponding to (words, numerical values, and symbols). (When recording information from each recording unit (each processing program) in a pattern that combines words, numbers, and symbols according to the process, and using the information in other processing programs, change the word, number, and symbols as appropriate. Information is retrieved in associative memory using the combined pattern, which makes it possible to construct a system that realizes artificial intelligence in such a way that the addition or change of a processing program does not affect other processing programs. In view of the recording unit, since the independence of the processing program is enhanced by the recording unit, data processing (unitization) of the processing program (function) is realized. Data conversion enables processing to be started in the order according to the combination of patterns and the situation. In this way, patterns can be regarded as data in information and processing procedures, and the ability to update to better knowledge and logic also depends on changing the connection between patterns This can be achieved with local changes.
FIG. 34 shows an example of an operation in which the information interface between programs can be implemented much more flexibly than conventional programming by recording and using associative information.

(1)興味対象の情報検索および整理する機能
登録した興味ある分野および対象に関する情報を定期的に収集するため、本人工知能はインターネット等から情報を収集する。興味のある分野および対象に関するキーワードにより関連情報を検索する。検索した情報を内部に構築した知識体系により評価し、安全で有用な情報を抽出して知識体系に組み込んでいく。本人工知能はインターネットに接続する前に真実、事実、常識、規則、モラルに関する学習を事前に実施し、仮に人間の道徳、規範に反する情報が入力されても検出し知識体系に組み込まない。本人工知能は入力した情報を鵜呑みにするのではなく内部に構築した知識体系との整合性、妥当性、安全性を評価し知識を拡大していく。
(1) Function for searching and organizing information on objects of interest This artificial intelligence collects information from the Internet, etc. in order to periodically collect information on the registered fields of interest and objects. Search related information by keywords related to the field of interest and subject. The retrieved information is evaluated by a knowledge system built inside, and safe and useful information is extracted and incorporated into the knowledge system. This artificial intelligence will learn in advance about the truth, facts, common sense, rules, and morals before connecting to the Internet, and will detect even if information that violates human morals and norms is input and will not incorporate it into the knowledge system. This artificial intelligence does not look at the input information, but expands the knowledge by evaluating the consistency, validity, and safety with the internal knowledge system.

(m)パターン間接続関係の自律的生成機能
図24は励起したパターンの履歴が記録される動作について示している。ある記録ユニットが励起すると、それ以前に励起したパターンの履歴のデータから当該パターンとの接続関係のデータを生成して当該パターンの記録ユニットの接続関係記録部に記録し、励起に関連するパターンとの接続関係が強化する動作について示している。現時点から設定した過去までのパターンの履歴のデータと各記録ユニットの接続関係記録部に記録した接続関係のデータとを照合し、励起条件を満足した記録ユニットを励起する。励起のパターンが繰り返し出現すると、繰り返し出現するパターンとの接続関係が特に強化される。接続関係記録部に記録する接続情報の強化方法には数々の方法があるが、一番シンプルなものとしては励起毎に履歴パターンを蓄積して結合を強化する方法がある。(例:各記録ユニットへの結合を示す結合係数を履歴パターンにおける励起の有無に応じて増加させる。)この動作により励起したパターンとパターンの接続関係が強化され学習が進んでいく。学習データを逐次、入力していくと各学習データに対応するパターンとパターンとの接続関係が強化していき学習データ間の接続関係が知識体系の中に生成されていく。学習が進んだ段階で一部の学習データを入力すると知識体系に生成された学習データに対応するパターン間の接続関係に沿ってパターンが遷移し、学習した内容が想起されていく。つまり、あるテーマに関するキーワードを入力することにより学習した関連情報が逐次、検索することが可能となる。学習データの遷移先が複数の場合は、何を知りたいのかという目標に応じてパターン間の接続関係の関係性を選択することにより、複数の関連情報の中から欲しい情報を絞っていくことができる。記録ユニットは情報および手順を記録することが可能である。パターン間の接続関係が自律的に生成することにより思考および処理手順が生成された接続関係を使って実行されることになる。人間の思考および問題解決の手順をパターンとして定義することにより、人間の思考および問題解決の手順はパターン間の遷移として実行されていく。パターンはプログラムに相当する処理機能も有しているので、処理の結果さらに新しい情報が生成される。新たに生成された情報は処理に応じて適切な単語、数および記号に対応するパターンを組み合わせたパターンにより記録し知識を拡大していくことが可能である。本人工知能では入力情報を既に評価済みの知識体系と妥当性、整合性を評価した後に知識体系に組み入れていくので、人間が教育を受けながら正しく知能を向上させていくのと同様に誤った情報を排除しつつ知識体系を構築していくことができる。誤った情報、規則、道徳に反する情報は仮に入力されても内部に構築した知識体系と整合性が取れないということを検出し、知識体系に組み込まずに廃棄するので安全である。
(M) Autonomous Generation Function of Inter-pattern Connection Relationship FIG. 24 shows an operation for recording a history of excited patterns. When a certain recording unit is excited, it generates connection relation data from the history data of the pattern excited before that and records it in the connection relation recording section of the recording unit of the pattern. It shows the operation that strengthens the connection relationship. The pattern history data set from the present time to the past is collated with the connection relation data recorded in the connection relation recording section of each recording unit, and the recording unit that satisfies the excitation condition is excited. When the excitation pattern appears repeatedly, the connection relationship with the repeatedly appearing pattern is particularly strengthened. There are a number of methods for strengthening the connection information recorded in the connection relation recording unit, but the simplest method is a method of strengthening the coupling by accumulating a history pattern for each excitation. (Example: The coupling coefficient indicating coupling to each recording unit is increased according to the presence or absence of excitation in the history pattern.) By this operation, the connection relationship between the excited pattern and the pattern is strengthened and learning progresses. As learning data is sequentially input, the connection relationship between patterns corresponding to each learning data is strengthened, and a connection relationship between learning data is generated in the knowledge system. When a part of the learning data is input at the stage of learning, the pattern transitions along the connection relation between the patterns corresponding to the learning data generated in the knowledge system, and the learned content is recalled. That is, it becomes possible to sequentially search related information learned by inputting a keyword related to a certain theme. When there are multiple transition destinations of learning data, it is possible to narrow down the desired information from multiple related information by selecting the connection relationship between patterns according to the goal of what you want to know it can. The recording unit can record information and procedures. When the connection relation between patterns is generated autonomously, the thinking and processing procedure are executed using the generated connection relation. By defining human thinking and problem solving procedures as patterns, human thinking and problem solving procedures are executed as transitions between patterns. Since the pattern also has a processing function corresponding to the program, new information is generated as a result of the processing. Newly generated information can be recorded by a pattern combining patterns corresponding to appropriate words, numbers, and symbols according to processing, and the knowledge can be expanded. In this artificial intelligence, the input information is incorporated into the knowledge system after evaluating the validity and consistency with the already evaluated knowledge system, so it is erroneous as if human beings are improving their intelligence correctly while receiving education. It is possible to build a knowledge system while excluding information. Even if incorrect information, rules, and moral information are entered, it is safe to detect that it is inconsistent with the internally built knowledge system and discard it without incorporating it into the knowledge system.

(n)文脈を自律的に記録する機能
図25は入力された情報により逐次、文脈を自律的に記録していく動作について示したものである。情報が入力されると情報の新規性、価値が分析され記録ユニットに記録、起動されていく。既に情報が記録されている場合は該当する情報を起動する。起動した記録ユニットの接続関係記録部には直近に起動した記録ユニットの起動履歴が記録され、直近に起動した記録ユニットとの接続関係が強化する。将来、情報入力によりある概念(情報)に対応する記録ユニットが起動すると、起動した記録ユニットは接続が強化された関連する記録ユニットを逐次、起動していく。この動作により入力した概念(情報)は生成した文脈に沿って遷移していくことになる。なお、文脈が生成されると予測、推定を実施することが可能となる。文脈に沿って概念が遷移していくので、その概念が到達する先は、その概念から導出された論理的帰結、結果、結果予測等の事象に相当する。つまり予測、推定に相当する概念を起動することが可能となる。
図1に示した記録ユニットの機能を使い人工知能を実現する上で必要と考える数々の機能(文の種類分析、文間の関係性分析、文の種類に応じた処理、問題解決のための論理展開、情報および手順の一般化、より優れた知識、論理への更新、興味ある分野、対象に関する情報の検索および検索、文脈の自律的記録)が実現できることを示した。これらの機能を動作させることにより本人工知能は入力した情報を評価して有用な情報を知識体系として構築し、数々の問題を自律的に解決していくことが可能となる。
(N) Function for autonomously recording a context FIG. 25 shows an operation for autonomously recording a context sequentially according to input information. When information is input, the novelty and value of the information is analyzed, recorded in the recording unit, and activated. If information has already been recorded, the corresponding information is activated. The connection relationship of the activated recording unit records the activation history of the recently activated recording unit in the recording unit, and the connection relationship with the recently activated recording unit is strengthened. In the future, when a recording unit corresponding to a certain concept (information) is activated by information input, the activated recording unit sequentially activates related recording units with enhanced connection. The concept (information) input by this operation transitions along the generated context. Note that when a context is generated, prediction and estimation can be performed. Since the concept transitions according to the context, the destination of the concept corresponds to an event such as a logical result, a result, or a result prediction derived from the concept. That is, it is possible to activate a concept corresponding to prediction and estimation.
Numerous functions that are necessary to realize artificial intelligence using the functions of the recording unit shown in Fig. 1 (sentence type analysis, relationship analysis between sentences, processing according to sentence types, problem solving It was shown that logical development, generalization of information and procedures, better knowledge, updates to logic, search and retrieval of information on areas of interest and objects, and autonomous recording of context). By operating these functions, this artificial intelligence can evaluate input information and construct useful information as a knowledge system, and can solve many problems autonomously.

知識体系の構築例および構築した知識体系を活用して質問に対する回答を生成する動作例について説明する。知識としては次の知識1〜3を入力する。これらの知識は図4に示したように語列から文要素および文の構造が分析される。分析された文要素はm1〜m4:主語の修飾部、s1,s2:主語、o1,o2:目的語、h11,h2:when、h21,h22:where、h31,h32:why、h41,h42:how、v1,v2:述語、記号および数値に整理して記録される。
図5において文番号1〜3に知識1〜3に対応する情報が記録されていることが分かる。図6は入力情報と記録情報を比較している動作について示したものである。本例では第4番目に入力した文として第2番目に入力した文と同一の文(私はテニスを放課後部活で教えています)を入力している。第4番目に入力した文は文要素毎に第1〜3の文と比較され文要素毎に一致するか否かが確認される。入力した文と完全に一致した場合、totalの欄に‘1’が表示される。本例では文番号2のtotal欄に‘1’が表示されており入力した文は既に記録している文番号2の文と一致していることが識別されている。この機能を活用すると入力情報の新規性および記録情報との関連性を分析し知識体系を成長させていくことができる。
また先に説明したように質問から検索パターンを生成し質問に対する回答を生成することも可能である。以下では質問1〜11に対し回答が正しく生成されていることが分かる。質問8では「私は生徒ですか」という内容になっている。事前に設定した知識としては生徒とは反対の先生であることが記録されているので本人工知能は相違していることを検出している。単語と単語の関係性(同じ意味、反対の意味)を各単語に対応する記録ユニット間で定義しているので、質問として同じ意味あるいは反対の意味を検出すると回答に反映するようにしている。(ある情報で検索する時、その情報だけでなく類似の単語、反対の単語を使った関連情報の検索も実施することで実現している。)
質問9では「私は教師ですか」という内容になっている。事前に設定した知識としては「先生」であり、「教師」という知識を明示的に与えていないが同じ意味を表す「教師」に対しては「はい」と正しく回答している。このように入力文を関連する単語を使って照合することにより、既に記録している情報と比較し評価することができる。
人工知能の実施例1
‥‥‥‥ 知識として入力した情報を表示 ‥‥‥‥
知識1:私は先生です
知識2:私はテニスを放課後部活で教えています
知識3:私はテニスを強くするため厳しく教えています
‥‥‥‥ 質問と回答を表示 ‥‥‥‥
質問1:私は先生ですか
回答1:はい
質問2:私は何ですか
回答2:先生です
質問3:私は何を教えていますか
回答3:テニスを教えています
質問4:私はどの様に教えていますか
回答4:厳しく教えています
質問5:私は何故教えていますか
回答5:強くするため教えています
質問6:私は何時教えていますか
回答6:放課後教えています
質問7:私は何処で教えていますか
回答7:部活で教えています
質問8:私は生徒ですか
回答8:いいえ
質問9:私は教師ですか
回答9:はい (同じ意味検出)
質問10:私はテニスを優しく教えていますか
回答10:いいえ
質問11:私はテニスを厳しく教えていますか
回答11はい
An example of constructing a knowledge system and an example of operation for generating an answer to a question using the constructed knowledge system will be described. As knowledge, the following knowledge 1 to 3 is input. As for these knowledges, as shown in FIG. 4, sentence elements and sentence structures are analyzed from word strings. The analyzed sentence elements are m1-m4: subject modification part, s1, s2: subject, o1, o2: object, h11, h2: where, h21, h22: where, h31, h32: why, h41, h42: how, v1, v2: Predicate, symbol and numerical value are organized and recorded.
In FIG. 5, it can be seen that information corresponding to knowledge 1 to 3 is recorded in sentence numbers 1 to 3. FIG. 6 shows an operation for comparing input information and recorded information. In this example, the fourth sentence entered is the same sentence as the second sentence entered (I teach tennis in after-school activities). The fourth input sentence is compared with the first to third sentences for each sentence element, and it is confirmed whether or not each sentence element matches. If the entered sentence completely matches, “1” is displayed in the total field. In this example, “1” is displayed in the total column of sentence number 2, and it is identified that the entered sentence matches the sentence of sentence number 2 already recorded. By utilizing this function, it is possible to analyze the novelty of the input information and the relationship with the recorded information to grow the knowledge system.
Further, as described above, a search pattern can be generated from a question and an answer to the question can be generated. In the following, it can be seen that answers are correctly generated for questions 1-11. Question 8 says “Is a student?” As the knowledge set in advance, it is recorded that the teacher is the opposite of the student, so it is detected that the artificial intelligence is different. Since the relationship between words (same meaning, opposite meaning) is defined between the recording units corresponding to each word, if the same meaning or opposite meaning is detected as a question, it is reflected in the answer. (It is realized by searching related information using similar words and opposite words as well as the information when searching with certain information.)
Question 9 says “I am a teacher”. The knowledge set in advance is “teacher”, and the knowledge “teacher” is not given explicitly, but “yes” is correctly answered to “teacher” representing the same meaning. In this way, by collating the input sentence using related words, it is possible to compare and evaluate information already recorded.
Example 1 of artificial intelligence
……………… Displays the information entered as knowledge.
Knowledge 1: I am a teacher Knowledge 2: I am teaching tennis at the after school activities Knowledge 3: I am teaching strictly to strengthen tennis ……………… Displaying questions and answers ………………
Question 1: Are you a teacher? Answer 1: Yes Question 2: What are you? Answer 2: Are you a teacher? Question 3: What are you teaching? Answer 3: Are you teaching tennis? Question 4: Which is me? Answer 4: Tightly taught Question 5: Why do I teach? Answer 5: Teaching to strengthen Question 6: When do I teach? Answer 6: Teach after school 7: Where do I teach? Answer 7: I teach in club activities Question 8: Are you a student? Answer 8: No Question 9: Are you a teacher? Answer 9: Yes (same meaning detected)
Question 10: Do I teach tennis gently? Answer 10: No Question 11: Do you teach tennis strictly? Answer 11 Yes

次に情報間の関係を使用した応用例について示す。
質問12では人間が人工知能に発した人工知能の職業がなぜ「アシスタント」であるのかを質問している。人工知能は自己の職業である「アシスタント」に関する情報を知識体系から検索している。知識4〜10は知識体系に記録している情報が関連情報と関係性を有して記録している様子を示している。基準の文「私の職業はアシスタントです」に関係性を有する文の数、関係性を有する文の接続先および基準文との関係が記録されており、基準文をベースとして関連する文が関係性を使用して検索できる動作について示している。本例では基準文「私の職業はアシスタントです」に関連文は6個あり、接続関係が[詳細]が5個、接続関係が[理由]が1個あることを示している。人間の質問は何故「アシスタント」であるのかを聞いているので、検索された「アシスタント」に関する情報から接続関係が[理由]であるものを抽出している。本例では接続関係が[理由]であるものが1個あり、その抽出した結果「皆さんの役に立ちたいからです」を出力している。なお、[理由]に関する情報の抽出は上記に述べた接続関係を使用して抽出する方法の他に、構文分析において文を5W1Hに整理して記録しているので、何故を示す検索キー[H3][H4]([H3:何故]は検索する情報、[H4:アシスタント]は検索のキーワード)を使用する方法がある。
質問13では人間が人工知能の職業「アシスタント」の詳細について質問している。「アシスタント」に関する関連情報から接続関係が[詳細]であるものを検索している。接続関係が[詳細]を示すものが5個あり、回答13では5個の文を「アシスタント」に関する詳細な情報として出力している。
人工知能の実施例2
‥‥‥‥ 知識として入力した情報を表示 ‥‥‥‥
知識4:私の職業はアシスタントです[基準の文]
知識5:私は問題解決を支援します
(基準文との関係は[詳細])
知識6:私は生活上の問題を扱えます
(基準文との関係は[詳細])
知識7:私は物理の問題を扱えます
(基準文との関係は[詳細])
知識8:私は数学の問題を扱えます
(基準文との関係は[詳細])
知識9:私は相談相手になります
(基準文との関係は[詳細])
知識10:皆さんの役に立ちたいからです
(基準文との関係は[理由])
質問12:職業が何故アシスタントですか
回答12:皆さんの役に立ちたいからです
質問13:アシスタントについて詳しく教えてくだい
回答13:私は問題解決を支援します
私は生活上の問題を扱えます
私は物理の問題を扱えます
私は数学の問題を扱えます
私は相談相手になります
Next, an application example using the relationship between information is shown.
Question 12 asks why the profession of artificial intelligence that humans have given to artificial intelligence is an “assistant”. Artificial intelligence retrieves information about "assistant" that is its profession from the knowledge system. Knowledge 4-10 shows how information recorded in the knowledge system is recorded in relation to related information. The number of related sentences, the connection destination of the related sentence, and the relationship with the reference sentence are recorded in the reference sentence “My profession is an assistant”, and related sentences are related based on the reference sentence. It shows the operations that can be searched using gender. In this example, the reference sentence “My profession is an assistant” has six related sentences, and there are five [detail] connection relationships and one [reason] connection relationship. Since the human question asks why it is an “assistant”, the information on the retrieved “assistant” is extracted from the information about the connection relationship that is “reason”. In this example, there is one connection relationship with [reason], and the extracted result is "I want to help you". In addition to the method of extracting information related to [reason] using the connection relation described above, the sentence is organized and recorded in 5W1H in the syntax analysis, so the search key [H3 indicating the reason] ] [H4] ([H3: Why] is information to be searched and [H4: Assistant] is a search keyword).
In question 13, humans ask questions about the details of the artificial intelligence occupation “assistant”. A search is made for related information of [Assistant] whose connection relation is [Details]. There are five cases where the connection relationship indicates [Details], and in the answer 13, five sentences are output as detailed information regarding the “assistant”.
Example 2 of artificial intelligence
……………… Displays the information entered as knowledge.
Knowledge 4: My profession is an assistant [standard statement]
Knowledge 5: I support problem solving (Relationship with the reference text is [Details])
Knowledge 6: I can handle problems in my life (the relationship with the reference is [Details])
Knowledge 7: I can handle physics problems (relationship with the reference text [details])
Knowledge 8: I can handle mathematics problems (the relation with the reference sentence is [Details])
Knowledge 9: I will be a consultant (Relationship with the standard is [Details])
Knowledge 10: Because I want to help you (Relationship with the reference sentence is [Reason])
Question 12: Why is my profession an assistant? Answer 12: I want to help you. Question 13: Tell me more about the assistant. Answer 13: I can help you solve problems. I can handle life problems. I can handle math problems I will be a consultant

実施例3では構築した知識体系を使って回答を生成する動作について説明する。知識体系には知識11〜20の情報を記録している。図7に情報が単語識別番号および数値に変換されて格納されている様子を示す。本例では各単語識別番語は次の単語に対応している。(53:店 A,54:店 B,55:店 C,56:店 D,57:店 E,115:予算,58:距離,95:円,62:km)入力した数列は数値に変換され数inの箇所に格納されている。
図8は質問14を構文分析し文要素に識別するとともに質問の意味を分析し回答を生成
検出している。質問14では○○は「予算」が対応する。人工知能は知識体系に関連する情
「予算」「は」「? 」「です」というパターンを使用すれば良い。
図8において検索の結果、記録ユニット0〜4に「予算」に関連する情報が記録されていることを検出している。(図7の文番号1〜5に対応する記録ユニットを参照)
次に人工知能は検索した「予算」の数値に関し、質問の条件(8000円以下)を満足する記録ユニットを識別している。その結果、記録ユニット0,1,2,4が条件を満足することが分
算であることを回答として出力している。
人工知能の実施例3
‥‥‥‥ 知識として入力した情報を表示 ‥‥‥‥
知識11:店Aの予算は4000円です
知識12:店Bの予算は6000円です
知識13:店Cの予算は8000円です
知識14:店Dの予算は10000円です
知識15:店Eの予算は5000円です
知識16:店Aの距離は0.5kmです
知識17:店Aの距離は1.2kmです
知識18:店Aの距離は0.8kmです
知識19:店Aの距離は1.5kmです
知識20:店Aの距離は0.3kmです
質問14:どの店の予算が8000円以下ですか
回答14:店Aの予算店Bの予算店Cの予算店の予算店Eの予算が8000円以下です
質問15:更にどの店の距離が1km以下ですか
回答15:店Aの距離店Cの距離店Eの距離が1km以下です
質問15では先の質問において生成した回答から更に追加の条件を満足する「店」を選択する問題である。図9は質問15を構文分析し更に条件を満足するものを分析する処理について示している。先の質問の回答で店Aの予算店Bの予算店Cの予算店の予算店Eの予算が条件を満足することが分かったので質問15の回答を生成するための関連情報として店A店B店C店Eの「距離」について知識体系から情報を検索している。
検索の結果、記録ユニット番号5,6,7,9に関連情報が記録されていることが分かる。これらの記録ユニットに格納されている距離情報から質問15の条件(1km以下)を満足する記録ユニット番号が5,7,9であることが分かり質問15に対する回答として店Aの距離店Cの距離店Eの距離であることを出力している。
以上の動作から分かるように本人工知能は質問の意味を理解(問題の型を検出)し、回答を生成するために自律的に検索パターンを生成して知識体系から関連情報を抽出して回答を生成することが可能である。パターンは先に説明したように情報を構造化して記録するとともに情報の処理の仕方も記録する。またプログラムの機能を包含する。これらの機能の実施例について次に説明する。
In the third embodiment, an operation for generating an answer using the constructed knowledge system will be described. Information of knowledge 11 to 20 is recorded in the knowledge system. FIG. 7 shows how information is converted into word identification numbers and numerical values and stored. In this example, each word identification number corresponds to the next word. (53: Store A, 54: Store B, 55: Store C, 56: Store D, 57: Store E, 115: Budget, 58: Distance, 95: Yen, 62: km) The input sequence is converted to a numerical value. It is stored at a location of several in.
Fig. 8 shows the analysis of question 14 to identify sentence elements and analyze the meaning of the question to generate an answer.
Detected. In Question 14, “Budget” corresponds to XX. Artificial intelligence is information related to the knowledge system.
The pattern “Budget”, “Wa”, “?”, “Is” may be used.
In FIG. 8, it is detected as a result of the search that information related to “budget” is recorded in the recording units 0 to 4. (Refer to the recording units corresponding to sentence numbers 1 to 5 in FIG. 7)
Next, the artificial intelligence identifies the recording unit that satisfies the question condition (8000 yen or less) with respect to the searched “budget” value. As a result, it is clear that the recording units 0, 1, 2, and 4 satisfy the conditions.
It is output as an answer that it is a calculation.
Example 3 of artificial intelligence
……………… Displays the information entered as knowledge.
Knowledge 11: Store A budget is 4000 yen Knowledge 12: Store B budget is 6000 yen Knowledge 13: Store C budget is 8000 yen Knowledge 14: Store D budget is 10,000 yen Knowledge 15: Store E budget The budget is 5000 yen Knowledge 16: The distance of store A is 0.5 km Knowledge 17: The distance of store A is 1.2 km Knowledge 18: The distance of store A is 0.8 km Knowledge 19: The distance of store A is 1 Knowledge 20: Distance of store A is 0.3 km Question 14: Which store's budget is 8000 yen or less Answer 14: Budget of store A Budget store of budget store B Budget store of budget store E Budget of store E Question 15: Which store distance is 1 km or less? Answer 15: Distance of store A is distance of store E is less than 1 km. Question 15 is further added from the answer generated in the previous question. Select a store that satisfies the conditions of It is a problem. FIG. 9 shows a process for analyzing the syntax of the question 15 and further analyzing what satisfies the conditions. Since it was found from the answer to the previous question that the budget of budget store E of budget store C of budget store B of store A satisfies the conditions, store A store as related information for generating the answer of question 15 Information about the “distance” of B store C store E is retrieved from the knowledge system.
As a result of the search, it can be seen that related information is recorded in the recording unit numbers 5, 6, 7, and 9. From the distance information stored in these recording units, it can be seen that the recording unit numbers satisfying the condition of question 15 (1 km or less) are 5, 7, and 9. It is outputting that it is the distance of the shop E.
As can be seen from the above operations, this artificial intelligence understands the meaning of the question (detects the type of the problem), autonomously generates a search pattern to generate the answer, extracts the relevant information from the knowledge system, and answers Can be generated. As described above, the pattern records the information in a structured manner and also records how to process the information. It also includes program functions. Examples of these functions will now be described.

実施例4は微分方程式の解を求める問題である。図10は入力した情報を分析し、入力した数値および記号列が微分方程式であることを識別している。入力した情報が線形の2次微分方程式であることが識別されたので、本微分方程式を解く処理プログラムが自動的に起動している。微分方程式の2次微分項、1次微分項、0次微分項の係数を識別し、これらの係数および初期値を使用して特性方程式を解くことにより微分方程式の解を求めている。
このように本人工知能は入力する情報(数値、記号)から式の型を識別することが可能である。識別した式に応じて解の公式等を処理プログラムとして登録することにより、本人工知能は式を識別すると同時に、その解も回答することが可能である。
人工知能の実施例4
質問16:数学の問題です
x0は4です
x1は5です
[2 d2x/_dtdt+3 d_x/_dt+1=0]
回答16:方程式の解は以下です
x=A exp(p1t)+B exp(p2t)
p1=−1 p2=−0.5
A=−14 B=18
Example 4 is a problem for obtaining a solution of a differential equation. FIG. 10 analyzes the input information and identifies that the input numerical value and symbol string are differential equations. Since the input information is identified as a linear second-order differential equation, a processing program for solving this differential equation is automatically activated. The differential equation solution is obtained by identifying the coefficients of the second-order differential term, first-order differential term, and zero-order differential term of the differential equation, and solving the characteristic equation using these coefficients and initial values.
In this way, the artificial intelligence can identify the type of expression from the input information (numerical value, symbol). By registering a solution formula or the like as a processing program according to the identified formula, the artificial intelligence can identify the formula and simultaneously answer the solution.
Example 4 of artificial intelligence
Question 16: Mathematics problem x0 is 4 x1 is 5 [2 d2x / _dtdt + 3 d_x / _dt + 1 = 0]
Answer 16: The solution of the equation is x = A exp (p1t) + B exp (p2t)
p1 = -1 p2 = -0.5
A = -14 B = 18

実施例5は2つの関数の囲む面積を求める問題である。図11は質問文を分析し、問題の型が2つの関数の交点および囲む面積を求める問題であることを識別している
本人工知能は上記の入力により次の処理を逐次行っている。
・関数fの特性抽出(2次係数、1次係数、0次係数)
・関数gの特性抽出(2次係数、1次係数、0次係数)
・関数h=g‐fの係数算出(2次係数、1次係数、0次係数)
・h=0から交点x1,x2の導出
処理を実施し交点であるx1=−2,x2=2が正しく導出されている。
質問18は2つの関数が囲む面積を求める問題である。
本人工知能は上記の入力により関数が囲む面積を求める問題であることを検出し次の処理を逐次行っている。
・関数fの特性抽出(2次係数、1次係数、0次係数)
・関数gの特性抽出(2次係数、1次係数、0次係数)
・関数h=g‐fの係数算出(2次係数、1次係数、0次係数)
・h=0から交点x1,x2の導出
・関数h=g‐fの積分を実施し積分[関数h=g‐f]の係数を導出
・積分範囲[x1−x2]における積分値を導出
(2つの関数の囲む面積の処理には前出の2つの関数の交点を求める処理プログラムを一 部活用している)
回答18に示すように積分値「10.666」が正しく求められている。
人工知能の実施例5
質問17:数学の問題です
[f=x**2+2x−4]
[g=2x]
fとgの交点は何ですか
回答17:fとgの交点は−2と2です
質問18:fとgの囲む面積は何ですか
回答18:fとgの囲む面積は10.6667です
The fifth embodiment is a problem of obtaining an area surrounded by two functions. FIG. 11 analyzes the question sentence and recognizes that the problem type is a problem for obtaining the intersection of two functions and the surrounding area. The artificial intelligence sequentially performs the following processing based on the above input.
・ Characteristic extraction of function f (2nd order coefficient, 1st order coefficient, 0th order coefficient)
・ Characteristic extraction of function g (2nd order coefficient, 1st order coefficient, 0th order coefficient)
・ Calculation of function h = g−f coefficient (second order coefficient, first order coefficient, zero order coefficient)
The intersection points x1 and x2 are derived from h = 0, and the intersection points x1 = −2 and x2 = 2 are correctly derived.
Question 18 is a problem of determining the area surrounded by two functions.
This artificial intelligence detects the problem of obtaining the area surrounded by the function by the above input, and sequentially performs the following processing.
・ Characteristic extraction of function f (2nd order coefficient, 1st order coefficient, 0th order coefficient)
・ Characteristic extraction of function g (2nd order coefficient, 1st order coefficient, 0th order coefficient)
・ Calculation of function h = g−f coefficient (second order coefficient, first order coefficient, zero order coefficient)
Derivation of intersection points x1 and x2 from h = 0 Integration of function h = gf is performed to derive a coefficient of integration [function h = gf] Derivation of an integral value in the integration range [x1-x2] ( Part of the processing program that finds the intersection of the two functions above is used to process the area enclosed by the two functions)
As shown in the answer 18, the integral value “10.666” is correctly obtained.
Example 5 of artificial intelligence
Question 17: It is a mathematical problem [f = x ** 2 + 2x-4]
[G = 2x]
What is the intersection of f and g? Answer 17: The intersection of f and g is -2 and 2. Question 18: What is the area enclosed by f and g? Answer 18: The area enclosed by f and g is 10.6667.

実施例6は物理の問題(質点の飛距離)である。ボールを初速:V m/s、迎角:t degで投げた場合の飛距離について求める問題である。人工知能への知識としては▲1▼ボールの初速はVです。▲2▼ボールの迎角はtです。▲3▼Vは10m/sです。▲4▼tは45degです。が入力されている。次に人工知能への質問としてQ:ボールの飛距離は何ですか?という質問を入力している。この時、人工知能の処理状況を図12に示す。人工知能はボールの飛距離に関するデータが既に存在する否かの確認を第1ステップとして実施している。飛距離に関するデータが存在していない事を確認すると、飛距離を導出するプログラムを起動し、ボールの初速および迎角に関するデータの検索を行っている。ボールの初速はV(記号)で数値は10m/sであること、ボールの迎角はt(記号)で数値は45degであることを知識か
mであることを回答として正しく出力している。
人工知能の実施例6
質問19:物理の問題です
ボールの初速はvです
ボールの迎角はtです
vは10m/sです
tは45degです
ボールの飛距離は何ですか
回答19:飛距離は 10.2041 mです
Example 6 is a physical problem (the flying distance of mass points). This is a problem of obtaining a flight distance when the ball is thrown at an initial speed: V m / s and an angle of attack: t deg. As for knowledge of artificial intelligence, the initial speed of the ball is V. (2) The angle of attack of the ball is t. ▲ 3 ▼ V is 10m / s. ▲ 4 ▼ t is 45deg. Is entered. The next question to artificial intelligence is Q: What is the flight distance of the ball? The question is entered. At this time, the processing state of artificial intelligence is shown in FIG. Artificial intelligence implements as a first step whether or not data relating to the flight distance of a ball already exists. When it is confirmed that there is no data relating to the flight distance, a program for deriving the flight distance is started and data relating to the initial velocity and angle of attack of the ball is searched. Do you know that the initial velocity of the ball is V (symbol) and the value is 10 m / s, that the angle of attack of the ball is t (symbol) and the value is 45 deg?
m is correctly output as an answer.
Example 6 of artificial intelligence
Question 19: It is a physical problem The initial velocity of the ball is v The angle of attack of the ball is t v is 10 m / s t is 45 deg What is the flight distance of the ball Answer 19: The flight distance is 10.2041 m

実施例7は物理(比重)の問題である。この時、人工知能の処理状況を図13に示す。人工知能は最初に質問に対する回答(物体Dの比重)があるか知識体系を検索している。検索の結果、該当のデータが無いため、比重を求めるプログラムを起動している。本プログラムは物体Dの体積および重さのデータを検索している。物体の形状に関する情報(立方体)および寸法情報から体積を求め、物体の質量情報を検索することにより比重を求めている。
人工知能の実施例7
質問20:物理の問題です
物体の形状は立方体です
物体Dの辺はdです
dは2です
物体Dの体積は何ですか
回答20:物体Dの体積は8です
物体Dの重さは4です
質問21:物体Dの比重は何ですか
回答21:物体Dの比重は0.5です
Example 7 is a physical (specific gravity) problem. At this time, the processing state of artificial intelligence is shown in FIG. Artificial intelligence first searches the knowledge system for answers to the questions (specific gravity of object D). As a result of the search, there is no corresponding data, so a program for obtaining specific gravity is started. This program searches the volume and weight data of the object D. The specific gravity is obtained by obtaining the volume from the information (cube) on the shape of the object and the dimension information, and searching the mass information of the object.
Example 7 of artificial intelligence
Question 20: It is a physical problem. The shape of the object is a cube. The side of object D is d. D is 2. What is the volume of object D? Answer 20: The volume of object D is 8. The weight of object D is 4. Question 21: What is the specific gravity of object D? Answer 21: The specific gravity of object D is 0.5.

実施例8は物理(運動方程式の生成)の問題である。
人工知能の実施例8
質問22:物理の問題です
:バネの力は−kxです
:ダンパーの力は−d dx/dtです
:重力の力は+m_gです
:バネの力が物体Cに働きます
:ダンパーの力が物体Cに働きます
:重力の力が物体Cに働きます
:何が物体Cに働きますか
回答22:バネの力がダンパーの力が 重力の力が働きます
質問23:gは9.8です
:m_は1です
:kは1です
:dは1です
:運動の方程式は何ですか
回答23:運動方程式は以下です
g =9.8
m_=1
k =1
d =1
d2x/_dtdt+(d/m_)d_x/_dt+(k/m_)x = g
与えられた物理に関する知識(情報)から運動方程式を自律的に生成する動作例について示している。本問題はバネと減衰器を介した質量mの運動方程式を求める問題であり、解は下記となる。
運動方程式(解) d2x/dt2+(d/m)dx/dt+(k/m)x=g
質問22は運動方程式に関する知識(情報)および質問を人工知能に入力している。入力した知識(情報)および質問が記録器の記録ユニットに格納されている様子を図14に示す。図14は「何が物体に働きますか」という質問を入力している。この時、人工知能は「何が**ですか」という問題を検出し、質問に関連する情報を記録ユニットから自律的に抽出している。本質問の関連情報は記録ユニットの番号71,72,73から検出されている。抽出された情報としては項の型、項の内容([3],[2],[1])である。項の型の定義を下記に示す。型番号3は(±記号・x)の型であることを示している。同様に型番号4は(±記号・dx/dt)の型であること、型番号5は(±記号・記号)の型であることを示している。質問22において抽出した関連情報としては下記であることを示している。
記録ユニット71:−k x
記録ユニット72:−d dx/dt
記録ユニット73:+m g
0:データ無し、1:記号、2:±記号、3:±記号・x、
4:±記号・d_x/_dt、5:±記号・記号、6:±d2x/_dtdt
質問23は「運動方程式は何ですか」という質問を入力した時の動作例について示したものである。この時、本人工知能は下記のような動作を実施し、質問に正しく回答することができる。
ステップ0:質問に対応するデータ(運動方程式)が知識として存在するか検索する。
(知識として存在していれば記録されているデータを使用して回答を生成す る。)
ステップ1:知識として存在していなければ関連情報(物体に働く力:記録ユニット71 ,72,73の情報)から運動方程式を生成する。
ステップ2:式の整理(移項処理)
ステップ3:式の整理(正規化処理)
ステップ4:運動方程式の表示
本人工知能は数式(数、記号、演算子)を分析し、数字、記号、演算子等を構造化して記録しているので数式処理(式の変形、整理等)を実施することが可能である。また数式、方程式を解釈し、解を求めることも可能である。
図15〜17では処理の過程が分かるように各処理過程における項(左辺の項、右辺の項)の各要素を記号番号および記号で表示している。ステップ1においては以下の関係を使用して運動方程式が生成されている。
m d2/dt2= 物体に働く力(−k x−d dx/dt+m g)
ステップ2およびステップ3ではステップ1で生成した方程式を整理(移項および正規化)し、最終的な運動方程式を正しく導出している。また求められた運動方程式に初期条件(x0,x1)を先に説明した微分方程式の解を求める処理プログラムを起動することにより運動方程式の挙動を容易に求めることができる。
以上では本人工知能が問題を解く実行例について示したが、ここで示した実行例以外の様々な問題に対しても解決できる能力を有している。一般的に次の条件を有し、人間が解ける問題に関しては本人工知能も解くことが可能である。
条件1:問題を解くために必要な情報およびパラメータが問題
の中または過去に記録した情報に含まれている。
条件2:問題を解くための情報およびパラメータの処理の仕方を言語およびプログラムで定義することができる。
人間が問題を解く場合には、問題を解くうえで必要な情報を識別、検索し、検索した情報を知識として記録している問題を解くための情報の処理の仕方に沿って情報を処理し、解を導出する。本人工知能も全く同じ方法で解を導出することができる。
本人工知能は与えられた問題の識別、問題を解くためのキーパラメータの分析、キーパラメータの検索を実施し、問題を解くためのキーパラメータが検索できない場合は該当するキーパラメータを生成する処理プログラムを逐次起動して問題解決する。つまり、問題を解決するための手順を知識から検索し、検索した知識に基づいて問題の処理をブレークダウンしていく。問題を解くために必要なキーパラメータを識別し、キーパラメータの状態について知識体系から検索する。キーパラメータを知識体系から検索することができれば、検索したキーパラメータの状態を使用して問題を解く。キーパラメータを知識体系から検索することができない場合は、キーパラメータの状態を求めるための処理プログラムを起動する。処理プログラムを起動することにより、新たなキーパラメータの状態が必要になる場合があるが、上記の手順を繰り返すことにより新たなキーパラメータの検索または新たなキーパラメータの状態を求めるための処理プログラムを起動する。このような手順を繰り返すことにより当初に設定した問題を解決する。
図35は問題を解く上で必要なキーパラメータを自律的に検索し、必要な情報が得られない場合はキーパラメータを生成するプログラムを自律的に起動して問題を解く上で必要な条件を整えながら処理を進めていく動作例について示している。
本項において詳細に説明したようにパターンという概念を使用することにより人間の様々な思考を表現し、思考過程はパターンの自律的な遷移で表現することができる。パターンは2.2項において説明したように能動的な機能(内蔵した処理の実行、プログラム機能、他のパターンおよびプログラムの起動等)を有している。この能動的な機能を使用することにより人間が問題を解決するに当たり、実施する思考活動(関連情報の検索。該当する問題の検出と検出した問題を解決するための処理プログラムの起動)に相当する機能を実現することができる。
なお、処理プログラムをライブラリ化し充実化することによりライブラリを組み合わせて複合的な問題を解くことが可能である。
Example 8 is a problem of physics (generation of equation of motion).
Example 8 of artificial intelligence
Question 22: It is a physical problem: The spring force is -kx: The damper force is -d dx / dt: The gravity force is + m_g: The spring force works on object C: The damper force is object C : Force of gravity works on object C: What works on object C Answer 22: Force of spring works of force of damper Work of gravity force Question 23: g is 9.8: m_ Is 1: k is 1: d is 1: What is the equation of motion Answer 23: The equation of motion is g = 9.8
m_ = 1
k = 1
d = 1
d2x / _dtdt + (d / m_) d_x / _dt + (k / m_) x = g
An example of an operation for autonomously generating an equation of motion from given physics knowledge (information) is shown. The problem is to find the equation of motion of mass m via a spring and a damper, and the solution is as follows.
Equation of motion (solution) d2x / dt2 + (d / m) dx / dt + (k / m) x = g
The question 22 inputs knowledge (information) about the equation of motion and a question to the artificial intelligence. FIG. 14 shows how the input knowledge (information) and the question are stored in the recording unit of the recorder. FIG. 14 inputs a question “What works on an object”. At this time, artificial intelligence detects the problem “what is **” and autonomously extracts information related to the question from the recording unit. The related information of this question is detected from the recording unit numbers 71, 72, 73. The extracted information includes the type of the term and the content of the term ([3], [2], [1]). The definition of the term type is shown below. The model number 3 indicates that the model is (± symbol x). Similarly, the model number 4 indicates that the type is (± symbol / dx / dt), and the model number 5 indicates that the type is (± symbol / symbol). The related information extracted in the question 22 indicates the following.
Recording unit 71: -k x
Recording unit 72: -d dx / dt
Recording unit 73: + mg
0: no data, 1: symbol, 2: ± symbol, 3: ± symbol, x,
4: ± symbol / d_x / _dt, 5: ± symbol / symbol, 6: ± d2x / _dtdt
Question 23 shows an example of operation when the question “What is the equation of motion” is input. At this time, the artificial intelligence can perform the following operations and answer the questions correctly.
Step 0: A search is made as to whether data (equation of motion) corresponding to the question exists as knowledge.
(If it exists as knowledge, it uses the recorded data to generate an answer.)
Step 1: If there is no knowledge, an equation of motion is generated from related information (force acting on the object: information of the recording units 71, 72, 73).
Step 2: Organize expressions (transition processing)
Step 3: Organize expressions (normalization process)
Step 4: Display of equation of motion This artificial intelligence analyzes mathematical formulas (numbers, symbols, operators) and records numbers, symbols, operators etc. in a structured manner, so mathematical formula processing (transformation of formulas, organization, etc.) Can be implemented. It is also possible to obtain a solution by interpreting mathematical formulas and equations.
15 to 17, the elements of the terms (left-side term and right-side term) in each processing step are displayed by symbol numbers and symbols so that the processing steps can be understood. In Step 1, the equation of motion is generated using the following relationship.
m d2 / dt2 = force acting on the object (−k x−d dx / dt + mg)
In step 2 and step 3, the equation generated in step 1 is arranged (transposition and normalization), and the final equation of motion is correctly derived. In addition, the behavior of the equation of motion can be easily obtained by activating a processing program for obtaining a solution of the differential equation described above with the initial condition (x0, x1) in the obtained equation of motion.
Although the execution example in which the artificial intelligence solves the problem has been described above, it has the ability to solve various problems other than the execution example shown here. Generally, it has the following conditions, and it can solve this artificial intelligence for problems that humans can solve.
Condition 1: Information and parameters necessary for solving the problem are included in the information recorded in the problem or in the past.
Condition 2: How to process information and parameters for solving a problem can be defined by language and program.
When a person solves a problem, the information necessary for solving the problem is identified and searched, and the information is processed in accordance with the information processing method for solving the problem in which the searched information is recorded as knowledge. To derive the solution. This artificial intelligence can derive the solution in exactly the same way.
This artificial intelligence identifies a given problem, analyzes key parameters for solving the problem, searches for key parameters, and generates a corresponding key parameter if the key parameters for solving the problem cannot be found. To solve the problem. That is, a procedure for solving the problem is searched from knowledge, and the problem processing is broken down based on the searched knowledge. Identify the key parameters required to solve the problem and search the knowledge system for the key parameter states. If the key parameter can be retrieved from the knowledge system, the problem is solved using the state of the retrieved key parameter. If the key parameter cannot be retrieved from the knowledge system, a processing program for determining the key parameter state is started. Starting a processing program may require a new key parameter state. By repeating the above procedure, a processing program for searching for a new key parameter or obtaining a new key parameter state may be used. to start. By repeating such a procedure, the initially set problem is solved.
FIG. 35 autonomously searches for key parameters necessary for solving a problem, and when necessary information is not obtained, autonomously starts a program for generating key parameters and sets conditions necessary for solving the problem. An example of an operation for proceeding while processing is shown.
As explained in detail in this section, the concept of pattern can be used to express various human thoughts, and the thought process can be expressed by autonomous transition of patterns. The pattern has active functions (execution of built-in processing, program function, activation of other patterns and programs, etc.) as described in Section 2.2. Corresponds to the thought activity (retrieval of related information. Detection of the relevant problem and the activation of the processing program for solving the detected problem) to be performed when a human solves the problem by using this active function. Function can be realized.
Note that it is possible to solve a complex problem by combining libraries by enriching the processing program into a library.

本人工知能は汎用であるため数々の応用分野が考えられる。ここでは本人工知能の特徴に焦点を当てた一部の構成例について紹介する。AIと表現しているがAIを搭載したロボット、機器への適用も想定している。
◇パーソナルAI
図26にパーソナルAIの構成図を示す。人工知能へ入力する情報を個人的にカスタマイズし、個人専用のAIを構築する。(個人の思考・思想の記録、話し相手、相談相手、アシスタント、パートナー)情報を入力すると情報間の関係性を分析し記録器に知識体系を構築していく。情報間の接続関係が強化することにより文脈の検出も可能になる。個人の思考、思想、趣味、興味、話題等を逐次、言語で入力することにより個人用にカスタマイズした人工知能が生成される。規則、常識、道徳に関するものを最初に入力情報として選択し、知識体系の基盤を構築する。図7において知識体系の構築について説明したように本人工知能は入力情報の新規性および既に記録した情報との整合性を確認しながら知識を構築していく。知識体系の基盤生成段階においては各情報の種類(規則、常識、道徳)に関しても付帯情報として記録しておく。
このように識別しておけば、後で情報が入力され知識体系の情報と不整合が発生した場合に処置方法が明確になる。知識体系の基盤生成後、パーソナルAIでは個人に固有の情報を入力していく。(可能な範囲で情報間の関係についても設定しておく。)個人の思考、思想、趣味等の情報を入力することにより個人にカスタマイズした知識が記録されていく。知識構築後、個人に関する質問をした場合、実施例1および実施例2において説明したように本人工知能は構築した知識体系を使用して回答を生成する。回答を生成する過程の処理として、入力した最新の関連情報(ニュース等)の検索、検索した関連情報を知識体系に照射することにより知識体系における関連情報(評価、、感想等)の励起することにより、連想記憶的に情報を検索することができるので人間が実施するような会話が可能となる。((h)会話を生成する機能を参照)このレベルまでの会話機能を設定すれば話し相手、相談相手、アシスタント、パートナーとしての機能を有することが可能となる。
◇汎用AI
図27に汎用AIの構成図を示す。規則、常識、道徳を学習した人工知能に専門知識(数学、物理、化学、法律、設計、一般科学等)を学習させ、様々な社会活動において人間を支援する。情報を入力すると情報間の関係性を分析し記録器に知識体系を構築していく。情報間の接続関係が強化することにより文脈の検出も可能になる。真実、事実、常識、規則、モラル、専門知識、定理、定義、論理等を逐次、言語で入力することにより汎用の人工知能が生成される。専門知識の実装方法としては実施例4〜実施例8に示したように問題の型検出、問題を解く手順検出、問題を解くキーパラメータの検出、キーパラメータの状態検出(必要に応じてキーパラメータの状態を生成するプログラムを起動)を実施することにより実現できる。所謂、設計作業に関しても、問題の型を識別し、前提条件を検索し、決められた手順に従って処理を実施することにより大部分のものが解くことができるので、本人工知能においても実施することが可能である。(実施例4〜実施例8において説明した問題解決の処理方法を数々の問題に対し拡張していくことにより実現可能である。)解いた問題の解は連想記録的に知識体系に記録することにより、将来同様の問題が発生した時に、知識体系を検索することにより回答を生成することが可能となる。
◇大規模AI
図28に大規模AIの構成図を示す。上記の汎用AIの専門能力を高め、複数の専門分野AIとマネージメントAIからなるネットワークを構成し協調させ、難度の高い問題、複数の専門知識が必要な問題解決を支援する。マネージメントAIは与えられた問題の種類を分析、問題を解決するために必要な情報の種類と専門分野を識別する。識別した求めるべき情報は各専門分野に振り分け担当する専門分野AIに回答要求を出す。人間、専門分野AIおよびマネージメントAI間の情報インタフェースは言語、記号、数字等で実施することが可能である。
専門が多岐にわたるような複雑な問題に対しては人間組織ではマネージャと専門家が連携して解決に向け対処していくように本人工知能も同様の構成およびアプローチをとることが可能である。人工知能間のインタフェースも言語、記号、数字等、既に概念が決まっている共通のものを使用することができるので、それぞれの人工知能の能力向上を独立で実施することができる。各専門分野AIはそれぞれ得意な専門分野を独立して向上させていけば良いので効率的な開発が可能となる。
Since this artificial intelligence is general-purpose, there are many possible applications. Here, we introduce some examples of configuration that focus on the features of this artificial intelligence. Although expressed as AI, application to robots and devices equipped with AI is also assumed.
◇ Personal AI
FIG. 26 shows a configuration diagram of the personal AI. Personalize the information input to artificial intelligence and build a personal AI. (Record of personal thoughts and thoughts, talking partner, consultant, assistant, partner) When information is input, the relationship between the information is analyzed and a knowledge system is built in the recorder. Context detection is also possible by strengthening the connection between information. By inputting personal thoughts, thoughts, hobbies, interests, topics, etc. sequentially in a language, artificial intelligence customized for personal use is generated. Rules, common sense, and morals are first selected as input information, and the foundation of the knowledge system is constructed. As described in FIG. 7, the artificial intelligence constructs knowledge while confirming the novelty of the input information and the consistency with the already recorded information. At the base generation stage of the knowledge system, the types of information (rules, common sense, morality) are also recorded as incidental information.
If identified in this way, a treatment method becomes clear when information is input later and inconsistency with information in the knowledge system occurs. After the base of the knowledge system is generated, personal AI inputs information unique to the individual. (The relationship between information is also set as far as possible.) Knowledge that is customized to an individual is recorded by inputting information such as personal thoughts, thoughts, and hobbies. When a question about an individual is made after knowledge building, as described in the first and second embodiments, the artificial intelligence generates an answer using the built knowledge system. As a process of generating an answer, to search for the latest related information (news etc.) that has been input, and to irradiate the related related information (evaluation, impression, etc.) in the knowledge system by irradiating the retrieved related information to the knowledge system Thus, since information can be retrieved in associative memory, a conversation conducted by a human becomes possible. (Refer to (h) conversation generating function) If the conversation function up to this level is set, it is possible to have functions as a speaking partner, a consulting partner, an assistant, and a partner.
◇ General purpose AI
FIG. 27 shows a configuration diagram of the general-purpose AI. Learn artificial knowledge (math, physics, chemistry, law, design, general science, etc.) from artificial intelligence that has learned rules, common sense, and morals, and support humans in various social activities. When information is input, the relationship between the information is analyzed and a knowledge system is built in the recorder. Context detection is also possible by strengthening the connection between information. General-purpose artificial intelligence is generated by sequentially inputting truth, facts, common sense, rules, morals, expertise, theorems, definitions, logic, etc. in a language. As the implementation method of specialized knowledge, as shown in the fourth to eighth embodiments, problem type detection, problem solving procedure detection, problem solving key parameter detection, key parameter state detection (key parameter as necessary) This is realized by executing a program that generates a state of As for the so-called design work, most of the problems can be solved by identifying the problem type, searching for the preconditions, and executing the process according to the determined procedure. Is possible. (This can be realized by extending the problem solving processing method described in the fourth to eighth embodiments to a number of problems.) The solution of the solved problem is recorded in the knowledge system in an associative record. Thus, when a similar problem occurs in the future, it becomes possible to generate an answer by searching the knowledge system.
◇ Large-scale AI
FIG. 28 shows a configuration diagram of a large-scale AI. The specialized ability of the above-mentioned general-purpose AI is enhanced, and a network composed of a plurality of specialized fields AI and a management AI is formed and coordinated to support problem solving that requires a high degree of difficulty and a plurality of specialized knowledge. The management AI analyzes the types of problems given and identifies the types of information and specialties needed to solve the problems. The identified information to be requested is assigned to each specialized field and a response request is sent to the specialized field AI in charge. The information interface between human, specialized field AI and management AI can be implemented in language, symbols, numbers, etc.
For complex problems with a wide range of specializations, this artificial intelligence can take the same configuration and approach so that managers and experts work together to solve problems in human organizations. As the interface between the artificial intelligence, common ones whose concepts are already determined such as language, symbols, numbers, etc. can be used, so that the ability of each artificial intelligence can be improved independently. Each specialized field AI can be developed efficiently because it is sufficient to independently improve the specialized field of expertise.

発明の効果Effect of the invention

パターンは概念を表現することが可能であり、パターン間の遷移により人間の思考過程を表現することができる。人間の思考は情報検索、条件付処理、一連の処理を適宜行っており能動的である。このような人間の能動的な思考に関しても、パターンは処理機能(情報検索、条件付処理機能、プログラム機能を含む)を有しているので柔軟に対応することができる。また、パターンの遷移は人間による設定または励起履歴を各パターンの接続情報記録部に記録することによる学習により容易に実施可能である。パターンは単語、数および記号を組合せて表現した概念に対応しているので人間は十分に理解することが可能である。また、パターンの励起先は接続情報および接続関係を確認することにより容易に識別することができる。つまり本人工知能は人間が動作内容を容易に理解することができる透明性の高いシステムである。Deep Learning等ニューラルネットワークを使用した人工知能の処理過程が人間にとってブラックボックスであり理解できないという大きな課題があるが、本人工知能では本課題が解決されている。  Patterns can express concepts, and human thought processes can be expressed by transitions between patterns. Human thinking is active by appropriately performing information retrieval, conditional processing, and a series of processing. With regard to such active human thinking, the pattern has a processing function (including information retrieval, conditional processing function, and program function), so that it can flexibly cope with it. The pattern transition can be easily performed by learning by recording a setting or excitation history by a person in the connection information recording unit of each pattern. Since patterns correspond to concepts expressed by combining words, numbers and symbols, humans can fully understand them. Further, the excitation destination of the pattern can be easily identified by confirming the connection information and the connection relationship. In other words, this artificial intelligence is a highly transparent system that allows humans to easily understand the contents of movement. Although the artificial intelligence processing process using a neural network such as Deep Learning is a black box for humans and cannot be understood, this artificial intelligence solves this problem.

パターンおよび記録ユニットの機能概要Overview of pattern and recording unit functions パターンおよび記録ユニットの励起方法Excitation method for pattern and recording unit 語に対応したパターンの励起履歴Excitation history of patterns corresponding to words 語列から文の構造を分析する実施例Example of analyzing sentence structure from word sequence 入力情報の記録例Recording example of input information 入力情報と記録情報の比較例Comparison of input information and recorded information 知識体系の構築例Example of knowledge system construction 質問文の分析と回答生成(質問14)Question sentence analysis and answer generation (question 14) 質問文の分析と回答生成(質問15)Question sentence analysis and answer generation (question 15) 質問文の分析と回答生成(質問16)Question sentence analysis and answer generation (question 16) 質問文の分析と回答生成(質問17、18)Question sentence analysis and answer generation (questions 17, 18) 質問文の分析と回答生成(質問19)Question sentence analysis and answer generation (question 19) 質問文の分析と回答生成(質問20、21)Question sentence analysis and answer generation (questions 20, 21) 運動方程式の求め方(物体に働く力)How to find equation of motion (force acting on object) 運動方程式の求め方(運動方程式の生成)How to find equation of motion (Generation of equation of motion) 運動方程式の求め方(移項処理)How to find the equation of motion (transposition processing) 運動方程式の求め方(正規化および最終形に整理)How to find the equation of motion (normalized and organized into final form) 人工知能の構成図Configuration diagram of artificial intelligence 人工知能の機能構成Functional configuration of artificial intelligence 文間の関係分析および設定の機能図Functional diagram of relationship analysis and setting between sentences 質問への回答を生成する機能図Functional diagram for generating answers to questions 条件文へ対応する機能図Functional diagram corresponding to conditional statements 情報、手順の一般化、汎用化する機能図Function diagram to generalize and generalize information and procedures パターン間接続関係の自律的生成Autonomous generation of inter-pattern connection relationships 文脈を自律的に記録する動作例Example of operation to record context autonomously パーソナルAIの構成図Configuration diagram of personal AI 汎用AIの構成図General-purpose AI configuration diagram 大規模AIの構成図Configuration diagram of large-scale AI 人間の思考パターンの遷移を人工的に模擬する動作の概念図Conceptual diagram of motion that artificially simulates the transition of human thought patterns ニューラルネットワークの例Neural network example 思考パターンの遷移を柔軟に実現できるコンセプトA concept that allows flexible transition of thought patterns 励起方法1を使って情報を抽出する動作例Example of operation to extract information using excitation method 1 励起方法3を使って情報を抽出する動作例Example of operation to extract information using excitation method 3 連想記憶的な情報の記録および利用の動作例Example of recording and using associative memory information 問題を解く上で必要な条件を整えながら処理を進めていく動作例An example of operation that advances the process while preparing the necessary conditions for solving the problem 知識(規則、道徳)と比較・評価する動作例(1)Example of operations to compare and evaluate with knowledge (rules, morals) (1) 知識(規則、道徳)と比較・評価する動作例(2)Example of operation to compare and evaluate with knowledge (rules, morals) (2) 知識(規則、道徳)と比較・評価する動作例(3)Example of operation to compare and evaluate with knowledge (rules, morals) (3) 知識(規則、道徳)と比較・評価する動作例(4)Example of operation to compare and evaluate with knowledge (rules, morals) (4) 知識(規則、道徳)と比較・評価する動作例(5)Example of operation to compare and evaluate with knowledge (rules, morals) (5) 知識(規則、道徳)と比較・評価する動作例(6)Example of operation to compare and evaluate with knowledge (rules, morals) (6) 知識(規則、道徳)と比較・評価する動作例(7)Example of operations to compare and evaluate with knowledge (rules, morals) (7) 知識(規則、道徳)と比較・評価する動作例(8)Example of operation to compare and evaluate with knowledge (rules, morals) (8) 知識(規則、道徳)と比較・評価する動作例(9)Example of operation to compare and evaluate with knowledge (rules, morals) (9) 知的活動を人工的に模擬するコンセプトConcept of artificially simulating intellectual activities

1 入力処理器
2 分析器
3 記録器
4 制御器
5 出力処理器
1 Input processor 2 Analyzer 3 Recorder 4 Controller 5 Output processor

Claims (30)

情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、知識体系に記録された情報、情報間の関係および処理プログラムにより生成した情報を使用して問題解決する人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Use the combined search pattern to search the processing procedure and information necessary for processing sequentially until the problem is solved, and use the information recorded in the knowledge system, the relationship between the information, and the information generated by the processing program. Artificial intelligence device that solves problems. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、言語で指示された処理を自律的に実施する人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Artificial intelligence device search problem of the combined search pattern by the information necessary for the processing procedure and processing proceeds sequentially processed until resolved autonomously implement the processing instructed by the language. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、記録器に構築した真理、真実、事実、専門知識、規則、常識のデータ、入手した情報および言語で教示した対応策を活用して、自律的に問題を解決する人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Proceeding sequentially until the problem is solved by searching the processing procedure and information necessary for processing by the combined search pattern, the truth, truth, facts, expertise, rules, common sense data built in the recorder were obtained An artificial intelligence device that autonomously solves problems by utilizing countermeasures taught in information and language. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、入力した情報を評価し評価結果に応じた処理(情報の記録、知識体系の更新・改良、指示内容の実行、質問に対する回答)を自律的に実施する人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Searches for the processing procedure and information necessary for processing using the combined search pattern until the problem is solved, evaluates the input information, and processes according to the evaluation results (recording information, updating the knowledge system An artificial intelligence device that autonomously implements improvements, execution of instructions, and answers to questions. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、逐次入力される情報と情報の有意な関係を情報に対応するするパターンの集合とパターンの集合との関係を強化することにより抽出し、一連の入力情報から予測、推定、常識、抽象化した考え方および一般的な考え方を自律的に構築していく人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Searches for processing procedures and information necessary for processing using the combined search patterns are sequentially processed until the problem is solved, and a set of patterns corresponding to the information and the significant relationship between the information input sequentially and the information An artificial intelligence device that extracts by strengthening the relationship with a set of data and autonomously constructs predictions, estimations, common sense, abstracted ideas and general ideas from a series of input information. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、入力した情報および内部に構築した知識体系から関連する情報を適宜呼び出すことにより処理手順を自律的に生成し、処理の結果生じた状況に対して、さらに次の処理手順を自律的に生成し処理を進めていく人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Searching for the processing procedure and the information necessary for processing with the combined search pattern proceeds sequentially until the problem is solved, and the processing procedure is called by appropriately calling related information from the input information and the knowledge system built inside An artificial intelligence device that autonomously generates and autonomously generates the next processing procedure and proceeds with processing in response to the situation resulting from the processing. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、入力した情報に関して情報の源泉、信頼性、新規性、分野、テーマ、主語、主語の修飾、述語、述語の修飾、修飾関係、いつ、どこで、誰が、何を、どのように、なぜ、したのか、文の種類(平常文、疑問文、命令文、条件文、真実、事実、規則、常識、定義、論理、説明、仮説、予測、意見、感想、噂)、数式、化学式および記録している関連情報との関係性を分析し情報を検索し易い構造に整理して記録する人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. The search process of the information required for the processing procedure and processing is sequentially processed by the combined search pattern until the problem is solved, and the source, reliability, novelty, field, theme, subject, subject of the input information Qualification, predicate, predicate qualification, qualification relationship, when, where, who, what, how, why, sentence type (normal sentence, question sentence, imperative sentence, conditional sentence, truth, fact, rule , Common sense, definition, logic, explanation, hypothesis, prediction, opinion, impression, rumors), mathematical expressions, chemical formulas, and the relationship with the recorded related information, and the information is organized into an easily searchable structure and recorded Intelligent device. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、構築した知識体系を活用して状況の分析および問題の識別を実施し、問題を解決するための情報検索、処理を実施するプログラムの起動、問題解決に必要な情報の生成と知識体系への組み込みを実施し、自律的に問題を処理するとともに更なる知識の向上を行う人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Use the combined search pattern to search the processing procedure and information necessary for processing sequentially until the problem is solved, analyze the situation and identify the problem using the constructed knowledge system, and solve the problem Artificial intelligence device for autonomously processing problems and further improving knowledge by searching for information to start, starting a program that performs processing, generating information necessary for problem solving and incorporating it into the knowledge system . 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、入力した情報と既に記録している情報との関係を分析し安全で有用な情報を抽出して記録することにより知識体系の構築、拡大および更新を実施し、問題解決のために知識体系に記録された情報を使用して目的に沿った情報検索、情報抽出および数々の問題を処理するプログラム群から必要なプログラムを起動し、必要な情報を生成して問題解決する人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Use the combined search pattern to search the processing procedure and information necessary for processing sequentially until the problem is solved, analyze the relationship between the entered information and the information already recorded, and provide safe and useful information Build, expand, and update the knowledge system by extracting and recording, and use information recorded in the knowledge system to solve problems, search for information according to purpose, extract information, and process numerous problems An artificial intelligence device that launches a necessary program from a group of programs to generate the necessary information and solves the problem. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、指定した項目に関連する情報を連想記憶的に記録および出力する人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. The combined search pattern by proceeding sequentially processed until the problem is search problem of information required for processing procedures and processing, recording information associated with the specified item in the content addressable memory and output to artificial intelligence device. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、指定した情報を構築した知識体系の関連情報と比較し、指定した情報を評価(新規性評価、知識体系の情報との差異評価、価値評価)する人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Searches for the processing procedure and information necessary for processing using the combined search pattern until the problem is solved, compares the specified information with the related information of the constructed knowledge system, and evaluates the specified information (new Artificial intelligence device for sex evaluation, difference evaluation with knowledge system information, value evaluation). 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、情報と情報の間に関係性を有した知識体系を自律的に構築し、構築した知識体系と情報間の関係性を使用して与えられた文章の要約または詳細化を自律的に実施する人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. The search process of the information required for the processing procedure and the processing is sequentially advanced by the combined search pattern until the problem is solved, and the knowledge system having the relationship between information is autonomously constructed and constructed. An artificial intelligence device that autonomously summarizes or refines a given sentence using the relationship between the knowledge system and information. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、情報を連想記憶的に記録し、指定したテーマ、話題に関連する情報を検索および使用するとともに相手の意図を分析して会話する人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Use the combined search pattern to search the processing procedure and information necessary for processing sequentially until the problem is solved, record the information in associative memory, and search and use information related to the specified theme and topic Artificial intelligence device that analyzes and communicates with the other party's intentions. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、パターンの起動履歴を使用して文脈の検出と学習を実施し、文脈を踏まえた会話(質疑、応答、確認、関心のある話題の提供、意見および議論)を実施する人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Conversation based on the context, using the combined search pattern to search the processing procedure and information necessary for processing until the problem is solved, using the pattern activation history to detect and learn the context Artificial intelligence devices that perform (questions, responses, confirmations, presentation of topics of interest, opinions and discussions). 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、パターンの起動履歴を使用して文脈の検出と学習を実施し、文脈を踏まえた会話(質疑、応答、関心のある話題の提供、意見および議論)を実施するとともに関心のある、または指定した相手および事項に関する情報(関心のある話題、問題に対する考え方、物事に対する反応、意見および行動、詳細情報)を収集して記録、蓄積する人工知能装置。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Conversation based on the context, using the combined search pattern to search the processing procedure and information necessary for processing until the problem is solved, using the pattern activation history to detect and learn the context (Q & A, response, presentation of topics of interest, opinions and discussions) and information about interested and specified parties and matters (topics of interest, ideas about issues, responses to things, opinions and actions, Artificial intelligence device that collects, records, and accumulates detailed information. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、知識体系に記録された情報、情報間の関係および処理プログラムにより生成した情報を使用して問題解決する人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Use the combined search pattern to search the processing procedure and information necessary for processing sequentially until the problem is solved, and use the information recorded in the knowledge system, the relationship between the information, and the information generated by the processing program. Software to function as an artificial intelligence device that solves problems. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、言語で指示された処理を自律的に実施する人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Combined proceeded sequentially processed until the problem is search problem of information required for the processing procedure and processing by the search pattern, software to function as an artificial intelligence system that autonomously implement the processing instructed by the language. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、記録器に構築した真理、真実、事実、専門知識、規則、常識のデータ、入手した情報および言語で教示した対応策を活用して、自律的に問題を解決する人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Proceeding sequentially until the problem is solved by searching the processing procedure and information necessary for processing by the combined search pattern, the truth, truth, facts, expertise, rules, common sense data built in the recorder were obtained Software that functions as an artificial intelligence device that autonomously solves problems by utilizing countermeasures taught in information and language. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、入力した情報を評価し評価結果に応じた処理(情報の記録、知識体系の更新・改良、指示内容の実行、質問に対する回答)を自律的に実施する人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Searches for the processing procedure and information necessary for processing using the combined search pattern until the problem is solved, evaluates the input information, and processes according to the evaluation results (recording information, updating the knowledge system Software for functioning as an artificial intelligence device that autonomously implements improvements, execution of instructions, and answers to questions). 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、逐次入力される情報と情報の有意な関係を情報に対応するするパターンの集合とパターンの集合との関係を強化することにより抽出し、一連の入力情報から予測、推定、常識、抽象化した考え方および一般的な考え方を自律的に構築していく人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Searches for processing procedures and information necessary for processing using the combined search patterns are sequentially processed until the problem is solved, and a set of patterns corresponding to the information and the significant relationship between the information input sequentially and the information Software to function as an artificial intelligence device that autonomously builds predictions, estimations, common sense, abstract ideas and general ideas from a series of input information, extracted by strengthening the relationship with the set of . 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、入力した情報および内部に構築した知識体系から関連する情報を適宜呼び出すことにより処理手順を自律的に生成し、処理の結果生じた状況に対して、さらに次の処理手順を自律的に生成し処理を進めていく人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Searching for the processing procedure and the information necessary for processing with the combined search pattern proceeds sequentially until the problem is solved, and the processing procedure is called by appropriately calling related information from the input information and the knowledge system built inside Software for functioning as an artificial intelligence device that autonomously generates and proceeds to process the next processing procedure autonomously for situations that occur as a result of processing. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、入力した情報に関して情報の源泉、信頼性、新規性、分野、テーマ、主語、主語の修飾、述語、述語の修飾、修飾関係、いつ、どこで、誰が、何を、どのように、なぜ、したのか、文の種類(平常文、疑問文、命令文、条件文、真実、事実、規則、常識、定義、論理、説明、仮説、予測、意見、感想、噂)、数式、化学式および記録している関連情報との関係性を分析し情報を検索し易い構造に整理して記録する人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. The search process of the information required for the processing procedure and processing is sequentially processed by the combined search pattern until the problem is solved, and the source, reliability, novelty, field, theme, subject, subject of the input information Qualification, predicate, predicate qualification, qualification relationship, when, where, who, what, how, why, sentence type (normal sentence, question sentence, imperative sentence, conditional sentence, truth, fact, rule , Common sense, definition, logic, explanation, hypothesis, prediction, opinion, impression, rumors), mathematical expressions, chemical formulas, and the relationship with the recorded related information, and the information is organized into an easily searchable structure and recorded Software for functioning as an intelligent device. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、構築した知識体系を活用して状況の分析および問題の識別を実施し、問題を解決するための情報検索、処理を実施するプログラムの起動、問題解決に必要な情報の生成と知識体系への組み込みを実施し、自律的に問題を処理するとともに更なる知識の向上を行う人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Use the combined search pattern to search the processing procedure and information necessary for processing sequentially until the problem is solved, analyze the situation and identify the problem using the constructed knowledge system, and solve the problem Artificial intelligence device for autonomously processing problems and further improving knowledge by searching for information to start, starting a program that performs processing, generating information necessary for problem solving and incorporating it into the knowledge system Software to function as. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、入力した情報と既に記録している情報との関係を分析し安全で有用な情報を抽出して記録することにより知識体系の構築、拡大および更新を実施し、問題解決のために知識体系に記録された情報を使用して目的に沿った情報検索、情報抽出および数々の問題を処理するプログラム群から必要なプログラムを起動し、必要な情報を生成して問題解決する人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Use the combined search pattern to search the processing procedure and information necessary for processing sequentially until the problem is solved, analyze the relationship between the entered information and the information already recorded, and provide safe and useful information Build, expand, and update the knowledge system by extracting and recording, and use information recorded in the knowledge system to solve problems, search for information according to purpose, extract information, and process numerous problems Software to start a necessary program from a group of programs to be generated and generate necessary information to solve a problem to function as an artificial intelligence device. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、指定した項目に関連する情報を連想記憶的に記録および出力する人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. The search process of the information required for the processing procedure and processing is sequentially processed by the combined search pattern until the problem is solved, and the information related to the designated item is recorded and output as an associative memory to function as an artificial intelligence device Software for. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、指定した情報を構築した知識体系の関連情報と比較し、指定した情報を評価(新規性評価、知識体系の情報との差異評価、価値評価)する人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Searches for the processing procedure and information necessary for processing using the combined search pattern until the problem is solved, compares the specified information with the related information of the constructed knowledge system, and evaluates the specified information (new Software for functioning as an artificial intelligence device for sex evaluation, difference evaluation with knowledge system information, value evaluation). 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、情報と情報の間に関係性を有した知識体系を自律的に構築し、構築した知識体系と情報間の関係性を使用して与えられた文章の要約または詳細化を自律的に実施する人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. The search process of the information required for the processing procedure and the processing is sequentially advanced by the combined search pattern until the problem is solved, and the knowledge system having the relationship between information is autonomously constructed and constructed. Software for functioning as an artificial intelligence device that autonomously performs summarization or refinement of given sentences using the relationship between the knowledge system and information. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、情報を連想記憶的に記録し、指定したテーマ、話題に関連する情報を検索および使用するとともに相手の意図を分析して会話する人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Use the combined search pattern to search the processing procedure and information necessary for processing sequentially until the problem is solved, record the information in associative memory, and search and use information related to the specified theme and topic Software to function as an artificial intelligence device that analyzes and communicates with the other party's intentions. 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、パターンの起動履歴を使用して文脈の検出と学習を実施し、文脈を踏まえた会話(質疑、応答、確認、関心のある話題の提供、意見および議論)を実施する人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Conversation based on the context, using the combined search pattern to search the processing procedure and information necessary for processing until the problem is solved, using the pattern activation history to detect and learn the context Software to function as an artificial intelligence device that performs (questions, responses, confirmations, provision of topics of interest, opinions and discussions). 情報(単語、言語、文章、知識、数式、記号、音声)をパターンに変換する入力処理器と、入力した情報に関して単語、意味、文要素(主語、述語、主語の修飾、述語の修飾、修飾関係(5W1H))、分野、興味の対象、新規性、記録情報との比較、文の種類、意図、文間の関係性を分析する分析器と、分析器により検索し易いように文要素毎に識別した情報、分析器により生成された分析結果、人間による設定および学習により生成した情報間の接続関係(接続先、接続の強度)、接続先との関係、情報および処理プログラムの起動履歴および処理プログラムを構造的に記録し、文要素および分析結果を組合せたパターンによる照合、励起履歴を使用した関連情報との接続関係の強化と関連情報の起動および接続情報を使用して関連情報を起動する記録ユニットから構成された記録器と、分析器で識別した文の種類および意図に応じた処理の実行、分析器で識別した問題を解決するための情報検索、論理展開、処理の実行、処理プログラムの起動および処理結果の記録、記録器に記録した情報間の関係を使用して実施する情報および手順の一般化、記録器に記録した情報の接続関係を変更することにより実施する優れた知識、処理および論理への更新、興味ある分野、対象に関する情報の検索と記録器への記録および目標に向けた情報間の遷移制御を実施する制御器と、パターンを情報および制御信号に変換する出力処理器を備え、入力した情報と既に記録している情報との関係を分析し有用な情報を抽出して知識体系の構築、拡大および更新を実施し、文要素および分析結果を組み合わせた検索パターンにより処理手順および処理に必要な情報の検索を問題が解決するまで逐次的に処理を進め、パターンの起動履歴を使用して文脈の検出と学習を実施し、文脈を踏まえた会話(質疑、応答、関心のある話題の提供、意見および議論)を実施するとともに関心のある、または指定した相手および事項に関する情報(関心のある話題、問題に対する考え方、物事に対する反応、意見および行動、詳細情報)を収集して記録、蓄積する人工知能装置として機能させるためのソフトウェア。  An input processor that converts information (words, languages, sentences, knowledge, mathematical formulas, symbols, speech) into patterns, and words, meanings, and sentence elements (subjects, predicates, subject modification, predicate modification, and modification) Relationship (5W1H)), field, object of interest, novelty, comparison with recorded information, sentence type, intention, sentence-to-sentence analysis Information, analysis results generated by the analyzer, connection relationships (connection destination, connection strength) between information generated by human settings and learning, relationships with connection destinations, information and processing program startup history and Structurally record processing programs, collate with patterns that combine sentence elements and analysis results, strengthen connection relationships with related information using excitation history, start related information, and use connection information for related information Recorder composed of the recording unit to be activated, execution of the process according to the type and intention of the sentence identified by the analyzer, information retrieval, logical expansion, execution of the process for solving the problem identified by the analyzer, Superior processing implemented by starting processing programs and recording processing results, generalizing information and procedures implemented using the relationship between information recorded in the recorder, and changing the connection relationship of information recorded in the recorder Update to knowledge, processing and logic, search for information about the field of interest, object, record to recorder and control transition between information for goal, and convert pattern to information and control signal Equipped with an output processor, analyzes the relationship between the input information and the information already recorded, extracts useful information, constructs, expands and updates the knowledge system. Conversation based on the context, using the combined search pattern to search the processing procedure and information necessary for processing until the problem is solved, using the pattern activation history to detect and learn the context (Q & A, response, presentation of topics of interest, opinions and discussions) and information about interested and specified parties and matters (topics of interest, ideas about issues, responses to things, opinions and actions, Software that functions as an artificial intelligence device that collects, records, and stores detailed information.
JP2016112220A 2016-05-18 2016-05-18 Artificial intelligence device for searching information and procedure by combining concept, and for autonomously processing problem Pending JP2017208054A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016112220A JP2017208054A (en) 2016-05-18 2016-05-18 Artificial intelligence device for searching information and procedure by combining concept, and for autonomously processing problem

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016112220A JP2017208054A (en) 2016-05-18 2016-05-18 Artificial intelligence device for searching information and procedure by combining concept, and for autonomously processing problem

Publications (1)

Publication Number Publication Date
JP2017208054A true JP2017208054A (en) 2017-11-24

Family

ID=60417322

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016112220A Pending JP2017208054A (en) 2016-05-18 2016-05-18 Artificial intelligence device for searching information and procedure by combining concept, and for autonomously processing problem

Country Status (1)

Country Link
JP (1) JP2017208054A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE112018004962T5 (en) 2017-10-27 2020-07-23 Semiconductor Energy Laboratory Co., Ltd. Light emitting element, display device, electronic device and lighting device
CN115545002A (en) * 2022-11-29 2022-12-30 支付宝(杭州)信息技术有限公司 Method, device, storage medium and equipment for model training and business processing
CN117312388A (en) * 2023-10-08 2023-12-29 江苏泰赋星信息技术有限公司 Artificial intelligence model control system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE112018004962T5 (en) 2017-10-27 2020-07-23 Semiconductor Energy Laboratory Co., Ltd. Light emitting element, display device, electronic device and lighting device
CN115545002A (en) * 2022-11-29 2022-12-30 支付宝(杭州)信息技术有限公司 Method, device, storage medium and equipment for model training and business processing
CN115545002B (en) * 2022-11-29 2023-03-31 支付宝(杭州)信息技术有限公司 Model training and business processing method, device, storage medium and equipment
CN117312388A (en) * 2023-10-08 2023-12-29 江苏泰赋星信息技术有限公司 Artificial intelligence model control system
CN117312388B (en) * 2023-10-08 2024-03-19 江苏泰赋星信息技术有限公司 Artificial intelligence model control system

Similar Documents

Publication Publication Date Title
JP5907469B2 (en) Artificial intelligence device that autonomously expands knowledge by language input
Chowdhary Fundamentals of artificial intelligence
Neapolitan et al. Artificial intelligence: With an introduction to machine learning
Thagard Mind: Introduction to cognitive science
Rutkowski Computational
Kononenko et al. Machine learning and data mining
Chowdhary et al. Introducing artificial intelligence
JP2017208054A (en) Artificial intelligence device for searching information and procedure by combining concept, and for autonomously processing problem
Chandra et al. Machine learning: a practitioner's approach
Haig Abductive research methods in psychological science
JP5881030B2 (en) Artificial intelligence device that expands knowledge in a self-organizing manner
JP5910957B2 (en) Artificial intelligence device that autonomously constructs a knowledge system by language input
JP2017220191A (en) Artificial intelligence carrying out autonomous processing of problem by combination of procedures
JP2017130171A (en) Non-black box artificial intelligence device
JP2016028346A (en) Artificial intelligence device for expanding processing capacity in self-organizing manner
JP5854251B2 (en) Artificial intelligence device
Dingli et al. Neuro-Symbolic AI: Design transparent and trustworthy systems that understand the world as you do
JP5854392B2 (en) Artificial intelligence device that does not run away
JP5854250B2 (en) Artificial intelligence device
Yang et al. Rule extraction from autoencoder‐based connectionist computational models
Aakur et al. Leveraging Symbolic Knowledge Bases for Commonsense Natural Language Inference Using Pattern Theory
Nikitina Ivan OBID, Doctor of Technical Science, Professor, Professor of the of Microprocessor Technologies and Systems Department, Kharkiv National University of Radioelectronics, Oleksandr YANKOVSKY, Candidate of Technical Science, associate professor, associate professor of the of Electronic Computing Machines Department, Kharkiv
Rao et al. Mastering Artificial Intelligence and Machine Learning
Katoua Reasoning methodologies for intelligent e-Learning systems
Bakomichalis Cyberbullying Detection Through NIP and Machine Learning