JPH05158991A - Information retrieval system - Google Patents

Information retrieval system

Info

Publication number
JPH05158991A
JPH05158991A JP3317834A JP31783491A JPH05158991A JP H05158991 A JPH05158991 A JP H05158991A JP 3317834 A JP3317834 A JP 3317834A JP 31783491 A JP31783491 A JP 31783491A JP H05158991 A JPH05158991 A JP H05158991A
Authority
JP
Japan
Prior art keywords
search
keyword
retrieval
searcher
keywords
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
JP3317834A
Other languages
Japanese (ja)
Inventor
Hidekazu Arita
英一 有田
Kazuo Seo
和男 瀬尾
Jun Toyoura
潤 豊浦
Ryuichi Kobune
隆一 小船
Takashi Yokota
隆史 横田
Hiroyoshi Konaka
裕喜 小中
Kazuhiro Abe
一裕 阿部
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP3317834A priority Critical patent/JPH05158991A/en
Publication of JPH05158991A publication Critical patent/JPH05158991A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To provide the information retrieval system capable of giving the order of priority and specifying the retrieval not including a specific keyword. CONSTITUTION:In retrieval, keywords and documents are represented by nodes using a keyword network part 12 representing the relation between keywords, a retrieval keyword importance setting part 11 specifying the importance of the retrieval keyword, and an information storage part 13 storing information, and the relation of keywords is represented by the weight of the link between nodes to propagate the activity of nodes. Further, the retrieval keyword importance setting part 11 is provided with a retrieval history storage part 10 storing the retrieval condition and the degree of satisfaction of a retriever against the retrieval result under the retrieval condition. Based on the past retrieval history of the retriever stored in the retrieval history storage part 10, the retrieval condition is set while having a conversation with the retriever.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、文献検索ないしはデー
タ検索などの情報検索において、ニューラルネットワー
クモデルを用いた情報検索システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information retrieval system using a neural network model in information retrieval such as document retrieval or data retrieval.

【0002】[0002]

【従来の技術】検索手段としてキーワードの論理式によ
る表現を用いる検索方式では、人間の連想に似た検索を
行なうことができないので、キーワード間の関連をニュ
ーラルネットワークで表現する検索方式が提案されてい
た。これは例えば特開平2ー224068号公報に示さ
れており、図4のように構成されている。
2. Description of the Related Art A search method that uses a logical expression of a keyword as a search means cannot perform a search similar to human association, so a search method that expresses the relationship between keywords by a neural network has been proposed. It was This is disclosed in, for example, Japanese Patent Laid-Open No. 224068/1990, and is configured as shown in FIG.

【0003】従来技術では、キーワードの相関関係を予
め計算して作成したキーワード相関テーブルを作成し、
検索時に検索したいキーワードをキーワード相関テーブ
ルを用いて変換された検索用特徴ベクトルを計算し、こ
れと格納データの特徴ベクトルとの類似度をニューラル
ネットにより求める。たとえば文献P1がキーワードA,
Bを持つものとする。このとき表1のようなキーワード
相関テーブルがあるとすると、そのテーブルのA行とB行
の内容を参照する。
In the prior art, a keyword correlation table created by previously calculating the correlation of keywords is created,
At the time of search, a keyword to be searched is converted using a keyword correlation table to calculate a search feature vector, and the degree of similarity between this and the stored data feature vector is obtained by a neural network. For example, document P1 is keyword A,
Suppose we have B. At this time, if there is a keyword correlation table as shown in Table 1, the contents of rows A and B of that table are referenced.

【0004】[0004]

【表1】 [Table 1]

【0005】 A=(1 0.1 0 0 0.1 0.9 0.8) B=(0.2 1 0 0.4 0.3 0.3 0 ) 文献P1の特徴ベクトルはAとBの平均をとることにより
生成する。ただし、いずれかの要素が1のときは平均を
取らずに1とする。これによりP1の特徴ベクトルは P1=(1 1 0 0.2 0.2 0.6 0.4) となる。次にキーワードAを持つ文献を検索する場合
は、図5のキーワード相関テーブルを参照して検索用特
徴ベクトルqは、 q=(1 0.1 0 0 0.1 0.9 0.8) となる。この検索用特徴ベクトルを図4のニューラルネ
ットワークの入力とすることにより検索が行なわれる。
A = (1 0.1 0 0 0.1 0.9 0.8) B = (0.2 1 0 0.4 0.3 0.3 0) The feature vector of the document P1 is generated by averaging A and B. However, when one of the elements is 1, it is set to 1 without taking the average. As a result, the feature vector of P1 becomes P1 = (1 1 0 0.2 0.2 0.6 0.4). Next, when searching a document having the keyword A, the search feature vector q is q = (1 0.1 0 0 0.1 0.9 0.8) by referring to the keyword correlation table in FIG. A search is performed by inputting this search feature vector into the neural network of FIG.

【0006】[0006]

【発明が解決しようとする課題】以上のように従来の技
術では、検索キーワードの重要度を指定する手段がなか
ったので、検索者の検索要求に応じた優先度をつけるこ
とができず、検索された情報が複数あるとき、最適な情
報を探すのに検索された情報をすべて調べなければなら
ないという問題点があった。たとえば、ワークステーシ
ョンに関する情報を検索する場合、その性能に主な関心
のある検索者はワークステーションのスピードやメモリ
の大きさに主な関心があり、価格については2次的な関
心しかなく、この検索者にとっては「世界最高速の〜」
といった情報が重要である。しかしワークステーション
の営業販売に関心のある検索者は、価格や販売体制、販
売実績などに主な関心があり、その検索者にとっては
「このワークステーションは本年度○○台の販売をめざ
す」といった情報が重要である。たとえばキーワードA
が「価格」、キーワードBが「スピード」、キーワード
Fが「販売実績」であったとすると、キーワード「スピ
ード」に主な関心あり、キーワード「価格」に少ししか
関心のない検索者は、ほとんど関心のない「販売実績」
といったキーワードに対応する文献も検索されてしま
う。またこの従来の技術では、ある特定のキーワードを
含まないものを検索することが指定できないという問題
点があった。
As described above, in the prior art, since there is no means for designating the importance of the search keyword, it is not possible to give the priority according to the search request of the searcher, and the search is performed. When there is more than one piece of information that has been retrieved, there is a problem in that all the retrieved information must be examined to find the optimum information. For example, when searching for information about a workstation, searchers who are primarily interested in its performance are primarily interested in workstation speed and memory size, and secondary in terms of price. For searchers, "the fastest in the world"
Such information is important. However, searchers who are interested in the sales and sales of workstations are mainly interested in the price, sales system, sales record, etc., and for such searchers, information such as "This workstation aims to sell XX units this year" is important. For example, keyword A
If "is price", keyword B is "speed", and keyword F is "sales record", the searchers who are mainly interested in the keyword "speed" and little interested in the keyword "price" are mostly interested. No sales record
Documents corresponding to such keywords will also be searched. Further, this conventional technique has a problem that it is not possible to specify that a search that does not include a specific keyword is specified.

【0007】この発明は、上記のような従来のものの欠
点を解消するためになされたもので、検索者の検索要求
に応じた優先度をつけることができ、さらに、ある特定
のキーワードを含まないものを検索することを指定でき
るような情報検索システムを提供することを目的とす
る。
The present invention has been made in order to solve the above-mentioned drawbacks of the conventional ones, and it is possible to give a priority according to a search request of a searcher, and further, a specific keyword is not included. It is an object of the present invention to provide an information retrieval system that can specify to retrieve things.

【0008】[0008]

【課題を解決するための手段】この発明に係わる情報検
索システムは、キーワードの付与されたデータの検索を
行なう情報検索システムにおいて、上記キーワード間の
関連を表わすキーワードネットワーク部と、検索者の検
索キーワードの重要度を指定する検索キーワード重要度
設定部と、情報を蓄積する情報蓄積部とを用いて、上記
キーワード及び文書をノードで表現するとともに上記キ
ーワードの関連を上記ノード間のリンクの重みで表現し
てノードの活性度を伝播させることにより検索を行なう
ものである。
An information retrieval system according to the present invention is an information retrieval system for retrieving data to which a keyword is added, and a keyword network section showing a relation between the keywords and a retrieval keyword of a retrieval person. Using the search keyword importance setting section that specifies the degree of importance of the keyword and the information storage section that stores information, the keywords and documents are expressed as nodes, and the relationship between the keywords is expressed by the weight of the link between the nodes. Then, the search is performed by propagating the activity of the node.

【0009】さらに、検索キーワード重要度の設定にお
いて、検索キーワード重要度設定部内に検索条件とその
条件での検索結果に対する検索者の満足度を記憶する検
索履歴記憶部を備え、上記検索履歴記憶部に記憶されて
いる検索者の過去の検索履歴をもとに、検索者と対話を
行ないながら検索条件を設定するものである。
Further, in setting the search keyword importance, a search history storage unit for storing the search condition and the satisfaction of the searcher for the search result under the condition is provided in the search keyword importance setting unit, and the search history storage unit is provided. Based on the past search history of the searcher stored in, the search condition is set while interacting with the searcher.

【0010】[0010]

【作用】本発明によれば、検索者は複数の検索キーワー
ドの重要度を指定することができ、優先度がつけられて
情報が検索されるので、一般的なキーワード間の相関関
係による検索よりも、検索者の検索意図に応じた柔軟性
に富んだ検索機能が実現できる。またノードの活性度の
大きさに応じて、検索された情報の優先度を決めること
ができる。また検索キーワードに対応するノードを負の
値で活性化させることにより、ある特定のキーワードを
含まないものを検索することが指定できる。
According to the present invention, a searcher can specify the importance of a plurality of search keywords, and information is searched with priorities. Also, a flexible search function can be realized according to the searcher's search intention. In addition, the priority of the retrieved information can be determined according to the degree of activity of the node. In addition, by activating the node corresponding to the search keyword with a negative value, it is possible to specify that a search is performed that does not include a specific keyword.

【0011】さらに、検索履歴記憶部を備えると、過去
の検索において、検索者の指定したキーワード(複数)
とそれらの重要度の設定値(以下ではそれらを重み付き
検索条件と呼ぶ)と、その条件での検索結果に対する検
索者の満足度を記憶しておき、現在の検索において検索
者が指定した条件に近いものを、過去の検索においてそ
の検索者が高い満足度を示した重み付き検索条件から選
び、それをシステムが検索者に提示することにより、対
話的に検索者が重み付き検索条件の設定を行なえるの
で、効率的な検索が可能となる。
Further, if a search history storage unit is provided, keywords (plural) specified by the searcher in past searches are provided.
And the set values of their importance (these are referred to as weighted search conditions below) and the satisfaction of the searcher for the search results under those conditions are stored, and the conditions specified by the searcher in the current search are stored. The searcher sets the weighted search condition interactively by selecting the one close to the above from the weighted search conditions that the searcher showed high satisfaction in the past search, and the system presents it to the searcher. Since it can be done, efficient search is possible.

【0012】[0012]

【実施例】【Example】

実施例1.以下、この発明の詳細をキーワードの付与さ
れている文献検索を一実施例にとって説明する。図1は
この発明の一実施例の構成を表わす。検索者の検索キー
ワードの重要度を指定する検索キーワード設定部11は
検索キーワードに対応するノードUiを含む。キーワード
間の関連を表わすキーワードネットワーク部12は、キ
ーワードKjがその関連度を表わす重みがVijのリンク
で他のキーワードと結合されている。あるキーワードに
対応するノードUiと同じキーワードに対応するノードKj
の間は重みWijのリンクで結合される。情報蓄積部13
は情報を蓄積し、各情報に対応するノードDmを含む。
文書Dmに含まれるキーワードに対応するキーワードネ
ットワーク上のノードKjとは重みXjmのリンクで結
合される。なお、検索履歴記憶部10は実施例1には含
まれていない。
Example 1. Hereinafter, the details of the present invention will be described with reference to a document search to which a keyword is added as an embodiment. FIG. 1 shows the configuration of an embodiment of the present invention. The search keyword setting unit 11 that specifies the importance of the search keyword of the searcher includes a node Ui corresponding to the search keyword. In the keyword network unit 12 that indicates the relationship between keywords, the keyword Kj is connected to another keyword by a link whose weight that indicates the degree of association is Vij. Node Ui corresponding to a certain keyword and node Kj corresponding to the same keyword
Are linked by links of weight Wij. Information storage unit 13
Stores information and includes a node Dm corresponding to each information.
The node Kj on the keyword network corresponding to the keyword included in the document Dm is linked with the link having the weight Xjm. The search history storage unit 10 is not included in the first embodiment.

【0013】次に本実施例の動作を図2に従って説明す
る。まずステップ1で検索者の検索キーワードのノード
Uiを検索者の重要度に応じて、例えば、関心のあるキー
ワードの活性度を1.0とし、少しだけ関心のあるキー
ワードの活性度を0.5とし、関心のないキーワードの
活性度を0とし、さらにあっては困るキーワードの活性
度を負の値で活性化させる。活性化させる度合いの設定
の方法はいくつか考えられるが、単純な方法は検索者が
明示的にそれぞれのキーワードの重要度を設定する方法
である。ステップ2でノードUiの活性度をリンクWijを
通じてノードKjに伝播させる。 (Kjの活性度)=Σ(Uiの活性度)× Wij ただし、ΣはKiとつながるすべてのノードUjについて行
なう。ステップ3でノードKjの活性度をVjiを通じてKi
に伝播させる。この伝播させ方も種々の方法が考えれれ
るが、例えば次のようにする。 (Kiの活性度)=Σρ×(Kjの活性度)÷n× Vji ただし、ΣはKiとつながるすべてのノードKjについて行
なう。 ρは減衰定数 (0<ρ<1) nはKjにつながるリンクの数 ステップ4でノードKjの活性度をリンクXimを通じてノ
ードDmに伝播させる。 (Dmの活性度)=ΣKj×Xjm ただし、ΣはDmとつながるすべてのノードKjについて行
なう。ステップ5で各文書に対応するノードDmの活性度
を順に並び変えて、活性度の大きいものを検索の優先度
が高い文書とする。このように、検索者は複数の検索キ
ーワードの重要度を指定することができ、優先度がつけ
られて情報が検索されるので、一般的なキーワード間の
相関関係による検索よりも、検索者の検索意図に応じた
柔軟性に富んだ検索機能が実現できる。すなわちノード
の活性度の大きさに応じて、検索された情報の優先度を
決めることができる。また検索キーワードに対応するノ
ードを負の値で活性化させることにより、ある特定のキ
ーワードを含まないものを検索することが指定できる。
Next, the operation of this embodiment will be described with reference to FIG. First, in step 1, the search keyword node of the searcher
Depending on the importance of the searcher, Ui is set to, for example, the activity of the keyword of interest is 1.0, the activity of the keyword of little interest is 0.5, and the activity of the keyword of no interest is 0. Then, activate the keyword with a negative value if the keyword has a problem. There are several possible methods for setting the degree of activation, but the simple method is for the searcher to explicitly set the importance of each keyword. In step 2, the activity of the node Ui is propagated to the node Kj via the link Wij. (Activity of Kj) = Σ (Activity of Ui) × Wij However, Σ is performed for all nodes Uj connected to Ki. In step 3, the activity of node Kj is Ki through Vji.
Propagate to. Various methods can be considered for this propagation, for example, as follows. (Activity of Ki) = Σρ × (Activity of Kj) ÷ n × Vji However, Σ is performed for all nodes Kj connected to Ki. ρ is a damping constant (0 <ρ <1) n is the number of links connected to Kj In step 4, the activity of the node Kj is propagated to the node Dm through the link Xim. (Activity of Dm) = ΣKj × Xjm However, Σ is performed for all nodes Kj connected to Dm. In step 5, the degrees of activity of the nodes Dm corresponding to the respective documents are rearranged in order, and a document having a high degree of activity is set as a document having a high search priority. In this way, the searcher can specify the importance of multiple search keywords, and the information is searched with priorities, so the searcher's A flexible search function can be realized according to the search intention. That is, the priority of the retrieved information can be determined according to the degree of activity of the node. In addition, by activating the node corresponding to the search keyword with a negative value, it is possible to specify that a search is performed that does not include a specific keyword.

【0014】実施例2.次に請求項第2項記載の発明に
ついて説明する。この例では図1に示すように、検索キ
ーワード重要度設定部11内に検索条件とその条件での
検索結果に対する検索者の満足度を記憶する検索履歴記
憶部10を備えており、過去の検索において、検索者の
指定したキーワード(複数)とそれらの重要度の設定値
(以下ではそれらを重み付き検索条件と呼ぶ)と、その
条件での検索結果に対する検索者の満足度を記憶してお
き、現在の検索において検索者が指定した条件に近いも
のを、過去の検索においてその検索者が高い満足度を示
した重み付き検索条件から選び、それをシステムが検索
者に提示することにより、対話的に検索者が重み付き検
索条件の設定を行なうものである。
Example 2. Next, the invention described in claim 2 will be described. In this example, as shown in FIG. 1, the search keyword importance setting unit 11 includes a search condition and a search history storage unit 10 that stores the searcher's satisfaction with the search results under the search conditions, and searches in the past. , The keywords specified by the searcher, set values of their importance (these are referred to as weighted search conditions below), and the satisfaction of the searcher for the search results under those conditions are stored. , By selecting from the weighted search conditions that the searcher showed a high degree of satisfaction in the past search, the conditions close to the condition specified by the searcher in the current search, and the system presents them to the searcher to make the dialog Specifically, the searcher sets the weighted search conditions.

【0015】図3に従ってその動作を説明する。ステッ
プ10、11、12は図2のステップ1に対応するもの
である。まずステップ10で検索者は検索キーワード
(複数)を入力する、次にステップ11で入力された検
索キーワード(複数)と同じか、同じものがなければそ
れらのキーワードと類似している過去の検索条件を検索
履歴記憶部から捜し出し、捜し出した重み付き検索条件
とその条件での検索結果に対する満足度を検索者に提示
する。ステップ12で検索者は提示された検索履歴(重
み付き検索条件と満足度)を参考にして、今回の検索に
おけるキーワードを追加または削除し、その結果得られ
るキーワードに対応するノードを検索者の重要度に応じ
て活性化させる。次に続くステップ2、3、4、5は図
2で説明をしたのと同じである。ステップ5のあと、ス
テップ6で検索者の検索結果に対する満足度を入力し
て、重み付き検索条件と組にして検索履歴記憶部に記憶
する。
The operation will be described with reference to FIG. Steps 10, 11, and 12 correspond to step 1 in FIG. First, in step 10, the searcher inputs search keywords (plurality), and then the same as the search keywords (plurality) entered in step 11, or if there is no same, past search conditions similar to those keywords. From the search history storage unit, and presents the searcher with the weighted search condition found and the degree of satisfaction with the search result under that condition. In step 12, the searcher refers to the presented search history (weighted search condition and satisfaction) to add or delete the keyword in this search, and the node corresponding to the keyword obtained as a result is important to the searcher. Activate depending on the degree. The following steps 2, 3, 4, and 5 are the same as those described with reference to FIG. After step 5, in step 6, the satisfaction level of the searcher with respect to the search result is input and stored in the search history storage unit in combination with the weighted search condition.

【0016】[0016]

【発明の効果】以上のように、この発明によれば、キー
ワード間の関連を表わすキーワードネットワーク部と、
検索者の検索キーワードの重要度を指定する検索キーワ
ード重要度設定部と、情報を蓄積する情報蓄積部とを用
いて、上記キーワード及び文書をノードで表現するとと
もに上記キーワードの関連を上記ノード間のリンクの重
みで表現してノードの活性度を伝播させることにより検
索を行なうので、検索者の検索要求に応じた優先度をつ
けることができ、さらに、ある特定のキーワードを含ま
ないものを検索することを指定できる。
As described above, according to the present invention, there is provided a keyword network section showing a relation between keywords,
Using the search keyword importance setting unit that specifies the importance of the search keyword of the searcher and the information storage unit that stores information, the keywords and documents are expressed as nodes and the relationship between the keywords is expressed between the nodes. Since the search is performed by expressing the weight of the link and propagating the activity of the node, it is possible to set the priority according to the search request of the searcher, and further search for the one that does not include a certain keyword. You can specify that.

【0017】さらに、検索キーワード重要度の設定にお
いて、検索キーワード重要度設定部内に検索条件とその
条件での検索結果に対する検索者の満足度を記憶する検
索履歴記憶部を備え、上記検索履歴記憶部に記憶されて
いる検索者の過去の検索履歴をもとに、検索者と対話を
行ないながら検索条件を設定すれば、効率的な検索が可
能となる。
Further, in setting the search keyword importance, a search history storage unit for storing the search condition and the satisfaction of the searcher for the search result under the condition is provided in the search keyword importance setting unit, and the search history storage unit is provided. Based on the past search history of the searcher stored in, the search condition can be set while interacting with the searcher, thereby enabling an efficient search.

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

【図1】この発明の一実施例のシステム構成を表わす説
明図である。
FIG. 1 is an explanatory diagram showing a system configuration of an embodiment of the present invention.

【図2】この発明の一実施例の動作を説明するフローチ
ャートである。
FIG. 2 is a flowchart explaining the operation of an embodiment of the present invention.

【図3】この発明の他の実施例の動作を説明するフロー
チャートである。
FIG. 3 is a flowchart illustrating the operation of another embodiment of the present invention.

【図4】従来の情報検索方式を説明する説明図である。FIG. 4 is an explanatory diagram illustrating a conventional information search method.

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

10 検索履歴記憶部 11 検索キーワード重要度設定部 12 キーワードネットワーク部 13 情報蓄積部 10 search history storage unit 11 search keyword importance setting unit 12 keyword network unit 13 information storage unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 小船 隆一 尼崎市塚口本町8丁目1番1号 三菱電機 株式会社中央研究所内 (72)発明者 横田 隆史 尼崎市塚口本町8丁目1番1号 三菱電機 株式会社中央研究所内 (72)発明者 小中 裕喜 尼崎市塚口本町8丁目1番1号 三菱電機 株式会社中央研究所内 (72)発明者 阿部 一裕 尼崎市塚口本町8丁目1番1号 三菱電機 株式会社中央研究所内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Ryuichi Kobune 8-1-1 Tsukaguchi Honcho, Amagasaki City Mitsubishi Electric Corporation Central Research Institute (72) Inventor Takashi Yokota 8-1-1 Tsukaguchi Honmachi, Amagasaki Mitsubishi Electric Central Research Institute Co., Ltd. (72) Inventor Hiroki Konaka 8-1-1 Tsukaguchi Honcho, Amagasaki City Mitsubishi Electric Corporation Central Research Institute (72) Inventor Kazuhiro Abe 8-1-1 Tsukaguchi Honmachi, Amagasaki Mitsubishi Electric Central Research Institute Co., Ltd.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 キーワードの付与されたデータの検索を
行なう情報検索システムにおいて、上記キーワード間の
関連を表わすキーワードネットワーク部と、検索者の検
索キーワードの重要度を指定する検索キーワード重要度
設定部と、情報を蓄積する情報蓄積部とを用いて、上記
キーワード及び文書をノードで表現するとともに上記キ
ーワードの関連を上記ノード間のリンクの重みで表現し
てノードの活性度を伝播させることにより検索を行なう
ことを特徴とする情報検索システム。
1. An information retrieval system for retrieving data to which a keyword has been added, comprising: a keyword network section that represents the relationship between the keywords; and a retrieval keyword importance setting section that specifies the degree of importance of the retrieval keyword of the searcher. Using the information storage unit that stores information, the keywords and documents are expressed as nodes, and the relation between the keywords is expressed by the weight of the link between the nodes to propagate the activity of the node to perform a search. An information retrieval system characterized by performing.
【請求項2】 検索キーワード重要度の設定において、
検索キーワード重要度設定部内に検索条件とその条件で
の検索結果に対する検索者の満足度を記憶する検索履歴
記憶部を備え、上記検索履歴記憶部に記憶されている検
索者の過去の検索履歴をもとに、検索者と対話を行ない
ながら検索条件を設定することを特徴とする請求項第1
項記載の情報検索システム。
2. In setting search keyword importance,
The search keyword importance setting unit includes a search history storage unit that stores the search condition and the satisfaction of the searcher for the search result under the condition, and stores the search history of the searcher stored in the search history storage unit. The search condition is set based on the dialog with the searcher.
Information retrieval system described in section.
JP3317834A 1991-12-02 1991-12-02 Information retrieval system Pending JPH05158991A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3317834A JPH05158991A (en) 1991-12-02 1991-12-02 Information retrieval system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3317834A JPH05158991A (en) 1991-12-02 1991-12-02 Information retrieval system

Publications (1)

Publication Number Publication Date
JPH05158991A true JPH05158991A (en) 1993-06-25

Family

ID=18092573

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3317834A Pending JPH05158991A (en) 1991-12-02 1991-12-02 Information retrieval system

Country Status (1)

Country Link
JP (1) JPH05158991A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0785068A (en) * 1993-09-13 1995-03-31 Nippon Telegr & Teleph Corp <Ntt> Retrieving device
JPH1063685A (en) * 1996-08-19 1998-03-06 Nec Corp Information retrieving system
JPH10198682A (en) * 1996-12-28 1998-07-31 Nec Corp Database retrieving device and database registering device
JPH11203289A (en) * 1998-01-16 1999-07-30 Fuji Xerox Co Ltd Associated retrieval expression retrieving device and computer readable recording medium storing associated retrieval expression retrieving program
JPH11312115A (en) * 1999-03-19 1999-11-09 Nec Corp Database registering device
JP2003522993A (en) * 1999-07-16 2003-07-29 エイジェントアーツ インコーポレイテッド Method and system for creating automated alternative content recommendations

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62131333A (en) * 1985-12-04 1987-06-13 Hitachi Ltd Information retrieval system
JPH01145721A (en) * 1987-12-02 1989-06-07 Hitachi Ltd Retrieval validity deciding system for document
JPH021057A (en) * 1988-01-20 1990-01-05 Ricoh Co Ltd Document retrieving device
JPH02163876A (en) * 1988-12-16 1990-06-25 Ricoh Co Ltd Literature retrieving method using neural network model
JPH02235176A (en) * 1989-03-09 1990-09-18 Ricoh Co Ltd Concept retrieving device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62131333A (en) * 1985-12-04 1987-06-13 Hitachi Ltd Information retrieval system
JPH01145721A (en) * 1987-12-02 1989-06-07 Hitachi Ltd Retrieval validity deciding system for document
JPH021057A (en) * 1988-01-20 1990-01-05 Ricoh Co Ltd Document retrieving device
JPH02163876A (en) * 1988-12-16 1990-06-25 Ricoh Co Ltd Literature retrieving method using neural network model
JPH02235176A (en) * 1989-03-09 1990-09-18 Ricoh Co Ltd Concept retrieving device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0785068A (en) * 1993-09-13 1995-03-31 Nippon Telegr & Teleph Corp <Ntt> Retrieving device
JPH1063685A (en) * 1996-08-19 1998-03-06 Nec Corp Information retrieving system
JPH10198682A (en) * 1996-12-28 1998-07-31 Nec Corp Database retrieving device and database registering device
JPH11203289A (en) * 1998-01-16 1999-07-30 Fuji Xerox Co Ltd Associated retrieval expression retrieving device and computer readable recording medium storing associated retrieval expression retrieving program
JPH11312115A (en) * 1999-03-19 1999-11-09 Nec Corp Database registering device
JP2003522993A (en) * 1999-07-16 2003-07-29 エイジェントアーツ インコーポレイテッド Method and system for creating automated alternative content recommendations
JP4743740B2 (en) * 1999-07-16 2011-08-10 マイクロソフト インターナショナル ホールディングス ビー.ブイ. Method and system for creating automated alternative content recommendations

Similar Documents

Publication Publication Date Title
US8473532B1 (en) Method and apparatus for automatic organization for computer files
US5943670A (en) System and method for categorizing objects in combined categories
Harman Relevance Feedback and Other Query Modification Techniques.
US7493340B2 (en) Image retrieval based on relevance feedback
US6212518B1 (en) System and method for retrieval of data from related databases based upon database association model
KR101120678B1 (en) User intent discovery
CN111241241A (en) Case retrieval method, device and equipment based on knowledge graph and storage medium
US20110213783A1 (en) Method and apparatus for gathering, categorizing and parameterizing data
JP2005509951A5 (en)
US20070260586A1 (en) Systems and methods for selecting and organizing information using temporal clustering
US20090083248A1 (en) Multi-Ranker For Search
US20060143145A1 (en) Apparatus for retrieving and presenting digital data
CN115905489B (en) Method for providing bidding information search service
JP3315781B2 (en) User information management device, information filter, information classification device, information reproduction device, information search device, and kana-kanji conversion device
JPH0486950A (en) Document retrieving method
JP4868484B2 (en) How to compare search profiles
JPH05158991A (en) Information retrieval system
JP4428850B2 (en) Information search apparatus and information search method
JPH0248772A (en) Analogous picture retrieving system
JP2000137731A (en) Information filter device and information filtering method
US20030172048A1 (en) Text search system for complex queries
JP3692416B2 (en) Information filtering method and apparatus
US9507858B1 (en) Selectively merging clusters of conceptually related words in a generative model for text
Suebchua et al. History-enhanced focused website segment crawler
JP3526198B2 (en) Database similarity search method and apparatus, and storage medium storing similarity search program