JP2001034616A - Information intermediation and integration device - Google Patents

Information intermediation and integration device

Info

Publication number
JP2001034616A
JP2001034616A JP20343299A JP20343299A JP2001034616A JP 2001034616 A JP2001034616 A JP 2001034616A JP 20343299 A JP20343299 A JP 20343299A JP 20343299 A JP20343299 A JP 20343299A JP 2001034616 A JP2001034616 A JP 2001034616A
Authority
JP
Japan
Prior art keywords
question
schema
answer
unit
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP20343299A
Other languages
Japanese (ja)
Other versions
JP3732359B2 (en
Inventor
Ryusuke Masuoka
竜介 益岡
Akira Kawamura
旭 川村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP20343299A priority Critical patent/JP3732359B2/en
Publication of JP2001034616A publication Critical patent/JP2001034616A/en
Application granted granted Critical
Publication of JP3732359B2 publication Critical patent/JP3732359B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To obtain an information intermediation/integration device which has high adaptability and flexibility to a question even when the question is comparatively complex and includes a large number of items such as a condition setting item. SOLUTION: A question schema collection part 26 collects question schema answerable by a DB agent and produces a question schema table. A question that is inputted by a user is received via a question input part 21 and the question schema is analyzed by a question schema analysis part 22. A question decomposition part 23 decomposes the question into the question parts schema units, and this decomposition logic is stored. A question part transmitting part 24 transmits each question part to the DB agent which receives the schema of the question part according to the information on the question schema table. The DB agent replies its retrieved answer parts to the part 24, and an answer generation part 25 composes and integrates the answer parts by means of the composition logic that is corresponding to the decomposition logic.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータネッ
トワーク上で接続された質問を受け付ける利用者端末と
情報源である複数のデータベースエージェントとの間に
あり、当該利用者端末とデータベースエージェントとの
間における質問とその回答のやり取りを仲介する装置に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention resides between a user terminal connected to a computer network for accepting a question and a plurality of database agents as information sources. The present invention relates to a device that mediates the exchange of questions and answers.

【0002】[0002]

【従来の技術】近年のインターネットの普及に代表され
るネットワークシステムの発達により、分散したコンピ
ュータ上のサービスにアクセスできる環境が整ってき
た。データベースサービスを利用する際には、利用者は
自分の目的に一致する情報源となるデータベースを自ら
選択して個別にアクセスを行うのが普通である。しか
し、多種類多数のデータベースが存在する環境下では、
利用者が適切なデータベースを選択すること自体が困難
である。また、選択されたデータベースに順にアクセス
することも、データベースが多数になると手間がかか
る。さらに、一般にはデータベースごとにアクセスの方
法が異なるため、利用者は多様なデータベースのアクセ
ス手順をマスターする必要があり、利用者の負担が大き
くなってしまう。
2. Description of the Related Art With the development of network systems represented by the spread of the Internet in recent years, an environment in which services on distributed computers can be accessed has been established. When using a database service, a user usually selects a database serving as an information source that matches his / her own purpose and accesses the database individually. However, in an environment with many types and many databases,
It is difficult for the user to select an appropriate database. In addition, accessing the selected databases sequentially requires time and effort when the number of databases is large. Furthermore, since the access method is generally different for each database, it is necessary for the user to master access procedures for various databases, which increases the burden on the user.

【0003】このような問題の解決方法として、情報源
をデータベースエージェントとしてエージェント化し、
利用者が使うユーザエージェントとの間に仲介装置を置
く方法がある。仲介装置はファシリテータ(facilitato
r)とも呼ばれ、以下の説明では仲介装置をファシリテ
ータと称す。データベースエージェントは立ち上げ時に
ファシリテータに宣伝(アドバタイズ)メッセージを送
り、自分が持つ情報やアクセスの方法を知らせる。ファ
シリテータは、他のエージェントからの質問メッセージ
を受け付け、ファシリテータはその宣伝メッセージの情
報に基づきそのメッセージに対する回答を提供すること
のできるデータベースエージェントを選択し、それらの
データベースエージェントへのアクセスを代行し、得ら
れた結果をまとめて利用者端末に返答する働きをするも
のである。このようにファシリテータの動作としては複
数の種類があるが、代表的なものは、代行(brokerin
g)と呼ばれるものであり、選択されたデータベースエ
ージェントに利用者端末からの要求を転送し、データベ
ースエージェントからの回答を受け取り、それらをまと
めて利用者端末に返答する働きである。
As a solution to such a problem, an information source is agentized as a database agent,
There is a method of placing an intermediary device between a user agent and a user agent used by a user. The mediation device is a facilitato
r), and in the following description, the mediation device is referred to as a facilitator. When a database agent starts up, it sends a message to the facilitator, telling it what information it has and how to access it. The facilitator accepts question messages from other agents, and the facilitator selects database agents that can provide an answer to the message based on the information in the promotional message, acts on behalf of those database agents, and It serves to respond to the user terminal collectively with the obtained results. As described above, there are a plurality of types of operations of the facilitator.
This is called g), which transfers the request from the user terminal to the selected database agent, receives the answers from the database agent, and collectively replies to the user terminal.

【0004】図10は従来の分散構成のファシリテータ
の概念を説明した図である。図10に示すように、ファ
シリテータ500は自律的に処理動作をし、利用者端末
520、データベースエージェント540の間を仲介す
る。
FIG. 10 is a diagram for explaining the concept of a conventional distributed facilitator. As shown in FIG. 10, the facilitator 500 operates autonomously and mediates between the user terminal 520 and the database agent 540.

【0005】利用者端末520は、利用者からの要求
(質問)を受け付ける機能を備えている。ファシリテー
タ500は、利用者端末520からの質問内容に応じて
適切なデータベースエージェント540を選択して当該
質問を転送する。ファシリテータ500、データベース
エージェント540は必要に応じて複数個で構成され、
ネットワーク上に分散配置され、並列に動作する。
[0005] The user terminal 520 has a function of receiving a request (question) from the user. The facilitator 500 selects an appropriate database agent 540 according to the content of the question from the user terminal 520 and transfers the question. The facilitator 500 and the database agent 540 are composed of a plurality as necessary,
They are distributed on the network and operate in parallel.

【0006】このような複数のセルを用いた分散構成に
よるファシリテータによれば、利用者はファシリテータ
500を知っていればよく、具体的なデータベースエー
ジェント540のアドレスやデータベースエージェント
540のもつデータの種類などの情報を知っておく必要
がない。
According to the distributed facilitator using a plurality of cells, the user only needs to know the facilitator 500, such as the specific address of the database agent 540 and the type of data possessed by the database agent 540. You do not need to know the information.

【0007】上記のようなファシリテータを用いれば、
利用者端末はファシリテータのアドレスのみを知ってい
ればよく、複数のデータベースエージェントがどこにあ
るかを知っておく必要はない。また、データベースエー
ジェントごとのアクセス自体はファシリテータが代行し
てくれるため、アクセス方法の相違はファシリテータが
吸収することとなり、利用者端末は意識する必要がな
い。
With the above-described facilitator,
The user terminal only needs to know the address of the facilitator, and does not need to know where multiple database agents are. In addition, since the access itself for each database agent is performed by the facilitator, the difference in the access method is absorbed by the facilitator, and the user terminal does not need to be conscious.

【0008】また、従来技術において、ファシリテータ
は質問の転送先を選択し、転送を代行(Brokering)す
るのみならず、質問の回答を受け付けて利用者に提示す
る機能を有するものもある。
In the prior art, the facilitator has a function of not only selecting a transfer destination of a question and acting as a proxy (Brokering) but also having a function of receiving an answer to a question and presenting it to a user.

【0009】[0009]

【発明が解決しようとする課題】しかし、従来のファシ
リテータには、以下のような問題があった。
However, the conventional facilitator has the following problems.

【0010】第1の問題は、複雑な質問に対するシステ
ムの適応性が低いという問題である。質問が比較的複雑
で条件設定などの項目が多い場合には、質問を受け付け
られるデータベースエージェントが限られてしまい、そ
れゆえ検索に供することのできるデータ量も限られてし
まう。また、質問を受け付けられるデータベースエージ
ェントが全く存在しない場合も発生する。この場合には
システムが当該質問に対して適応できず、検索失敗とす
る質問が多く発生してしまう。質問に対する完全な回答
が得られない場合でも、可能な範囲で情報を収集して何
等かの有益な情報を回答するという柔軟性のある対応が
できない。
The first problem is that the system is less adaptable to complex questions. If the question is relatively complex and has many items such as condition settings, the number of database agents that can accept the question is limited, and therefore the amount of data that can be used for search is also limited. Also, there may be a case where there is no database agent that can accept a question. In this case, the system cannot adapt to the question, and many questions that result in a search failure occur. Even when a complete answer to a question cannot be obtained, there is no flexible response to collecting information as much as possible and answering any useful information.

【0011】第2の問題は、データベースエージェント
の利用効率が低いという問題である。質問が比較的単純
で簡単な場合には、利用できるデータベースエージェン
トは多数あるが、質問が比較的複雑で条件設定などの項
目が多い場合には、当該質問を受け付け可能なデータベ
ースエージェントは限られてしまう。しかし、質問形式
が合わずに質問を受け付けることができないデータベー
スエージェントの中には、当該質問に関して完全な回答
を与えられなくても利用者にとって有益な情報を保持し
ているものが多数存在する場合がある。質問形式の不一
致にためにこれら有益な情報を利用できないことはデー
タベースの利用効率が高いとは言えない。
The second problem is that the utilization efficiency of the database agent is low. If the question is relatively simple and easy, there are many database agents available, but if the question is relatively complicated and there are many items such as condition settings, the database agents that can accept the question are limited. I will. However, when there are many database agents that cannot accept a question because the question format does not match, they retain useful information for the user even if they cannot give a complete answer to the question. There is. The inability to use these valuable information due to inconsistencies in the question formats does not mean that the database is used efficiently.

【0012】上記問題点に鑑み、本発明は、質問が比較
的複雑で条件設定などの項目が多い場合であっても、質
問を各データベースエージェントの受け付け可能な形に
変換して検索を実行し、質問に対する適応性を高め、可
能な範囲で情報を収集して有益な情報を回答するという
柔軟性のある情報仲介・統合装置を提供することを目的
とする。
In view of the above problems, the present invention converts a question into a form acceptable to each database agent and executes a search even when the question is relatively complicated and has many items such as condition settings. It is an object of the present invention to provide a flexible information intermediary / integration device that enhances adaptability to a question, collects information as much as possible, and answers useful information.

【0013】[0013]

【課題を解決するための手段】上記課題を解決するため
に本発明の情報仲介・統合装置は、コンピュータネット
ワークで接続されたデータベースエージェントと利用者
端末との間にあり、前記データベースエージェント装置
と前記利用者端末相互に他方の存在が隠蔽されるように
仲介する、分散プロセスを処理するセル装置によって構
成された情報仲介・統合装置であって、ネットワーク上
に分散する他のエージェントが回答可能な質問形式のス
キーマを収集・整理する質問スキーマ収集部と、質問の
入力を受け付ける質問入力部と、前記入力された質問の
スキーマを解析する質問スキーマ解析部と、前記解析結
果に基づいて前記入力された質問を質問部分に分解する
質問分解部と、前記質問部分のスキーマを含む質問スキ
ーマを持つ他のエージェントに送信する質問部分送信部
を備えたことを特徴とする。
According to an aspect of the present invention, there is provided an information intermediary / integration device between a database agent connected to a computer network and a user terminal. An information intermediary / integration device that is composed of cell devices that process a distributed process and that mediates so that the existence of the other is concealed between user terminals, and is a question that can be answered by other agents distributed on the network. A question schema collection unit that collects and organizes schemas in a format, a question input unit that receives input of a question, a question schema analysis unit that analyzes the schema of the input question, and the input based on the analysis result. A query decomposition unit for decomposing a question into question parts, and another query having a question schema including the schema of the question part. Characterized by comprising a question portion transmission unit that transmits to the stringent.

【0014】上記構成により、質問が比較的複雑で条件
設定などの項目が多い場合であっても質問のスキーマに
基づいて質問を他のエージェントが利用可能な質問部分
に分解し、適応できるエージェントに送信して検索を実
行することができ、ネットワーク上のデータを有効に利
用し、かつ、複雑な質問でも部分的に何等かの有益な情
報を回答することが可能となる。
With the above configuration, even if the question is relatively complicated and there are many items such as condition settings, the question is decomposed into question parts that can be used by other agents based on the schema of the question, and the agent can be adapted to the agent. It is possible to transmit and execute a search, to make effective use of data on the network, and to answer some useful information partially even for complicated questions.

【0015】ここで、質問スキーマ収集部において、質
問スキーマのうち、当該質問に回答するエージェントに
とって必須の部分を管理する手段を保持すれば、得られ
ている質問部分では必須部分が欠損しているエージェン
トに対しては質問部分の送信を行なわないという判断が
でき、有益な回答が得られない検索を省略することがで
きる。また、質問分解部による質問の分解において、前
記質問スキーマ収集部に登録された質問スキーマ単位の
うち、優先して長いスキーマ単位により質問を分解すれ
ば、不必要に質問部分を小さく分解してしまうことが防
止でき、検索処理時間の低減と検索効率の向上ができ
る。
Here, if the question schema collection unit has means for managing an essential part of the question schema for the agent answering the question, the essential part is missing in the obtained question part. It is possible to determine that the question portion is not transmitted to the agent, and it is possible to omit a search in which a useful answer cannot be obtained. Also, in the question decomposition by the question decomposition unit, if the question is decomposed in a long schema unit with priority among the question schema units registered in the question schema collection unit, the question part is unnecessarily decomposed into small parts. Can be prevented, and the search processing time can be reduced and the search efficiency can be improved.

【0016】また、本発明の情報仲介・統合装置は、さ
らに、質問を分解したロジックを記憶する分解ロジック
記憶部と、質問部分を送信したエージェントから得た回
答部分を前記記憶した分解ロジックに沿ってとりまと
め、前記質問に対する回答として合成・統合する回答生
成部を備えることが好ましい。この回答生成部の回答部
分の合成・統合処理において、回答のうち、回答部分が
得られず、欠損している部分に対して回答不定を示す識
別子を付して回答を生成し、また、得られた複数の回答
部分に対して論理演算を施す機能を備えることが好まし
い。
Further, the information mediation / integration device of the present invention further comprises a decomposition logic storage unit for storing a logic for decomposing the question, and an answer part obtained from the agent which transmitted the question part, in accordance with the stored decomposition logic. It is preferable to provide an answer generation unit that collects and combines and integrates as an answer to the question. In the synthesis / integration process of the answer part of the answer generation part, the answer part is not obtained from the answer, and the missing part is attached with an identifier indicating an indefinite answer, and the answer is generated. It is preferable to have a function of performing a logical operation on the plurality of answer parts obtained.

【0017】上記構成により、質問部分に分割して検索
した結果、得られた複数の回答部分を合成・統合して、
当初の質問に対する有益な回答を出力することができ
る。
According to the above configuration, a plurality of answer parts obtained as a result of a search divided into question parts are synthesized and integrated, and
A useful answer to the original question can be output.

【0018】[0018]

【発明の実施の形態】以下、本発明の実施形態にかかる
情報仲介・統合装置について、図面を参照しながら説明
する。なお、以下、セルと記述するものはコンピュータ
上で実現されるプロセスであり、コンピュータ装置(セ
ル装置)上で処理され、1つのコンピュータ装置を仮想
的に複数のセル装置として複数のセルを実現してもよ
い。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, an information mediating / integrating apparatus according to an embodiment of the present invention will be described with reference to the drawings. In the following, what is described as a cell is a process realized on a computer, is processed on a computer device (cell device), and realizes a plurality of cells using one computer device as a plurality of virtual cell devices. You may.

【0019】(実施形態1)本発明の実施形態1の情報
仲介・統合装置は、質問のスキーマに基づいて質問を他
のエージェントが利用可能な質問部分に分解し、適応で
きるエージェントに送信して検索を実行し、ネットワー
ク上に分散するデータベースを有効に利用し、かつ、複
雑な質問でも部分的に何等かの有益な情報を回答するも
のである。
(Embodiment 1) An information intermediary / integration apparatus according to Embodiment 1 of the present invention decomposes a question into a question portion that can be used by another agent based on a schema of the question, and transmits it to an applicable agent. It performs a search, makes effective use of a database distributed on a network, and partially answers some useful information to a complicated question.

【0020】まず、本実施形態1の情報仲介・統合装置
を中心とした情報検索システム全体の構成の概略と本装
置による処理流れの全体像を図面を参照しつつ説明す
る。
First, the outline of the configuration of the entire information retrieval system centered on the information mediation / integration device of the first embodiment and the overall image of the processing flow by this device will be described with reference to the drawings.

【0021】図1は、本発明の実施形態1の情報仲介・
統合装置を中心とした情報検索システム全体の概略構成
図である。図1に示すように、情報検索システムは、大
別して利用者端末10、情報仲介・統合装置20、デー
タベースエージェント40、データベース50から構成
されている。なお、図中の複数ある要素にはアルファベ
ットの引数が付されているが、働きは同様のものであ
る。図1の例では、複数ある要素として、利用者端末1
0a〜10b、データベースエージェント40a〜40
c、データベース50a〜50cが挙げられている。情
報仲介・統合装置を多段に構成してデータベースエージ
ェントに連結することも可能であり、この例ではデータ
ベースエージェント40cに対する連結は、情報仲介・
統合装置20および20aの多段構成となっている。
FIG. 1 is a diagram showing the information intermediation and operation according to the first embodiment of the present invention.
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a schematic configuration diagram of an entire information search system centering on an integrated device. As shown in FIG. 1, the information retrieval system is roughly composed of a user terminal 10, an information mediation / integration device 20, a database agent 40, and a database 50. Although a plurality of elements in the figure are given alphabetical arguments, the functions are the same. In the example of FIG. 1, the user terminal 1
0a to 10b, database agents 40a to 40
c, databases 50a to 50c. It is also possible to configure the information mediation / integration device in multiple stages and connect it to the database agent. In this example, the connection to the database agent 40c is performed by the information mediation / integration device.
The integrated devices 20 and 20a have a multi-stage configuration.

【0022】図1の各要素に付されている記号は、各要
素の働きを端的に示すための記号であり、Qが質問を指
し、q1〜q3が質問Qから分解生成された質問部分を
指し、Aが質問Qに対する回答を指し、a1〜a3が各
質問部分q1〜q3に対する回答部分を指している。図
1中の各要素を結ぶ矢印線は、各要素間の通信相手と通
信方向を示している。
The symbols attached to the respective elements in FIG. 1 are symbols for simply showing the function of each element. Q indicates a question, and q1 to q3 indicate question parts generated by decomposition from the question Q. A, A indicates an answer to the question Q, and a1 to a3 indicate answer parts to the respective question parts q1 to q3. Arrows connecting the elements in FIG. 1 indicate the communication partner and the communication direction between the elements.

【0023】この図1で示した本発明の情報仲介・統合
装置20の構成、処理の説明に先立ち、まず、図1中に
示された各要素の働きと情報検索システムの処理全体に
ついて説明し、その後、情報仲介・統合装置20の詳し
い説明を述べる。
Before describing the configuration and processing of the information mediation / integration apparatus 20 of the present invention shown in FIG. 1, first, the function of each element shown in FIG. 1 and the entire processing of the information retrieval system will be described. Then, a detailed description of the information mediation / integration device 20 will be described.

【0024】本発明の情報検索システムの各要素の働き
と全体処理の概略を、図1のシステム構成と図2のフロ
ーチャートを参照しつつ説明する。
The function of each element of the information retrieval system of the present invention and the outline of the overall processing will be described with reference to the system configuration of FIG. 1 and the flowchart of FIG.

【0025】まず、前処理として、情報仲介・統合装置
20は、ネットワーク上で利用可能な各データベースエ
ージェント40(この例では40a〜40c)の受け付
け可能な質問スキームを収集・整理しておく(ステップ
S201)。ネットワーク上に分散するデータベースエ
ージェントは多種多様なものがあり、その利用インタフ
ェースも多様である。それゆえ各データベースエージェ
ントには受け付け可能な所定の質問スキームを持ってい
る。各データベースエージェントを有効に利用するため
にはどのデータベースエージェントがどの質問スキーム
に対応するかを把握しておき、入力された質問を当該質
問スキームに合致するように変形してやれば良い。質問
スキームを収集・整理した質問スキームテーブルの例を
図3に示す。図3に示したように、例えば、データベー
スエージェント40aは質問スキームとして、(商品マ
スタ ?X)であり、商品に関する単項リレーション文
となっている。データベースエージェント40bは、
(商品マスタ ?X),(カテゴリ ?X ?カテゴ
リ)という商品に関する単項リレーション文とカテゴリ
に関する2項リレーション文となっている。また、デー
タベースエージェント40cは、(商品マスタ ?
X),(品コード ?X ?品コード)という商品に関
する単項リレーション文と品コードに関する2項リレー
ション文となっている。各データベースエージェントは
上記の質問文およびそれらの論理積の質問文を受けるこ
とができる。情報仲介・統合装置20は、図3に示した
ような各データベースエージェントごとに整理した質問
スキームテーブルを保持する。
First, as a pre-process, the information mediation / integration device 20 collects and organizes question schemes that can be accepted by the database agents 40 (40a to 40c in this example) available on the network (step S1). S201). There are various types of database agents distributed on a network, and the interfaces used are also various. Therefore, each database agent has a predetermined query scheme that can be accepted. In order to use each database agent effectively, it is sufficient to know which database agent corresponds to which question scheme, and to transform the input question so as to match the question scheme. FIG. 3 shows an example of a question scheme table in which question schemes are collected and arranged. As shown in FIG. 3, for example, the database agent 40a is (product master? X) as a question scheme, and is a unary relation sentence relating to the product. The database agent 40b
A unary relation sentence relating to the product (product master? X) and (category? X? Category) and a binary relation sentence relating to the category are provided. In addition, the database agent 40c transmits (product master?
X) and (item code? X? Item code) are a unary relation sentence relating to the product and a binary relation sentence relating to the item code. Each database agent can receive the above-mentioned question sentence and a question sentence of their logical product. The information mediation / integration device 20 holds a question scheme table arranged for each database agent as shown in FIG.

【0026】次に、利用者が質問を利用者端末10に対
して入力する(ステップS202)。利用者端末10は
利用者が使用するパーソナルコンピュータなどの装置で
あり、入力インタフェース11としてキーボード、ポイ
ンティングデバイス、音声入力装置などを備え、出力イ
ンタフェース12として、モニタ、スピーカ、プリンタ
などを備えている。また、通信インタフェース13を備
え、情報仲介・統合装置などとの間でデータ通信を行な
う。利用者は入力インタフェース11を介して質問Qを
入力する。当該質問Qは通信インタフェース13を介し
て情報仲介・統合装置20に送信される。
Next, the user inputs a question to the user terminal 10 (step S202). The user terminal 10 is a device such as a personal computer used by the user. The user terminal 10 includes a keyboard, a pointing device, a voice input device, and the like as the input interface 11, and a monitor, a speaker, a printer, and the like as the output interface 12. In addition, a communication interface 13 is provided to perform data communication with an information mediation / integration device. The user inputs a question Q via the input interface 11. The question Q is transmitted to the information mediation / integration device 20 via the communication interface 13.

【0027】次に、情報仲介・統合装置20は、利用者
端末10から送信された質問Qを受けとり、質問Qの質
問スキームを解析する(ステップS203)。質問スキ
ームを解析することにより、どのスキーム単位で質問を
分解することができるのかを検討することが可能とな
る。質問Qの質問スキームの例を図4(a)に示す。こ
の例では3つのリレーション文の&(論理積)というス
キームになっている。
Next, the information mediation / integration device 20 receives the question Q transmitted from the user terminal 10, and analyzes the question scheme of the question Q (step S203). By analyzing the question scheme, it is possible to examine in which scheme units the question can be decomposed. FIG. 4A shows an example of the question scheme of the question Q. In this example, a scheme called & (logical product) of three relation statements is used.

【0028】情報仲介・統合装置20は、質問Qを適切
な質問部分q(この例ではq1〜q5)に分解する(ス
テップS204)。ここで、質問Qの分解は、分解可能
な単位に分解してしまうことも可能であり、また、スキ
ーム図3に示した質問スキームテーブルの各データベー
スエージェントの受け付け可能な質問スキームの大きさ
に分解することも可能である。この例では後者の方式を
採用し、質問Qの分解は、データベースエージェント4
0a〜cの受け付け可能な質問スキームの大きさに沿っ
て図4(b)に示すように質問部分q1〜q4に分解す
る。この例では各質問部分は、質問文とそのアスペクト
により構成されている。
The information mediation / integration device 20 decomposes the question Q into appropriate question parts q (q1 to q5 in this example) (step S204). Here, the decomposition of the question Q can be decomposed into decomposable units, and it can be decomposed into the size of the question scheme that can be accepted by each database agent in the question scheme table shown in FIG. It is also possible. In this example, the latter method is adopted.
As shown in FIG. 4 (b), it is divided into question parts q1 to q4 along the size of the acceptable question scheme of 0a to 0c. In this example, each question portion is composed of a question sentence and its aspect.

【0029】ここで、情報仲介・統合装置20は、質問
Qを分解したロジックを記憶保持しておく必要がある。
後にデータベースエージェントから返信された回答部分
を合成・統合して質問Qに対する回答を生成するためで
ある。
Here, the information mediation / integration device 20 needs to store and hold the logic obtained by decomposing the question Q.
This is because a reply to the question Q is generated by combining and integrating the reply portions returned from the database agent later.

【0030】次に、情報仲介・統合装置20は、分解し
た質問部分をそれぞれ対応するデータベースエージェン
トに送信する(ステップS205)。質問部分q1はデ
ータベースエージェント40aに対応し、質問部分q2
はデータベースエージェント40bに対応し、質問部分
q3はデータベースエージェント40cに対応し、それ
ぞれ目的のデータベースエージェント40a〜cに対し
て送信される。なお、質問部分のうち、受け付け可能な
データベースエージェントが存在しない場合もありうる
が、その場合は送信しない。この例では質問部分q4は
送信されない。
Next, the information mediation / integration device 20 transmits the disassembled question portions to the corresponding database agents (step S205). The question part q1 corresponds to the database agent 40a, and the question part q2
Corresponds to the database agent 40b, and the question part q3 corresponds to the database agent 40c, and is transmitted to the target database agents 40a to 40c, respectively. In some cases, there is a case where there is no acceptable database agent in the question part, but in this case, it is not transmitted. In this example, the question part q4 is not transmitted.

【0031】質問部分の送信を受けた各データベースエ
ージェント40a〜cは、制御・管理しているデータベ
ース50a〜cにアクセスし、質問部分に対する検索を
実行し、回答部分を得る(ステップS206)。各質問
部分に対して得られた回答部分の一覧表を図5に示す。
Each of the database agents 40a-c having received the transmission of the question portion accesses the controlled / managed databases 50a-c, executes a search for the question portion, and obtains an answer portion (step S206). FIG. 5 shows a list of answer parts obtained for each question part.

【0032】データベースエージェント40a〜cは得
られた回答部分a1〜a3を情報仲介・統合装置20に
対して返信する(ステップS207)。
The database agents 40a-c return the obtained answer parts a1-a3 to the information mediation / integration device 20 (step S207).

【0033】情報仲介・統合装置20は、得られた回答
部分a1〜a3を合成・統合して質問Qに対する回答A
を生成し、利用者に回答する(ステップS208)。こ
こで回答部分の合成・統合は、ステップS204で記憶
保持した質問ロジックに従い、各回答部分a1〜a3を
合成・統合する。例えば、回答ロジックを(A=a1&
a3+a2&a3)として回答Aを合成・統合する。な
お、回答部分の合成・統合処理において、質問部分のう
ち送信されなかったものや、送信したが回答部分が得ら
れなかったものなど、回答部分が欠損している部分に対
しては、回答不定を示す識別子“*”(ワイルドカー
ド)を付して回答を合成・統合する。
The information mediation / integration device 20 synthesizes and integrates the obtained answer parts a1 to a3, and
Is generated and answered to the user (step S208). Here, the combining and integrating of the answer parts are performed by combining and integrating the answer parts a1 to a3 according to the question logic stored and held in step S204. For example, if the answer logic is (A = a1 &
The answer A is synthesized and integrated as a3 + a2 & a3). In the process of combining and integrating the answer parts, if the answer part is missing, such as the question part that was not sent or the sent part but the answer part was not obtained, the answer is undefined. Responses are synthesized and integrated with an identifier “*” (wild card) indicating “.”

【0034】以上が、本発明の情報仲介・統合装置20
を中心とした情報検索システムの各要素の働きの概略と
システムの処理全体の流れである。
The above is the description of the information mediation / integration device 20 of the present invention.
It is an outline of the operation of each element of the information retrieval system centering on and a flow of the entire processing of the system.

【0035】次に、情報仲介・統合装置20の構成を詳
しく説明する。図6は実施形態1の情報仲介・統合装置
20の構成例を示す図である。図6に示すように、情報
仲介・統合装置20は、質問入力部21、質問スキーマ
解析部22、質問分解部23、質問部分送信部24、回
答生成部25、質問スキーマ収集部26を備えている。
なお、制御に必要な制御部やメモリは説明の便宜上、図
示を省略している。
Next, the configuration of the information mediation / integration device 20 will be described in detail. FIG. 6 is a diagram illustrating a configuration example of the information mediation / integration device 20 according to the first embodiment. As shown in FIG. 6, the information mediation / integration device 20 includes a question input unit 21, a question schema analysis unit 22, a question decomposition unit 23, a question part transmission unit 24, an answer generation unit 25, and a question schema collection unit 26. I have.
Note that a control unit and a memory required for control are not shown for convenience of description.

【0036】質問スキーマ収集部26は、ネットワーク
上に分散する他のエージェントが回答可能な質問形式の
スキーマを収集・整理する部分であり、図3で説明した
ように各データベースエージェントの受け付け可能な質
問スキーマを整理した質問スキーマテーブルを保持する
質問スキーマテーブル保持部261を備えている。
The question schema collection section 26 is a section for collecting and organizing a schema in a question format which can be answered by other agents distributed on the network. As shown in FIG. A question schema table holding unit 261 for holding a question schema table in which schemas are arranged is provided.

【0037】質問入力部21は、利用者端末10からの
質問の入力を受け付ける部分である。なお、利用者端末
10との通信を制御する通信インタフェースなどは説明
の便宜上、図示を省略している。
The question input section 21 is a section for receiving an input of a question from the user terminal 10. It should be noted that a communication interface for controlling communication with the user terminal 10 and the like are not shown for convenience of description.

【0038】質問スキーマ解析部22は、入力された質
問のスキーマを解析する部分である。図4(a)で説明
したような質問のスキーマが抽出される。
The question schema analysis section 22 is a section for analyzing the schema of the input question. The question schema as described in FIG. 4A is extracted.

【0039】質問分解部23は、質問スキーマの解析結
果と、質問スキーマ収集部26の質問スキーマテーブル
保持部261が記憶保持する質問スキーマテーブルの内
容に基づいて前記入力された質問を質問部分に分解す
る。図4(b)で説明したような質問部分が得られる。
The question decomposing unit 23 decomposes the input question into question parts based on the analysis result of the question schema and the contents of the question schema table stored and held by the question schema table holding unit 261 of the question schema collection unit 26. I do. The question part as described in FIG. 4B is obtained.

【0040】なお、質問分解部23は、本実施形態1で
は、分解単位指定部231を備えている。この分解単位
指定部231は、質問分解部23による質問の分解処理
において、分解可能な小さい単位まで分解するか、質問
スキーマテーブル保持部261に登録された質問スキー
マ単位のうち優先して長いスキーマ単位により質問を分
解するかを指定する部分である。前者を選択した場合
は、細かい質問部分に分解され、より多くのデータベー
スエージェントにより受け付け可能となるが、処理単位
が小さくなるので後処理である回答部分の合成・統合処
理に負担がかかる。後者を選んだ場合は、受付可能な範
囲でなるべく長い質問部分に分解するので利用可能とな
るデータベース数は減少するが、回答部分の合成・統合
処理に負担が少なく、処理が高速化する。
In the first embodiment, the query decomposing unit 23 includes a decomposition unit designating unit 231. The decomposing unit designating unit 231 divides a query into smaller units that can be decomposed in the query decomposing process by the question decomposing unit 23, or preferentially selects a longer schema unit among the question schema units registered in the Is a part that specifies whether the question should be broken down. If the former is selected, it is broken down into small query parts, which can be accepted by more database agents, but the processing unit becomes smaller, so that a load is required for the post-processing synthesis / integration processing of the answer parts. If the latter is selected, the number of databases that can be used is reduced because it is broken down into as long a question portion as possible within the acceptable range, but the load on the synthesis / integration process of the answer portion is small, and the processing speeds up.

【0041】また、質問分解部23は、質問を分解した
ロジックを記憶する分解ロジック記憶部232を備えて
いる。前述したように回答部分を合成・統合するために
分解したロジックを記憶する必要があるからである。
The question decomposing unit 23 has a decomposition logic storage unit 232 for storing logic obtained by decomposing a question. This is because it is necessary to store the decomposed logic in order to combine and integrate the answer parts as described above.

【0042】質問部分送信部24は、質問部分のスキー
マを含む質問スキーマを持つ他のエージェントに送信す
る部分である。質問部分送信部24の送信処理におい
て、質問スキーマ収集部26に登録された質問スキーマ
単位に対応するものがない質問部分が存在する場合に
は、当該質問部分の送信処理は行なわず、対応するもの
がある質問部分のみ送信することとなる。
The question part transmitting section 24 is a part for transmitting to another agent having a question schema including the schema of the question part. In the transmission processing of the question part transmitting unit 24, if there is a question part that does not correspond to the question schema unit registered in the question schema collection unit 26, the transmission processing of the question part is not performed, and the corresponding part is not transmitted. Only the question part will be sent.

【0043】回答生成部25は、質問部分送信後、各デ
ータベースエージェントから得られた回答部分を合成・
統合する部分である。回答部分の合成・統合処理にあた
り、分解ロジック記憶部232が記憶している分解ロジ
ックに沿ってとりまとめ、質問に対する回答として合成
・統合する。つまり、回答部分に対してANDやOR,
NOTなどの論理演算を施す機能を備えている。
After transmitting the question part, the answer generation part 25 combines the answer parts obtained from the respective database agents, and
This is the part to be integrated. In the synthesis / integration processing of the answer parts, the answer parts are combined according to the decomposition logic stored in the decomposition logic storage unit 232, and are synthesized and integrated as answers to the questions. In other words, AND, OR,
It has a function of performing a logical operation such as NOT.

【0044】なお、回答生成部25による回答部分の合
成・統合処理において、質問部分のうち送信されなかっ
たものや、送信したが回答部分が得られなかったものな
ど、回答部分が欠損している部分に対しては、ワイルド
カード“*”など回答不定を示す識別子を付して回答を
生成する。
In the combining / integrating process of the answer parts by the answer generating unit 25, the answer parts are missing, such as the question part which was not transmitted or the sent part where the answer part was not obtained. An answer is generated for the portion by attaching an identifier indicating an undefined answer such as a wild card “*”.

【0045】以上、本実施形態1の情報仲介・統合装置
によれば、質問が比較的複雑で条件設定などの項目が多
い場合であっても質問のスキーマに基づいて質問を他の
エージェントが利用可能な質問部分に分解し、適応でき
るエージェントに送信して検索を実行することができ、
ネットワーク上のデータを有効に利用し、かつ、複雑な
質問でも部分的に何等かの有益な情報を回答することが
可能となる。
As described above, according to the information intermediary / integration apparatus of the first embodiment, even if the question is relatively complicated and there are many items such as condition settings, the other agent can use the question based on the question schema. Can be broken down into possible question parts and sent to adaptable agents to perform searches,
It is possible to make effective use of data on the network, and to answer some useful information partially even for complicated questions.

【0046】(実施形態2)本実施形態2の情報仲介・
統合装置は、質問の入力とともに、質問の項目のうち必
須部分の項目の指定を受け付ける機能を有し、当該必須
項目が欠損した質問部分しか受け付けることのできない
データベースの利用を避ける機能を有するものである。
(Embodiment 2) Information mediation of Embodiment 2
The integrated device has a function of accepting the input of a question and a designation of an essential part of a question item, and a function of avoiding use of a database that can accept only a question part in which the essential item is missing. is there.

【0047】通常、利用者が質問を入力する場合、様々
な条件項目、キーワードを付けるが、その中でも特に主
眼である項目、必須である項目が明確となっている場合
がある。例えば商品の検索において、利用者にとり価格
の上限だけは絶対満たした商品を検索したい場合、価格
の項目を含む質問が受け付けられないデータベースエー
ジェントからは有効な回答部分が期待できず、むしろ絞
り込みを行なう際には雑音となる情報が得られる場合も
多い。そこで当該必須項目が欠損した質問部分しか受け
付けることのできないデータベースの利用を避ける機能
が必要となる。
Normally, when a user inputs a question, various condition items and keywords are attached, and among them, particularly the main item and the essential item may be clear. For example, in a product search, if a user wants to search for a product that absolutely satisfies only the upper limit of the price, the database agent that cannot accept questions including the price item cannot expect a valid answer part, but rather narrows down In some cases, information that becomes noise is often obtained. Therefore, a function is required to avoid the use of a database that can accept only the question portion in which the required item is missing.

【0048】図7は、本実施形態2の情報仲介・統合装
置20aの構成例を示す図である。
FIG. 7 is a diagram showing a configuration example of the information mediation / integration device 20a according to the second embodiment.

【0049】図7に示すように、情報仲介・統合装置2
0aは、質問入力部21a、質問スキーマ解析部22、
質問分解部23a、質問部分送信部24a、回答生成部
25、質問スキーマ収集部26aを備えている。各要素
は実施形態1において同じ番号で説明したものと同様で
あるのでここでの詳しい説明は適宜省略する。アルファ
ベットの引数が付された要素は、以下に説明するように
実施形態1では説明しなかった機能を有している。
As shown in FIG. 7, the information mediation / integration device 2
0a is a question input unit 21a, a question schema analysis unit 22,
It includes a question decomposition section 23a, a question portion transmission section 24a, an answer generation section 25, and a question schema collection section 26a. Since each element is the same as that described in the first embodiment with the same number, detailed description thereof will be omitted as appropriate. Elements to which alphabetic arguments are added have functions not described in the first embodiment, as described below.

【0050】質問入力部21aは、利用者が入力した質
問項目、キーワード、条件などのうち、利用者による必
須部分の指定を受け付ける必須項目指定部211を備え
ている。必須項目指定部211より入力指定された必須
部分に対しては必須部分を表わす識別子などが付され
る。
The question input unit 21a includes a required item specification unit 211 for receiving a specification of a required part by a user among question items, keywords, conditions, and the like input by the user. An identifier indicating the essential part is attached to the essential part input and designated by the essential item designation part 211.

【0051】必須項目が欠損した質問部分しか受け付け
ることのできないデータベースの利用を避ける機能の実
現方式としては、複数ある。まず、第1の方法として、
質問分解部23aにおける質問の分解処理において、か
ならず必須項目を含む質問部分に分解する方法である。
例えば、質問スキームが3つの項目の論理積S1&S2
&S3であり、そのうちS2が必須項目とすると、質問
の分解処理において、質問部分はq1=S1&S2、q
2=S2&S3の2つのみとなり、q3=S1&S3は
生成されないという処理である。この処理によれば、得
られる回答部分はかならず必須項目S2を満たすものと
なる。第2の方法は、質問スキーマ収集部26aが質問
スキームテーブルを利用して各データベースエージェン
トのうち、必須項目を含む質問部分の受け付けが可能な
もののみソートしてリストアップするか、または、必須
項目を含む質問部分の受け付けができないものをマスク
する方法である。この方法によれば、必須項目S2を含
む質問部分を受け付けられないものは除外され、受け付
けられるものに対してのみ質問部分送信部24aにより
質問部分が送信されることとなる。この処理によれば、
得られる回答部分はかならず必須項目S2を満たすもの
となる。
There are a plurality of methods for realizing a function for avoiding the use of a database which can only accept a question portion in which essential items are missing. First, as a first method,
This is a method of decomposing into a question part including essential items in the question decomposing process in the question decomposing unit 23a.
For example, the question scheme is a logical AND of three items S1 & S2
& S3, and if S2 is an essential item, the question part is q1 = S1 & S2, q
2 = S2 & S3 only, and q3 = S1 & S3 is not generated. According to this processing, the obtained answer part always satisfies the essential item S2. In the second method, the question schema collecting unit 26a sorts and lists only database agents capable of accepting a question portion including a required item among the database agents using a question scheme table, or This is a method of masking a part that cannot accept a question part including a. According to this method, the question part including the essential item S2 that cannot be accepted is excluded, and the question part transmission unit 24a transmits the question part only to the accepted ones. According to this processing,
The obtained answer part always satisfies the essential item S2.

【0052】回答生成部25により得られた回答部分を
合成・統合して回答を生成する処理は実施形態1と同様
で良い。
Processing for generating an answer by synthesizing and integrating the answer parts obtained by the answer generating section 25 may be the same as that in the first embodiment.

【0053】以上、本実施形態2の情報仲介・統合装置
によれば、質問の入力とともに、質問の項目のうち必須
部分の項目の指定を受け付ける機能を有し、当該必須項
目が欠損した質問部分しか受け付けることのできないデ
ータベースの利用を避ける機能を有し、利用者が指定し
た必須項目をかならず満たした回答を得ることができ
る。
As described above, according to the information mediation / integration apparatus of the second embodiment, the function of accepting the input of a question and the designation of an essential part of the question item is provided. It has a function to avoid the use of a database that can only be accepted, and it is possible to obtain an answer that always satisfies the essential items specified by the user.

【0054】(実施形態3)本実施形態3の情報仲介・
統合装置は、あらかじめ検索利用に供するデータベース
エージェントを指定して検索用ドメインを定義し、当該
検索用ドメインに含まれるデータベースエージェントの
みに質問部分の送信を行なう機能を有するものである。
(Embodiment 3) Information mediation of Embodiment 3
The integrated device has a function of designating a database agent to be used for search and defining a search domain in advance, and transmitting a query portion only to the database agent included in the search domain.

【0055】ネットワーク上に分散するデータベースサ
ービスの中には、多種多様なものがあり、例えば、有料
データベースや、特殊なコンテンツが含まれているデー
タベースなどが存在する。利用に際して利用者がアクセ
ス可能なデータベースを限定したい場合もある。そこで
本実施形態3では、検索利用に供するデータベースエー
ジェントを指定して検索用ドメインを定義する機能を備
えている。
There are various types of database services distributed on the network, such as a pay database and a database including special contents. In some cases, the user may want to limit the databases that the user can access. Thus, the third embodiment has a function of specifying a database agent to be used for search and defining a search domain.

【0056】図8は、本実施形態3の情報仲介・統合装
置20bの構成例を示す図である。
FIG. 8 is a diagram showing a configuration example of the information mediation / integration device 20b of the third embodiment.

【0057】図8に示すように、情報仲介・統合装置2
0bは、質問入力部21、質問スキーマ解析部22、質
問分解部23、質問部分送信部24b、回答生成部2
5、質問スキーマ収集部26bに加え、検索用ドメイン
指定部27を備えている。各要素は実施形態1において
同じ番号で説明したものと同様であるのでここでの詳し
い説明は適宜省略する。アルファベットの引数が付され
た要素は、以下に説明するように実施形態1では説明し
なかった機能を有している。
As shown in FIG. 8, the information mediation / integration device 2
0b is a question input unit 21, a question schema analysis unit 22, a question decomposition unit 23, a question part transmission unit 24b, an answer generation unit 2
5. In addition to the question schema collection unit 26b, a search domain designation unit 27 is provided. Since each element is the same as that described in the first embodiment with the same number, detailed description thereof will be omitted as appropriate. Elements to which alphabetic arguments are added have functions not described in the first embodiment, as described below.

【0058】検索用ドメイン指定部27は、利用者が検
索に際して利用するデータベースを指定する部分であ
る。直接、利用するデータベースを指定入力しても良い
し、“有料データベースサービスは除外する”“アクセ
スポイントが市内のものに限定する”などの条件の指定
入力であっても良い。検索用ドメイン指定部27は、指
定入力された条件に見合う検索データベースのみを検索
用ドメインとして管理する。
The search domain designating section 27 is a section for designating a database used by a user for a search. The database to be used may be directly designated and input, or the condition may be designated such as "exclude pay database service" or "restrict access points to those in the city". The search domain designation unit 27 manages only a search database that meets the designated condition as a search domain.

【0059】質問スキーマ収集部26bにおける処理
は、複数通りあり得る。第1の処理例は、検索用ドメイ
ンが定義されてから検索用ドメインに含まれるデータベ
ースエージェントに対してのみ、質問スキーマを収集し
て質問スキーマテーブルを用意するものである。第2の
処理例は、質問スキーマテーブルはあらかじめ作成して
おき、質問に応じて検索用ドメインが定義された後に検
索用ドメインに含まれるデータベースエージェントに対
する質問スキーマをソートしてサブセットの質問スキー
マテーブルを動的に生成するものである。後者の方法で
あれば、質問内容や利用者の別に応じて動的に検索用ド
メインと質問スキーマテーブルを用意することができ
る。
There may be a plurality of types of processing in the question schema collection unit 26b. In the first processing example, a question schema is collected and a question schema table is prepared only for the database agents included in the search domain after the search domain is defined. In the second processing example, a question schema table is created in advance, and after a search domain is defined in accordance with the question, the question schema for the database agent included in the search domain is sorted to create a subset of question schema tables. It is generated dynamically. With the latter method, a search domain and a question schema table can be dynamically prepared according to the content of the question or the user.

【0060】以上、本実施形態3の情報仲介・統合装置
によれば、あらかじめ検索利用に供するデータベースエ
ージェントを指定して検索用ドメインを定義し、当該検
索用ドメインに含まれるデータベースエージェントのみ
に質問部分の送信を行ない、検索を実行することが可能
となる。
As described above, according to the information intermediation / integration apparatus of the third embodiment, a search agent domain is defined in advance by specifying a database agent to be used for search, and a query portion is set only to the database agent included in the search domain. , And a search can be executed.

【0061】(実施形態4)本実施形態4の情報仲介・
統合装置は、データベースエージェントに障害が起こっ
たことを検知し、当該障害の起こったデータベースエー
ジェントを検索利用ドメインから動的に外す障害対応機
能を有し、さらに、代替となるデータベースエージェン
トに質問部分を渡して次善の回答を合成・統合するもの
である。
(Embodiment 4) Information mediation of Embodiment 4
The integrated device has a failure handling function that detects that a database agent has failed and dynamically removes the failed database agent from the search and use domain. It passes and combines and integrates the next best answer.

【0062】ネットワーク上に分散するデータベースは
ネットワークの状態や、データベース自身の障害、保守
作業など一時的にアクセスできない場合が発生すること
が十分想定できる。通常は、ファシリテータは自分が発
行したすべてのメッセージに対する回答が揃った時点で
それらをまとめて要求元に返答する。しかし、障害が発
生しているといつまでも返ってこない回答部分を待つこ
ととなる。本実施形態4の情報仲介・統合装置は、障害
が起こったことを検知すれば、当該部分を検索用ドメイ
ンから動的に除外するとともに、代替となるデータベー
スエージェントに質問部分を渡して次善の回答を合成・
統合する。
It can be sufficiently assumed that the database distributed on the network may be temporarily inaccessible due to the state of the network, failure of the database itself, maintenance work, and the like. Normally, the facilitator collectively replies to the requester when all the messages issued by the facilitator are completed. However, if a failure has occurred, the user must wait for an answer part that never returns. If the information mediation / integration device of the fourth embodiment detects that a failure has occurred, it dynamically removes the relevant portion from the search domain, and passes the query portion to the alternative database agent to send the Combine answers
Integrate.

【0063】図9は、本実施形態4の情報仲介・統合装
置20cの構成例を示す図である。
FIG. 9 is a diagram showing a configuration example of the information mediation / integration device 20c of the fourth embodiment.

【0064】図9に示すように、情報仲介・統合装置2
0cは、質問入力部21、質問スキーマ解析部22、質
問分解部23c、質問部分送信部24c、回答生成部2
5c、質問スキーマ収集部26c、検索用ドメイン指定
部27cに加え、障害検知部28を備えている。各要素
は実施形態1において同じ番号で説明したものと同様で
あるのでここでの詳しい説明は適宜省略する。アルファ
ベットの引数が付された要素は、以下に説明するように
実施形態1〜3では説明しなかった機能を有している。
As shown in FIG. 9, the information mediation / integration device 2
0c denotes a question input unit 21, a question schema analysis unit 22, a question decomposition unit 23c, a question part transmission unit 24c, and an answer generation unit 2.
5c, a question schema collection unit 26c, a search domain designation unit 27c, and a failure detection unit 28. Since each element is the same as that described in the first embodiment with the same number, detailed description thereof will be omitted as appropriate. Elements to which alphabetic arguments are added have functions not described in the first to third embodiments as described below.

【0065】障害検知部28は、ネットワーク上で起こ
った障害を検知する部分であり、通常、ネットワーク管
理端末などからネットワーク上で起こった障害報告がな
される。障害検知部28は、当該障害報告を検知する。
The failure detecting section 28 is a part for detecting a failure that has occurred on the network, and usually reports a failure that has occurred on the network from a network management terminal or the like. The failure detection unit 28 detects the failure report.

【0066】検索用ドメイン指定部27cは、障害検知
部28からネットワーク上の障害部分の通知を受ける。
定義されている検索用ドメインに含まれるデータベース
に対して障害が及んでいる場合には、当該データベース
を検索用ドメインから除外する。
The search domain designation unit 27c receives a notification of a failure portion on the network from the failure detection unit 28.
If a failure has occurred in a database included in the defined search domain, the database is excluded from the search domain.

【0067】質問スキーマ収集部26cにおける処理
は、検索用ドメイン指定部27cにより検索用ドメイン
の内容の変更が通知されると、検索用ドメインから除外
されたデータベースエージェントの項目を質問スキーマ
テーブルから除外し、動的に更新する。
In the process in the question schema collection unit 26c, when the change of the contents of the search domain is notified by the search domain designating unit 27c, the items of the database agent excluded from the search domain are excluded from the question schema table. Update dynamically.

【0068】質問部分送信部24cは、障害検知部28
からの障害報告が質問部分の送信前であれば、質問スキ
ーマ収集部26cにより更新後の質問スキーマテーブル
を基に質問を送信するデータベースエージェントを選ん
で送信する。
The question portion transmitting section 24c is provided with a fault detecting section 28.
If the failure report from before is the transmission of the question part, the question schema collection unit 26c selects and transmits the database agent that transmits the question based on the updated question schema table.

【0069】回答生成部25cは、障害検知部28から
の障害報告が質問部分の送信前であれば、質問部分送信
部24cにより送信された質問部分に対する回答部分は
返信されるので実施形態1と同様の処理をする。障害検
知部28からの障害報告が質問部分の送信後であれば、
当該回答部分は返信されないとみなして無視し、残りの
回答部分により回答を合成・統合する。残りの回答部分
では代替する情報が得られていない場合は、障害が起こ
ったデータベースエージェントに送信した質問部分を再
度、他の代替できるデータベースエージェントに送信し
て回答部分を得る必要がある。質問部分送信部24cに
その旨を伝え、質問スキーマテーブルに基づいて他の代
替となるデータベースエージェントに対して質問部分の
再送を要求するか、質問分解部23cに依頼して質問部
分をより細かく分割し、代替となるデータベースエージ
ェントを見つけ出す処理を実行する。
If the failure report from the failure detection unit 28 is before the transmission of the question part, the response generation part 25c returns the response part to the question part transmitted by the question part transmission part 24c. The same processing is performed. If the failure report from the failure detection unit 28 is after the transmission of the question part,
The answer part is regarded as not being replied and is ignored, and the answer is combined and integrated with the remaining answer part. If alternative information is not obtained in the remaining answer parts, it is necessary to send the question part sent to the failed database agent again to another alternative database agent to obtain an answer part. This is communicated to the question part transmitting unit 24c, and based on the question schema table, another alternative database agent is requested to resend the question part, or is requested to the question decomposing unit 23c to divide the question part more finely. Then, a process of finding an alternative database agent is executed.

【0070】本実施形態4の情報仲介・統合装置によれ
ば、データベースエージェントに障害が起こったことを
検知し、当該障害の起こったデータベースエージェント
を検索利用ドメインから動的に外し、さらに、代替とな
るデータベースエージェントに質問部分を渡して次善の
回答を合成・統合することができる。
According to the information intermediary / integration device of the fourth embodiment, it is detected that a failure has occurred in the database agent, and the failed database agent is dynamically removed from the search and use domain. A question part can be passed to a database agent to synthesize and integrate suboptimal answers.

【0071】[0071]

【発明の効果】本発明の情報仲介・統合装置によれば、
質問が比較的複雑で条件設定などの項目が多い場合であ
っても質問のスキーマに基づいて質問を他のエージェン
トが利用可能な質問部分に分解し、適応できるエージェ
ントに送信して検索を実行することができ、ネットワー
ク上のデータを有効に利用し、かつ、複雑な質問でも部
分的に何等かの有益な情報を回答することが可能とな
る。質問に対する適応性が高くかつ柔軟性のある情報仲
介・統合装置を提供することができる。また、ネットワ
ーク上のデータの利用効率を高めることが可能となる。
According to the information mediation / integration device of the present invention,
Even if the question is relatively complicated and there are many items such as condition settings, break down the question into question parts that can be used by other agents based on the question schema and send it to an applicable agent to perform a search This makes it possible to effectively use data on the network, and to answer some useful information partially even for complicated questions. It is possible to provide a flexible and flexible information intermediary / integration device for questions. Further, it is possible to increase the efficiency of using data on the network.

【0072】また、本発明の情報仲介・統合装置によれ
ば、質問の入力とともに、質問の項目のうち必須部分の
項目の指定を受け付ける機能を有し、当該必須項目が欠
損した質問部分しか受け付けることのできないデータベ
ースの利用を避ける機能を有し、利用者が指定した必須
項目をかならず満たした回答を得ることができる。
Further, according to the information mediation / integration device of the present invention, there is provided a function of accepting the input of a question and the designation of an essential part of the question item, and accepting only the question part where the essential item is missing. It has a function to avoid the use of a database that cannot be used, and can obtain an answer that always satisfies the required items specified by the user.

【0073】また、本発明の情報仲介・統合装置によれ
ば、あらかじめ検索利用に供するデータベースエージェ
ントを指定して検索用ドメインを定義し、当該検索用ド
メインに含まれるデータベースエージェントのみに質問
部分の送信を行ない、検索を実行することが可能とな
る。
According to the information mediation / integration device of the present invention, a search domain is defined in advance by specifying a database agent to be used for search, and a query portion is transmitted only to the database agent included in the search domain. To perform a search.

【0074】また、本発明の情報仲介・統合装置によれ
ば、データベースエージェントに障害が起こったことを
検知し、当該障害の起こったデータベースエージェント
を検索利用ドメインから動的に外し、さらに、代替とな
るデータベースエージェントに質問部分を渡して次善の
回答を合成・統合することができる。
Further, according to the information mediation / integration apparatus of the present invention, it is detected that a failure has occurred in the database agent, and the failed database agent is dynamically removed from the search and use domain. A question part can be passed to a database agent to synthesize and integrate suboptimal answers.

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

【図1】 本発明の実施形態1の情報仲介・統合装置を
中心とした情報検索システム全体の概略構成図
FIG. 1 is a schematic configuration diagram of an entire information retrieval system centered on an information mediation / integration device according to a first embodiment of the present invention;

【図2】 本発明の情報検索システムの全体処理の概略
を示すフローチャート
FIG. 2 is a flowchart showing an outline of the overall processing of the information search system of the present invention.

【図3】 本発明の質問スキームテーブルの例を示す図FIG. 3 is a diagram showing an example of a question scheme table according to the present invention.

【図4】 本発明の質問Qの質問スキームの例(a)と
分解された質問部分の例(b)を示す図
FIG. 4 is a diagram showing an example (a) of a question scheme of a question Q and an example (b) of a decomposed question part according to the present invention.

【図5】 本発明の各質問部分に対して得られた回答部
分の一覧表と合成・統合された回答Aの例を示す図
FIG. 5 is a diagram showing an example of an answer A synthesized and integrated with a list of answer parts obtained for each question part according to the present invention.

【図6】 本発明の実施形態1の情報仲介・統合装置2
0の構成例を示す図
FIG. 6 is an information mediation / integration device 2 according to the first embodiment of the present invention.
Diagram showing a configuration example of 0

【図7】 本発明の実施形態2の情報仲介・統合装置2
0aの構成例を示す図
FIG. 7 is an information mediation / integration device 2 according to the second embodiment of the present invention.
Diagram showing a configuration example of 0a

【図8】 本発明の実施形態3の情報仲介・統合装置2
0bの構成例を示す図
FIG. 8 is an information mediation / integration device 2 according to a third embodiment of the present invention.
Diagram showing a configuration example of 0b

【図9】 本発明の実施形態4の情報仲介・統合装置2
0cの構成例を示す図
FIG. 9 is an information mediation / integration device 2 according to a fourth embodiment of the present invention.
Diagram showing a configuration example of 0c

【図10】 従来の分散構成のファシリテータの概念を
説明した図
FIG. 10 illustrates the concept of a conventional distributed configuration facilitator.

【符号の説明】[Explanation of symbols]

10 利用者端末 11 入力インタフェース 12 出力インタフェース 13 通信インタフェース 20,20a,20b,20c 情報仲介・統合装置 21,21a 質問入力部 211 必須項目指定部 22 質問スキーマ解析部 23,23a,23c 質問分解部 231 分解単位指定部 232 分解ロジック記憶部 24,24a,24b,24c 質問部分送信部 25,25c 回答生成部 26,26a,26b,26c 質問スキーマ収集部 261 スキーマテーブル保持部 27,27c 検索用ドメイン指定部 28 障害検知部 40 データベースエージェント 50 データベース 60 利用者端末 DESCRIPTION OF SYMBOLS 10 User terminal 11 Input interface 12 Output interface 13 Communication interface 20, 20a, 20b, 20c Information mediation / integration device 21, 21a Question input unit 211 Required item designation unit 22 Question schema analysis unit 23, 23a, 23c Question decomposition unit 231 Decomposition unit designation unit 232 Decomposition logic storage unit 24, 24a, 24b, 24c Question part transmission unit 25, 25c Answer generation unit 26, 26a, 26b, 26c Question schema collection unit 261 Schema table storage unit 27, 27c Search domain designation unit 28 failure detection unit 40 database agent 50 database 60 user terminal

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G06F 15/40 310C Fターム(参考) 5B045 DD16 GG01 GG09 KK06 5B049 AA01 DD01 DD03 EE04 EE05 FF02 FF03 FF04 FF06 GG04 GG07 GG09 5B075 KK03 KK07 KK13 KK33 KK37 ND03 ND20 ND23 NK10 NK54 NR05 NR15 NS01 PP02 PP03 PP07 PP28 PQ02 PQ03 PQ04 QP10 QS05 UU40 ──────────────────────────────────────────────────続 き Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat ゛ (Reference) G06F 15/40 310C F-term (Reference) 5B045 DD16 GG01 GG09 KK06 5B049 AA01 DD01 DD03 EE04 EE05 FF02 FF03 FF04 FF06 GG04 GG07 GG09 5B075 KK03 KK07 KK13 KK33 KK37 ND03 ND20 ND23 NK10 NK54 NR05 NR15 NS01 PP02 PP03 PP07 PP28 PQ02 PQ03 PQ04 QP10 QS05 UU40

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータネットワークで接続された
他のエージェントとエージェントの間を仲介する情報仲
介・統合装置であって、 ネットワーク上に分散する他のエージェントが回答可能
な質問形式のスキーマを収集・整理する質問スキーマ収
集部と、質問の入力を受け付ける質問入力部と、前記入
力された質問のスキーマを解析する質問スキーマ解析部
と、前記解析結果に基づいて前記入力された質問を質問
部分に分解する質問分解部と、前記質問部分のスキーマ
を含む質問スキーマを持つ他のエージェントに送信する
質問部分送信部を備えたことを特徴とする情報仲介・統
合装置。
An information intermediary / integration device for mediating between agents connected to another computer network, and collects and organizes a question format schema that can be answered by other agents distributed on the network. A question schema collection unit, a question input unit for receiving a question input, a question schema analysis unit for analyzing the schema of the input question, and decomposing the input question into question parts based on the analysis result. An information intermediary / integration device, comprising: a query decomposing unit; and a question portion transmitting unit that transmits the query portion to another agent having a question schema including the schema of the question portion.
【請求項2】 前記質問部分送信部の送信処理におい
て、前記質問スキーマ収集部に登録された質問スキーマ
単位に対応するものがない質問部分が存在する場合に、
当該質問部分の送信処理は行なわず、対応するものがあ
る質問部分のみ送信することにより処理する請求項1に
記載の情報仲介・統合装置。
2. In the transmitting process of the question part transmitting unit, when there is a question part that does not correspond to the question schema unit registered in the question schema collecting unit,
2. The information mediation / integration device according to claim 1, wherein the process of transmitting the question portion is not performed, and the process is performed by transmitting only a question portion having a corresponding one.
【請求項3】 前記質問スキーマ収集部は、質問スキー
マのうち、当該質問に回答するエージェントにとって必
須の部分を管理する手段を持ち、前記質問部分送信部の
送信処理において、得られている質問部分では前記必須
部分が欠損しているエージェントに対しては質問部分の
送信を行なわない請求項1に記載の情報仲介・統合装
置。
3. The question schema collection unit has means for managing a part of the question schema that is essential for an agent answering the question, and the question part obtained in the transmission processing of the question part transmission unit. The information mediation / integration device according to claim 1, wherein the inquiry part is not transmitted to the agent in which the essential part is missing.
【請求項4】 前記質問分解部による質問の分解におい
て、前記質問スキーマ収集部に登録された質問スキーマ
単位のうち、優先して長いスキーマ単位により質問を分
解する請求項1に記載の情報仲介・統合装置。
4. The information intermediation system according to claim 1, wherein, in the question decomposition by the question decomposition unit, the question is decomposed by a long schema unit preferentially among the question schema units registered in the question schema collection unit. Integrated device.
【請求項5】 前記質問を分解したロジックを記憶する
分解ロジック記憶部と、前記質問部分を送信したエージ
ェントから得た回答部分を、前記分解ロジック記憶部が
記憶している分解ロジックに沿ってとりまとめ、前記質
問に対する回答として合成・統合する回答生成部を備え
た請求項1に記載の情報仲介・統合装置。
5. A disassembly logic storage unit for storing logic obtained by disassembling the question, and an answer part obtained from an agent that has transmitted the question part, in accordance with the disassembly logic stored in the disassembly logic storage unit. 2. The information mediation / integration apparatus according to claim 1, further comprising an answer generation unit that synthesizes and integrates as an answer to the question.
【請求項6】 前記回答生成部の回答部分の合成・統合
処理において、回答のうち、回答部分が得られず、欠損
している部分に対して回答不定を示す識別子を付して回
答を生成する請求項5に記載の情報仲介・統合装置。
6. In the answer combining / integrating process of the answer generating unit, an answer is generated by attaching an identifier indicating an indeterminate answer to a missing part of the answer, wherein the answer is not obtained. The information intermediation / integration device according to claim 5.
【請求項7】 前記回答生成部の回答部分の合成・統合
処理において、回答部分に対して論理演算を施す機能を
備えた請求項5に記載の情報仲介・統合装置。
7. The information intermediation / integration apparatus according to claim 5, further comprising a function of performing a logical operation on the answer part in the synthesis / integration processing of the answer part of the answer generation unit.
JP20343299A 1999-07-16 1999-07-16 Information brokerage / integration equipment Expired - Fee Related JP3732359B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP20343299A JP3732359B2 (en) 1999-07-16 1999-07-16 Information brokerage / integration equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20343299A JP3732359B2 (en) 1999-07-16 1999-07-16 Information brokerage / integration equipment

Publications (2)

Publication Number Publication Date
JP2001034616A true JP2001034616A (en) 2001-02-09
JP3732359B2 JP3732359B2 (en) 2006-01-05

Family

ID=16474003

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20343299A Expired - Fee Related JP3732359B2 (en) 1999-07-16 1999-07-16 Information brokerage / integration equipment

Country Status (1)

Country Link
JP (1) JP3732359B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003044484A (en) * 2001-08-02 2003-02-14 Sony Corp Method and device for providing information
US7194524B2 (en) 2000-05-16 2007-03-20 Fujitsu Limited Information processing system, information disclosing server, and portal server
JP2007515720A (en) * 2003-12-22 2007-06-14 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Method and system for exchange across different execution environments
WO2019225201A1 (en) * 2018-05-25 2019-11-28 ソニー株式会社 Information processing device, information processing method, and information processing system

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7194524B2 (en) 2000-05-16 2007-03-20 Fujitsu Limited Information processing system, information disclosing server, and portal server
JP2003044484A (en) * 2001-08-02 2003-02-14 Sony Corp Method and device for providing information
JP4706143B2 (en) * 2001-08-02 2011-06-22 ソニー株式会社 Information providing method and apparatus
JP2007515720A (en) * 2003-12-22 2007-06-14 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Method and system for exchange across different execution environments
US7958496B2 (en) 2003-12-22 2011-06-07 Telefonaktiebolaget L M Ericsson (Publ) Method of and system for application service exchange across different execution environments
WO2019225201A1 (en) * 2018-05-25 2019-11-28 ソニー株式会社 Information processing device, information processing method, and information processing system
JPWO2019225201A1 (en) * 2018-05-25 2021-07-08 ソニーグループ株式会社 Information processing equipment and information processing methods, and information processing systems
JP7342862B2 (en) 2018-05-25 2023-09-12 ソニーグループ株式会社 Information processing device, information processing method, and information processing system
US11869496B2 (en) 2018-05-25 2024-01-09 Sony Corporation Information processing device and information processing method, and information processing system

Also Published As

Publication number Publication date
JP3732359B2 (en) 2006-01-05

Similar Documents

Publication Publication Date Title
EP0651328B1 (en) Event architecture for system management in an operating system
US5751962A (en) Object-based systems management of computer networks
US6230201B1 (en) Configurable transaction routing system and method
US8484379B2 (en) Method and system for transferring information
US5539909A (en) Negotiation method for calling procedures located within other objects without knowledge of their calling syntax
US7225232B2 (en) Using existing web-based information to generate responses to user queries
US5491817A (en) Linking system and method for accessing directory information about an object in one context when information in another context is known
JP4176803B2 (en) Handling access to different types of electronic messages through a common messaging interface
US7680605B2 (en) System and method for discovery of biological instruments
US7634728B2 (en) System and method for providing a runtime environment for active web based document resources
US6330555B1 (en) Method and apparatus for enabling a view of data across a database
EP0809198A2 (en) Multiple database access server for application programs
US20030217176A1 (en) Content-based routing system and method
EP0463764A2 (en) Common agent computer management system and method
US5987452A (en) Query translation system
US20030149791A1 (en) System and method for routing data by a server
JP2006277726A (en) Mapping of file system model to database object
EP0463172A1 (en) Object oriented distributed processing system
JPH0746271A (en) Electronic mail system
US20050198336A1 (en) Methods and apparatuses for automatic adaptation of different protocols
US20190324763A1 (en) Insertion of custom activities in an orchestrated application suite
AU2018267280A1 (en) A system for improved data storage and retrieval
JP2001034616A (en) Information intermediation and integration device
US6408344B1 (en) Method and apparatus for file transfer and computer readable recording medium recording a file transfer program
US6292824B1 (en) Framework and method for facilitating client-server programming and interactions

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050713

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050912

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20050929

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20051012

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20081021

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20091021

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20091021

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20101021

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20101021

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20111021

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20111021

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20121021

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20121021

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20131021

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees