WO2013140767A1 - Context processing device, information processing device, context processing method, and computer program - Google Patents

Context processing device, information processing device, context processing method, and computer program Download PDF

Info

Publication number
WO2013140767A1
WO2013140767A1 PCT/JP2013/001764 JP2013001764W WO2013140767A1 WO 2013140767 A1 WO2013140767 A1 WO 2013140767A1 JP 2013001764 W JP2013001764 W JP 2013001764W WO 2013140767 A1 WO2013140767 A1 WO 2013140767A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
ontology
context
search
node
Prior art date
Application number
PCT/JP2013/001764
Other languages
French (fr)
Japanese (ja)
Inventor
洋介 本橋
秀和 坂上
Original Assignee
日本電気株式会社
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 日本電気株式会社 filed Critical 日本電気株式会社
Publication of WO2013140767A1 publication Critical patent/WO2013140767A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri
    • G06F16/367Ontology

Definitions

  • the present invention relates to a context processing device that processes context information used in inference processing, an information processing device that performs inference processing using such a context processing device, a context processing method, and a computer program.
  • the context information is information collected from an inference process target.
  • the context information is character information or image information included in the document data, measurement data output from the sensor device, or operation log data for the device or application software.
  • the information processing apparatus holds an inference rule expressed in an IF-THEN format as shown in the following equation (1), for example.
  • the first line of Equation (1) represents a condition (IF information) that “the temperature is 100 degrees Celsius or more and the liquid is water”.
  • the second line of the formula (1) represents an event (THEN information) that “the liquid changes to a gas” when the IF information is satisfied.
  • the information processing apparatus using such an inference rule infers that the THEN information set for the IF information is generated when the input context information satisfies the IF information.
  • such an information processing apparatus holds in advance, as inference rules, case information such as important past cases and defect cases and the conditions under which such cases may occur in the design of a certain device. Then, the information processing apparatus extracts context information from the design document data of the apparatus, and applies an inference rule to the extracted context information. In this case, the information processing apparatus can present, as an inference result, failure cases that may occur due to the design based on such design document data, important past cases related to the design, and the like. As a result, the information processing apparatus can support the user's work of checking the contents of the design document data.
  • the expression of the input context information and the expression used in the IF information of the held inference rule may be similar but slightly different.
  • the information processing apparatus does not apply such an inference rule to the input context information.
  • the information processing apparatus may not be able to present all deep knowledge inherently related to the original inference target from which the context information is extracted as an inference result.
  • ontology information is information including information representing various concepts in a target field and information representing relationships between concepts.
  • the information processing apparatus described in Patent Document 1 obtains a similarity between individual knowledge stored in a design case database by a distance calculation method using ontology information. And this information processing apparatus infers other individual knowledge similar to a certain individual knowledge according to the calculated similarity. Specifically, this information processing apparatus has ontology information that hierarchically represents context information in the target field. Then, this information processing apparatus calculates the distance between the context information included in certain individual knowledge and the context information included in other individual knowledge based on the number of connections between the context information in the hierarchical structure of ontology information. That is, this information processing apparatus calculates that the distance is longer as the number of connections between the context information is larger, and the similarity between the individual knowledge including the context information is lower.
  • Patent Document 1 there is an information processing device described in Patent Document 1 that expands input context information to other similar context information based on ontology information (see, for example, Patent Document 2).
  • the information processing apparatus described in Patent Document 2 sets a stop mark on a node representing a general concept among nodes constituting a hierarchical structure of ontology information.
  • this information processing apparatus expands the input context information based on ontology information, the node set with the stop mark is set as the end point of the upper search.
  • Patent Document 1 can present more individual knowledge related to a certain individual knowledge, but has the following problems.
  • This information processing apparatus calculates the similarity between individual knowledge based on the distance between context information in the hierarchical structure of ontology information. For this reason, this information processing apparatus can present other individual knowledge including context information whose distance is close to the context information included in a certain individual knowledge.
  • this information processing apparatus in order to present more individual knowledge inherently related to an individual knowledge, it is necessary to expand the context information included in the individual knowledge to context information included in a range up to a far distance. .
  • Patent Document 1 describes an example in which the context information “tub” is extended to other context information based on ontology information shown in FIG.
  • this information processing apparatus expands the context information “tub” to context information up to a distance of 3 connections in FIG. Then, for example, context information “ ⁇ ” is obtained. It is considered that the context information “ ⁇ ⁇ ” is highly related to the original individual knowledge from which the context information “tub” is extracted.
  • this information processing apparatus extends the context information “tub” to not only “ ⁇ ” but also other “drainage traps”, “hot water supply facilities”, etc. up to a distance of 3 connections. Much of this context information may be unrelated or low with respect to the original individual knowledge.
  • this information processing apparatus can present individual knowledge including “ ⁇ ” that is highly relevant to the original individual knowledge from which the context information “tub” is extracted, as an inference result, there is no or low relevance “ Individual knowledge including “drainage trap” and “hot water supply equipment” is also presented as inference results.
  • the information processing apparatus described in Patent Document 1 is configured so that the context information collected from the inference target is expanded to other context information that is highly relevant to the inference target. There was a problem of extending to the context information.
  • Patent Document 2 can suppress the input context information from being expanded to other inappropriate context information, but has the following problems.
  • This information processing apparatus uses the node for which the stop mark is set as the end point of the upper search in the ontology information. Therefore, this information processing apparatus can suppress the input context information from being expanded to a superordinate concept that is not highly relevant.
  • the relevance of the concept of the same hierarchy or lower hierarchy may not be high with respect to the input context information. In such a case, this information processing apparatus cannot suppress expansion to context information that does not have high relevance unless a stop mark is set in a node that is a superordinate concept of such a node that does not have high relevance. For example, in the ontology information shown in FIG.
  • Patent Document 2 does not expand the context information “tub” to “drainage trap” or “hot water supply equipment”. Must be set. However, if a stop mark is set for “facility”, the information processing apparatus cannot expand the context information “tub” to “ ⁇ ” having high relevance.
  • Patent Document 2 As described above, even when the related technique described in Patent Document 2 is applied to an information processing apparatus that expands context information collected from an inference target, the inference object is not related to or low in other context information. There was a problem to suppress expansion. The problem is that the extension to other highly relevant context information is suppressed.
  • the present invention has been made in order to solve the above-described problem.
  • the context information collected from the inference object is expanded to other context information highly relevant to the inference object, but is not relevant or low.
  • An object of the present invention is to provide a technique for reducing expansion to other context information.
  • the context processing apparatus of the present invention includes ontology information storage means for storing ontology information including ontology node information representing each concept in a target field and relationship information representing a relationship between the ontology node information, and the ontology node.
  • ontology search rule information storage means for storing ontology search rule information indicating permission to search for the ontology node information
  • context acquisition means for acquiring context information
  • Ontology A search process for searching information is executed, and the searched ontology node information is sequentially executed by referring to the ontology information storage means and the ontology search rule information storage means, and each searched ontology node information is searched.
  • An information processing apparatus includes the above-described context processing apparatus, knowledge information storage means for storing knowledge information, inference rule storage means for storing an inference rule related to the knowledge information, and the context processing apparatus.
  • An inference means for obtaining the knowledge information related to the applied inference rule as an inference result by applying the inference rule to each context information included in the extended context list to be output, and presenting the inference result Inference result presentation means.
  • the context processing method of the present invention stores ontology information including ontology node information representing each concept in a target field and relationship information representing a relationship between the ontology node information, and the ontology node information
  • ontology search rule information indicating that the search for the ontology node information is permitted is stored, and when the context information is acquired, the ontology node information corresponding to the context information is obtained.
  • the computer program of the present invention includes ontology information storage unit that stores ontology information including ontology node information representing each concept in a target field and relationship information representing a relationship between the ontology node information; and Context in which context information is acquired using an ontology search rule information storage unit that stores ontology search rule information that represents permitting a search for ontology node information in a search process that traces the relationship between ontology node information Among the other ontology node information having a relationship with the ontology node information by referring to the ontology information including the ontology node information corresponding to the context information, the ontology search rule Search allowed by information A search process for searching for the ontology node information that has been performed, and for the searched ontology node information, the search process is sequentially executed and searched by referring to the ontology information storage unit and the ontology search rule information storage unit An ontology information search step of adding each ontology node information to the extended context list and an extended context list output step of outputting
  • the present invention reduces the expansion of context information collected from the target of inference processing to other context information that is highly relevant to the inference target, but is not relevant or low.
  • Technology can be provided.
  • FIG. 1 shows a functional block configuration of the context processing apparatus 1 as the first embodiment of the present invention.
  • the context processing apparatus 1 includes an ontology information storage unit 11, an ontology search rule information storage unit 12, a context acquisition unit 13, an ontology information search unit 14, and an extended context list output unit 15.
  • the context processing device 1 is configured by a computer device including a CPU (Central Processing Unit), a RAM (Random Access Memory), a ROM (Read Only Memory), and a storage device such as a hard disk.
  • the ontology information storage unit 11 and the ontology search rule information storage unit 12 are configured by a storage device.
  • the context acquisition unit 13, the ontology information search unit 14, and the extended context list output unit 15 are configured by a CPU that reads a computer program stored in a ROM or a storage device into the RAM and executes it. Note that the hardware configuration of each functional block of the context processing device 1 is not limited to the above configuration.
  • the ontology information storage unit 11 stores one or more pieces of ontology information.
  • the ontology information is information including ontology node information that represents each concept in the target field and relationship information that represents the relationship between the ontology node information.
  • the ontology information storage unit 11 may store ontology information including two ontology node information having a relationship and information indicating “relevant”.
  • the ontology search rule information storage unit 12 stores one or more ontology search rule information.
  • the ontology search rule information is information indicating that the search for the ontology node information is permitted in the search process for tracing the relationship between the ontology node information.
  • ontology search rule information related to certain ontology node information X represents permitting a search for ontology node information X.
  • the search follows the relationship from other ontology node information having a relationship with ontology node information X.
  • the context acquisition unit 13 acquires context information from the outside.
  • the context information is information collected from the inference processing target.
  • the context information may be character information or image information included in document data, measurement data output from a sensor device, operation log data for an apparatus or application software, or the like.
  • the ontology information search unit 14 performs a search process for tracing the relationship from ontology node information corresponding to the context information acquired by the context acquisition unit 13. Further, the ontology information search unit 14 adds each searched ontology node information to the extended context list.
  • the extended context list includes at least context information acquired by the context acquisition unit 13.
  • the ontology information search unit 14 searches for ontology node information permitted to be searched by the ontology search rule information, among other ontology node information having a relationship with the corresponding ontology node information.
  • the corresponding ontology node information is also referred to as search source ontology node information.
  • ontology information search unit 14 adds the search destination ontology node information to the extended context list when the search from the ontology node information of the search source to the ontology node information of the search destination is permitted by the ontology search rule information. Then, the ontology information search unit 14 further executes a search process using the ontology node information added to the extended context list as a search source.
  • the extended context list output unit 15 outputs an extended context list.
  • the context acquisition unit 13 acquires context information (step S1).
  • the ontology information search unit 14 executes the context extension process using the ontology node information corresponding to the context information acquired in step S1 as a search source (step S2). Details of this step will be described later.
  • the extended context output unit 15 outputs the extended context list generated in step S2 (step S3).
  • the context processing device 1 ends the operation.
  • FIG. 3 shows details of the context extension processing in step S2.
  • the ontology information search unit 14 searches the ontology information storage unit 11 for ontology information including search source ontology node information (step S11).
  • the ontology information search unit 14 executes the following steps S13 to S16 for each searched ontology information.
  • the ontology information search unit 14 obtains search destination ontology node information having a relationship with the search source ontology node information from the ontology information (step S13).
  • the ontology information search unit 14 determines whether or not the ontology search rule information that permits the search to the ontology node information of the search destination obtained in step S13 is stored in the ontology search rule information storage unit 12. (Step S14).
  • the ontology information search unit 14 adds the search destination ontology node information obtained in step S13 to the extended context list (step S15). It is assumed that the context information acquired by the context acquisition unit 13 is included in the extended context list in the initial state.
  • the ontology information search unit 14 recursively executes the context extension processing from step S11 using the ontology node information of the search destination added to the extension context list in step S15 as a new search source (step S16).
  • the ontology information search unit 14 executes the processing from step S13 for the next ontology information searched in step S11.
  • step S14 if it is determined in step S14 that the corresponding ontology search rule information is not stored, the ontology information search unit 14 ends the processing related to the ontology information, and the next ontology information searched in step S11 is processed as a step. The process from S13 is executed.
  • step S11 If the ontology information including the search source ontology node information is not searched in step S11 (No in step S12), the context processing device 1 ends the context extension process.
  • the context processing apparatus is not related to while expanding the context information collected from the inference processing target to other context information highly related to the inference target, or Extension to other low context information can be reduced.
  • the ontology information search unit expands the ontology node information permitted to be searched by the ontology search rule information, among other ontology node information having a relationship with the ontology node information corresponding to the given context information. This is because it is added to the context list.
  • the ontology information storage unit stores information representing the relationship between the ontology node information.
  • ontology search rule information storage unit stores ontology search rule information indicating that a search for ontology node information is permitted. This is because the ontology information search unit performs a search based on the ontology search rule information from the ontology node information added to the extended context list.
  • the context processing apparatus is allowed to search by ontology search rule information while advancing the search to ontology node information having a relationship with ontology node information corresponding to the input context information.
  • the search will not proceed for ontology node information that is not yet available.
  • the context processing apparatus does not expand the context information collected from the inference target to context information that is low or unrelated to the inference target.
  • FIG. 4 shows a functional block configuration of the context processing device 2 as the second embodiment of the present invention.
  • the context processing device 2 is different from the ontology information storage unit 11 in the ontology information storage unit 21 and the ontology search rule information storage unit with respect to the context processing device 1 as the first embodiment of the present invention.
  • the difference is that the ontology search rule information storage unit 22 is replaced with 12 and the ontology information search unit 24 is replaced with the ontology information search unit 14.
  • the ontology information storage unit 21 stores, in the ontology information according to the first embodiment of the present invention, relationship information having directionality as relationship information between ontology node information.
  • the relationship information having directionality may be, for example, “parent and child” in a hierarchical structure or “causal” in a causal relationship structure.
  • An example of information stored in the ontology information storage unit 21 is shown in FIG. In FIG. 5, ontology information indicated by each row includes two ontology node information (X node and Y node) and relationship information.
  • the ontology information storage unit 21 represents the hierarchical structure between ontology node information by storing ontology information including at least relationship information “parent and child”.
  • the ontology information on the first line indicates that “memory” is the parent of “volatile memory”.
  • the ontology information whose relationship information is “parent-child” specifies that the X node is the parent of the Y node.
  • the ontology information may include a registration date and a user ID of the registrant.
  • the ontology search rule information storage unit 22 further indicates the direction of the relationship that is permitted to be traced when searching for the ontology node information corresponding to the ontology search rule information according to the first embodiment of the present invention. Contains information to represent.
  • An example of information stored in the ontology search rule information storage unit 22 is shown in FIG. In FIG. 6, ontology search rule information indicated by each row includes ontology node information and search route information.
  • the search route information represents the direction of the relationship in which the search is permitted.
  • the search rule information on the first line indicates that a search from the child of the memory to the parent memory is permitted in the direction from the child to the parent.
  • ontology search rule information may include user IDs of searchable users.
  • the ontology information search unit 24 includes ontology node information that is permitted to be searched in the direction of the relationship by the ontology search rule information among the ontology node information of the search destination having the relationship with the ontology node information of the search source. Explore.
  • the ontology information search unit 24 starts such a search process from ontology node information corresponding to the context information acquired by the context acquisition unit 13. Then, the ontology information search unit 24 adds the searched ontology node information to the extended context list and continues the search process in the same manner using the added ontology node information as a search source. Moreover, the ontology information search part 24 should just complete
  • the ontology information search unit 24 searches for ontology information including ontology node information corresponding to the context information acquired by the context acquisition unit 13 as an X node or a Y node. Then, the ontology information search unit 24 may determine whether search from the corresponding node to the other node is permitted in the searched ontology information based on the ontology search rule information.
  • the context processing device 2 configured as described above will be described with reference to the drawings.
  • the context processing device 2 operates in substantially the same manner as the context processing device 1 as the first embodiment of the present invention described with reference to FIG. 2, but the details of the context extension processing in step S2 are different. Details of the context extension processing in the present embodiment are shown in FIG.
  • the ontology information search unit 24 searches the ontology information storage unit 21 for ontology information including search source ontology node information (step S21).
  • the ontology information search unit 24 executes the following steps S23 to S27 for each searched ontology information.
  • the ontology information search unit 24 obtains search destination ontology node information having a relationship with the search source ontology node information from the ontology information (step S23).
  • the ontology information search unit 24 extracts search route information from the ontology information (step S24).
  • the search route information is information representing the direction of the relationship from the search source ontology node information to the search destination ontology node information in the target ontology information.
  • ontology information first line in FIG. 5
  • the search source ontology node information “volatile memory” is a Y node
  • the relationship information is “parent-child”. Therefore, the ontology information search unit 24 extracts “child ⁇ parent” as search route information from the search source “volatile memory” (Y node) to the search destination “memory” (X node).
  • the ontology information search unit 24 stores in the ontology search rule information storage unit 22 the ontology search rule information that permits the search in the direction of the search route information extracted in step S24 with respect to the ontology node information of the search destination. It is determined whether or not there is (step S25).
  • ontology information search unit 24 determines whether or not the search rule information having the search route information of “child ⁇ parent” exists in the ontology search rule information storage unit 22 for the search target “memory”. Good.
  • the ontology information search unit 24 adds search destination ontology node information to the extended context list (step S26). Specifically, the ontology information search unit 24 may add ontology node information included in the corresponding ontology search rule information to the extended context list as context information.
  • the ontology information search unit 24 recursively executes the context extension processing from step S21 using the ontology node information of the search destination added to the extension context list in step S26 as a new search source (step S27).
  • the ontology information search unit 24 executes the processing from step S23 for the next ontology information searched in step S21.
  • step S25 if it is determined in step S25 that the corresponding ontology search rule information is not stored, the ontology information search unit 24 ends the processing related to the ontology information, and the next ontology information searched in step S21 The process from S23 is executed.
  • step S21 If the ontology information including the corresponding ontology node information is not searched in step S21 (No in step S22), the context processing device 2 ends the context extension process.
  • the context acquisition unit 13 acquires the context information “DRAM” (step S1).
  • the ontology information search unit 24 stores the ontology node information “DRAM” (search source) in the second row (Y node), the fourth row (X node), the fifth row ( X node) (step S21).
  • the ontology information search unit 24 executes steps S23 to S27 for the ontology information on the second, fourth, and fifth lines, respectively.
  • the ontology information search unit 24 has found the search source in the X node, and acquires the Y node “SDRAM” as the search destination (step S23).
  • the ontology information search unit 24 determines that there is no ontology search rule information “SDRAM, parent ⁇ child” for the search destination “SDRAM” (No in step S25).
  • the ontology information search unit 24 finishes the processing related to the ontology information on the fourth line.
  • the ontology information search unit 24 has found the search source in the X node, and acquires the Y node “DRAM module” as the search destination (step S23).
  • the ontology information search unit 24 extracts “parent ⁇ child” as search route information from the search source to the search destination (step S24).
  • the ontology information search unit 24 finishes the process related to the ontology information on the fifth line. To do.
  • the ontology information search unit 24 has found the search source in the Y node, and acquires the X node “volatile memory” as the search destination (step S23).
  • the ontology information search unit 24 extracts “child ⁇ parent” as search route information from the search source to the search destination (step S24).
  • the ontology information search unit 24 determines that there is ontology search rule information “volatile memory, child ⁇ parent” for the search target “volatile memory” (Yes in step S25).
  • the ontology information search unit 24 adds “volatile memory” to the extended context list (step S26).
  • the ontology information search unit 24 further executes a context extension process using the search target “volatile memory” as a new search source.
  • the ontology information search unit 24 finds ontology node information “volatile memory” in the first row (Y node) and the third row (X node) of the ontology information storage unit 21 in FIG. 5 (step S21). ).
  • the ontology information search unit 24 determines that the route has already been taken in the second row and excludes it from the target of the search process.
  • the ontology information search unit 24 executes steps S23 to S27 for the ontology information in the first row and the third row, respectively.
  • the ontology information search unit 24 acquires the X node “memory” as the search destination (step S23).
  • the ontology information search unit 24 extracts “child ⁇ parent” as search route information from the search source to the search destination (step S24).
  • the ontology information search unit 24 determines that there is ontology search rule information “memory, child ⁇ parent” for the search destination “memory” (Yes in step S25).
  • the ontology information search unit 24 adds “memory” to the extended context list (step S26).
  • the ontology information search unit 24 further executes context expansion processing using the search destination “memory” as a search source. Then, the ontology information search unit 24 finds the ontology node information “memory” in the sixth line (Y node) of the ontology information storage unit 21 in FIG. 5 (step S21). However, since there is no ontology search rule information “route, child ⁇ parent” (No in step S25), the ontology information search unit 24 ends the process related to the ontology information on the first line.
  • the ontology information search unit 24 acquires the Y node “SRAM” as the search destination (step S23).
  • the ontology information search unit 24 extracts “parent ⁇ child” as search route information from the search source to the search destination (step S24).
  • the ontology information search unit 24 determines that there is ontology search rule information “SRAM, parent ⁇ child” for the search destination “SRAM” (Yes in step S25).
  • the ontology information search unit 24 adds “SRAM” to the extended context list (step S26).
  • the ontology information search unit 24 further executes context expansion processing using the search destination “SRAM” as the search source, but cannot find the ontology node information “SRAM” in the ontology information storage unit 21 any more (step S22). No). Therefore, the ontology information search unit 24 ends the process related to the ontology information on the third line.
  • the extended context list output unit 15 outputs an extended context list including four context information of “DRAM”, “volatile memory”, “memory”, and “SRAM” (step S3).
  • the context processing device 2 expands the input context information “DRAM” to the context information of “volatile memory”, “memory”, and “SRAM”, and the “SDRAM” and “DRAM module” Do not expand.
  • the ontology information storage part 21 stores ontology information including the relationship information of the type of "parent and child".
  • the ontology information storage unit 21 may store other types of relationship information in the ontology information.
  • the ontology search rule information storage unit 22 may store ontology search rule information including other types of relationship information as search route information as necessary.
  • the ontology information storage unit 21 stores ontology information “X node: DRAM, Y node: SRAM, relationship: sibling”.
  • the ontology search rule information storage unit 22 may store ontology search rule information “ontology node information: SRAM, search route information: siblings”.
  • ontology information search unit 24 obtains ontology node information “DRAM” as a search source in the search process, it is assumed that a search in the “sibling” direction is permitted for “SRAM” as the search destination. , “SRAM” may be added to the extended context list.
  • the context processing apparatus can expand context information more appropriately by using ontology information having a directional relationship between nodes.
  • the ontology information search unit expands the context information in accordance with the search rule information that is permitted to follow the direction of the relationship from the ontology node information of the search source to the ontology node information of the search destination.
  • the ontology information storage unit stores the ontology information including information indicating the direction of the relationship between the ontology node information.
  • the ontology search rule information storage unit stores the ontology search rule information including information indicating the direction of the relationship permitting the search.
  • the context processing apparatus as the present embodiment has no relationship with the ontology node information having high relevance when tracing the relationship from the ontology node information corresponding to the context information collected from the inference object, or This is because low ontology node information can be distinguished with higher accuracy.
  • FIG. 8 shows a functional block configuration of the context processing device 3 as the third embodiment of the present invention.
  • the context processing device 3 further includes a context acquisition availability information storage unit 36 and an ontology search rule information generation unit. 37.
  • the context acquisition availability information storage unit 36 is configured by a storage device.
  • the ontology search rule information generation unit 37 is configured by a CPU that reads a computer program stored in a ROM or a storage device into a RAM and executes it.
  • the hardware configuration of each functional block constituting the context processing device 3 is not limited to the above-described configuration.
  • the context acquisition availability information storage unit 36 stores context acquisition availability information for each ontology node information.
  • the context acquisition availability information is information indicating whether each ontology node information can be acquired as context information by an external context collection device.
  • the external context collection device is a device that outputs context information to the context acquisition unit 13.
  • an apparatus that collects and outputs context information from design document data corresponds to an external context collection apparatus.
  • the context acquisition availability information indicated by each row includes context information and a context acquisition availability flag.
  • the context information “DRAM” can be acquired by the context collection device.
  • the context information “SDRAM” cannot be acquired by the context collection device.
  • context information can be acquired.
  • the context collection apparatus may extract the context information “capacitor” from the design drawing data, but may not be able to extract the context information “electrolytic capacitor”.
  • the reason is that the context information “capacitor” is always included in the “location in the drawing that is a capacitor” in the design drawing data.
  • the “location in the drawing that is actually an electrolytic capacitor” does not necessarily include the information “this capacitor is an electrolytic capacitor”. Because there is.
  • the context collection device may extract the context information “electrolytic capacitor” from the location in the drawing depending on the extraction logic employed. This is because there are cases where it is not possible. Therefore, in such a case, the context acquisition availability information storage unit 36 stores a context acquisition availability flag “ ⁇ (possible)” for “capacitor”, and a context acquisition availability flag “ ⁇ (not)” for “electrolytic capacitor”. Is memorized.
  • the ontology search rule information generation unit 37 generates ontology search rule information for each ontology node information based on the context acquisition availability information stored in the context acquisition availability information storage unit 36. Then, the ontology search rule information generation unit 37 stores the generated ontology search rule information in the ontology search rule information storage unit 22.
  • the ontology search rule information generation unit 37 permits the search in the “parent ⁇ child” direction for the corresponding ontology node information with respect to the ontology node information in which the context acquisition permission information indicates “ ⁇ (not)”. Ontology search rule information to be generated may be generated. In addition, the ontology search rule information generation unit 37 permits ontology search rule information that permits a search in the “child ⁇ parent” direction for each ontology node information, regardless of whether the context acquisition availability information indicates availability. May be generated.
  • the ontology search rule information generation unit 37 acquires ontology node information that is a child node of the “root node” among the ontology information in the ontology information storage unit 21 (step S31). For example, in the example of the ontology information storage unit 21 illustrated in FIG. 5, the ontology search rule information generation unit 37 acquires the Y node of ontology information including “root” in the “X node” as a child node of the route. Good.
  • the ontology search rule information generation unit 37 executes an ontology search rule information generation process for each of the ontology node information that is a child node of the route (step S32).
  • the ontology search rule information generation unit 37 acquires ontology node information that is a child node of the ontology node information (step S41).
  • the ontology search rule information generation unit 37 has “relationship information” as “parent and child” and includes “ontology node information” in the “X node”. What is necessary is just to acquire Y node of ontology information.
  • step S41 When a child node is acquired in step S41 (Yes in step S42), the ontology search rule information generation unit 37 executes the following steps S43 to S47 for each ontology node information that is a child node.
  • the ontology search rule information generation unit 37 acquires the context acquisition availability flag of the target ontology node information from the context acquisition availability information storage unit 36 (step S43).
  • the ontology search rule information generation unit 37 determines whether the acquired context acquisition permission flag is “O” (Yes) or “No” (Step S44).
  • step S46 when the context acquisition permission information indicates ⁇ (possible), the operation of the context processing device 3 proceeds to step S46.
  • the ontology search rule information generation unit 37 permits the search for the target ontology node information following the relationship in the direction of “parent ⁇ child”.
  • Ontology search rule information to be generated is generated and stored in the ontology search rule information storage unit 22 (step S45).
  • the ontology search rule information generation unit 37 generates ontology search rule information that permits a search by following the relationship in the direction of “child ⁇ parent” with respect to the target ontology node information, and the ontology search rule The information is stored in the information storage unit 22 (step S46). This step is executed regardless of the determination result of step S44.
  • the ontology search rule information generation unit 37 recursively executes the ontology search rule information generation processing from step S41 on the target ontology node information (step S47).
  • step S41 when no child node is searched in step S41 (No in step S42), the context processing device 3 ends the ontology search rule information generation process.
  • the ontology search rule information generation unit 37 By operating as described above, the ontology search rule information generation unit 37 generates ontology search rule information that permits searching by following the relationship in the “child ⁇ parent” direction for all ontology node information. To do. Further, the ontology search rule information generation unit 37 permits an ontology that permits a search following the relationship in the “parent ⁇ child” direction with respect to ontology node information whose context acquisition permission / prohibition flag information indicates “ ⁇ (not)”. Search rule information is generated.
  • the context processing apparatus has no relevance while expanding the context information collected from the inference processing target to more context information having high relevance to the inference target.
  • ontology search rule information for avoiding expansion to low context information can be generated with high accuracy.
  • the ontology search rule information generation unit generates ontology search rule information based on the context acquisition availability information.
  • the context acquisition availability information storage unit stores context acquisition availability information indicating whether each ontology node information can be acquired as context information by the context collection device.
  • the ontology search rule information generation unit for ontology node information indicating that the context acquisition availability information is not permitted, permits an ontology that allows searching in both directions of “parent ⁇ child” and “child ⁇ parent”. Search rule information is generated.
  • the ontology search rule information generation unit generates ontology search rule information that permits a search following the direction of “child ⁇ parent” for the ontology node information indicating that the context acquisition possibility information is permitted.
  • ontology node information indicating that context acquisition permission / non-permission information is possible is almost certainly extracted as context information by the context collection device if included in the inference processing target information. Therefore, if such context information is not input to the context processing apparatus of the present embodiment, it is considered that the context information is not included in the target information almost certainly. That is, such context information is considered to have no or low relevance to the inference target. Therefore, in order to prevent the input context information from being expanded to the context information indicating that such context acquisition availability information is permitted, the ontology search rule information generation unit in the present embodiment has the context information as a child. Does not generate ontology search rule information that permits searching in the direction.
  • ontology node information indicating whether or not context acquisition availability information is included is not necessarily extracted by the context collection device even if it is originally included in the target information. Even if such context information is not input to the context processing apparatus of the present embodiment, there is a possibility that the target information includes the context information. That is, such context information is considered highly relevant to the inference target. Therefore, in order to extend the input context information to context information indicating that such context acquisition permission information is not, the ontology search rule information generation unit in the present embodiment searches in a direction in which the context information becomes a child. Ontology search rule information that permits
  • the ontology search rule information generation unit in the present embodiment generates ontology search rule information that permits a search from the child to the parent for all the ontology node information.
  • the context processing apparatus generates ontology search rule information with high accuracy using the context acquisition availability information.
  • the context processing apparatus does not need to set ontology search rule information in advance, and can achieve the same effects as those of the second embodiment of the present invention.
  • FIG. 12 shows a functional block configuration of the context processing device 4 as the fourth embodiment of the present invention.
  • the context processing device 4 is different from the ontology search rule information storage unit 22 in the context processing device 3 according to the third embodiment of the present invention.
  • Context acquisition unit 43 instead of unit 13
  • ontology information search unit 44 instead of ontology information search unit 24
  • context acquisition availability information storage unit 46 instead of context acquisition availability information storage unit 36
  • ontology search rule information generation unit 47 is provided instead of the unit 37.
  • the context acquisition unit 43 acquires the context collection device ID for identifying the context collection device that outputs the context information together with the context information.
  • the context acquisition availability information storage unit 46 stores the context acquisition availability information including a context collection device ID for identifying the context collection device.
  • a device whose context collection device ID is X is also referred to as a context collection device X.
  • the context collection device A can acquire the context information “memory”, “volatile memory”, and “SRAM” from the inference target.
  • the context collection device B can acquire the context information “memory” from the same inference object, but cannot acquire the context information “volatile memory” and “SRAM”.
  • the ontology search rule information generation unit 47 is different from the ontology search rule information generation unit 37 in the third embodiment of the present invention in that it generates ontology search rule information for each context collection device ID. Specifically, the ontology search rule information generation unit 47 generates ontology search rule information based on the context acquisition availability information, and uses the generated ontology search rule information as the context collection device ID included in the context acquisition availability information. Correspondingly, the ontology search rule information storage unit 42 stores them.
  • the ontology search rule information storage unit 42 stores the ontology search rule information in association with the context collection device ID.
  • the ontology information search unit 44 is based on the ontology search rule information associated with the context collection device ID acquired by the context acquisition unit 43, and the ontology information search unit 24 in the second and third embodiments of the present invention. The same search process is executed.
  • the context processing device 4 operates in substantially the same manner as the context processing device 3 according to the third embodiment of the present invention described with reference to FIG. 10, but the details of the ontology search rule information generation processing in step S32 are different. .
  • FIG. 14 shows details of the ontology search rule information generation process in the present embodiment.
  • the context processing device 4 replaces steps S43 to S46 with respect to details of the ontology search rule information generation processing in the third embodiment of the present invention described with reference to FIG. ⁇ S57 is executed differently.
  • step S53 the ontology search rule information generation unit 47 acquires context acquisition availability information regarding the corresponding ontology node information (step S53).
  • the context acquisition possibility information storage unit 46 may store a plurality of pieces of context acquisition possibility information having different context collection device IDs for the corresponding ontology node information. Accordingly, in this step, the ontology search rule information generation unit 47 acquires one or more context acquisition availability information.
  • the ontology search rule information generation unit 47 executes steps S54 to S57 for each context acquisition availability information acquired in step S53.
  • the ontology search rule information generation unit 47 acquires a context acquisition permission flag and a context collection device ID included in the context acquisition permission information (step S54).
  • the ontology search rule information generation unit 47 permits ontology search rule information that permits a search in the “parent ⁇ child” direction for the ontology node information whose context acquisition permission flag is “x” (no) (No in step S55). Is generated. Then, the ontology search rule information generation unit 47 stores the generated ontology search rule information in the ontology search rule information storage unit 42 in association with the context collection device ID (step S56).
  • the ontology search rule information generation unit 47 generates ontology search rule information that permits a search in the “child ⁇ parent” direction for this ontology node information, regardless of whether or not the context acquisition flag is set. Then, the ontology search rule information generation unit 47 stores the generated ontology search rule information in the ontology search rule information storage unit 42 in association with the context collection device ID (step S57).
  • the ontology search rule information generation unit 47 recursively performs the ontology search rule information generation process for the corresponding ontology node information in the same manner as the ontology search rule information generation unit 37 in the third embodiment of the present invention. Execute.
  • the context processing device 4 operates in substantially the same manner as the context processing device 2 as the second embodiment of the present invention described with reference to FIGS. 2 and 7, but the details of the processing in steps S1 and S25 are different. .
  • step S1 the context acquisition unit 43 acquires the context collection device ID that collected the context information together with the context information.
  • step S25 the ontology information search unit 44 obtains in step S1 out of the ontology search rule information that permits the search in the direction of the search route information extracted in step S24 for the ontology node information of the search destination. It is determined whether or not there is one associated with the context collection device ID that has been assigned.
  • the context processing device 4 proceeds with the search processing according to the ontology search rule information associated with the corresponding context collection device ID as in the second embodiment of the present invention, and expands the searched ontology node information. Include in context list.
  • the context processing device as the fourth exemplary embodiment of the present invention is more highly accurate and highly related to the context information collected by the context collection device according to the difference in the context information that can be acquired by the context collection device. It can be extended to context information and not extended to unrelated or low context.
  • the ontology information search unit expands the context information according to the ontology search rule information associated with the context collection device ID that collected the context information acquired by the context acquisition unit.
  • the context acquisition availability information storage unit stores, along with the context collection device ID, a context acquisition availability flag that indicates whether the context collection device can acquire context information.
  • the ontology search rule information generation unit generates ontology search rule information in association with the context collection device ID. This is because the context processing device according to the present embodiment generates ontology search rule information with higher accuracy corresponding to context acquisition availability information that differs depending on the context collection device.
  • FIG. 15 shows a functional block configuration of a context processing device 5 as a fifth embodiment of the present invention.
  • the context processing device 5 is different from the ontology search rule information storage unit 22 in terms of the ontology search rule information storage unit 52 and the ontology information with respect to the context processing device 3 according to the third embodiment of the present invention.
  • An ontology information search unit 54 instead of the search unit 24, a context acquisition availability information storage unit 56 instead of the context acquisition availability information storage unit 36, and an ontology search rule information generation unit 57 instead of the ontology search rule information generation unit 37. Is different.
  • the context acquisition availability information storage unit 56 stores the context acquisition possibility information in the same context acquisition availability information as in the third embodiment of the present invention.
  • the context obtainable probability represents the probability that context information that is inherently highly relevant to the inference target is obtained by the context collection device.
  • the context acquisition probability may be a probability that context information representing a part originally included in the device indicated by the design drawing data to be inferred is acquired from the design drawing data by the context collection device.
  • FIG. 16 An example of information stored in the context acquisition availability information storage unit 56 is shown in FIG. In FIG. 16, for example, the context acquisition availability information on the third line has a probability of 0.6 (60%) that the context collection device acquires context information “SRAM” from the design drawing data of the device including “SRAM”. ).
  • the context acquisition availability information on the eighth line has a probability of acquiring context information “special DRAM” by the context collection device from the design drawing data of the device including “special DRAM” (that is, it must be acquired). Is not).
  • the ontology search rule information storage unit 52 stores the ontology search rule information similar to that of the third embodiment of the present invention, further including information indicating the search priority.
  • the search priority represents the priority of the search route that is followed when the ontology information search unit 54 searches for ontology information.
  • An example of information stored in the ontology search rule information storage unit 52 is shown in FIG. In FIG. 17, for example, the ontology search rule information on the fourth line indicates that the priority of the search route in the “parent ⁇ child” direction to the ontology node information “SRAM” is 0.4.
  • the search priority is represented by a value between 0 and 1.
  • the ontology search rule information having a search priority of 1 represents a rule that the route to the search destination is always followed when the corresponding ontology node information is in the search destination.
  • the ontology search rule information with a search priority of 0 represents a rule that does not follow the route to the search destination even when the corresponding ontology node information exists at the search destination.
  • the ontology search rule information generation unit 57 is configured in substantially the same manner as the ontology search rule information generation unit 37 in the third embodiment of the present invention, and further, the search priority of the generated ontology search rule information Is calculated. At this time, the ontology search rule information generation unit 57 calculates the search priority of the search route to the ontology node information based on the context acquisition probability regarding the ontology node information. For example, the ontology search rule information generation unit 57 may calculate the search priority using the following equation (2).
  • b2 (1-a1) ⁇ b1 Formula (2)
  • b2 is the search priority of the search route in the “parent ⁇ child” direction to the ontology node information.
  • a1 is the context acquisition probability of the ontology node information.
  • b1 is the search priority of the search route in the “parent ⁇ child” direction with respect to the parent ontology node information of the ontology node information.
  • 1 is applied to b1.
  • the search priority of the search route in the “parent ⁇ child” direction to a certain ontology node information increases as the context acquisition probability of the ontology node information decreases. Further, the priority of the search route in the “parent ⁇ child” direction to certain ontology node information increases as the priority of the search route in the “parent ⁇ child” direction with respect to the parent of the ontology node information increases.
  • the ontology search rule information generation unit 57 sets the search priority to 1 for the search priority of the search route in the “child ⁇ parent” direction to the ontology node information regardless of the equation (2).
  • the ontology information search unit 54 is different from the ontology information search unit 24 according to the third embodiment of the present invention in that it refers to the search priority of the ontology search rule information when performing search processing. For example, the ontology information search unit 54 sets the search priority of the search route to the ontology node information according to the ontology search rule information among the ontology node information of the search destination having a relationship with the ontology node information of the search source. You may search the thing set above.
  • FIG. 18 shows details of the ontology search rule information generation process in the present embodiment.
  • the context processing device 5 performs steps S63 to S63 instead of steps S43 to S46 with respect to the details of the ontology search rule information generation processing in the third embodiment of the present invention described with reference to FIG. The difference is that S67 is executed.
  • step S63 the ontology search rule information generation unit 57 acquires the context acquisition possibility flag regarding the corresponding ontology node information together with the context acquisition probability.
  • the ontology search rule information generation unit 57 indicates the relationship of the direction of “parent ⁇ child” with respect to the ontology node information.
  • the search priority of the searched search route is calculated based on the context acquisition probability (step S65). For example, as described above, the ontology search rule information generation unit 57 may calculate the search priority using Expression (2).
  • the ontology search rule information generation unit 57 sets the search priority of the search route that follows the relationship of the “parent ⁇ child” direction to the ontology node information to the value calculated in step S65. Ontology search rule information is generated. Then, the ontology search rule information generation unit 57 stores the generated ontology search rule information in the ontology search rule information storage unit 52 (step S66).
  • the ontology search rule information generation unit 57 generates ontology search rule information in which the search priority of the search route that follows the relationship of the “child ⁇ parent” direction to this ontology node information is 1. Then, the ontology search rule information generation unit 57 stores the generated ontology search rule information in the ontology search rule information storage unit 52 (step S67). This step is executed regardless of the determination result of step S64.
  • the ontology search rule information generation unit 57 recursively performs the ontology search rule information generation process for the corresponding ontology node information in the same manner as the ontology search rule information generation unit 37 in the third embodiment of the present invention. Execute.
  • the ontology search rule information generation unit 57 acquires ontology node information “memory” that is a child of the root node from the sixth line of the ontology information storage unit 21 in FIG. 5 (step S31).
  • the ontology search rule information generation unit 57 executes an ontology search rule information generation process for the ontology node information “memory” (step S32).
  • the ontology search rule information generation unit 57 acquires ontology node information “volatile memory” that is a child of “memory” from the first row of the ontology information storage unit 21 of FIG. 5 (in steps S41 and S42). Yes).
  • the ontology search rule information generation unit 57 sets “O (Yes)” as the context acquisition availability flag of “volatile memory” and 1 as the context acquisition probability from the context acquisition availability information storage unit 56 of FIG. Is acquired (step S63).
  • the ontology search rule information generation unit 57 generates ontology search rule information “volatile memory, child ⁇ parent, search priority 1” and stores it in the ontology search rule information storage unit 52 (Yes in step S64). S67). This corresponds to the ontology search rule information on the first line in the ontology search rule information storage unit 52 of FIG.
  • the ontology search rule information generation unit 57 further executes an ontology search rule information generation process for “volatile memory” (step S47).
  • the ontology search rule information generation unit 57 obtains ontology node information “DRAM” and “SRAM”, which are children of “volatile memory”, from the second and third lines of the ontology information storage unit 21 in FIG. Obtain (Yes in steps S41 and S42).
  • the ontology search rule information generation unit 57 obtains “ ⁇ (possible)” as the context acquisition availability attribute of “DRAM” and 1 as the context acquisition probability from the context acquisition availability information storage unit 56 of FIG. (Step S63).
  • the ontology search rule information generation unit 57 generates ontology search rule information “DRAM, child ⁇ parent, search priority 1” and stores it in the ontology search rule information storage unit 52 (Yes in step S64, S67). . This corresponds to the ontology search rule information on the second line in the ontology search rule information storage unit 52 of FIG.
  • the ontology search rule information generation unit 57 sequentially generates the ontology search rule information related to the descendant nodes by recursively executing the ontology search rule information generation process for “DRAM”.
  • the ontology search rule information generation unit 57 sets “ ⁇ (No)” as the context acquisition availability flag of “SRAM” and “0.6 as the context acquisition probability from the context acquisition availability information storage unit 56 of FIG. "Is acquired (step S63).
  • the ontology search rule information generation unit 57 calculates the search priority “0.4” using Expression (2) (No in step S64, S65).
  • the ontology search rule information generation unit 57 applies 0.6, which is a context acquisition probability of “SRAM”, as a1 in Equation (2). Further, the ontology search rule information generation unit 57 sets 1 as b1 in the expression (2) because there is no search rule information for “parent ⁇ child” to “volatile memory” that is the parent of “SRAM”. Apply. Accordingly, the ontology search rule information generation unit 57 calculates 0.4 as the search priority b2 in the “parent ⁇ child” direction for “SRAM”.
  • the ontology search rule information generation unit 57 generates ontology search rule information “SRAM, parent ⁇ child, search priority 0.4” and stores it in the ontology search rule information storage unit 52 (step S66). This corresponds to the ontology search rule information on the fourth line in the ontology search rule information storage unit 52 of FIG.
  • the ontology search rule information generation unit 57 generates ontology search rule information “SRAM, child ⁇ parent, search priority 1” and stores it in the ontology search rule information storage unit 52 (step S67). This corresponds to the ontology search rule information on the third line in the ontology search rule information storage unit 52 of FIG.
  • the ontology search rule information generation unit 57 recursively executes the ontology search rule information generation process for “SRAM”, thereby sequentially generating ontology search rule information regarding its descendant nodes.
  • the context processing device 5 operates in substantially the same manner as the operation of the context processing device 2 as the second embodiment of the present invention described with reference to FIGS. 2 and 7, but the details of the processing in step S25 are different. .
  • step S25 the ontology information search unit 54 determines that the ontology search rule information whose search priority in the direction of the search route information extracted in step S24 is greater than or equal to a threshold with respect to the search destination ontology node information is the ontology search rule information. It is determined whether or not it is in the storage unit 52.
  • the context processing device 5 proceeds with the search processing in the same manner as in the second embodiment of the present invention in accordance with ontology search rule information having a search priority equal to or higher than the threshold, and sets the search target ontology node information as an extended context list.
  • the context processing apparatus has context information that is highly relevant to the inference target when the context information collected from the inference processing target is expanded to other context information. It is possible to discriminate the context information having no or low nature from the context information with higher accuracy so that the context information is not expanded.
  • the ontology information search unit advances the search process from the ontology node information corresponding to the input context information, it follows the search route indicated by the ontology search rule information whose search priority is equal to or higher than the threshold.
  • the ontology search rule information storage unit stores the search priority for the ontology node information included in the ontology search rule information.
  • the ontology search rule information generation unit uses the context acquisition probability to search priority for the ontology node information. To decide.
  • the ontology information search unit advances the search process from the ontology node information corresponding to the input context information, the ontology node information corresponding to the context information that is more difficult to be acquired by the context collection device is given priority.
  • the search process can proceed. Therefore, in this case, the context processing apparatus according to the present embodiment uses the context collection apparatus to expand the input context information to other context information even though the context processing apparatus originally has high relevance to the inference target. This is because it is preferentially extended to context information that is more difficult to obtain.
  • FIG. 19 shows the configuration of an information processing system 600 as a sixth embodiment of the present invention.
  • the information processing system 600 includes an information processing device 60 and a terminal 90. Further, the information processing apparatus 60 and the terminal 90 are communicably connected to each other via a network constituted by the Internet, a LAN (Local Area Network), a public line network, a wireless communication network, or a combination thereof.
  • a network constituted by the Internet a LAN (Local Area Network), a public line network, a wireless communication network, or a combination thereof.
  • LAN Local Area Network
  • FIG. 19 one information processing device 60 and one terminal 90 are shown, but the number of devices included in the information processing system of the present invention is not limited.
  • the information processing device 60 includes a context processing device 1 as a first embodiment of the present invention, a knowledge information storage unit 61, an inference rule storage unit 62, an inference unit 63, and an inference result presentation unit. 64.
  • the information processing device 60 is configured by a computer device that further includes a network interface.
  • the knowledge information storage unit 61 and the inference rule storage unit 62 are configured by a storage device.
  • the inference unit 63 is configured by a CPU that reads a computer program stored in a ROM or a storage device into the RAM and executes the computer program.
  • the inference result presentation unit 64 includes a network interface and a CPU that reads a computer program stored in a ROM or a storage device into a RAM and executes the computer program. Note that the hardware configuration of each functional block constituting the information processing apparatus 60 is not limited to the above-described configuration.
  • the terminal 90 includes a context collection unit 91 and an information presentation unit 92.
  • the terminal 90 is configured by a computer device including a CPU, a RAM, a ROM, a storage device such as a hard disk, an input device, a display device, and a network interface.
  • the context collection unit 91 includes an input device, a network interface, and a CPU that reads a computer program stored in the ROM or the storage device into the RAM and executes the computer program.
  • the information presentation unit 92 includes a display device, a network interface, and a CPU that reads a computer program stored in a ROM or a storage device into the RAM and executes the computer program. Note that the hardware configuration of each functional block constituting the terminal 90 is not limited to the above-described configuration.
  • the knowledge information storage unit 61 stores one or more pieces of knowledge information. This knowledge information represents knowledge in the target field.
  • the knowledge information storage unit 61 stores such knowledge information together with a knowledge ID for identifying knowledge information.
  • An example of information stored in the knowledge information storage unit 61 is shown in FIG.
  • the knowledge information indicated by each row includes a knowledge ID and knowledge content.
  • the knowledge content is represented by a URL (UniformUniResource Locator) indicating a location where information representing the knowledge content is stored.
  • the knowledge content may be information itself representing the knowledge content.
  • the knowledge information may include a knowledge title as shown in FIG.
  • the knowledge information may include a registrant's user ID, registration date and time, or access right information.
  • the inference rule storage unit 62 stores one or more inference rules.
  • Such an inference rule represents an event that occurs according to the content of the context information.
  • the inference rule may be, for example, an IF-THEN type rule including a condition (IF information) and an event (THEN information) that occurs when the condition is satisfied.
  • Such inference rules are related to knowledge information stored in the knowledge information storage unit 61.
  • the inference rule may include a knowledge ID as THEN information.
  • the inference rule storage unit 62 stores such an inference rule together with an inference rule ID for identifying the inference rule.
  • the inference rule indicated by each line includes an inference rule ID, IF information, and THEN information.
  • the inference rule may include the registration date and the user ID of the registrant.
  • the inference rule may include a plurality of IF information.
  • An inference rule including a plurality of IF information may mean that THEN information is inferred when all IF information is satisfied.
  • the inference unit 63 obtains an inference result by applying the inference rules stored in the inference rule storage unit 62 to each context information included in the extended context list output from the context processing device 1. For example, the inference unit 63 searches for inference rules having IF information that matches the context information. Then, the inference unit 63 estimates that THEN information included in the retrieved inference rule occurs. In addition, when the THEN information of the applied inference rule satisfies the IF information of another inference rule, the inference unit 63 may repeat a chain inference process that further applies another inference rule.
  • the inference unit 63 may execute a plurality of inference processes based on the respective inference rules. And the inference part 63 makes the knowledge information relevant to each applied inference rule the inference result. In this case, the inference unit 63 may use the knowledge ID indicated by the THEN information of each applied inference rule as the inference result.
  • the inference result presentation unit 64 presents the inference result obtained by the inference unit 63. Specifically, the inference result presentation unit 64 transmits the inference result to the terminal 90 via the network.
  • the context collection unit 91 collects context information from the inference target and transmits it to the information processing apparatus 60.
  • the context collection unit 91 may collect context information from design document data stored in its own device.
  • the information presentation unit 92 displays the inference result received from the information processing device 60 on the display device.
  • the left diagram represents the operation of the terminal 90
  • the right diagram represents the operation of the information processing apparatus 60
  • the dashed arrows connecting the left and right represent the data flow.
  • the context collection unit 91 of the terminal 90 collects context information from the inference target and transmits it to the information processing apparatus 60 (step S81).
  • the context collection unit 91 may collect context information from design document data stored in its own device.
  • the context acquisition unit 13 of the information processing device 60 receives context information (step S82).
  • the ontology information search unit 14 executes context extension processing on ontology information including ontology node information corresponding to the context information acquired in step S82 (step S83).
  • the details of this context extension processing are the same as the context extension processing in the first embodiment of the present invention described with reference to FIG.
  • the inference unit 63 applies the inference rule stored in the inference rule storage unit 62 to each context information included in the extended context list generated in step S83. Then, the inference unit 63 obtains knowledge information as an inference result (step S84).
  • the inference unit 63 may execute a chain inference process that further applies an inference rule applicable to information guided by the applied inference rule.
  • the inference unit 63 may acquire knowledge information related to each inference rule applied until there is no applicable inference rule as an inference result.
  • the inference unit 63 may acquire related knowledge information based on the knowledge ID included in the inference rule.
  • the inference result presentation unit 64 transmits the knowledge information as the inference result acquired in step S84 to the terminal 90 (step S85). At this time, the inference result presentation unit 64 may further acquire information indicating the importance of the knowledge information acquired in step S84, and transmit the inference result together with the acquired importance.
  • the information presentation unit 92 of the terminal 90 receives the knowledge information as the inference result and displays it on the display device (step S86). At this time, the information presentation unit 92 may display the knowledge information in an order based on the importance.
  • the information processing system 600 ends the operation.
  • the information processing system as the sixth exemplary embodiment of the present invention presents more knowledge information that is highly relevant to the inference processing target, but more knowledge information that is not or less relevant to the inference target. It can be avoided.
  • the information processing apparatus as the sixth exemplary embodiment of the present invention does not decrease the precision while increasing the recall in the inference process.
  • the recall rate is a value calculated by “the number of inference results that should be presented” / “the total number of inference results that should be presented”.
  • the relevance ratio is a value calculated by “the number of inference results to be originally presented” / “total number of inference results presented”.
  • the information processing apparatus has no or low relevance while expanding the context information collected from the inference processing target to other context information having a high relevance to the inference target. Reduce extension to context information. Therefore, the information processing apparatus as the present embodiment can perform inference based on context information that is highly relevant to the inference object. Thereby, the information processing apparatus as the present embodiment can present more knowledge information that is originally highly relevant to the inference target, and can increase the recall rate.
  • the information processing apparatus reduces inferences based on context information that has no or low relevance to the inference target.
  • the information processing apparatus as the present embodiment does not reduce the relevance rate by not presenting knowledge information that is not related to or low in the inference object.
  • a user who uses the terminal can browse more useful knowledge information without browsing unnecessary knowledge information that is not relevant to the inference target or low.
  • the information processing device 60 replaces the context processing device 1 as the first embodiment of the present invention with the context processing device as the second to fifth embodiments of the present invention. Either of these may be provided.
  • the context collection unit 91 of the terminal 90 in the present embodiment corresponds to the context collection device in the third to fifth embodiments of the present invention.
  • ontology information is represented by a hierarchical structure
  • ontology information is represented by a network structure or a causal relationship structure.
  • the network structure is a structure having a non-directional relationship between nodes and not having a hierarchy.
  • the ontology information storage unit may store ontology information including the two ontology node information for the two ontology node information having a relationship.
  • the causal relationship structure is a structure having a directional relationship “causal” between nodes and not having a hierarchical property.
  • the ontology information storage unit may store ontology information including the ontology node information that is the source of the relationship “causal” and the previous ontology node information.
  • the context information may be any kind of information that can be collected from the inference target. Information other than characters, such as information, may be used. Further, in each of the embodiments of the present invention described above, description has been made mainly on an example in which ontology node information is character information. However, ontology node information is information of a type other than characters, such as image information and numerical information. Also good.
  • the ontology node information may be information further including class information and attribute information in addition to information representing the concept of the target field. In this case, the ontology information search unit may determine the ontology node information corresponding to the input context information based on class information, attribute information, and the like.
  • the operation of the context processing device described with reference to each flowchart is stored in a storage device (storage medium) of the computer device as a computer program of the present invention.
  • a computer program may be read and executed by the CPU.
  • the present invention is constituted by the code of the computer program or a storage medium.
  • the present invention is not limited to the above-described embodiments, and can be implemented in various modes. Although the present invention has been described with reference to the exemplary embodiments and examples, the present invention is not limited to the above exemplary embodiments and examples. Various changes that can be understood by those skilled in the art within the scope of the present invention can be made to the configuration and details of the present invention. This application claims priority based on Japanese Patent Application No. 2012-067280 filed on Mar. 23, 2012, the entire disclosure of which is incorporated herein.
  • Ontology information storage unit for storing ontology information including ontology node information representing each concept in a target field and relationship information representing a relationship between the ontology node information; and
  • An ontology search rule information storage unit that stores ontology search rule information indicating that a search for the ontology node information is permitted in a search process that traces the relationship between the ontology node information;
  • a context acquisition unit for acquiring context information;
  • a context processing device
  • (Appendix 2) In an external context collection device that collects the context information and outputs the context information to the context acquisition unit, a context storing context acquisition availability information indicating whether each ontology node information can be acquired as the context information
  • An availability information storage unit For each ontology node information, an ontology search rule information generation unit that generates the ontology search rule information based on the context acquisition availability information and stores the generated ontology search rule information in the ontology search rule information storage unit;
  • the context processing apparatus according to appendix 1, further comprising: (Appendix 3)
  • the ontology information storage unit stores the ontology information including information indicating the type of the relationship
  • the ontology search rule information storage unit stores in the ontology search rule information including information indicating a type of relationship permitted to be followed when a search for the ontology node information is performed, In the ontology information search unit, as the search process, among other ontology node information having a relationship with the corresponding ontology node information, a search that
  • the context processing device according to Supplementary Note 1 or Supplementary Note 2, wherein the ontology node information is searched.
  • the ontology information storage unit stores the ontology information including information indicating the direction of the relationship
  • the ontology search rule information storage unit stores in the ontology search rule information including information indicating a direction of a relationship permitted to be followed when a search for the ontology node information is performed
  • the ontology information search unit is permitted to search in the direction of the relationship by the ontology search rule information among other ontology node information having a relationship with the corresponding ontology node information as the search process.
  • the context processing device according to any one of supplementary note 1 to supplementary note 3, wherein the ontology node information is searched.
  • the ontology information storage unit stores the ontology information including information indicating a parent-child relationship as the direction of the relationship
  • the ontology search rule information generator generates an ontology search rule that permits a search from a child whose parent is the ontology node information, regardless of whether the context acquisition availability information indicates whether or not each of the ontology node information.
  • Supplementary note 4 is characterized in that, for the ontology node information indicating that the context acquisition permission information is not valid, ontology search rule information that permits a search from a parent whose child is the ontology node information is generated.
  • the ontology search rule information storage unit stores information including search priority information in the ontology search rule information,
  • the context processing device according to any one of appendix 1 to appendix 5, wherein the ontology information search unit performs the search process by applying the ontology search rule based on the search priority.
  • the context acquisition availability information storage unit stores the context acquisition possibility information including a context acquisition possibility probability that represents the probability that each ontology node information can be acquired by the context collection device as the context information,
  • the context processing apparatus according to appendix 6, wherein the ontology search rule information generation unit calculates the search priority based on the context acquisition probability.
  • the ontology search rule information storage unit stores the ontology search rule information in association with information for identifying the context collection device,
  • the context acquisition unit further acquires information for identifying the context collection device,
  • the ontology information search unit performs the search process using the ontology search rule information associated with information for identifying the context collection device acquired by the context acquisition unit.
  • the context processing device according to any one of 7.
  • the context acquisition availability information storage unit stores the context acquisition availability information in association with information for identifying the context collection device, 9.
  • the context processing device according to appendix 8, wherein the ontology search rule information generation unit generates the ontology search rule information for each piece of information that identifies the context collection device.
  • (Appendix 10) The context processing device according to any one of appendix 1 to appendix 9, A knowledge information storage unit for storing knowledge information; An inference rule storage unit that stores inference rules related to the knowledge information; An inference unit that obtains the knowledge information related to the applied inference rule as an inference result by applying the inference rule to each context information included in the extended context list output from the context processing device; An inference result presentation unit for presenting the inference result; An information processing apparatus comprising: (Appendix 11) The information processing apparatus according to appendix 10, Collecting and transmitting the context information to the information processing device, and receiving and presenting the inference result from the information processing device; Information processing system with (Appendix 12) Storing ontology information including ontology node information representing each concept in the target field and relationship information representing a relationship between the ontology node information; In the search process that traces the relationship between the ontology node information, the ontology search rule information that represents permitting a search for the ontology node information is stored, When you
  • a search process for searching the acquired ontology node information, and for the searched ontology node information is sequentially executed by referring to the ontology information and the ontology search rule information, and each searched ontology node information To the extended context list, A context processing method for outputting the extended context list.
  • An ontology information storage unit that stores ontology information including ontology node information that represents each concept in the target field and relationship information that represents a relationship between the ontology node information, and a search that traces the relationship between the ontology node information
  • a context information acquisition step for acquiring context information; By referring to the ontology information including the ontology node information corresponding to the context information, a search is permitted by the ontology search rule information among other ontology node information having a relationship with the ontology node information.
  • An ontology information search step of adding each ontology node information to the extended context list An extended context list output step for outputting the extended context list; Is a computer program that causes a computer device to execute.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Animal Behavior & Ethology (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

[Problem] To provide a technology whereby, while context information which is gathered from an induction object is scaled to other context information which has a high correlation with the induction object, said context information is not scaled to other context information which has no or a low correlation therewith. [Solution] A context processing device comprises: an ontology information storage unit (11) which stores ontology information including ontology node information and relationality information between the ontology node information; an ontology search rule information storage unit (12) which stores ontology search rule information whereby a search is permitted which reaches the relationality with respect to the ontology node information; a context acquisition unit (13); an ontology information search unit (14) which sequentially executes a search process which searches, among other ontology node information which has a relationality with the ontology node information which correlates with the context information, for that for which the search is permitted by the ontology search rule information, and adds each piece of the searched ontology node information to a scaled context list; and a scaled context list output unit (15).

Description

コンテキスト処理装置、情報処理装置、コンテキスト処理方法、および、コンピュータ・プログラムContext processing device, information processing device, context processing method, and computer program
 本発明は、推論処理で用いられるコンテキスト情報を処理するコンテキスト処理装置、そのようなコンテキスト処理装置を用いて推論処理を行う情報処理装置、コンテキスト処理方法、および、コンピュータ・プログラムに関する。 The present invention relates to a context processing device that processes context information used in inference processing, an information processing device that performs inference processing using such a context processing device, a context processing method, and a computer program.
 入力されたコンテキスト情報に対して推論ルールを適用することにより推論結果を求め、求めた推論結果を提示する情報処理装置が知られている。ここで、コンテキスト情報とは、推論処理の対象から収集される情報である。例えば、コンテキスト情報は、文書データに含まれる文字情報や画像情報、センサ機器から出力される測定データ、または、装置やアプリケーションソフトウェアに対する操作ログデータ等である。 An information processing apparatus that obtains an inference result by applying an inference rule to input context information and presents the obtained inference result is known. Here, the context information is information collected from an inference process target. For example, the context information is character information or image information included in the document data, measurement data output from the sensor device, or operation log data for the device or application software.
 このような情報処理装置が用いる推論手法として、例えば、演繹推論がある。演繹推論を用いる場合、情報処理装置は、例えば、次式(1)に示すようなIF-THEN形式で表される推論ルールを保持する。
IF 温度>100 & 液体==水
 THEN 液体→(変化)→気体・・・式(1)
式(1)の1行目は、「温度が摂氏100度以上であり、かつ、液体が水である場合」という条件(IF情報)を表している。また、式(1)の2行目は、IF情報が満たされる場合に「液体が気体に変化する」という事象(THEN情報)を表している。
このような推論ルールを用いる情報処理装置は、入力されたコンテキスト情報がIF情報を満たす場合に、該IF情報に対して設定されたTHEN情報が発生すると推論する。
As an inference method used by such an information processing apparatus, for example, there is deductive inference. When deductive inference is used, the information processing apparatus holds an inference rule expressed in an IF-THEN format as shown in the following equation (1), for example.
IF temperature> 100 & liquid == water THEN liquid → (change) → gas ・ ・ ・ Formula (1)
The first line of Equation (1) represents a condition (IF information) that “the temperature is 100 degrees Celsius or more and the liquid is water”. Further, the second line of the formula (1) represents an event (THEN information) that “the liquid changes to a gas” when the IF information is satisfied.
The information processing apparatus using such an inference rule infers that the THEN information set for the IF information is generated when the input context information satisfies the IF information.
 このような情報処理装置は、例えば、ある装置の設計において、重要な過去の事例や不具合事例等の事例情報と、そのような事例が起こりうる条件とを、推論ルールとしてあらかじめ保持しておく。そして、情報処理装置は、その装置の設計文書データからコンテキスト情報を抽出し、抽出したコンテキスト情報に推論ルールを適用する。この場合、情報処理装置は、そのような設計文書データに基づく設計により起こりうる不具合事例や、該設計に関連する重要な過去の事例等を、推論結果として提示することができる。その結果、情報処理装置は、設計文書データの内容をチェックするユーザの作業を支援することができる。 For example, such an information processing apparatus holds in advance, as inference rules, case information such as important past cases and defect cases and the conditions under which such cases may occur in the design of a certain device. Then, the information processing apparatus extracts context information from the design document data of the apparatus, and applies an inference rule to the extracted context information. In this case, the information processing apparatus can present, as an inference result, failure cases that may occur due to the design based on such design document data, important past cases related to the design, and the like. As a result, the information processing apparatus can support the user's work of checking the contents of the design document data.
 ところで、このような情報処理装置において、入力されたコンテキスト情報の表現と、保持されている推論ルールのIF情報において用いられる表現とが、類似しているがわずかに異なる場合がある。このような場合、情報処理装置は、入力されたコンテキスト情報に対して、そのような推論ルールを適用しない。その結果、情報処理装置は、コンテキスト情報が取り出された元の推論対象に本来関連する深い知識の全てを、推論結果として提示できないことがある。 By the way, in such an information processing apparatus, the expression of the input context information and the expression used in the IF information of the held inference rule may be similar but slightly different. In such a case, the information processing apparatus does not apply such an inference rule to the input context information. As a result, the information processing apparatus may not be able to present all deep knowledge inherently related to the original inference target from which the context information is extracted as an inference result.
 たとえば、ある部品に関する知識を推論して提示する情報処理装置が、「IF 部品種別=バイパスコンデンサ」というIF情報を有する推論ルールと、その推論ルールのTHEN情報に関係する知識とを保持しているとする。このとき、「部品種別=コンデンサ」というコンテキスト情報が入力されたことを想定する。この場合、この部品は、「バイパスコンデンサ」である可能性がある。ところが、この情報処理装置は、この部品がバイパスコンデンサであるか否かを演繹推論によって判断できない。したがって、この情報処理装置は、「IF 部品種別=バイパスコンデンサ」というIF情報を有する推論ルールを、このコンテキスト情報に適用しない。その結果、この情報処理装置は、この部品がバイパスコンデンサである可能性があるにも関わらず、この推論ルールに関係する知識を提示することができない。このように、この情報処理装置は、コンテキスト情報が取り出された元の推論対象に関連の深い知識の全てを、推論結果として提示できない。 For example, an information processing device that infers and presents knowledge about a part holds an inference rule having IF information “IF part type = bypass capacitor” and knowledge related to the THEN information of the inference rule. And At this time, it is assumed that context information “component type = capacitor” is input. In this case, this component may be a “bypass capacitor”. However, this information processing apparatus cannot determine whether or not this component is a bypass capacitor by deductive reasoning. Therefore, this information processing apparatus does not apply the inference rule having the IF information “IF component type = bypass capacitor” to this context information. As a result, the information processing apparatus cannot present knowledge related to the inference rule even though the component may be a bypass capacitor. Thus, this information processing apparatus cannot present all of the knowledge deeply related to the original inference object from which the context information is extracted as an inference result.
 このような問題を解決する関連技術として、オントロジ情報を用いて、入力されたコンテキスト情報を拡張するものがある(例えば、特許文献1参照)。ここで、オントロジ情報とは、対象分野における各種の概念を表す情報と、概念間の関係性を表す情報とを含む情報である。 As a related technique for solving such a problem, there is a technique for extending input context information using ontology information (see, for example, Patent Document 1). Here, ontology information is information including information representing various concepts in a target field and information representing relationships between concepts.
 この特許文献1に記載された情報処理装置は、設計事例データベースに保存されている個別知識間の類似度を、オントロジ情報を用いた距離算出手法により求める。そして、この情報処理装置は、算出した類似度に従って、ある個別知識に対して類似する他の個別知識を推論する。具体的には、この情報処理装置は、対象分野におけるコンテキスト情報を階層的に表したオントロジ情報を有している。そして、この情報処理装置は、ある個別知識に含まれるコンテキスト情報と、他の個別知識に含まれるコンテキスト情報との距離を、オントロジ情報の階層構造におけるコンテキスト情報間の接続数に基づいて算出する。すなわち、この情報処理装置は、コンテキスト情報間の接続数が多いほど距離が遠く、それらのコンテキスト情報を含む個別知識間の類似度が低いと算出する。 The information processing apparatus described in Patent Document 1 obtains a similarity between individual knowledge stored in a design case database by a distance calculation method using ontology information. And this information processing apparatus infers other individual knowledge similar to a certain individual knowledge according to the calculated similarity. Specifically, this information processing apparatus has ontology information that hierarchically represents context information in the target field. Then, this information processing apparatus calculates the distance between the context information included in certain individual knowledge and the context information included in other individual knowledge based on the number of connections between the context information in the hierarchical structure of ontology information. That is, this information processing apparatus calculates that the distance is longer as the number of connections between the context information is larger, and the similarity between the individual knowledge including the context information is lower.
 また、特許文献1に記載された情報処理装置のように、オントロジ情報に基づいて、入力されたコンテキスト情報を、類似する他のコンテキスト情報に拡張するものがある(例えば、特許文献2参照)。この特許文献2に記載された情報処理装置は、オントロジ情報の階層構造を構成するノードのうち、汎用的な概念を表すものにストップマークを設定しておく。そして、この情報処理装置は、入力されたコンテキスト情報をオントロジ情報に基づいて拡張する際に、ストップマークが設定されたノードを上位検索の終点とする。 Also, there is an information processing device described in Patent Document 1 that expands input context information to other similar context information based on ontology information (see, for example, Patent Document 2). The information processing apparatus described in Patent Document 2 sets a stop mark on a node representing a general concept among nodes constituting a hierarchical structure of ontology information. When this information processing apparatus expands the input context information based on ontology information, the node set with the stop mark is set as the end point of the upper search.
特開平11-161496号公報JP-A-11-161696 特開2009-80675号公報JP 2009-80675 A
 しかしながら、特許文献1に記載された情報処理装置は、ある個別知識に関連する他の個別知識をより多く提示することができるが、以下の問題がある。 However, the information processing apparatus described in Patent Document 1 can present more individual knowledge related to a certain individual knowledge, but has the following problems.
 この情報処理装置は、オントロジ情報の階層構造におけるコンテキスト情報間の距離に基づいて、個別知識間の類似度を算出する。このため、この情報処理装置は、ある個別知識に含まれるコンテキスト情報に距離が近いコンテキスト情報を含む他の個別知識を提示することができる。ここで、ある個別知識に本来関連する他の個別知識をより多く提示するためには、ある個別知識に含まれるコンテキスト情報を、より遠い距離までの範囲に含まれるコンテキスト情報に拡張する必要がある。 This information processing apparatus calculates the similarity between individual knowledge based on the distance between context information in the hierarchical structure of ontology information. For this reason, this information processing apparatus can present other individual knowledge including context information whose distance is close to the context information included in a certain individual knowledge. Here, in order to present more individual knowledge inherently related to an individual knowledge, it is necessary to expand the context information included in the individual knowledge to context information included in a range up to a far distance. .
 例えば、特許文献1には、図24に示すオントロジ情報に基づいて、コンテキスト情報「浴槽」を、他のコンテキスト情報に拡張する例が記載されている。この場合、この情報処理装置は、コンテキスト情報「浴槽」を、図24において接続数3の距離までのコンテキスト情報に拡張する。すると、例えば、「桶」というコンテキスト情報が得られる。「桶」というコンテキスト情報は、「浴槽」というコンテキスト情報が取り出された元の個別知識に対して関連性が高いと考えられる。しかしながら、この情報処理装置は、「浴槽」というコンテキスト情報を、「桶」だけでなく、接続数3の距離までの他の「排水トラップ」、「給湯設備」などにまで拡張してしまう。これらのコンテキスト情報の多くは、元の個別知識に対して関連性が無いか低い可能性がある。その結果、この情報処理装置は、コンテキスト情報「浴槽」が取り出された元の個別知識に関連性の高い「桶」を含んだ個別知識を推論結果として提示できるものの、関連性が無いまたは低い「排水トラップ」や「給湯設備」を含む個別知識までも推論結果として提示してしまう。 For example, Patent Document 1 describes an example in which the context information “tub” is extended to other context information based on ontology information shown in FIG. In this case, this information processing apparatus expands the context information “tub” to context information up to a distance of 3 connections in FIG. Then, for example, context information “桶” is obtained. It is considered that the context information “関 連” is highly related to the original individual knowledge from which the context information “tub” is extracted. However, this information processing apparatus extends the context information “tub” to not only “桶” but also other “drainage traps”, “hot water supply facilities”, etc. up to a distance of 3 connections. Much of this context information may be unrelated or low with respect to the original individual knowledge. As a result, although this information processing apparatus can present individual knowledge including “桶” that is highly relevant to the original individual knowledge from which the context information “tub” is extracted, as an inference result, there is no or low relevance “ Individual knowledge including “drainage trap” and “hot water supply equipment” is also presented as inference results.
 このように、特許文献1に記載された情報処理装置は、推論対象から収集されたコンテキスト情報を、推論対象に関連性の高い他のコンテキスト情報に拡張するために、関連性の無いまたは低い他のコンテキスト情報にまで拡張してしまうという問題があった。 As described above, the information processing apparatus described in Patent Document 1 is configured so that the context information collected from the inference target is expanded to other context information that is highly relevant to the inference target. There was a problem of extending to the context information.
 また、特許文献2に記載された情報処理装置は、入力されたコンテキスト情報を、他の不適切なコンテキスト情報に拡張することを抑制することができるが、以下の問題がある。 Further, the information processing apparatus described in Patent Document 2 can suppress the input context information from being expanded to other inappropriate context information, but has the following problems.
 この情報処理装置は、ストップマークを設定したノードを、オントロジ情報における上位検索の終点とする。したがって、この情報処理装置は、入力されたコンテキスト情報を、関連性が高くない上位概念に拡張することを抑制することはできる。しかしながら、オントロジ情報の階層構造において、入力されたコンテキスト情報に対して、その同階層や下位階層の概念の関連性が高くない場合もある。このような場合、この情報処理装置は、そのような関連性が高くないノードの上位概念のノードにストップマークを設定しないと、関連性が高くないコンテキスト情報への拡張を抑制することができない。例えば、特許文献2に記載された情報処理装置が、図24のオントロジ情報において、コンテキスト情報「浴槽」を「排水トラップ」や「給湯設備」に拡張しないためには、「設備」にストップマークを設定する必要がある。しかしながら、「設備」にストップマークを設定しておくと、この情報処理装置は、コンテキスト情報「浴槽」を、関連性が高い「桶」に拡張することができない。 This information processing apparatus uses the node for which the stop mark is set as the end point of the upper search in the ontology information. Therefore, this information processing apparatus can suppress the input context information from being expanded to a superordinate concept that is not highly relevant. However, in the hierarchical structure of ontology information, the relevance of the concept of the same hierarchy or lower hierarchy may not be high with respect to the input context information. In such a case, this information processing apparatus cannot suppress expansion to context information that does not have high relevance unless a stop mark is set in a node that is a superordinate concept of such a node that does not have high relevance. For example, in the ontology information shown in FIG. 24, the information processing apparatus described in Patent Document 2 does not expand the context information “tub” to “drainage trap” or “hot water supply equipment”. Must be set. However, if a stop mark is set for “facility”, the information processing apparatus cannot expand the context information “tub” to “桶” having high relevance.
 このように、特許文献2に記載された関連技術を、推論対象から収集されたコンテキスト情報を拡張する情報処理装置に適用しても、推論対象に関連性が無いまたは低い他のコンテキスト情報への拡張を抑制するためには、問題が生じた。その問題とは、関連性の高い他のコンテキスト情報への拡張まで抑制してしまうというものである。 As described above, even when the related technique described in Patent Document 2 is applied to an information processing apparatus that expands context information collected from an inference target, the inference object is not related to or low in other context information. There was a problem to suppress expansion. The problem is that the extension to other highly relevant context information is suppressed.
 本発明は、上述の課題を解決するためになされたもので、推論対象から収集されたコンテキスト情報を、推論対象に関連性の高い他のコンテキスト情報に拡張しながらも、関連性の無いまたは低い他のコンテキスト情報に拡張することを低減する技術を提供することを目的とする。 The present invention has been made in order to solve the above-described problem. The context information collected from the inference object is expanded to other context information highly relevant to the inference object, but is not relevant or low. An object of the present invention is to provide a technique for reducing expansion to other context information.
 本発明のコンテキスト処理装置は、対象分野における各概念を表すオントロジノード情報と、前記オントロジノード情報間の関係性を表す関係性情報とを含むオントロジ情報を記憶するオントロジ情報記憶手段と、前記オントロジノード情報間の関係性をたどる探索処理において、前記オントロジノード情報への探索を許可することを表すオントロジ探索ルール情報を記憶するオントロジ探索ルール情報記憶手段と、コンテキスト情報を取得するコンテキスト取得手段と、前記コンテキスト情報に相当する前記オントロジノード情報を含む前記オントロジ情報を参照することにより、該オントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により探索が許可されたオントロジノード情報を探索する探索処理を実行し、探索したオントロジノード情報について、前記オントロジ情報記憶手段および前記オントロジ探索ルール情報記憶手段を参照することにより前記探索処理を順次実行するとともに、探索した各オントロジノード情報を拡張コンテキストリストに追加するオントロジ情報探索手段と、前記拡張コンテキストリストを出力する拡張コンテキストリスト出力手段と、を備える。 The context processing apparatus of the present invention includes ontology information storage means for storing ontology information including ontology node information representing each concept in a target field and relationship information representing a relationship between the ontology node information, and the ontology node. In a search process that traces the relationship between information, ontology search rule information storage means for storing ontology search rule information indicating permission to search for the ontology node information, context acquisition means for acquiring context information, and By referring to the ontology information including the ontology node information corresponding to context information, a search is permitted by the ontology search rule information among other ontology node information having a relationship with the ontology node information. Ontology A search process for searching information is executed, and the searched ontology node information is sequentially executed by referring to the ontology information storage means and the ontology search rule information storage means, and each searched ontology node information is searched. Ontology information search means for adding to the extended context list, and extended context list output means for outputting the extended context list.
 また、本発明の情報処理装置は、上述のコンテキスト処理装置と、知識情報を記憶する知識情報記憶手段と、前記知識情報に関連する推論ルールを記憶する推論ルール記憶手段と、前記コンテキスト処理装置から出力される前記拡張コンテキストリストに含まれる各コンテキスト情報に対して前記推論ルールを適用することにより、適用した推論ルールに関連する前記知識情報を推論結果として得る推論手段と、前記推論結果を提示する推論結果提示手段と、を備える。 An information processing apparatus according to the present invention includes the above-described context processing apparatus, knowledge information storage means for storing knowledge information, inference rule storage means for storing an inference rule related to the knowledge information, and the context processing apparatus. An inference means for obtaining the knowledge information related to the applied inference rule as an inference result by applying the inference rule to each context information included in the extended context list to be output, and presenting the inference result Inference result presentation means.
 また、本発明のコンテキスト処理方法は、対象分野における各概念を表すオントロジノード情報と、前記オントロジノード情報間の関係性を表す関係性情報とを含むオントロジ情報を記憶しておき、前記オントロジノード情報間の関係性をたどる探索処理において、前記オントロジノード情報への探索を許可することを表すオントロジ探索ルール情報を記憶しておき、コンテキスト情報を取得すると、前記コンテキスト情報に相当する前記オントロジノード情報を含む前記オントロジ情報を参照することにより、該オントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により探索が許可されたオントロジノード情報を探索する探索処理を実行し、探索したオントロジノード情報について、前記オントロジ情報および前記オントロジ探索ルール情報を参照することにより前記探索処理を順次実行するとともに、探索した各オントロジノード情報を拡張コンテキストリストに追加し、前記拡張コンテキストリストを出力する。 The context processing method of the present invention stores ontology information including ontology node information representing each concept in a target field and relationship information representing a relationship between the ontology node information, and the ontology node information In the search process for tracing the relationship between the ontology node information, the ontology search rule information indicating that the search for the ontology node information is permitted is stored, and when the context information is acquired, the ontology node information corresponding to the context information is obtained. A search process for searching for ontology node information permitted to be searched by the ontology search rule information among other ontology node information having a relationship with the ontology node information by referring to the ontology information including Execute and search on ontology node information There are, along with sequentially executes the search processing by referring to the ontology information and the ontology search rule information, add each ontology node information of searching the extended context list, and outputs the extended context list.
 また、本発明のコンピュータ・プログラムは、対象分野における各概念を表すオントロジノード情報と、前記オントロジノード情報間の関係性を表す関係性情報とを含むオントロジ情報を記憶するオントロジ情報記憶部と、前記オントロジノード情報間の関係性をたどる探索処理において、前記オントロジノード情報への探索を許可することを表すオントロジ探索ルール情報を記憶するオントロジ探索ルール情報記憶部とを用いて、コンテキスト情報を取得するコンテキスト情報取得ステップと、前記コンテキスト情報に相当する前記オントロジノード情報を含む前記オントロジ情報を参照することにより、該オントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により探索が許可されたオントロジノード情報を探索する探索処理を実行し、探索したオントロジノード情報について、前記オントロジ情報記憶部および前記オントロジ探索ルール情報記憶部を参照することにより前記探索処理を順次実行するとともに、探索した各オントロジノード情報を拡張コンテキストリストに追加するオントロジ情報探索ステップと、前記拡張コンテキストリストを出力する拡張コンテキストリスト出力ステップと、をコンピュータ装置に実行させる。 The computer program of the present invention includes ontology information storage unit that stores ontology information including ontology node information representing each concept in a target field and relationship information representing a relationship between the ontology node information; and Context in which context information is acquired using an ontology search rule information storage unit that stores ontology search rule information that represents permitting a search for ontology node information in a search process that traces the relationship between ontology node information Among the other ontology node information having a relationship with the ontology node information by referring to the ontology information including the ontology node information corresponding to the context information, the ontology search rule Search allowed by information A search process for searching for the ontology node information that has been performed, and for the searched ontology node information, the search process is sequentially executed and searched by referring to the ontology information storage unit and the ontology search rule information storage unit An ontology information search step of adding each ontology node information to the extended context list and an extended context list output step of outputting the extended context list are caused to be executed by a computer device.
 本発明は、推論処理の対象から収集されたコンテキスト情報を、推論対象に関連性の高い他のコンテキスト情報に拡張しながらも、関連性の無いまたは低い他のコンテキスト情報に拡張することを低減する技術を提供することができる。 The present invention reduces the expansion of context information collected from the target of inference processing to other context information that is highly relevant to the inference target, but is not relevant or low. Technology can be provided.
本発明の第1の実施の形態としてのコンテキスト処理装置の機能ブロック図である。It is a functional block diagram of the context processing apparatus as the first embodiment of the present invention. 本発明の第1の実施の形態としてのコンテキスト処理装置の動作を説明するフローチャートである。It is a flowchart explaining operation | movement of the context processing apparatus as the 1st Embodiment of this invention. 本発明の第1の実施の形態としてのコンテキスト処理装置のコンテキスト拡張処理の詳細を説明するフローチャートである。It is a flowchart explaining the detail of the context expansion process of the context processing apparatus as the 1st Embodiment of this invention. 本発明の第2の実施の形態としてのコンテキスト処理装置の機能ブロック図である。It is a functional block diagram of the context processing apparatus as the 2nd Embodiment of this invention. 本発明の第2の実施の形態におけるオントロジ情報記憶部に記憶される情報の一例を説明する図である。It is a figure explaining an example of the information memorized by ontology information storage part in a 2nd embodiment of the present invention. 本発明の第2の実施の形態におけるオントロジ探索ルール情報記憶部に記憶される情報の一例を説明する図である。It is a figure explaining an example of the information memorized by ontology search rule information storage part in a 2nd embodiment of the present invention. 本発明の第2の実施の形態としてのコンテキスト処理装置のコンテキスト拡張処理の詳細を説明するフローチャートである。It is a flowchart explaining the detail of the context expansion process of the context processing apparatus as the 2nd Embodiment of this invention. 本発明の第3の実施の形態としてのコンテキスト処理装置の機能ブロック図である。It is a functional block diagram of the context processing apparatus as the 3rd Embodiment of this invention. 本発明の第3の実施の形態におけるコンテキスト取得可否情報記憶部に記憶される情報の一例を説明する図である。It is a figure explaining an example of the information memorize | stored in the context acquisition availability information storage part in the 3rd Embodiment of this invention. 本発明の第3の実施の形態としてのコンテキスト処理装置がオントロジ探索ルール情報を生成する動作を説明するフローチャートである。It is a flowchart explaining the operation | movement which the ontology search rule information produces | generates by the context processing apparatus as the 3rd Embodiment of this invention. 本発明の第3の実施の形態としてのコンテキスト処理装置のオントロジ探索ルール情報生成処理の詳細を説明するフローチャートである。It is a flowchart explaining the detail of the ontology search rule information generation process of the context processing apparatus as the 3rd Embodiment of this invention. 本発明の第4の実施の形態としてのコンテキスト処理装置の機能ブロック図である。It is a functional block diagram of the context processing apparatus as the 4th Embodiment of this invention. 本発明の第4の実施の形態におけるコンテキスト取得可否情報記憶部に記憶される情報の一例を説明する図である。It is a figure explaining an example of the information memorized by the context acquisition possibility information storage part in a 4th embodiment of the present invention. 本発明の第4の実施の形態としてのコンテキスト処理装置のオントロジ探索ルール情報生成処理の詳細を説明するフローチャートである。It is a flowchart explaining the detail of the ontology search rule information generation process of the context processing apparatus as the 4th Embodiment of this invention. 本発明の第5の実施の形態としてのコンテキスト処理装置の機能ブロック図である。It is a functional block diagram of the context processing apparatus as the 5th Embodiment of this invention. 本発明の第5の実施の形態におけるコンテキスト取得可否情報記憶部に記憶される情報の一例を説明する図である。It is a figure explaining an example of the information memorize | stored in the context acquisition availability information storage part in the 5th Embodiment of this invention. 本発明の第5の実施の形態におけるオントロジ探索ルール情報記憶部に記憶される情報の一例を説明する図である。It is a figure explaining an example of the information memorized by ontology search rule information storage part in a 5th embodiment of the present invention. 本発明の第5の実施の形態としてのコンテキスト処理装置のオントロジ探索ルール情報生成処理の詳細を説明するフローチャートである。It is a flowchart explaining the detail of the ontology search rule information generation process of the context processing apparatus as the 5th Embodiment of this invention. 本発明の第6の実施の形態としての情報処理システムの構成を示すブロック図である。It is a block diagram which shows the structure of the information processing system as the 6th Embodiment of this invention. 本発明の第6の実施の形態としての情報処理システムを構成する各装置の機能ブロック図である。It is a functional block diagram of each apparatus which comprises the information processing system as the 6th Embodiment of this invention. 本発明の第6の実施の形態における知識情報記憶部に記憶される情報の一例を説明する図である。It is a figure explaining an example of the information memorized by the knowledge information storage part in a 6th embodiment of the present invention. 本発明の第6の実施の形態における推論ルール記憶部に記憶される情報の一例を説明する図である。It is a figure explaining an example of the information memorized by an inference rule storage part in a 6th embodiment of the present invention. 本発明の第6の実施の形態としての情報処理システムの動作を説明するフローチャートである。It is a flowchart explaining operation | movement of the information processing system as the 6th Embodiment of this invention. 関連技術で用いられるオントロジ情報の一例を示す図である。It is a figure which shows an example of ontology information used by related technology.
 以下、本発明の実施の形態について、図面を参照して詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
 (第1の実施の形態)
 本発明の第1の実施の形態としてのコンテキスト処理装置1の機能ブロック構成を図1に示す。図1において、コンテキスト処理装置1は、オントロジ情報記憶部11と、オントロジ探索ルール情報記憶部12と、コンテキスト取得部13と、オントロジ情報探索部14と、拡張コンテキストリスト出力部15とを備える。ここで、コンテキスト処理装置1は、CPU(Central Processing Unit)と、RAM(Random Access Memory)と、ROM(Read Only Memory)と、ハードディスク等の記憶装置とを備えたコンピュータ装置によって構成されている。また、オントロジ情報記憶部11と、オントロジ探索ルール情報記憶部12とは、記憶装置によって構成される。また、コンテキスト取得部13と、オントロジ情報探索部14と、拡張コンテキストリスト出力部15とは、ROMまたは記憶装置に記憶されたコンピュータ・プログラムをRAMに読み込んで実行するCPUによって構成される。なお、コンテキスト処理装置1の各機能ブロックを構成するハードウェア構成は、上述の構成に限定されない。
(First embodiment)
FIG. 1 shows a functional block configuration of the context processing apparatus 1 as the first embodiment of the present invention. In FIG. 1, the context processing apparatus 1 includes an ontology information storage unit 11, an ontology search rule information storage unit 12, a context acquisition unit 13, an ontology information search unit 14, and an extended context list output unit 15. Here, the context processing device 1 is configured by a computer device including a CPU (Central Processing Unit), a RAM (Random Access Memory), a ROM (Read Only Memory), and a storage device such as a hard disk. The ontology information storage unit 11 and the ontology search rule information storage unit 12 are configured by a storage device. The context acquisition unit 13, the ontology information search unit 14, and the extended context list output unit 15 are configured by a CPU that reads a computer program stored in a ROM or a storage device into the RAM and executes it. Note that the hardware configuration of each functional block of the context processing device 1 is not limited to the above configuration.
 オントロジ情報記憶部11は、1つ以上のオントロジ情報を記憶する。オントロジ情報は、対象分野における各概念を表すオントロジノード情報と、オントロジノード情報間の関係性を表す関係性情報とを含む情報である。例えば、オントロジ情報記憶部11は、関係性を有する2つのオントロジノード情報と、「関係性有り」を表す情報とを含むオントロジ情報を記憶してもよい。 The ontology information storage unit 11 stores one or more pieces of ontology information. The ontology information is information including ontology node information that represents each concept in the target field and relationship information that represents the relationship between the ontology node information. For example, the ontology information storage unit 11 may store ontology information including two ontology node information having a relationship and information indicating “relevant”.
 オントロジ探索ルール情報記憶部12は、1つ以上のオントロジ探索ルール情報を記憶する。オントロジ探索ルール情報は、オントロジノード情報間の関係性をたどる探索処理において、そのオントロジノード情報への探索を許可することを表す情報である。例えば、あるオントロジノード情報Xに関するオントロジ探索ルール情報は、オントロジノード情報Xの探索を許可することを表している。ここで、その探索は、オントロジノード情報Xとの関係性を有する他のオントロジノード情報から、その関係性をたどってゆくものである。 The ontology search rule information storage unit 12 stores one or more ontology search rule information. The ontology search rule information is information indicating that the search for the ontology node information is permitted in the search process for tracing the relationship between the ontology node information. For example, ontology search rule information related to certain ontology node information X represents permitting a search for ontology node information X. Here, the search follows the relationship from other ontology node information having a relationship with ontology node information X.
 コンテキスト取得部13は、外部からコンテキスト情報を取得する。コンテキスト情報とは、推論処理の対象から収集される情報である。例えば、コンテキスト情報は、文書データに含まれる文字情報や画像情報、センサ機器から出力される測定データ、または、装置やアプリケーションソフトウェアに対する操作ログデータ等であってもよい。 The context acquisition unit 13 acquires context information from the outside. The context information is information collected from the inference processing target. For example, the context information may be character information or image information included in document data, measurement data output from a sensor device, operation log data for an apparatus or application software, or the like.
 オントロジ情報探索部14は、コンテキスト取得部13によって取得されたコンテキスト情報に相当するオントロジノード情報から関係性をたどる探索処理を行う。また、オントロジ情報探索部14は、探索した各オントロジノード情報を、拡張コンテキストリストに追加する。この拡張コンテキストリストには、少なくともコンテキスト取得部13によって取得されたコンテキスト情報が含まれている。このとき、オントロジ情報探索部14は、該当するオントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、オントロジ探索ルール情報により探索が許可されたオントロジノード情報を探索する。以降、該当するオントロジノード情報を、探索元のオントロジノード情報とも記載する。また、探索元のオントロジノード情報との間に関係性を有する他のオントロジノード情報を、探索先のオントロジノード情報とも記載する。つまり、オントロジ情報探索部14は、探索元のオントロジノード情報から探索先のオントロジノード情報に対する探索がオントロジ探索ルール情報により許可されている場合、探索先のオントロジノード情報を拡張コンテキストリストに追加する。そして、オントロジ情報探索部14は、拡張コンテキストリストに追加したオントロジノード情報を探索元として、さらに探索処理を実行する。 The ontology information search unit 14 performs a search process for tracing the relationship from ontology node information corresponding to the context information acquired by the context acquisition unit 13. Further, the ontology information search unit 14 adds each searched ontology node information to the extended context list. The extended context list includes at least context information acquired by the context acquisition unit 13. At this time, the ontology information search unit 14 searches for ontology node information permitted to be searched by the ontology search rule information, among other ontology node information having a relationship with the corresponding ontology node information. Hereinafter, the corresponding ontology node information is also referred to as search source ontology node information. Further, other ontology node information having a relationship with the search-source ontology node information is also referred to as search-destination ontology node information. That is, the ontology information search unit 14 adds the search destination ontology node information to the extended context list when the search from the ontology node information of the search source to the ontology node information of the search destination is permitted by the ontology search rule information. Then, the ontology information search unit 14 further executes a search process using the ontology node information added to the extended context list as a search source.
 拡張コンテキストリスト出力部15は、拡張コンテキストリストを出力する。 The extended context list output unit 15 outputs an extended context list.
 以上のように構成されたコンテキスト処理装置1の動作について、図2~図3を参照して説明する。 The operation of the context processing apparatus 1 configured as described above will be described with reference to FIGS.
 図2では、まず、コンテキスト取得部13は、コンテキスト情報を取得する(ステップS1)。 In FIG. 2, first, the context acquisition unit 13 acquires context information (step S1).
 次に、オントロジ情報探索部14は、ステップS1で取得されたコンテキスト情報に相当するオントロジノード情報を探索元として、コンテキスト拡張処理を実行する(ステップS2)。このステップの詳細は後述する。 Next, the ontology information search unit 14 executes the context extension process using the ontology node information corresponding to the context information acquired in step S1 as a search source (step S2). Details of this step will be described later.
 次に、拡張コンテキスト出力部15は、ステップS2で生成された拡張コンテキストリストを出力する(ステップS3)。 Next, the extended context output unit 15 outputs the extended context list generated in step S2 (step S3).
 以上で、コンテキスト処理装置1は、動作を終了する。 Thus, the context processing device 1 ends the operation.
 次に、ステップS2におけるコンテキスト拡張処理の詳細を図3に示す。 Next, FIG. 3 shows details of the context extension processing in step S2.
 ここでは、まず、オントロジ情報探索部14は、探索元のオントロジノード情報を含むオントロジ情報を、オントロジ情報記憶部11から検索する(ステップS11)。 Here, first, the ontology information search unit 14 searches the ontology information storage unit 11 for ontology information including search source ontology node information (step S11).
 ここで、検索結果がある場合(ステップS12でYes)、オントロジ情報探索部14は、検索した各オントロジ情報について、以下のステップS13~S16を実行する。 Here, if there is a search result (Yes in step S12), the ontology information search unit 14 executes the following steps S13 to S16 for each searched ontology information.
 ここでは、まず、オントロジ情報探索部14は、探索元のオントロジノード情報との関係性を有する探索先のオントロジノード情報を、このオントロジ情報から取得する(ステップS13)。 Here, first, the ontology information search unit 14 obtains search destination ontology node information having a relationship with the search source ontology node information from the ontology information (step S13).
 次に、オントロジ情報探索部14は、ステップS13で得られた探索先のオントロジノード情報への探索を許可するオントロジ探索ルール情報が、オントロジ探索ルール情報記憶部12に記憶されているか否かを判断する(ステップS14)。 Next, the ontology information search unit 14 determines whether or not the ontology search rule information that permits the search to the ontology node information of the search destination obtained in step S13 is stored in the ontology search rule information storage unit 12. (Step S14).
 ここで、該当するオントロジ探索ルール情報が記憶されていると判断した場合、オントロジ情報探索部14は、ステップS13で得られた探索先のオントロジノード情報を、拡張コンテキストリストに追加する(ステップS15)。なお、初期状態の拡張コンテキストリストには、コンテキスト取得部13によって取得されたコンテキスト情報が含まれているものとする。 If it is determined that the corresponding ontology search rule information is stored, the ontology information search unit 14 adds the search destination ontology node information obtained in step S13 to the extended context list (step S15). . It is assumed that the context information acquired by the context acquisition unit 13 is included in the extended context list in the initial state.
 次に、オントロジ情報探索部14は、ステップS15で拡張コンテキストリストに追加した探索先のオントロジノード情報を新たな探索元として、ステップS11からのコンテキスト拡張処理を再帰的に実行する(ステップS16)。 Next, the ontology information search unit 14 recursively executes the context extension processing from step S11 using the ontology node information of the search destination added to the extension context list in step S15 as a new search source (step S16).
 次に、オントロジ情報探索部14は、ステップS11で検索した次のオントロジ情報について、ステップS13からの処理を実行する。 Next, the ontology information search unit 14 executes the processing from step S13 for the next ontology information searched in step S11.
 一方、ステップS14において、該当するオントロジ探索ルール情報が記憶されていないと判断した場合、オントロジ情報探索部14は、このオントロジ情報に関する処理を終了し、ステップS11で検索した次のオントロジ情報について、ステップS13からの処理を実行する。 On the other hand, if it is determined in step S14 that the corresponding ontology search rule information is not stored, the ontology information search unit 14 ends the processing related to the ontology information, and the next ontology information searched in step S11 is processed as a step. The process from S13 is executed.
 また、ステップS11において、探索元のオントロジノード情報を含むオントロジ情報が検索されなかった場合(ステップS12でNo)、コンテキスト処理装置1は、コンテキスト拡張処理を終了する。 If the ontology information including the search source ontology node information is not searched in step S11 (No in step S12), the context processing device 1 ends the context extension process.
 次に、本発明の第1の実施の形態の効果について述べる。 Next, the effect of the first embodiment of the present invention will be described.
 本発明の第1の実施の形態としてのコンテキスト処理装置は、推論処理の対象から収集されたコンテキスト情報を、推論対象に関連性の高い他のコンテキスト情報に拡張しながらも、関連性の無いまたは低い他のコンテキスト情報に拡張することを低減することができる。 The context processing apparatus according to the first embodiment of the present invention is not related to while expanding the context information collected from the inference processing target to other context information highly related to the inference target, or Extension to other low context information can be reduced.
 その理由は、オントロジ情報探索部が、与えられたコンテキスト情報に相当するオントロジノード情報との関係性を有する他のオントロジノード情報のうち、オントロジ探索ルール情報によって探索が許可されたオントロジノード情報を拡張コンテキストリストに追加するからである。ここで、オントロジノード情報間の関係性を表す情報は、オントロジ情報記憶部が、記憶しておく。また、オントロジーノード情報への探索を許可することを表すオントロジ探索ルール情報は、オントロジ探索ルール情報記憶部が、記憶しておく。そして、オントロジ情報探索部が、拡張コンテキストリストに追加したオントロジノード情報から、さらにオントロジ探索ルール情報に基づく探索を行うからである。これにより、本実施の形態としてのコンテキスト処理装置は、入力されたコンテキスト情報に相当するオントロジノード情報との関係性を有するオントロジノード情報に探索を進めながらも、オントロジ探索ルール情報により探索が許可されていないオントロジノード情報に対しては探索を進めないことになる。その結果、本実施の形態としてのコンテキスト処理装置は、推論対象から収集されたコンテキスト情報を、推論対象に対して関連性の低いまたは関連性の無いコンテキスト情報に拡張することがない。 The reason is that the ontology information search unit expands the ontology node information permitted to be searched by the ontology search rule information, among other ontology node information having a relationship with the ontology node information corresponding to the given context information. This is because it is added to the context list. Here, the ontology information storage unit stores information representing the relationship between the ontology node information. Also, ontology search rule information storage unit stores ontology search rule information indicating that a search for ontology node information is permitted. This is because the ontology information search unit performs a search based on the ontology search rule information from the ontology node information added to the extended context list. As a result, the context processing apparatus according to the present embodiment is allowed to search by ontology search rule information while advancing the search to ontology node information having a relationship with ontology node information corresponding to the input context information. The search will not proceed for ontology node information that is not yet available. As a result, the context processing apparatus according to the present embodiment does not expand the context information collected from the inference target to context information that is low or unrelated to the inference target.
 (第2の実施の形態)
 次に、本発明の第2の実施の形態について図面を参照して詳細に説明する。なお、本実施の形態の説明において参照する各図面において、本発明の第1の実施の形態と同一の構成および同様に動作するステップには同一の符号を付して本実施の形態における詳細な説明を省略する。
(Second Embodiment)
Next, a second embodiment of the present invention will be described in detail with reference to the drawings. Note that, in each drawing referred to in the description of the present embodiment, the same reference numerals are given to the same configuration and steps that operate in the same manner as in the first embodiment of the present invention, and the detailed description in the present embodiment. Description is omitted.
 まず、本発明の第2の実施の形態としてのコンテキスト処理装置2の機能ブロック構成を図4に示す。図4において、コンテキスト処理装置2は、本発明の第1の実施の形態としてのコンテキスト処理装置1に対して、オントロジ情報記憶部11に替えてオントロジ情報記憶部21と、オントロジ探索ルール情報記憶部12に替えてオントロジ探索ルール情報記憶部22と、オントロジ情報探索部14に替えてオントロジ情報探索部24とを備える点が異なる。 First, FIG. 4 shows a functional block configuration of the context processing device 2 as the second embodiment of the present invention. 4, the context processing device 2 is different from the ontology information storage unit 11 in the ontology information storage unit 21 and the ontology search rule information storage unit with respect to the context processing device 1 as the first embodiment of the present invention. The difference is that the ontology search rule information storage unit 22 is replaced with 12 and the ontology information search unit 24 is replaced with the ontology information search unit 14.
 オントロジ情報記憶部21は、本発明の第1の実施の形態におけるオントロジ情報に、オントロジノード情報間の関係性情報として、方向性を有する関係性情報を含んで記憶している。方向性を有する関係性情報とは、例えば、階層構造における「親子」や、因果関係構造における「因果」であってもよい。オントロジ情報記憶部21に記憶される情報の一例を図5に示す。図5において、各行が示すオントロジ情報は、2つのオントロジノード情報(XノードおよびYノード)と、関係性情報とを含む。この例では、オントロジ情報記憶部21は、少なくとも「親子」という関係性情報を含むオントロジ情報を記憶することにより、オントロジノード情報間の階層構造を表している。例えば、1行目のオントロジ情報は、「メモリ」が「揮発性メモリ」の親であることを表している。この例では、関係性情報が「親子」のオントロジ情報では、XノードがYノードの親であると規定されている。その他、オントロジ情報は、登録日時や、登録者のユーザIDを含んでいてもよい。 The ontology information storage unit 21 stores, in the ontology information according to the first embodiment of the present invention, relationship information having directionality as relationship information between ontology node information. The relationship information having directionality may be, for example, “parent and child” in a hierarchical structure or “causal” in a causal relationship structure. An example of information stored in the ontology information storage unit 21 is shown in FIG. In FIG. 5, ontology information indicated by each row includes two ontology node information (X node and Y node) and relationship information. In this example, the ontology information storage unit 21 represents the hierarchical structure between ontology node information by storing ontology information including at least relationship information “parent and child”. For example, the ontology information on the first line indicates that “memory” is the parent of “volatile memory”. In this example, the ontology information whose relationship information is “parent-child” specifies that the X node is the parent of the Y node. In addition, the ontology information may include a registration date and a user ID of the registrant.
 オントロジ探索ルール情報記憶部22は、本発明の第1の実施の形態におけるオントロジ探索ルール情報に、さらに、該当するオントロジノード情報への探索を行う際にたどることが許可された関係性の方向を表す情報を含んで記憶している。オントロジ探索ルール情報記憶部22に記憶される情報の一例を図6に示す。図6において、各行が示すオントロジ探索ルール情報は、オントロジノード情報と、探索ルート情報とを含む。ここで、探索ルート情報は、探索が許可された関係性の方向を表している。例えば、1行目の探索ルール情報は、メモリの子から、親であるメモリに対して、子から親をたどる方向での探索を許可することを表している。その他、オントロジ探索ルール情報は、探索可能なユーザのユーザIDを含んでいてもよい。 The ontology search rule information storage unit 22 further indicates the direction of the relationship that is permitted to be traced when searching for the ontology node information corresponding to the ontology search rule information according to the first embodiment of the present invention. Contains information to represent. An example of information stored in the ontology search rule information storage unit 22 is shown in FIG. In FIG. 6, ontology search rule information indicated by each row includes ontology node information and search route information. Here, the search route information represents the direction of the relationship in which the search is permitted. For example, the search rule information on the first line indicates that a search from the child of the memory to the parent memory is permitted in the direction from the child to the parent. In addition, ontology search rule information may include user IDs of searchable users.
 オントロジ情報探索部24は、探索元のオントロジノード情報との間に関係性を有する探索先のオントロジノード情報のうち、オントロジ探索ルール情報により該関係性の方向への探索が許可されたオントロジノード情報を探索する。オントロジ情報探索部24は、このような探索処理を、コンテキスト取得部13によって取得されたコンテキスト情報に相当するオントロジノード情報から開始する。そして、オントロジ情報探索部24は、探索したオントロジノード情報を拡張コンテキストリストに加え、加えたオントロジノード情報を探索元として、さらに同様に探索処理を続ける。また、オントロジ情報探索部24は、探索先が見つからなくなった時点で、探索処理を終了すればよい。 The ontology information search unit 24 includes ontology node information that is permitted to be searched in the direction of the relationship by the ontology search rule information among the ontology node information of the search destination having the relationship with the ontology node information of the search source. Explore. The ontology information search unit 24 starts such a search process from ontology node information corresponding to the context information acquired by the context acquisition unit 13. Then, the ontology information search unit 24 adds the searched ontology node information to the extended context list and continues the search process in the same manner using the added ontology node information as a search source. Moreover, the ontology information search part 24 should just complete | finish a search process, when a search destination is no longer found.
 具体的には、例えば、オントロジ情報探索部24は、コンテキスト取得部13によって取得されたコンテキスト情報に相当するオントロジノード情報を、XノードまたはYノードとして含んだオントロジ情報を検索する。そして、オントロジ情報探索部24は、検索したオントロジ情報において、該当するノードから他方のノードへの探索が許可されているか否かを、オントロジ探索ルール情報に基づいて判断すればよい。 Specifically, for example, the ontology information search unit 24 searches for ontology information including ontology node information corresponding to the context information acquired by the context acquisition unit 13 as an X node or a Y node. Then, the ontology information search unit 24 may determine whether search from the corresponding node to the other node is permitted in the searched ontology information based on the ontology search rule information.
 以上のように構成されたコンテキスト処理装置2の動作について、図面を参照して説明する。コンテキスト処理装置2は、図2を用いて説明した本発明の第1の実施の形態としてのコンテキスト処理装置1と略同様に動作するが、ステップS2におけるコンテキスト拡張処理の詳細が異なる。本実施の形態におけるコンテキスト拡張処理の詳細を、図7に示す。 The operation of the context processing device 2 configured as described above will be described with reference to the drawings. The context processing device 2 operates in substantially the same manner as the context processing device 1 as the first embodiment of the present invention described with reference to FIG. 2, but the details of the context extension processing in step S2 are different. Details of the context extension processing in the present embodiment are shown in FIG.
 図7では、まず、オントロジ情報探索部24は、探索元のオントロジノード情報を含むオントロジ情報を、オントロジ情報記憶部21から検索する(ステップS21)。 In FIG. 7, first, the ontology information search unit 24 searches the ontology information storage unit 21 for ontology information including search source ontology node information (step S21).
 ここで、検索結果がある場合(ステップS22でYes)、オントロジ情報探索部24は、検索した各オントロジ情報について、以下のステップS23~S27を実行する。 Here, when there is a search result (Yes in step S22), the ontology information search unit 24 executes the following steps S23 to S27 for each searched ontology information.
 ここでは、まず、オントロジ情報探索部24は、探索元のオントロジノード情報との関係性を有する探索先のオントロジノード情報を、このオントロジ情報から取得する(ステップS23)。 Here, first, the ontology information search unit 24 obtains search destination ontology node information having a relationship with the search source ontology node information from the ontology information (step S23).
 次に、オントロジ情報探索部24は、このオントロジ情報から、探索ルート情報を抽出する(ステップS24)。 Next, the ontology information search unit 24 extracts search route information from the ontology information (step S24).
 ここで、探索ルート情報とは、対象のオントロジ情報において、探索元のオントロジノード情報から探索先のオントロジノード情報への関係性の方向を表す情報である。例えば、探索元のオントロジノード情報「揮発性メモリ」を「Yノード」に含むオントロジ情報(図5の1行目)がステップS21で取得されている場合について説明する。この場合、探索元のオントロジノード情報「揮発性メモリ」はYノードであり、関係性情報は「親子」である。そこで、オントロジ情報探索部24は、探索元の「揮発性メモリ」(Yノード)から探索先の「メモリ」(Xノード)への探索ルート情報として、「子→親」を抽出する。 Here, the search route information is information representing the direction of the relationship from the search source ontology node information to the search destination ontology node information in the target ontology information. For example, a case will be described in which ontology information (first line in FIG. 5) including the search source ontology node information “volatile memory” in “Y node” is acquired in step S21. In this case, the search source ontology node information “volatile memory” is a Y node, and the relationship information is “parent-child”. Therefore, the ontology information search unit 24 extracts “child → parent” as search route information from the search source “volatile memory” (Y node) to the search destination “memory” (X node).
 次に、オントロジ情報探索部24は、探索先のオントロジノード情報に対して、ステップS24で抽出した探索ルート情報の方向への探索を許可するオントロジ探索ルール情報が、オントロジ探索ルール情報記憶部22にあるか否かを判断する(ステップS25)。 Next, the ontology information search unit 24 stores in the ontology search rule information storage unit 22 the ontology search rule information that permits the search in the direction of the search route information extracted in step S24 with respect to the ontology node information of the search destination. It is determined whether or not there is (step S25).
 例えば、図5の1行目のオントロジ情報が対象となっており、ステップS24で探索ルート情報として「子→親」を抽出している場合について説明する。この場合、オントロジ情報探索部24は、探索先の「メモリ」について、「子→親」の探索ルート情報を有する探索ルール情報が、オントロジ探索ルール情報記憶部22にあるか否かを判断すればよい。 For example, a case will be described in which ontology information on the first line in FIG. 5 is targeted and “child → parent” is extracted as search route information in step S24. In this case, if the ontology information search unit 24 determines whether or not the search rule information having the search route information of “child → parent” exists in the ontology search rule information storage unit 22 for the search target “memory”. Good.
 ステップS25において、該当するオントロジ探索ルール情報があると判断した場合、オントロジ情報探索部24は、拡張コンテキストリストに、探索先のオントロジノード情報を追加する(ステップS26)。具体的には、オントロジ情報探索部24は、該当するオントロジ探索ルール情報に含まれるオントロジノード情報を、コンテキスト情報として拡張コンテキストリストに追加すればよい。 If it is determined in step S25 that there is corresponding ontology search rule information, the ontology information search unit 24 adds search destination ontology node information to the extended context list (step S26). Specifically, the ontology information search unit 24 may add ontology node information included in the corresponding ontology search rule information to the extended context list as context information.
 次に、オントロジ情報探索部24は、ステップS26で拡張コンテキストリストに追加した探索先のオントロジノード情報を新たな探索元として、ステップS21からのコンテキスト拡張処理を再帰的に実行する(ステップS27)。 Next, the ontology information search unit 24 recursively executes the context extension processing from step S21 using the ontology node information of the search destination added to the extension context list in step S26 as a new search source (step S27).
 次に、オントロジ情報探索部24は、ステップS21で検索した次のオントロジ情報について、ステップS23からの処理を実行する。 Next, the ontology information search unit 24 executes the processing from step S23 for the next ontology information searched in step S21.
 一方、ステップS25において、該当するオントロジ探索ルール情報が記憶されていないと判断した場合、オントロジ情報探索部24は、このオントロジ情報に関する処理を終了し、ステップS21で検索した次のオントロジ情報について、ステップS23からの処理を実行する。 On the other hand, if it is determined in step S25 that the corresponding ontology search rule information is not stored, the ontology information search unit 24 ends the processing related to the ontology information, and the next ontology information searched in step S21 The process from S23 is executed.
 また、ステップS21において該当するオントロジノード情報を含むオントロジ情報が検索されなかった場合(ステップS22でNo)、コンテキスト処理装置2は、コンテキスト拡張処理を終了する。 If the ontology information including the corresponding ontology node information is not searched in step S21 (No in step S22), the context processing device 2 ends the context extension process.
 次に、このようなコンテキスト処理装置2の動作の具体例について説明する。ここでは、オントロジ情報記憶部21には、図5に示した情報が記憶され、オントロジ探索ルール情報記憶部22には、図6に示した情報が記憶されているものとして説明を行う。 Next, a specific example of the operation of the context processing apparatus 2 will be described. Here, description will be made on the assumption that the information shown in FIG. 5 is stored in the ontology information storage unit 21 and the information shown in FIG. 6 is stored in the ontology search rule information storage unit 22.
 まず、コンテキスト取得部13は、コンテキスト情報「DRAM」を取得したとする(ステップS1)。 First, it is assumed that the context acquisition unit 13 acquires the context information “DRAM” (step S1).
 すると、オントロジ情報探索部24は、オントロジノード情報「DRAM」(探索元)を、図5のオントロジ情報記憶部21の2行目(Yノード)、4行目(Xノード)、5行目(Xノード)にそれぞれ発見する(ステップS21)。 Then, the ontology information search unit 24 stores the ontology node information “DRAM” (search source) in the second row (Y node), the fourth row (X node), the fifth row ( X node) (step S21).
 そこで、オントロジ情報探索部24は、2行目、4行目、5行目のオントロジ情報について、それぞれステップS23~S27を実行する。 Therefore, the ontology information search unit 24 executes steps S23 to S27 for the ontology information on the second, fourth, and fifth lines, respectively.
 <4行目のオントロジ情報に関する処理>
 まず、4行目のオントロジ情報について、オントロジ情報探索部24は、Xノードに探索元を発見しているので、探索先としてYノード「SDRAM」を取得する(ステップS23)。
<Processing of ontology information on the 4th line>
First, for the ontology information in the fourth row, the ontology information search unit 24 has found the search source in the X node, and acquires the Y node “SDRAM” as the search destination (step S23).
 次に、探索元から探索先への探索ルート情報として、「親→子」を抽出する(ステップS24)。 Next, “parent → child” is extracted as search route information from the search source to the search destination (step S24).
 次に、オントロジ情報探索部24は、探索先の「SDRAM」に対するオントロジ探索ルール情報「SDRAM、親→子」が無いと判断する(ステップS25でNo)。 Next, the ontology information search unit 24 determines that there is no ontology search rule information “SDRAM, parent → child” for the search destination “SDRAM” (No in step S25).
 そこで、オントロジ情報探索部24は、4行目のオントロジ情報に関する処理を終了する。 Therefore, the ontology information search unit 24 finishes the processing related to the ontology information on the fourth line.
 <5行目のオントロジ情報に関する処理>
 同様に、5行目のオントロジ情報について、オントロジ情報探索部24は、Xノードに探索元を発見しているので、探索先としてYノード「DRAMモジュール」を取得する(ステップS23)。
<Process on ontology information on line 5>
Similarly, for the ontology information in the fifth row, the ontology information search unit 24 has found the search source in the X node, and acquires the Y node “DRAM module” as the search destination (step S23).
 次に、オントロジ情報探索部24は、探索元から探索先への探索ルート情報として、「親→子」を抽出する(ステップS24)。 Next, the ontology information search unit 24 extracts “parent → child” as search route information from the search source to the search destination (step S24).
 次に、オントロジ情報探索部24は、探索先の「DRAMモジュール」に対するオントロジ探索ルール情報「DRAMモジュール、親→子」が無いので(ステップS25でNo)、5行目のオントロジ情報に関する処理を終了する。 Next, since the ontology search rule information “DRAM module, parent → child” does not exist for the search destination “DRAM module” (No in step S25), the ontology information search unit 24 finishes the process related to the ontology information on the fifth line. To do.
 <2行目のオントロジ情報に関する処理>
 次に、2行目のオントロジ情報について、オントロジ情報探索部24は、Yノードに探索元を発見しているので、探索先としてXノード「揮発性メモリ」を取得する(ステップS23)。
<Processing of ontology information on the second line>
Next, for the ontology information in the second row, the ontology information search unit 24 has found the search source in the Y node, and acquires the X node “volatile memory” as the search destination (step S23).
 次に、オントロジ情報探索部24は、探索元から探索先への探索ルート情報として、「子→親」を抽出する(ステップS24)。 Next, the ontology information search unit 24 extracts “child → parent” as search route information from the search source to the search destination (step S24).
 次に、オントロジ情報探索部24は、探索先の「揮発性メモリ」に対するオントロジ探索ルール情報「揮発性メモリ、子→親」があると判断する(ステップS25でYes)。 Next, the ontology information search unit 24 determines that there is ontology search rule information “volatile memory, child → parent” for the search target “volatile memory” (Yes in step S25).
 そこで、オントロジ情報探索部24は、「揮発性メモリ」を拡張コンテキストリストに追加する(ステップS26)。 Therefore, the ontology information search unit 24 adds “volatile memory” to the extended context list (step S26).
 次に、オントロジ情報探索部24は、探索先の「揮発性メモリ」を新たな探索元として、さらにコンテキスト拡張処理を実行する。 Next, the ontology information search unit 24 further executes a context extension process using the search target “volatile memory” as a new search source.
 まず、オントロジ情報探索部24は、オントロジノード情報「揮発性メモリ」を、図5のオントロジ情報記憶部21の1行目(Yノード)、3行目(Xノード)にそれぞれ発見する(ステップS21)。 First, the ontology information search unit 24 finds ontology node information “volatile memory” in the first row (Y node) and the third row (X node) of the ontology information storage unit 21 in FIG. 5 (step S21). ).
 なお、2行目のXノードにも「揮発性メモリ」があるが、オントロジ情報探索部24は、2行目が既にたどってきたルートであると判断し、探索処理を進める対象から除外する。 Note that although the “volatile memory” is also present in the X node in the second row, the ontology information search unit 24 determines that the route has already been taken in the second row and excludes it from the target of the search process.
 そこで、オントロジ情報探索部24は、1行目、3行目のオントロジ情報について、それぞれステップS23~S27を実行する。 Therefore, the ontology information search unit 24 executes steps S23 to S27 for the ontology information in the first row and the third row, respectively.
 <1行目のオントロジ情報に関する処理>
 まず、オントロジ情報探索部24は、Yノードに探索元を発見しているので、探索先としてXノード「メモリ」を取得する(ステップS23)。
<Processing of ontology information on the first line>
First, since the ontology information search unit 24 has found a search source in the Y node, the ontology information search unit 24 acquires the X node “memory” as the search destination (step S23).
 次に、オントロジ情報探索部24は、探索元から探索先への探索ルート情報として、「子→親」を抽出する(ステップS24)。 Next, the ontology information search unit 24 extracts “child → parent” as search route information from the search source to the search destination (step S24).
 次に、オントロジ情報探索部24は、探索先の「メモリ」に対するオントロジ探索ルール情報「メモリ、子→親」があると判断する(ステップS25でYes)。 Next, the ontology information search unit 24 determines that there is ontology search rule information “memory, child → parent” for the search destination “memory” (Yes in step S25).
 そこで、オントロジ情報探索部24は、「メモリ」を拡張コンテキストリストに追加する(ステップS26)。 Therefore, the ontology information search unit 24 adds “memory” to the extended context list (step S26).
 次に、オントロジ情報探索部24は、探索先の「メモリ」を探索元として、さらにコンテキスト拡張処理を実行する。そして、オントロジ情報探索部24は、オントロジノード情報「メモリ」を、図5のオントロジ情報記憶部21の6行目(Yノード)に発見する(ステップS21)。しかし、オントロジ探索ルール情報「ルート、子→親」が無いので(ステップS25でNo)、オントロジ情報探索部24は、1行目のオントロジ情報に関する処理を終了する。 Next, the ontology information search unit 24 further executes context expansion processing using the search destination “memory” as a search source. Then, the ontology information search unit 24 finds the ontology node information “memory” in the sixth line (Y node) of the ontology information storage unit 21 in FIG. 5 (step S21). However, since there is no ontology search rule information “route, child → parent” (No in step S25), the ontology information search unit 24 ends the process related to the ontology information on the first line.
 <3行目のオントロジ情報に関する処理>
 まず、オントロジ情報探索部24は、Xノードに探索元を発見しているので、探索先としてYノード「SRAM」を取得する(ステップS23)。
<Processing of ontology information on the third line>
First, since the ontology information search unit 24 has found a search source in the X node, the ontology information search unit 24 acquires the Y node “SRAM” as the search destination (step S23).
 次に、オントロジ情報探索部24は、探索元から探索先への探索ルート情報として、「親→子」を抽出する(ステップS24)。 Next, the ontology information search unit 24 extracts “parent → child” as search route information from the search source to the search destination (step S24).
 次に、オントロジ情報探索部24は、探索先の「SRAM」に対するオントロジ探索ルール情報「SRAM、親→子」があると判断する(ステップS25でYes)。 Next, the ontology information search unit 24 determines that there is ontology search rule information “SRAM, parent → child” for the search destination “SRAM” (Yes in step S25).
 そこで、オントロジ情報探索部24は、「SRAM」を拡張コンテキストリストに追加する(ステップS26)。 Therefore, the ontology information search unit 24 adds “SRAM” to the extended context list (step S26).
 次に、オントロジ情報探索部24は、探索先の「SRAM」を探索元として、さらにコンテキスト拡張処理を実行するが、オントロジノード情報「SRAM」をこれ以上オントロジ情報記憶部21に発見できない(ステップS22でNo)。そこで、オントロジ情報探索部24は、3行目のオントロジ情報に関する処理を終了する。 Next, the ontology information search unit 24 further executes context expansion processing using the search destination “SRAM” as the search source, but cannot find the ontology node information “SRAM” in the ontology information storage unit 21 any more (step S22). No). Therefore, the ontology information search unit 24 ends the process related to the ontology information on the third line.
 次に、拡張コンテキストリスト出力部15は、「DRAM」、「揮発性メモリ」、「メモリ」、「SRAM」の4つのコンテキスト情報を含む拡張コンテキストリストを出力する(ステップS3)。 Next, the extended context list output unit 15 outputs an extended context list including four context information of “DRAM”, “volatile memory”, “memory”, and “SRAM” (step S3).
 このように、コンテキスト処理装置2は、入力されたコンテキスト情報「DRAM」を、「揮発性メモリ」、「メモリ」、「SRAM」のコンテキスト情報に拡張し、「SDRAM」、「DRAMモジュール」には拡張しない。 As described above, the context processing device 2 expands the input context information “DRAM” to the context information of “volatile memory”, “memory”, and “SRAM”, and the “SDRAM” and “DRAM module” Do not expand.
 以上で、コンテキスト処理装置2の動作の具体例の説明を終了する。 This completes the description of the specific example of the operation of the context processing device 2.
 なお、本実施の形態において、オントロジ情報記憶部21が、「親子」という種別の関係性情報を含むオントロジ情報を記憶する例を中心に説明した。その他、オントロジ情報記憶部21は、他の種別の関係性情報をオントロジ情報に含めて記憶してもよい。また、この場合、オントロジ探索ルール情報記憶部22は、他の種別の関係性情報を探索ルート情報として含むオントロジ探索ルール情報を、必要に応じて記憶すればよい。例えば、オントロジ情報記憶部21が、「Xノード:DRAM、Yノード:SRAM、関係性:兄弟」というオントロジ情報を記憶していることを想定する。この場合、オントロジ探索ルール情報記憶部22は、「オントロジノード情報:SRAM、探索ルート情報:兄弟」というオントロジ探索ルール情報を記憶していてもよい。そして、オントロジ情報探索部24は、探索の過程で「DRAM」というオントロジノード情報を探索元として得たとき、探索先としての「SRAM」に対して「兄弟」方向の探索が許可されているとして、「SRAM」を拡張コンテキストリストに加えてもよい。 In addition, in this Embodiment, it demonstrated centering on the example in which the ontology information storage part 21 memorize | stores ontology information including the relationship information of the type of "parent and child". In addition, the ontology information storage unit 21 may store other types of relationship information in the ontology information. Further, in this case, the ontology search rule information storage unit 22 may store ontology search rule information including other types of relationship information as search route information as necessary. For example, it is assumed that the ontology information storage unit 21 stores ontology information “X node: DRAM, Y node: SRAM, relationship: sibling”. In this case, the ontology search rule information storage unit 22 may store ontology search rule information “ontology node information: SRAM, search route information: siblings”. When the ontology information search unit 24 obtains ontology node information “DRAM” as a search source in the search process, it is assumed that a search in the “sibling” direction is permitted for “SRAM” as the search destination. , “SRAM” may be added to the extended context list.
 次に、本発明の第2の実施の形態の効果について述べる。 Next, the effect of the second embodiment of the present invention will be described.
 本発明の第2の実施の形態としてのコンテキスト処理装置は、ノード間に方向性のある関係性を有するオントロジ情報を利用して、コンテキスト情報をより適切に拡張することができる。 The context processing apparatus according to the second embodiment of the present invention can expand context information more appropriately by using ontology information having a directional relationship between nodes.
 その理由は、オントロジ情報探索部が、探索元のオントロジノード情報から探索先のオントロジノード情報に対する関係性の方向をたどることが許可された探索ルール情報にしたがって、コンテキスト情報を拡張するからである。
ここで、オントロジ情報記憶部が、オントロジ情報に、オントロジノード情報間の関係性の方向を表す情報を含んで記憶する。
また、オントロジ探索ルール情報記憶部が、オントロジ探索ルール情報に、探索を許可する関係性の方向を表す情報を含んで記憶する。これにより、本実施の形態としてのコンテキスト処理装置は、推論対象から収集されたコンテキスト情報に相当するオントロジノード情報から関係性をたどる際に、関連性が高いオントロジノード情報と、関連性が無いまたは低いオントロジノード情報とをさらに精度良く判別可能となるからである。
The reason is that the ontology information search unit expands the context information in accordance with the search rule information that is permitted to follow the direction of the relationship from the ontology node information of the search source to the ontology node information of the search destination.
Here, the ontology information storage unit stores the ontology information including information indicating the direction of the relationship between the ontology node information.
Further, the ontology search rule information storage unit stores the ontology search rule information including information indicating the direction of the relationship permitting the search. As a result, the context processing apparatus as the present embodiment has no relationship with the ontology node information having high relevance when tracing the relationship from the ontology node information corresponding to the context information collected from the inference object, or This is because low ontology node information can be distinguished with higher accuracy.
 (第3の実施の形態)
 次に、本発明の第3の実施の形態について図面を参照して詳細に説明する。なお、本実施の形態の説明において参照する各図面において、本発明の第2の実施の形態と同一の構成および同様に動作するステップには同一の符号を付して本実施の形態における詳細な説明を省略する。
(Third embodiment)
Next, a third embodiment of the present invention will be described in detail with reference to the drawings. Note that, in each drawing referred to in the description of the present embodiment, the same reference numerals are given to the same configuration and steps that operate in the same manner as in the second embodiment of the present invention, and the detailed description in the present embodiment. Description is omitted.
 まず、本発明の第3の実施の形態としてのコンテキスト処理装置3の機能ブロック構成を図8に示す。図8において、コンテキスト処理装置3は、本発明の第2の実施の形態としてのコンテキスト処理装置2と同一の構成に加えて、さらに、コンテキスト取得可否情報記憶部36と、オントロジ探索ルール情報生成部37とを備える。ここで、コンテキスト取得可否情報記憶部36は、記憶装置によって構成される。また、オントロジ探索ルール情報生成部37は、ROMまたは記憶装置に記憶されたコンピュータ・プログラムをRAMに読み込んで実行するCPUによって構成される。なお、コンテキスト処理装置3を構成する各機能ブロックのハードウェア構成は、上述の構成に限定されない。 First, FIG. 8 shows a functional block configuration of the context processing device 3 as the third embodiment of the present invention. In FIG. 8, in addition to the same configuration as the context processing device 2 as the second embodiment of the present invention, the context processing device 3 further includes a context acquisition availability information storage unit 36 and an ontology search rule information generation unit. 37. Here, the context acquisition availability information storage unit 36 is configured by a storage device. The ontology search rule information generation unit 37 is configured by a CPU that reads a computer program stored in a ROM or a storage device into a RAM and executes it. Note that the hardware configuration of each functional block constituting the context processing device 3 is not limited to the above-described configuration.
 コンテキスト取得可否情報記憶部36は、各オントロジノード情報についてコンテキスト取得可否情報を記憶している。ここで、コンテキスト取得可否情報とは、外部のコンテキスト収集装置によって、各オントロジノード情報がコンテキスト情報として取得可能であるか否かを表す情報である。なお、外部のコンテキスト収集装置とは、コンテキスト取得部13に対してコンテキスト情報を出力する装置である。例えば、設計文書データからコンテキスト情報を収集して出力する装置が、外部のコンテキスト収集装置に該当する。 The context acquisition availability information storage unit 36 stores context acquisition availability information for each ontology node information. Here, the context acquisition availability information is information indicating whether each ontology node information can be acquired as context information by an external context collection device. The external context collection device is a device that outputs context information to the context acquisition unit 13. For example, an apparatus that collects and outputs context information from design document data corresponds to an external context collection apparatus.
 コンテキスト取得可否情報記憶部36に記憶される情報の一例を図9に示す。図9において、各行が示すコンテキスト取得可否情報は、コンテキスト情報と、コンテキスト取得可否フラグとを含む。図9において、例えば、「DRAM」というコンテキスト情報は、コンテキスト収集装置によって取得可能である。また、「SDRAM」というコンテキスト情報は、コンテキスト収集装置によって取得可能ではない。 An example of information stored in the context acquisition availability information storage unit 36 is shown in FIG. In FIG. 9, the context acquisition availability information indicated by each row includes context information and a context acquisition availability flag. In FIG. 9, for example, the context information “DRAM” can be acquired by the context collection device. Further, the context information “SDRAM” cannot be acquired by the context collection device.
 ここで、コンテキスト情報が取得可能であるか否かについて、具体例をあげて説明する。例えば、部品として電解コンデンサを含む装置の設計図面データがあること想定する。このとき、コンテキスト収集装置は、この設計図面データから、「コンデンサ」というコンテキスト情報を抽出するものの、「電解コンデンサ」というコンテキスト情報を抽出できない場合がある。その理由としては、「コンデンサ」というコンテキスト情報は、この設計図面データにおいて、「コンデンサである図面内の箇所」に必ず含まれている。一方で、そのような「コンデンサである図面内の箇所」のうち、「本当は電解コンデンサである図面内の箇所」に、必ずしも「このコンデンサは電解コンデンサである」という情報が含まれていない場合があるからである。あるいは、「このコンデンサは電解コンデンサである」という情報が含まれていたとしても、コンテキスト収集装置は、採用する抽出ロジックによっては、そのような図面内の箇所から「電解コンデンサ」というコンテキスト情報を抽出できない場合があるからである。そこで、このような場合、コンテキスト取得可否情報記憶部36は、「コンデンサ」について、コンテキスト取得可否フラグ「○(可)」を記憶し、「電解コンデンサ」について、コンテキスト取得可否フラグ「×(否)」を記憶する。 Here, whether or not context information can be acquired will be described with a specific example. For example, assume that there is design drawing data for a device including an electrolytic capacitor as a part. At this time, the context collection apparatus may extract the context information “capacitor” from the design drawing data, but may not be able to extract the context information “electrolytic capacitor”. The reason is that the context information “capacitor” is always included in the “location in the drawing that is a capacitor” in the design drawing data. On the other hand, among such “locations in the drawing that are capacitors”, the “location in the drawing that is actually an electrolytic capacitor” does not necessarily include the information “this capacitor is an electrolytic capacitor”. Because there is. Alternatively, even if the information “This capacitor is an electrolytic capacitor” is included, the context collection device may extract the context information “electrolytic capacitor” from the location in the drawing depending on the extraction logic employed. This is because there are cases where it is not possible. Therefore, in such a case, the context acquisition availability information storage unit 36 stores a context acquisition availability flag “◯ (possible)” for “capacitor”, and a context acquisition availability flag “× (not)” for “electrolytic capacitor”. Is memorized.
 オントロジ探索ルール情報生成部37は、各オントロジノード情報について、コンテキスト取得可否情報記憶部36に記憶されたコンテキスト取得可否情報に基づいて、オントロジ探索ルール情報を生成する。そして、オントロジ探索ルール情報生成部37は、生成したオントロジ探索ルール情報を、オントロジ探索ルール情報記憶部22に記憶させる。 The ontology search rule information generation unit 37 generates ontology search rule information for each ontology node information based on the context acquisition availability information stored in the context acquisition availability information storage unit 36. Then, the ontology search rule information generation unit 37 stores the generated ontology search rule information in the ontology search rule information storage unit 22.
 例えば、オントロジ探索ルール情報生成部37は、コンテキスト取得可否情報が「×(否)」を表すオントロジノード情報については、該当するオントロジノード情報に対して、「親→子」方向での探索を許可するオントロジ探索ルール情報を生成してもよい。また、オントロジ探索ルール情報生成部37は、コンテキスト取得可否情報が可否のいずれを示すかに関わらず、各オントロジノード情報に対して、「子→親」方向での探索を許可するオントロジ探索ルール情報を生成してもよい。 For example, the ontology search rule information generation unit 37 permits the search in the “parent → child” direction for the corresponding ontology node information with respect to the ontology node information in which the context acquisition permission information indicates “× (not)”. Ontology search rule information to be generated may be generated. In addition, the ontology search rule information generation unit 37 permits ontology search rule information that permits a search in the “child → parent” direction for each ontology node information, regardless of whether the context acquisition availability information indicates availability. May be generated.
 以上のように構成されたコンテキスト処理装置3の動作について、図面を参照して説明する。なお、コンテキスト処理装置3がコンテキスト情報を拡張する動作については、本発明の第2の実施の形態としてのコンテキスト処理装置2と同様であるため、本実施の形態における詳細な説明を省略する。ここでは、コンテキスト処理装置3がオントロジ探索ルール情報を生成する動作について、図10~図11を参照して説明する。 The operation of the context processing device 3 configured as described above will be described with reference to the drawings. Note that the operation of expanding the context information by the context processing device 3 is the same as that of the context processing device 2 as the second embodiment of the present invention, and thus detailed description thereof will be omitted. Here, an operation in which the context processing device 3 generates ontology search rule information will be described with reference to FIGS.
 図10では、まず、オントロジ探索ルール情報生成部37は、オントロジ情報記憶部21内にあるオントロジ情報のうち、「ルートノード」の子ノードであるオントロジノード情報を取得する(ステップS31)。例えば、オントロジ探索ルール情報生成部37は、図5に示したオントロジ情報記憶部21の一例において、「Xノード」に「ルート」を含むオントロジ情報のYノードを、ルートの子ノードとして取得すればよい。 In FIG. 10, first, the ontology search rule information generation unit 37 acquires ontology node information that is a child node of the “root node” among the ontology information in the ontology information storage unit 21 (step S31). For example, in the example of the ontology information storage unit 21 illustrated in FIG. 5, the ontology search rule information generation unit 37 acquires the Y node of ontology information including “root” in the “X node” as a child node of the route. Good.
 次に、オントロジ探索ルール情報生成部37は、ルートの子ノードであるオントロジノード情報のそれぞれについて、オントロジ探索ルール情報生成処理を実行する(ステップS32)。 Next, the ontology search rule information generation unit 37 executes an ontology search rule information generation process for each of the ontology node information that is a child node of the route (step S32).
 オントロジ探索ルール情報生成処理の詳細を図11に示す。 Details of the ontology search rule information generation process are shown in FIG.
 ここでは、まず、オントロジ探索ルール情報生成部37は、このオントロジノード情報について、その子ノードであるオントロジノード情報を取得する(ステップS41)。例えば、オントロジ探索ルール情報生成部37は、図5に示したオントロジ情報記憶部21の一例において、「関係性情報」が「親子」であり、かつ、「Xノード」にこのオントロジノード情報を含むオントロジ情報のYノードを取得すればよい。 Here, first, the ontology search rule information generation unit 37 acquires ontology node information that is a child node of the ontology node information (step S41). For example, in the example of the ontology information storage unit 21 illustrated in FIG. 5, the ontology search rule information generation unit 37 has “relationship information” as “parent and child” and includes “ontology node information” in the “X node”. What is necessary is just to acquire Y node of ontology information.
 ステップS41で子ノードが取得された場合(ステップS42でYes)、オントロジ探索ルール情報生成部37は、子ノードである各オントロジノード情報について、以下のステップS43~S47の処理を実行する。 When a child node is acquired in step S41 (Yes in step S42), the ontology search rule information generation unit 37 executes the following steps S43 to S47 for each ontology node information that is a child node.
 まず、オントロジ探索ルール情報生成部37は、対象のオントロジノード情報のコンテキスト取得可否フラグを、コンテキスト取得可否情報記憶部36から取得する(ステップS43)。 First, the ontology search rule information generation unit 37 acquires the context acquisition availability flag of the target ontology node information from the context acquisition availability information storage unit 36 (step S43).
 次に、オントロジ探索ルール情報生成部37は、取得したコンテキスト取得可否フラグが、○(可)であるか×(否)であるかを判断する(ステップS44)。 Next, the ontology search rule information generation unit 37 determines whether the acquired context acquisition permission flag is “O” (Yes) or “No” (Step S44).
 ここで、コンテキスト取得可否情報が○(可)を示す場合、コンテキスト処理装置3の動作はステップS46に進む。 Here, when the context acquisition permission information indicates ○ (possible), the operation of the context processing device 3 proceeds to step S46.
 一方、コンテキスト取得可否情報が×(否)を示す場合、オントロジ探索ルール情報生成部37は、対象のオントロジノード情報に対して、「親→子」の方向の関係性をたどっての探索を許可するオントロジ探索ルール情報を生成し、オントロジ探索ルール情報記憶部22に記憶させる(ステップS45)。 On the other hand, when the context acquisition availability information indicates x (no), the ontology search rule information generation unit 37 permits the search for the target ontology node information following the relationship in the direction of “parent → child”. Ontology search rule information to be generated is generated and stored in the ontology search rule information storage unit 22 (step S45).
 次に、オントロジ探索ルール情報生成部37は、対象のオントロジノード情報に対して、「子→親」の方向の関係性をたどっての探索を許可するオントロジ探索ルール情報を生成し、オントロジ探索ルール情報記憶部22に記憶させる(ステップS46)。このステップは、ステップS44の判断結果に関わらず、実行される。 Next, the ontology search rule information generation unit 37 generates ontology search rule information that permits a search by following the relationship in the direction of “child → parent” with respect to the target ontology node information, and the ontology search rule The information is stored in the information storage unit 22 (step S46). This step is executed regardless of the determination result of step S44.
 次に、オントロジ探索ルール情報生成部37は、対象のオントロジノード情報に対して、ステップS41からのオントロジ探索ルール情報生成処理を再帰的に実行する(ステップS47)。 Next, the ontology search rule information generation unit 37 recursively executes the ontology search rule information generation processing from step S41 on the target ontology node information (step S47).
 一方、ステップS41で子ノードが検索されなかった場合(ステップS42でNo)、コンテキスト処理装置3は、オントロジ探索ルール情報生成処理を終了する。 On the other hand, when no child node is searched in step S41 (No in step S42), the context processing device 3 ends the ontology search rule information generation process.
 以上のように動作することにより、オントロジ探索ルール情報生成部37は、全てのオントロジノード情報に対して、「子→親」方向の関係性をたどっての探索を許可するオントロジ探索ルール情報を生成する。さらに、オントロジ探索ルール情報生成部37は、コンテキスト取得可否フラグ情報が「×(否)」を示すオントロジノード情報に対して、「親→子」方向の関係性をたどっての探索を許可するオントロジ探索ルール情報を生成することになる。 By operating as described above, the ontology search rule information generation unit 37 generates ontology search rule information that permits searching by following the relationship in the “child → parent” direction for all ontology node information. To do. Further, the ontology search rule information generation unit 37 permits an ontology that permits a search following the relationship in the “parent → child” direction with respect to ontology node information whose context acquisition permission / prohibition flag information indicates “× (not)”. Search rule information is generated.
 次に、本発明の第3の実施の形態の効果について述べる。 Next, the effect of the third embodiment of the present invention will be described.
 本発明の第3の実施の形態としてのコンテキスト処理装置は、推論処理の対象から収集されたコンテキスト情報を、推論対象との関連性が高いより多くのコンテキスト情報に拡張しながら、関連性が無いまたは低いコンテキスト情報に拡張しないようにするためのオントロジ探索ルール情報を、精度良く生成することができる。 The context processing apparatus according to the third embodiment of the present invention has no relevance while expanding the context information collected from the inference processing target to more context information having high relevance to the inference target. Alternatively, ontology search rule information for avoiding expansion to low context information can be generated with high accuracy.
 その理由は、オントロジ探索ルール情報生成部が、コンテキスト取得可否情報に基づいて、オントロジ探索ルール情報を生成するからである。ここで、コンテキスト取得可否情報記憶部が、各オントロジノード情報がコンテキスト情報としてコンテキスト収集装置によって取得可能であるか否かを表すコンテキスト取得可否情報を記憶する。
例えば、オントロジ探索ルール情報生成部は、コンテキスト取得可否情報が否を示すオントロジノード情報に対しては、「親→子」および「子→親」の双方の方向をたどっての探索を許可するオントロジ探索ルール情報を生成する。一方で、オントロジ探索ルール情報生成部は、コンテキスト取得可否情報が可を示すオントロジノード情報に対しては、「子→親」の方向をたどっての探索を許可するオントロジ探索ルール情報を生成する。
The reason is that the ontology search rule information generation unit generates ontology search rule information based on the context acquisition availability information. Here, the context acquisition availability information storage unit stores context acquisition availability information indicating whether each ontology node information can be acquired as context information by the context collection device.
For example, the ontology search rule information generation unit, for ontology node information indicating that the context acquisition availability information is not permitted, permits an ontology that allows searching in both directions of “parent → child” and “child → parent”. Search rule information is generated. On the other hand, the ontology search rule information generation unit generates ontology search rule information that permits a search following the direction of “child → parent” for the ontology node information indicating that the context acquisition possibility information is permitted.
 例えば、コンテキスト取得可否情報が可を示すオントロジノード情報は、推論処理の対象情報に含まれていれば、コンテキスト収集装置によりコンテキスト情報としてほぼ確実に抽出される。したがって、もし、本実施の形態のコンテキスト処理装置に、そのようなコンテキスト情報が入力されなかった場合、ほぼ確実に、対象情報にはそのコンテキスト情報が含まれていなかったと考えられる。つまり、そのようなコンテキスト情報は、推論対象に対する関連性が無いまたは低いと考えられる。したがって、入力されたコンテキスト情報を、そのようなコンテキスト取得可否情報が可を示すコンテキスト情報に拡張しないようにするため、本実施の形態におけるオントロジ探索ルール情報生成部は、そのコンテキスト情報が子となる方向に探索を許可するオントロジ探索ルール情報を生成しない。 For example, ontology node information indicating that context acquisition permission / non-permission information is possible is almost certainly extracted as context information by the context collection device if included in the inference processing target information. Therefore, if such context information is not input to the context processing apparatus of the present embodiment, it is considered that the context information is not included in the target information almost certainly. That is, such context information is considered to have no or low relevance to the inference target. Therefore, in order to prevent the input context information from being expanded to the context information indicating that such context acquisition availability information is permitted, the ontology search rule information generation unit in the present embodiment has the context information as a child. Does not generate ontology search rule information that permits searching in the direction.
 また、コンテキスト取得可否情報が否を示すオントロジノード情報は、対象情報に本来含まれていたとしても、コンテキスト収集装置により必ずしも抽出されるとは限らない。もし、本実施の形態のコンテキスト処理装置に、そのようなコンテキスト情報が入力されなかったとしても、対象情報には、そのコンテキスト情報が含まれていた可能性がある。つまり、そのようなコンテキスト情報は、推論対象に対する関連性が高いと考えられる。したがって、入力されたコンテキスト情報を、そのようなコンテキスト取得可否情報が否を示すコンテキスト情報に拡張するため、本実施の形態におけるオントロジ探索ルール情報生成部は、そのコンテキスト情報が子となる方向に探索を許可するオントロジ探索ルール情報を生成する。 Further, ontology node information indicating whether or not context acquisition availability information is included is not necessarily extracted by the context collection device even if it is originally included in the target information. Even if such context information is not input to the context processing apparatus of the present embodiment, there is a possibility that the target information includes the context information. That is, such context information is considered highly relevant to the inference target. Therefore, in order to extend the input context information to context information indicating that such context acquisition permission information is not, the ontology search rule information generation unit in the present embodiment searches in a direction in which the context information becomes a child. Ontology search rule information that permits
 なお、コンテキスト収集装置によって収集されなかったために本実施の形態のコンテキスト処理装置に入力されなかったコンテキスト情報のコンテキスト取得可否情報が可否のいずれを示す場合であっても、探索処理の過程でそのようなコンテキスト情報に相当するオントロジノード情報が探索先として取得された場合、そのようなオントロジノード情報は、既に探索された探索元のオントロジノード情報の上位概念であると考えられる。したがって、そのような探索先のオントロジノード情報は、推論対象との関連性が高いとみなすことができる。したがって、本実施の形態におけるオントロジ探索ルール情報生成部は、全てのオントロジノード情報について、子から親の方向に探索を許可するオントロジ探索ルール情報を生成している。 Note that, even if the context acquisition availability information of the context information that has not been input to the context processing apparatus according to the present embodiment because it was not collected by the context collection apparatus indicates whether or not it is possible, such a process is performed during the search process. When ontology node information corresponding to such context information is acquired as a search destination, such ontology node information is considered to be a superordinate concept of search-source ontology node information that has already been searched. Therefore, the ontology node information of such a search destination can be regarded as highly relevant to the inference target. Therefore, the ontology search rule information generation unit in the present embodiment generates ontology search rule information that permits a search from the child to the parent for all the ontology node information.
 このように、本実施の形態としてのコンテキスト処理装置は、コンテキスト取得可否情報を用いて、精度良くオントロジ探索ルール情報を生成する。これにより、本実施の形態としてのコンテキスト処理装置は、オントロジ探索ルール情報をあらかじめ設定しておく必要なく、本発明の第2の実施の形態と同様の効果を奏することができる。 As described above, the context processing apparatus according to the present embodiment generates ontology search rule information with high accuracy using the context acquisition availability information. As a result, the context processing apparatus according to the present embodiment does not need to set ontology search rule information in advance, and can achieve the same effects as those of the second embodiment of the present invention.
 (第4の実施の形態)
 次に、本発明の第4の実施の形態について図面を参照して詳細に説明する。なお、本実施の形態の説明において参照する各図面において、本発明の第3の実施の形態と同一の構成および同様に動作するステップには同一の符号を付して本実施の形態における詳細な説明を省略する。
(Fourth embodiment)
Next, a fourth embodiment of the present invention will be described in detail with reference to the drawings. Note that in each drawing referred to in the description of the present embodiment, the same reference numerals are given to the same configuration and steps that operate in the same manner as in the third embodiment of the present invention, and the detailed description in the present embodiment. Description is omitted.
 まず、本発明の第4の実施の形態としてのコンテキスト処理装置4の機能ブロック構成を図12に示す。図12において、コンテキスト処理装置4は、本発明の第3の実施の形態としてのコンテキスト処理装置3に対して、オントロジ探索ルール情報記憶部22に替えてオントロジ探索ルール情報記憶部42と、コンテキスト取得部13に替えてコンテキスト取得部43と、オントロジ情報探索部24に替えてオントロジ情報探索部44と、コンテキスト取得可否情報記憶部36に替えてコンテキスト取得可否情報記憶部46と、オントロジ探索ルール情報生成部37に替えてオントロジ探索ルール情報生成部47とを備える点が異なる。 First, FIG. 12 shows a functional block configuration of the context processing device 4 as the fourth embodiment of the present invention. In FIG. 12, the context processing device 4 is different from the ontology search rule information storage unit 22 in the context processing device 3 according to the third embodiment of the present invention. Context acquisition unit 43 instead of unit 13, ontology information search unit 44 instead of ontology information search unit 24, context acquisition availability information storage unit 46 instead of context acquisition availability information storage unit 36, and ontology search rule information generation The difference is that an ontology search rule information generation unit 47 is provided instead of the unit 37.
 コンテキスト取得部43は、コンテキスト情報と共に、そのコンテキスト情報を出力したコンテキスト収集装置を識別するコンテキスト収集装置IDを取得する。 The context acquisition unit 43 acquires the context collection device ID for identifying the context collection device that outputs the context information together with the context information.
 コンテキスト取得可否情報記憶部46は、図13に示すように、コンテキスト取得可否情報に、コンテキスト収集装置を識別するコンテキスト収集装置IDを含んで記憶している。以降、コンテキスト収集装置IDがXの装置を、コンテキスト収集装置Xとも記載する。図13において、例えば、コンテキスト収集装置Aは、推論対象から「メモリ」、「揮発性メモリ」、「SRAM」というコンテキスト情報を取得可能である。また、例えば、コンテキスト収集装置Bは、同じ推論対象から「メモリ」というコンテキスト情報を取得可能であるが、「揮発性メモリ」、「SRAM」というコンテキスト情報を取得可能ではない。 As shown in FIG. 13, the context acquisition availability information storage unit 46 stores the context acquisition availability information including a context collection device ID for identifying the context collection device. Hereinafter, a device whose context collection device ID is X is also referred to as a context collection device X. In FIG. 13, for example, the context collection device A can acquire the context information “memory”, “volatile memory”, and “SRAM” from the inference target. Further, for example, the context collection device B can acquire the context information “memory” from the same inference object, but cannot acquire the context information “volatile memory” and “SRAM”.
 オントロジ探索ルール情報生成部47は、本発明の第3の実施の形態におけるオントロジ探索ルール情報生成部37に対して、コンテキスト収集装置ID毎に、オントロジ探索ルール情報を生成する点が異なる。具体的には、オントロジ探索ルール情報生成部47は、コンテキスト取得可否情報に基づいてオントロジ探索ルール情報を生成し、生成したオントロジ探索ルール情報を、そのコンテキスト取得可否情報に含まれるコンテキスト収集装置IDに対応付けて、オントロジ探索ルール情報記憶部42に記憶させる。 The ontology search rule information generation unit 47 is different from the ontology search rule information generation unit 37 in the third embodiment of the present invention in that it generates ontology search rule information for each context collection device ID. Specifically, the ontology search rule information generation unit 47 generates ontology search rule information based on the context acquisition availability information, and uses the generated ontology search rule information as the context collection device ID included in the context acquisition availability information. Correspondingly, the ontology search rule information storage unit 42 stores them.
 オントロジ探索ルール情報記憶部42は、オントロジ探索ルール情報に、コンテキスト収集装置IDを対応付けて記憶している。 The ontology search rule information storage unit 42 stores the ontology search rule information in association with the context collection device ID.
 オントロジ情報探索部44は、コンテキスト取得部43によって取得されたコンテキスト収集装置IDに対応付けられたオントロジ探索ルール情報に基づいて、本発明の第2および第3の実施の形態におけるオントロジ情報探索部24と同様の探索処理を実行する。 The ontology information search unit 44 is based on the ontology search rule information associated with the context collection device ID acquired by the context acquisition unit 43, and the ontology information search unit 24 in the second and third embodiments of the present invention. The same search process is executed.
 以上のように構成されたコンテキスト処理装置4の動作について、図面を参照して説明する。 The operation of the context processing device 4 configured as described above will be described with reference to the drawings.
 まず、コンテキスト処理装置4がオントロジ探索ルール情報を生成する動作について説明する。コンテキスト処理装置4は、図10を参照して説明した本発明の第3の実施の形態としてのコンテキスト処理装置3と略同様に動作するが、ステップS32におけるオントロジ探索ルール情報生成処理の詳細が異なる。本実施の形態におけるオントロジ探索ルール情報生成処理の詳細を、図14に示す。図14において、コンテキスト処理装置4は、図11を参照して説明した本発明の第3の実施の形態におけるオントロジ探索ルール情報生成処理の詳細に対して、ステップS43~S46の代わりに、ステップS53~S57を実行する点が異なる。 First, the operation in which the context processing device 4 generates ontology search rule information will be described. The context processing device 4 operates in substantially the same manner as the context processing device 3 according to the third embodiment of the present invention described with reference to FIG. 10, but the details of the ontology search rule information generation processing in step S32 are different. . FIG. 14 shows details of the ontology search rule information generation process in the present embodiment. In FIG. 14, the context processing device 4 replaces steps S43 to S46 with respect to details of the ontology search rule information generation processing in the third embodiment of the present invention described with reference to FIG. ~ S57 is executed differently.
 ステップS53において、オントロジ探索ルール情報生成部47は、該当するオントロジノード情報に関するコンテキスト取得可否情報を取得する(ステップS53)。このとき、コンテキスト取得可否情報記憶部46には、該当するオントロジノード情報に関して、コンテキスト収集装置IDの異なる複数のコンテキスト取得可否情報が記憶されている可能性がある。したがって、このステップで、オントロジ探索ルール情報生成部47は、1つ以上のコンテキスト取得可否情報を取得する。 In step S53, the ontology search rule information generation unit 47 acquires context acquisition availability information regarding the corresponding ontology node information (step S53). At this time, the context acquisition possibility information storage unit 46 may store a plurality of pieces of context acquisition possibility information having different context collection device IDs for the corresponding ontology node information. Accordingly, in this step, the ontology search rule information generation unit 47 acquires one or more context acquisition availability information.
 次に、オントロジ探索ルール情報生成部47は、ステップS53で取得された各コンテキスト取得可否情報について、ステップS54~S57を実行する。 Next, the ontology search rule information generation unit 47 executes steps S54 to S57 for each context acquisition availability information acquired in step S53.
 ここでは、まず、オントロジ探索ルール情報生成部47は、このコンテキスト取得可否情報に含まれるコンテキスト取得可否フラグと、コンテキスト収集装置IDとを取得する(ステップS54)。 Here, first, the ontology search rule information generation unit 47 acquires a context acquisition permission flag and a context collection device ID included in the context acquisition permission information (step S54).
 次に、オントロジ探索ルール情報生成部47は、コンテキスト取得可否フラグが×(否)のオントロジノード情報に対して(ステップS55でNo)、「親→子」方向の探索を許可するオントロジ探索ルール情報を生成する。そして、オントロジ探索ルール情報生成部47は、生成したオントロジ探索ルール情報を、コンテキスト収集装置IDに対応付けて、オントロジ探索ルール情報記憶部42に記憶させる(ステップS56)。 Next, the ontology search rule information generation unit 47 permits ontology search rule information that permits a search in the “parent → child” direction for the ontology node information whose context acquisition permission flag is “x” (no) (No in step S55). Is generated. Then, the ontology search rule information generation unit 47 stores the generated ontology search rule information in the ontology search rule information storage unit 42 in association with the context collection device ID (step S56).
 また、オントロジ探索ルール情報生成部47は、コンテキスト取得可否フラグの可否に関わらず、このオントロジノード情報に対して、「子→親」方向の探索を許可するオントロジ探索ルール情報を生成する。そして、オントロジ探索ルール情報生成部47は、生成したオントロジ探索ルール情報を、このコンテキスト収集装置IDに対応付けて、オントロジ探索ルール情報記憶部42に記憶させる(ステップS57)。 Also, the ontology search rule information generation unit 47 generates ontology search rule information that permits a search in the “child → parent” direction for this ontology node information, regardless of whether or not the context acquisition flag is set. Then, the ontology search rule information generation unit 47 stores the generated ontology search rule information in the ontology search rule information storage unit 42 in association with the context collection device ID (step S57).
 以降、オントロジ探索ルール情報生成部47は、本発明の第3の実施の形態におけるオントロジ探索ルール情報生成部37と同様に、該当するオントロジノード情報に関して、さらにオントロジ探索ルール情報生成処理を再帰的に実行する。 Thereafter, the ontology search rule information generation unit 47 recursively performs the ontology search rule information generation process for the corresponding ontology node information in the same manner as the ontology search rule information generation unit 37 in the third embodiment of the present invention. Execute.
 以上で、コンテキスト処理装置4がオントロジ探索ルール情報を生成する動作の説明を終了する。 This is the end of the description of the operation in which the context processing device 4 generates ontology search rule information.
 次に、コンテキスト処理装置4がコンテキスト情報を拡張する動作について説明する。コンテキスト処理装置4は、図2および図7を参照して説明した本発明の第2の実施の形態としてのコンテキスト処理装置2と略同様に動作するが、ステップS1およびS25における処理の詳細が異なる。 Next, the operation of the context processing device 4 extending the context information will be described. The context processing device 4 operates in substantially the same manner as the context processing device 2 as the second embodiment of the present invention described with reference to FIGS. 2 and 7, but the details of the processing in steps S1 and S25 are different. .
 ステップS1において、コンテキスト取得部43は、コンテキスト情報と共に、そのコンテキスト情報を収集したコンテキスト収集装置IDを取得する。 In step S1, the context acquisition unit 43 acquires the context collection device ID that collected the context information together with the context information.
 また、ステップS25において、オントロジ情報探索部44は、探索先のオントロジノード情報に対して、ステップS24で抽出した探索ルート情報の方向への探索を許可するオントロジ探索ルール情報のうち、ステップS1で取得されたコンテキスト収集装置IDに対応付けられたものがあるか否かを判断する。 In step S25, the ontology information search unit 44 obtains in step S1 out of the ontology search rule information that permits the search in the direction of the search route information extracted in step S24 for the ontology node information of the search destination. It is determined whether or not there is one associated with the context collection device ID that has been assigned.
 以降、コンテキスト処理装置4は、該当するコンテキスト収集装置IDに対応付けられたオントロジ探索ルール情報にしたがって、本発明の第2の実施の形態と同様に探索処理を進め、探索したオントロジノード情報を拡張コンテキストリストに含める。 Thereafter, the context processing device 4 proceeds with the search processing according to the ontology search rule information associated with the corresponding context collection device ID as in the second embodiment of the present invention, and expands the searched ontology node information. Include in context list.
 以上で、コンテキスト処理装置4がコンテキスト情報を拡張する動作の説明を終了する。 This is the end of the description of the operation in which the context processing device 4 expands the context information.
 次に、本発明の第4の実施の形態の効果について述べる。 Next, the effect of the fourth embodiment of the present invention will be described.
 本発明の第4の実施の形態としてのコンテキスト処理装置は、コンテキスト収集装置によって収集されたコンテキスト情報を、コンテキスト収集装置によって取得可能なコンテキスト情報の違いに応じて、より精度良く、関連性の高いコンテキスト情報に拡張し、関連性が無いまたは低いコンテキストに拡張しないようにすることができる。 The context processing device as the fourth exemplary embodiment of the present invention is more highly accurate and highly related to the context information collected by the context collection device according to the difference in the context information that can be acquired by the context collection device. It can be extended to context information and not extended to unrelated or low context.
 その理由は、オントロジ情報探索部が、コンテキスト取得部によって取得されたコンテキスト情報を収集したコンテキスト収集装置IDに対応付けられたオントロジ探索ルール情報にしたがって、コンテキスト情報を拡張するからである。ここで、コンテキスト取得可否情報記憶部が、コンテキスト収集装置IDと共に、そのコンテキスト収集装置においてコンテキスト情報が取得可能であるか否かを表すコンテキスト取得可否フラグを記憶する。また、オントロジ探索ルール情報生成部が、コンテキスト収集装置IDに対応付けてオントロジ探索ルール情報を生成する。これにより、本実施の形態としてのコンテキスト処理装置は、コンテキスト収集装置によって異なるコンテキスト取得可否情報に対応して、より精度良くオントロジ探索ルール情報を生成するからである。 The reason is that the ontology information search unit expands the context information according to the ontology search rule information associated with the context collection device ID that collected the context information acquired by the context acquisition unit. Here, the context acquisition availability information storage unit stores, along with the context collection device ID, a context acquisition availability flag that indicates whether the context collection device can acquire context information. Further, the ontology search rule information generation unit generates ontology search rule information in association with the context collection device ID. This is because the context processing device according to the present embodiment generates ontology search rule information with higher accuracy corresponding to context acquisition availability information that differs depending on the context collection device.
 (第5の実施の形態)
 次に、本発明の第5の実施の形態について図面を参照して詳細に説明する。なお、本実施の形態の説明において参照する各図面において、本発明の第3の実施の形態と同一の構成および同様に動作するステップには同一の符号を付して本実施の形態における詳細な説明を省略する。
(Fifth embodiment)
Next, a fifth embodiment of the present invention will be described in detail with reference to the drawings. Note that in each drawing referred to in the description of the present embodiment, the same reference numerals are given to the same configuration and steps that operate in the same manner as in the third embodiment of the present invention, and the detailed description in the present embodiment. Description is omitted.
 まず、本発明の第5の実施の形態としてのコンテキスト処理装置5の機能ブロック構成を図15に示す。図15において、コンテキスト処理装置5は、本発明の第3の実施の形態としてのコンテキスト処理装置3に対して、オントロジ探索ルール情報記憶部22に替えてオントロジ探索ルール情報記憶部52と、オントロジ情報探索部24に替えてオントロジ情報探索部54と、コンテキスト取得可否情報記憶部36に替えてコンテキスト取得可否情報記憶部56と、オントロジ探索ルール情報生成部37に替えてオントロジ探索ルール情報生成部57とを備える点が異なる。 First, FIG. 15 shows a functional block configuration of a context processing device 5 as a fifth embodiment of the present invention. In FIG. 15, the context processing device 5 is different from the ontology search rule information storage unit 22 in terms of the ontology search rule information storage unit 52 and the ontology information with respect to the context processing device 3 according to the third embodiment of the present invention. An ontology information search unit 54 instead of the search unit 24, a context acquisition availability information storage unit 56 instead of the context acquisition availability information storage unit 36, and an ontology search rule information generation unit 57 instead of the ontology search rule information generation unit 37. Is different.
 コンテキスト取得可否情報記憶部56は、本発明の第3の実施の形態と同様のコンテキスト取得可否情報に、コンテキスト取得可能確率をさらに含んで記憶している。ここで、コンテキスト取得可能確率とは、推論対象に対して本来関連性が高いコンテキスト情報が、コンテキスト収集装置によって取得される確率を表す。例えば、コンテキスト取得可能確率とは、推論対象の設計図面データが示す装置に本来含まれている部品を表すコンテキスト情報が、その設計図面データからコンテキスト収集装置によって取得される確率であってもよい。コンテキスト取得可否情報記憶部56に記憶される情報の例を図16に示す。図16において、例えば、3行目のコンテキスト取得可否情報は、「SRAM」が含まれる装置の設計図面データから、コンテキスト収集装置によってコンテキスト情報「SRAM」が取得される確率が0.6(60%)であることを表している。また、8行目のコンテキスト取得可否情報は、「特殊DRAM」が含まれる装置の設計図面データから、コンテキスト収集装置によってコンテキスト情報「特殊DRAM」が取得される確率が0である(すなわち、必ず取得されない)ことを表している。 The context acquisition availability information storage unit 56 stores the context acquisition possibility information in the same context acquisition availability information as in the third embodiment of the present invention. Here, the context obtainable probability represents the probability that context information that is inherently highly relevant to the inference target is obtained by the context collection device. For example, the context acquisition probability may be a probability that context information representing a part originally included in the device indicated by the design drawing data to be inferred is acquired from the design drawing data by the context collection device. An example of information stored in the context acquisition availability information storage unit 56 is shown in FIG. In FIG. 16, for example, the context acquisition availability information on the third line has a probability of 0.6 (60%) that the context collection device acquires context information “SRAM” from the design drawing data of the device including “SRAM”. ). The context acquisition availability information on the eighth line has a probability of acquiring context information “special DRAM” by the context collection device from the design drawing data of the device including “special DRAM” (that is, it must be acquired). Is not).
 オントロジ探索ルール情報記憶部52は、本発明の第3の実施の形態と同様のオントロジ探索ルール情報に、探索優先度を表す情報をさらに含んで記憶している。ここで、探索優先度とは、オントロジ情報探索部54によってオントロジ情報を探索する際にたどる探索ルートの優先度を表している。オントロジ探索ルール情報記憶部52に記憶される情報の一例を図17に示す。図17において、例えば、4行目のオントロジ探索ルール情報は、オントロジノード情報「SRAM」への「親→子」方向での探索ルートの優先度は0.4であることを表している。この例では、探索優先度は0以上1以下の値で表される。この場合、探索優先度が1のオントロジ探索ルール情報は、該当するオントロジノード情報が探索先にある場合には、必ず探索先へのルートをたどるというルールを表している。また、探索優先度が0のオントロジ探索ルール情報は、該当するオントロジノード情報が探索先にある場合でも、探索先へのルートをたどらないというルールを表している。 The ontology search rule information storage unit 52 stores the ontology search rule information similar to that of the third embodiment of the present invention, further including information indicating the search priority. Here, the search priority represents the priority of the search route that is followed when the ontology information search unit 54 searches for ontology information. An example of information stored in the ontology search rule information storage unit 52 is shown in FIG. In FIG. 17, for example, the ontology search rule information on the fourth line indicates that the priority of the search route in the “parent → child” direction to the ontology node information “SRAM” is 0.4. In this example, the search priority is represented by a value between 0 and 1. In this case, the ontology search rule information having a search priority of 1 represents a rule that the route to the search destination is always followed when the corresponding ontology node information is in the search destination. The ontology search rule information with a search priority of 0 represents a rule that does not follow the route to the search destination even when the corresponding ontology node information exists at the search destination.
 オントロジ探索ルール情報生成部57は、本発明の第3の実施の形態におけるオントロジ探索ルール情報生成部37と略同様に構成されることに加えて、さらに、生成したオントロジ探索ルール情報の探索優先度を算出する。このとき、オントロジ探索ルール情報生成部57は、オントロジノード情報に関するコンテキスト取得可能確率に基づいて、そのオントロジノード情報へ探索ルートの探索優先度を算出する。例えば、オントロジ探索ルール情報生成部57は、次式(2)を用いて探索優先度を算出してもよい。 The ontology search rule information generation unit 57 is configured in substantially the same manner as the ontology search rule information generation unit 37 in the third embodiment of the present invention, and further, the search priority of the generated ontology search rule information Is calculated. At this time, the ontology search rule information generation unit 57 calculates the search priority of the search route to the ontology node information based on the context acquisition probability regarding the ontology node information. For example, the ontology search rule information generation unit 57 may calculate the search priority using the following equation (2).
 b2=(1-a1)×b1・・・式(2)
 ここで、b2は、そのオントロジノード情報への「親→子」方向の探索ルートの探索優先度である。また、a1は、そのオントロジノード情報のコンテキスト取得可能確率である。また、b1は、そのオントロジノード情報の親のオントロジノード情報に対する「親→子」方向の探索ルートの探索優先度である。ただし、親のオントロジノード情報に対する「親→子」方向の探索を許可するオントロジ探索ルール情報がない場合、b1には1を適用するものとする。
b2 = (1-a1) × b1 Formula (2)
Here, b2 is the search priority of the search route in the “parent → child” direction to the ontology node information. Further, a1 is the context acquisition probability of the ontology node information. Also, b1 is the search priority of the search route in the “parent → child” direction with respect to the parent ontology node information of the ontology node information. However, when there is no ontology search rule information that permits a search in the “parent → child” direction with respect to the parent ontology node information, 1 is applied to b1.
 これにより、あるオントロジノード情報への「親→子」方向の探索ルートの探索優先度は、そのオントロジノード情報のコンテキスト取得可能確率が低いほど高くなる。また、あるオントロジノード情報への「親→子」方向の探索ルートの優先度は、そのオントロジノード情報の親に対する「親→子」方向の探索ルートの優先度が高いほど高くなる。 Thereby, the search priority of the search route in the “parent → child” direction to a certain ontology node information increases as the context acquisition probability of the ontology node information decreases. Further, the priority of the search route in the “parent → child” direction to certain ontology node information increases as the priority of the search route in the “parent → child” direction with respect to the parent of the ontology node information increases.
 なお、オントロジ探索ルール情報生成部57は、オントロジノード情報への「子→親」方向の探索ルートの探索優先度については、式(2)によらずに探索優先度を1とする。 The ontology search rule information generation unit 57 sets the search priority to 1 for the search priority of the search route in the “child → parent” direction to the ontology node information regardless of the equation (2).
 オントロジ情報探索部54は、本発明の第3の実施の形態におけるオントロジ情報探索部24に対して、探索処理を行う際にオントロジ探索ルール情報の探索優先度を参照する点が異なる。例えば、オントロジ情報探索部54は、探索元のオントロジノード情報との間に関係性を有する探索先のオントロジノード情報のうち、オントロジ探索ルール情報によりそのオントロジノード情報へ探索ルートの探索優先度が閾値以上に設定されたものを探索してもよい。 The ontology information search unit 54 is different from the ontology information search unit 24 according to the third embodiment of the present invention in that it refers to the search priority of the ontology search rule information when performing search processing. For example, the ontology information search unit 54 sets the search priority of the search route to the ontology node information according to the ontology search rule information among the ontology node information of the search destination having a relationship with the ontology node information of the search source. You may search the thing set above.
 以上のように構成されたコンテキスト処理装置5の動作について、図面を参照して説明する。まず、コンテキスト処理装置5がオントロジ探索ルール情報を生成する動作について説明する。コンテキスト処理装置5は、図10を参照して説明した本発明の第3の実施の形態としてのコンテキスト処理装置3と略同様に動作するが、ステップS32におけるオントロジ探索ルール情報生成処理の詳細が異なる。本実施の形態におけるオントロジ探索ルール情報生成処理の詳細を、図18に示す。図18において、コンテキスト処理装置5は、図11を参照して説明した本発明の第3の実施の形態におけるオントロジ探索ルール情報生成処理の詳細に対して、ステップS43~S46の代わりにステップS63~S67を実行する点が異なる。 The operation of the context processing device 5 configured as described above will be described with reference to the drawings. First, an operation in which the context processing device 5 generates ontology search rule information will be described. The context processing device 5 operates in substantially the same manner as the context processing device 3 according to the third embodiment of the present invention described with reference to FIG. 10, but the details of the ontology search rule information generation processing in step S32 are different. . FIG. 18 shows details of the ontology search rule information generation process in the present embodiment. In FIG. 18, the context processing device 5 performs steps S63 to S63 instead of steps S43 to S46 with respect to the details of the ontology search rule information generation processing in the third embodiment of the present invention described with reference to FIG. The difference is that S67 is executed.
 ステップS63において、オントロジ探索ルール情報生成部57は、該当するオントロジノード情報に関するコンテキスト取得可否フラグを、コンテキスト取得可能確率と共に取得する。 In step S63, the ontology search rule information generation unit 57 acquires the context acquisition possibility flag regarding the corresponding ontology node information together with the context acquisition probability.
 ここで、コンテキスト取得可否情報が×(否)を示す場合(ステップS64でNo)、オントロジ探索ルール情報生成部57は、このオントロジノード情報に対して、「親→子」の方向の関係性をたどっての探索ルートの探索優先度を、コンテキスト取得可能確率に基づいて算出する(ステップS65)。例えば、前述のように、オントロジ探索ルール情報生成部57は、式(2)を用いて探索優先度を算出してもよい。 Here, when the context acquisition availability information indicates x (No) (No in step S64), the ontology search rule information generation unit 57 indicates the relationship of the direction of “parent → child” with respect to the ontology node information. The search priority of the searched search route is calculated based on the context acquisition probability (step S65). For example, as described above, the ontology search rule information generation unit 57 may calculate the search priority using Expression (2).
 次に、オントロジ探索ルール情報生成部57は、このオントロジノード情報への「親→子」の方向の関係性をたどっての探索ルートの探索優先度が、ステップS65で算出した値に設定されたオントロジ探索ルール情報を生成する。そして、オントロジ探索ルール情報生成部57は、生成したオントロジ探索ルール情報を、オントロジ探索ルール情報記憶部52に記憶させる(ステップS66)。 Next, the ontology search rule information generation unit 57 sets the search priority of the search route that follows the relationship of the “parent → child” direction to the ontology node information to the value calculated in step S65. Ontology search rule information is generated. Then, the ontology search rule information generation unit 57 stores the generated ontology search rule information in the ontology search rule information storage unit 52 (step S66).
 次に、オントロジ探索ルール情報生成部57は、このオントロジノード情報への「子→親」の方向の関係性をたどっての探索ルートの探索優先度を1とするオントロジ探索ルール情報を生成する。そして、オントロジ探索ルール情報生成部57は、生成したオントロジ探索ルール情報を、オントロジ探索ルール情報記憶部52に記憶させる(ステップS67)。このステップは、ステップS64の判断結果に関わらず、実行される。 Next, the ontology search rule information generation unit 57 generates ontology search rule information in which the search priority of the search route that follows the relationship of the “child → parent” direction to this ontology node information is 1. Then, the ontology search rule information generation unit 57 stores the generated ontology search rule information in the ontology search rule information storage unit 52 (step S67). This step is executed regardless of the determination result of step S64.
 以降、オントロジ探索ルール情報生成部57は、本発明の第3の実施の形態におけるオントロジ探索ルール情報生成部37と同様に、該当するオントロジノード情報に関して、さらにオントロジ探索ルール情報生成処理を再帰的に実行する。 Thereafter, the ontology search rule information generation unit 57 recursively performs the ontology search rule information generation process for the corresponding ontology node information in the same manner as the ontology search rule information generation unit 37 in the third embodiment of the present invention. Execute.
 以上で、コンテキスト処理装置5がオントロジ探索ルール情報を生成する動作の説明を終了する。 This is the end of the description of the operation in which the context processing device 5 generates ontology search rule information.
 次に、このようなオントロジ探索ルール情報を生成する動作の具体例について説明する。ここでは、オントロジ情報記憶部21には、図5に示した情報が記憶され、コンテキスト取得可否情報記憶部56には、図16に示した情報が記憶されているものとして説明を行う。 Next, a specific example of the operation for generating such ontology search rule information will be described. Here, it is assumed that the information shown in FIG. 5 is stored in the ontology information storage unit 21 and the information shown in FIG. 16 is stored in the context acquisition availability information storage unit 56.
 まず、オントロジ探索ルール情報生成部57は、図5のオントロジ情報記憶部21の6行目から、ルートノードの子であるオントロジノード情報「メモリ」を取得する(ステップS31)。 First, the ontology search rule information generation unit 57 acquires ontology node information “memory” that is a child of the root node from the sixth line of the ontology information storage unit 21 in FIG. 5 (step S31).
 次に、オントロジ探索ルール情報生成部57は、オントロジノード情報「メモリ」について、オントロジ探索ルール情報生成処理を実行する(ステップS32)。 Next, the ontology search rule information generation unit 57 executes an ontology search rule information generation process for the ontology node information “memory” (step S32).
 ここでは、オントロジ探索ルール情報生成部57は、図5のオントロジ情報記憶部21の1行目から、「メモリ」の子であるオントロジノード情報「揮発性メモリ」を取得する(ステップS41、S42でYes)。 Here, the ontology search rule information generation unit 57 acquires ontology node information “volatile memory” that is a child of “memory” from the first row of the ontology information storage unit 21 of FIG. 5 (in steps S41 and S42). Yes).
 次に、オントロジ探索ルール情報生成部57は、図16のコンテキスト取得可否情報記憶部56から、「揮発性メモリ」のコンテキスト取得可否フラグとして「○(可)」と、コンテキスト取得可能確率として1とを取得する(ステップS63)。 Next, the ontology search rule information generation unit 57 sets “O (Yes)” as the context acquisition availability flag of “volatile memory” and 1 as the context acquisition probability from the context acquisition availability information storage unit 56 of FIG. Is acquired (step S63).
 そこで、オントロジ探索ルール情報生成部57は、「揮発性メモリ、子→親、探索優先度1」というオントロジ探索ルール情報を生成し、オントロジ探索ルール情報記憶部52に記憶させる(ステップS64でYes、S67)。これは、図17のオントロジ探索ルール情報記憶部52における1行目のオントロジ探索ルール情報に相当する。 Therefore, the ontology search rule information generation unit 57 generates ontology search rule information “volatile memory, child → parent, search priority 1” and stores it in the ontology search rule information storage unit 52 (Yes in step S64). S67). This corresponds to the ontology search rule information on the first line in the ontology search rule information storage unit 52 of FIG.
 次に、オントロジ探索ルール情報生成部57は、「揮発性メモリ」について、さらに、オントロジ探索ルール情報生成処理を実行する(ステップS47)。 Next, the ontology search rule information generation unit 57 further executes an ontology search rule information generation process for “volatile memory” (step S47).
 ここでは、オントロジ探索ルール情報生成部57は、図5のオントロジ情報記憶部21の2行目、3行目から、「揮発性メモリ」の子であるオントロジノード情報「DRAM」、「SRAM」を取得する(ステップS41、S42でYes)。 Here, the ontology search rule information generation unit 57 obtains ontology node information “DRAM” and “SRAM”, which are children of “volatile memory”, from the second and third lines of the ontology information storage unit 21 in FIG. Obtain (Yes in steps S41 and S42).
 <DRAMに関する処理>
 次に、オントロジ探索ルール情報生成部57は、図16のコンテキスト取得可否情報記憶部56から、「DRAM」のコンテキスト取得可否属性として「○(可)」と、コンテキスト取得可能確率として1とを取得する(ステップS63)。
<Processing related to DRAM>
Next, the ontology search rule information generation unit 57 obtains “◯ (possible)” as the context acquisition availability attribute of “DRAM” and 1 as the context acquisition probability from the context acquisition availability information storage unit 56 of FIG. (Step S63).
 そこで、オントロジ探索ルール情報生成部57は、「DRAM、子→親、探索優先度1」というオントロジ探索ルール情報を生成し、オントロジ探索ルール情報記憶部52に記憶させる(ステップS64でYes、S67)。これは、図17のオントロジ探索ルール情報記憶部52における2行目のオントロジ探索ルール情報に相当する。 Therefore, the ontology search rule information generation unit 57 generates ontology search rule information “DRAM, child → parent, search priority 1” and stores it in the ontology search rule information storage unit 52 (Yes in step S64, S67). . This corresponds to the ontology search rule information on the second line in the ontology search rule information storage unit 52 of FIG.
 以降、オントロジ探索ルール情報生成部57は、「DRAM」について、オントロジ探索ルール情報生成処理を再帰的に実行していくことにより、その子孫ノードに関するオントロジ探索ルール情報を順次生成する。 Thereafter, the ontology search rule information generation unit 57 sequentially generates the ontology search rule information related to the descendant nodes by recursively executing the ontology search rule information generation process for “DRAM”.
 <SRAMに関する処理>
 次に、オントロジ探索ルール情報生成部57は、図16のコンテキスト取得可否情報記憶部56から、「SRAM」のコンテキスト取得可否フラグとして「×(否)」と、コンテキスト取得可能確率として「0.6」とを取得する(ステップS63)。
<Processing related to SRAM>
Next, the ontology search rule information generation unit 57 sets “× (No)” as the context acquisition availability flag of “SRAM” and “0.6 as the context acquisition probability from the context acquisition availability information storage unit 56 of FIG. "Is acquired (step S63).
 そして、オントロジ探索ルール情報生成部57は、式(2)を用いて、探索優先度「0.4」を算出する(ステップS64でNo、S65)。 Then, the ontology search rule information generation unit 57 calculates the search priority “0.4” using Expression (2) (No in step S64, S65).
 具体的には、オントロジ探索ルール情報生成部57は、式(2)におけるa1として、「SRAM」のコンテキスト取得可能確率である0.6を適用する。また、オントロジ探索ルール情報生成部57は、式(2)におけるb1として、「SRAM」の親である「揮発性メモリ」への「親→子」への探索ルール情報がないことにより、1を適用する。これにより、オントロジ探索ルール情報生成部57は、「SRAM」に対する「親→子」方向への探索優先度b2として、0.4を算出する。 More specifically, the ontology search rule information generation unit 57 applies 0.6, which is a context acquisition probability of “SRAM”, as a1 in Equation (2). Further, the ontology search rule information generation unit 57 sets 1 as b1 in the expression (2) because there is no search rule information for “parent → child” to “volatile memory” that is the parent of “SRAM”. Apply. Accordingly, the ontology search rule information generation unit 57 calculates 0.4 as the search priority b2 in the “parent → child” direction for “SRAM”.
 次に、オントロジ探索ルール情報生成部57は、「SRAM、親→子、探索優先度0.4」というオントロジ探索ルール情報を生成し、オントロジ探索ルール情報記憶部52に記憶させる(ステップS66)。これは、図17のオントロジ探索ルール情報記憶部52における4行目のオントロジ探索ルール情報に相当する。 Next, the ontology search rule information generation unit 57 generates ontology search rule information “SRAM, parent → child, search priority 0.4” and stores it in the ontology search rule information storage unit 52 (step S66). This corresponds to the ontology search rule information on the fourth line in the ontology search rule information storage unit 52 of FIG.
 次に、オントロジ探索ルール情報生成部57は、「SRAM、子→親、探索優先度1」というオントロジ探索ルール情報を生成し、オントロジ探索ルール情報記憶部52に記憶させる(ステップS67)。これは、図17のオントロジ探索ルール情報記憶部52における3行目のオントロジ探索ルール情報に相当する。 Next, the ontology search rule information generation unit 57 generates ontology search rule information “SRAM, child → parent, search priority 1” and stores it in the ontology search rule information storage unit 52 (step S67). This corresponds to the ontology search rule information on the third line in the ontology search rule information storage unit 52 of FIG.
 以降、オントロジ探索ルール情報生成部57は、「SRAM」について、オントロジ探索ルール情報生成処理を再帰的に実行していくことにより、その子孫ノードに関するオントロジ探索ルール情報を順次生成する。 Thereafter, the ontology search rule information generation unit 57 recursively executes the ontology search rule information generation process for “SRAM”, thereby sequentially generating ontology search rule information regarding its descendant nodes.
 以上で、コンテキスト処理装置5がオントロジ探索ルール情報を生成する動作の具体例の説明を終了する。 Above, description of the specific example of the operation | movement which the context processing apparatus 5 produces | generates ontology search rule information is complete | finished.
 次に、コンテキスト処理装置5がコンテキスト情報を拡張する動作について説明する。コンテキスト処理装置5は、図2および図7を参照して説明した本発明の第2の実施の形態としてのコンテキスト処理装置2の動作と略同様に動作するが、ステップS25における処理の詳細が異なる。 Next, the operation of expanding the context information by the context processing device 5 will be described. The context processing device 5 operates in substantially the same manner as the operation of the context processing device 2 as the second embodiment of the present invention described with reference to FIGS. 2 and 7, but the details of the processing in step S25 are different. .
 ステップS25において、オントロジ情報探索部54は、探索先のオントロジノード情報に対して、ステップS24で抽出した探索ルート情報の方向への探索優先度が閾値以上のオントロジ探索ルール情報が、オントロジ探索ルール情報記憶部52にあるか否かを判断する。 In step S25, the ontology information search unit 54 determines that the ontology search rule information whose search priority in the direction of the search route information extracted in step S24 is greater than or equal to a threshold with respect to the search destination ontology node information is the ontology search rule information. It is determined whether or not it is in the storage unit 52.
 以降、コンテキスト処理装置5は、閾値以上の探索優先度を有するオントロジ探索ルール情報にしたがって、本発明の第2の実施の形態と同様に探索処理を進め、探索先のオントロジノード情報を拡張コンテキストリストに含める。 Thereafter, the context processing device 5 proceeds with the search processing in the same manner as in the second embodiment of the present invention in accordance with ontology search rule information having a search priority equal to or higher than the threshold, and sets the search target ontology node information as an extended context list. Include in
 以上で、コンテキスト処理装置5の動作の説明を終了する。 Above, description of operation | movement of the context processing apparatus 5 is complete | finished.
 次に、本発明の第5の実施の形態の効果について述べる。 Next, the effect of the fifth embodiment of the present invention will be described.
 本発明の第5の実施の形態としてのコンテキスト処理装置は、推論処理の対象から収集されたコンテキスト情報を他のコンテキスト情報に拡張する際に、推論対象との関連性が高いコンテキスト情報と、関連性が無いまたは低いコンテキスト情報とを、さらに精度良く判別してそのようなコンテキスト情報に拡張しないようにすることができる。 The context processing apparatus according to the fifth embodiment of the present invention has context information that is highly relevant to the inference target when the context information collected from the inference processing target is expanded to other context information. It is possible to discriminate the context information having no or low nature from the context information with higher accuracy so that the context information is not expanded.
 その理由は、オントロジ情報探索部が、入力されたコンテキスト情報に相当するオントロジノード情報から探索処理を進める際に、探索優先度が閾値以上のオントロジ探索ルール情報が示す探索ルートをたどるからである。ここで、オントロジ探索ルール情報記憶部が、そのオントロジノード情報への探索優先度をオントロジ探索ルール情報に含めて記憶しておく。これにより、本実施の形態としてのコンテキスト処理装置は、入力されたコンテキスト情報を、探索優先度のより高い探索ルート上にあるオントロジノード情報に拡張し、探索優先度のより低い探索ルート上にあるオントロジノード情報には拡張しないことになる。 The reason is that, when the ontology information search unit advances the search process from the ontology node information corresponding to the input context information, it follows the search route indicated by the ontology search rule information whose search priority is equal to or higher than the threshold. Here, the ontology search rule information storage unit stores the search priority for the ontology node information included in the ontology search rule information. As a result, the context processing apparatus as the present embodiment expands the input context information to ontology node information on the search route having a higher search priority, and is on the search route having a lower search priority. The ontology node information is not expanded.
 また、さらに、コンテキスト取得可否情報記憶部が、オントロジノード情報のコンテキスト取得可能確率を記憶しておく場合、オントロジ探索ルール情報生成部が、コンテキスト取得可能確率に基づいてそのオントロジノード情報に対する探索優先度を決定する。これにより、オントロジ情報探索部が、入力されたコンテキスト情報に相当するオントロジノード情報から探索処理を進める際に、コンテキスト収集装置によってより取得されにくいコンテキスト情報に相当するオントロジノード情報に対して優先的に探索処理を進めていくことができる。したがって、この場合、本実施の形態としてのコンテキスト処理装置は、入力されたコンテキスト情報を他のコンテキスト情報に拡張する際に、本来推論対象との関連性が高いにもかかわらず、コンテキスト収集装置によってより取得されにくいコンテキスト情報に、優先的に拡張することになるからである。 Furthermore, when the context acquisition availability information storage unit stores the context acquisition probability of ontology node information, the ontology search rule information generation unit uses the context acquisition probability to search priority for the ontology node information. To decide. As a result, when the ontology information search unit advances the search process from the ontology node information corresponding to the input context information, the ontology node information corresponding to the context information that is more difficult to be acquired by the context collection device is given priority. The search process can proceed. Therefore, in this case, the context processing apparatus according to the present embodiment uses the context collection apparatus to expand the input context information to other context information even though the context processing apparatus originally has high relevance to the inference target. This is because it is preferentially extended to context information that is more difficult to obtain.
 (第6の実施の形態)
 次に、本発明の第6の実施の形態について図面を参照して詳細に説明する。本実施の形態では、本発明のコンテキスト処理装置を用いて推論処理を実行する情報処理装置と、端末とを含む情報処理システムについて説明する。なお、本実施の形態の説明において参照する各図面において、本発明の第1の実施の形態と同一の構成および同様に動作するステップには同一の符号を付して本実施の形態における詳細な説明を省略する。
(Sixth embodiment)
Next, a sixth embodiment of the present invention will be described in detail with reference to the drawings. In the present embodiment, an information processing system including an information processing apparatus that performs inference processing using the context processing apparatus of the present invention and a terminal will be described. Note that, in each drawing referred to in the description of the present embodiment, the same reference numerals are given to the same configuration and steps that operate in the same manner as in the first embodiment of the present invention, and the detailed description in the present embodiment. Description is omitted.
 まず、本発明の第6の実施の形態としての情報処理システム600の構成を図19に示す。図19において、情報処理システム600は、情報処理装置60と、端末90とを備える。また、情報処理装置60および端末90は、インターネット、LAN(Local Area Network)、公衆回線網、無線通信網またはこれらの組合せ等によって構成されるネットワークを介して互いに通信可能に接続されている。なお、図19には、情報処理装置60および端末90を1つずつ示したが、本発明の情報処理システムが備える各装置の数を限定するものではない。 First, FIG. 19 shows the configuration of an information processing system 600 as a sixth embodiment of the present invention. In FIG. 19, the information processing system 600 includes an information processing device 60 and a terminal 90. Further, the information processing apparatus 60 and the terminal 90 are communicably connected to each other via a network constituted by the Internet, a LAN (Local Area Network), a public line network, a wireless communication network, or a combination thereof. In FIG. 19, one information processing device 60 and one terminal 90 are shown, but the number of devices included in the information processing system of the present invention is not limited.
 次に、情報処理装置60および端末90の機能ブロック構成を図20に示す。図20において、情報処理装置60は、本発明の第1の実施の形態としてのコンテキスト処理装置1と、知識情報記憶部61と、推論ルール記憶部62と、推論部63と、推論結果提示部64とを備える。ここで、情報処理装置60は、本発明の第1の実施の形態としてのコンテキスト処理装置1と同一のハードウェア構成に加えて、さらにネットワークインタフェースを含むコンピュータ装置によって構成されている。また、知識情報記憶部61と、推論ルール記憶部62とは、記憶装置によって構成される。また、推論部63は、ROMまたは記憶装置に記憶されたコンピュータ・プログラムをRAMに読み込んで実行するCPUによって構成される。また、推論結果提示部64は、ネットワークインタフェースと、ROMまたは記憶装置に記憶されたコンピュータ・プログラムをRAMに読み込んで実行するCPUとによって構成される。なお、情報処理装置60を構成する各機能ブロックのハードウェア構成は、上述の構成に限定されない。 Next, functional block configurations of the information processing apparatus 60 and the terminal 90 are shown in FIG. In FIG. 20, the information processing device 60 includes a context processing device 1 as a first embodiment of the present invention, a knowledge information storage unit 61, an inference rule storage unit 62, an inference unit 63, and an inference result presentation unit. 64. Here, in addition to the same hardware configuration as the context processing device 1 as the first embodiment of the present invention, the information processing device 60 is configured by a computer device that further includes a network interface. The knowledge information storage unit 61 and the inference rule storage unit 62 are configured by a storage device. The inference unit 63 is configured by a CPU that reads a computer program stored in a ROM or a storage device into the RAM and executes the computer program. The inference result presentation unit 64 includes a network interface and a CPU that reads a computer program stored in a ROM or a storage device into a RAM and executes the computer program. Note that the hardware configuration of each functional block constituting the information processing apparatus 60 is not limited to the above-described configuration.
 また、図20において、端末90は、コンテキスト収集部91と、情報提示部92とを備える。ここで、端末90は、CPUと、RAMと、ROMと、ハードディスク等の記憶装置と、入力装置と、表示装置と、ネットワークインタフェースとを備えたコンピュータ装置によって構成されている。また、コンテキスト収集部91は、入力装置と、ネットワークインタフェースと、ROMまたは記憶装置に記憶されたコンピュータ・プログラムをRAMに読み込んで実行するCPUとによって構成される。また、情報提示部92は、表示装置と、ネットワークインタフェースと、ROMまたは記憶装置に記憶されたコンピュータ・プログラムをRAMに読み込んで実行するCPUとによって構成される。なお、端末90を構成する各機能ブロックのハードウェア構成は、上述の構成に限定されない。 In FIG. 20, the terminal 90 includes a context collection unit 91 and an information presentation unit 92. Here, the terminal 90 is configured by a computer device including a CPU, a RAM, a ROM, a storage device such as a hard disk, an input device, a display device, and a network interface. The context collection unit 91 includes an input device, a network interface, and a CPU that reads a computer program stored in the ROM or the storage device into the RAM and executes the computer program. The information presentation unit 92 includes a display device, a network interface, and a CPU that reads a computer program stored in a ROM or a storage device into the RAM and executes the computer program. Note that the hardware configuration of each functional block constituting the terminal 90 is not limited to the above-described configuration.
 次に、情報処理装置60の各機能ブロックについて説明する。 Next, each functional block of the information processing apparatus 60 will be described.
 知識情報記憶部61は、1つ以上の知識情報を記憶する。この知識情報は、対象分野における知識を表すものである。知識情報記憶部61は、このような知識情報を、知識情報を識別する知識IDとともに記憶しておく。知識情報記憶部61に記憶される情報の一例を図21に示す。図21において、各行が示す知識情報は、知識IDと、知識内容とを含む。図21の例では、知識内容は、知識内容を表す情報が格納された場所を示すURL(Uniform Resource Locator)によって表されている。なお、知識内容は、知識内容を表す情報そのものであってもよい。また、知識情報は、図21に示したように、知識タイトルを含んでいてもよい。その他、知識情報は、登録者のユーザID、登録日時、または、アクセス権情報などを含んでもよい。 The knowledge information storage unit 61 stores one or more pieces of knowledge information. This knowledge information represents knowledge in the target field. The knowledge information storage unit 61 stores such knowledge information together with a knowledge ID for identifying knowledge information. An example of information stored in the knowledge information storage unit 61 is shown in FIG. In FIG. 21, the knowledge information indicated by each row includes a knowledge ID and knowledge content. In the example of FIG. 21, the knowledge content is represented by a URL (UniformUniResource Locator) indicating a location where information representing the knowledge content is stored. The knowledge content may be information itself representing the knowledge content. Further, the knowledge information may include a knowledge title as shown in FIG. In addition, the knowledge information may include a registrant's user ID, registration date and time, or access right information.
 推論ルール記憶部62は、1つ以上の推論ルールを記憶する。このような推論ルールは、コンテキスト情報の内容に応じて発生する事象を表したものである。推論ルールは、例えば、条件(IF情報)および該条件が満たされたときに発生する事象(THEN情報)からなるIF-THEN形式のルールであってもよい。また、このような推論ルールは、知識情報記憶部61に記憶される知識情報に関連するものである。例えば、推論ルールは、THEN情報として知識IDを含んでいてもよい。推論ルール記憶部62は、このような推論ルールを、推論ルールを識別する推論ルールIDとともに記憶しておく。 The inference rule storage unit 62 stores one or more inference rules. Such an inference rule represents an event that occurs according to the content of the context information. The inference rule may be, for example, an IF-THEN type rule including a condition (IF information) and an event (THEN information) that occurs when the condition is satisfied. Such inference rules are related to knowledge information stored in the knowledge information storage unit 61. For example, the inference rule may include a knowledge ID as THEN information. The inference rule storage unit 62 stores such an inference rule together with an inference rule ID for identifying the inference rule.
 推論ルール記憶部62に記憶される情報の一例を図22に示す。図22において、各行が示す推論ルールは、推論ルールIDと、IF情報と、THEN情報とを含む。その他、推論ルールは、登録日時や登録者のユーザIDを含んでいてもよい。また、推論ルールは、複数のIF情報を含んでもよい。複数のIF情報が含まれる推論ルールは、全てのIF情報が満たされた際にTHEN情報が推論されることを意味していてもよい。 An example of information stored in the inference rule storage unit 62 is shown in FIG. In FIG. 22, the inference rule indicated by each line includes an inference rule ID, IF information, and THEN information. In addition, the inference rule may include the registration date and the user ID of the registrant. The inference rule may include a plurality of IF information. An inference rule including a plurality of IF information may mean that THEN information is inferred when all IF information is satisfied.
 推論部63は、コンテキスト処理装置1から出力される拡張コンテキストリストに含まれる各コンテキスト情報に対して、推論ルール記憶部62に記憶された推論ルールを適用することにより、推論結果を得る。例えば、推論部63は、コンテキスト情報に適合するIF情報を有する推論ルールを検索する。そして、推論部63は、検索した推論ルールが有するTHEN情報が起こると推定する。また、推論部63は、適用した推論ルールのTHEN情報が他の推論ルールのIF情報を満たす場合、他の推論ルールをさらに適用する連鎖的な推論処理を繰り返してもよい。また、推論部63は、取得したコンテキスト情報または適用した推論ルールのTHEN情報に対して適用可能な複数の推論ルールがあれば、それぞれの推論ルールに基づき複数の推論処理を実行してもよい。そして、推論部63は、適用した各推論ルールに関連する知識情報を、推論結果とする。この場合、推論部63は、適用した各推論ルールのTHEN情報が示す知識IDを、推論結果としてもよい。 The inference unit 63 obtains an inference result by applying the inference rules stored in the inference rule storage unit 62 to each context information included in the extended context list output from the context processing device 1. For example, the inference unit 63 searches for inference rules having IF information that matches the context information. Then, the inference unit 63 estimates that THEN information included in the retrieved inference rule occurs. In addition, when the THEN information of the applied inference rule satisfies the IF information of another inference rule, the inference unit 63 may repeat a chain inference process that further applies another inference rule. Further, if there are a plurality of inference rules applicable to the acquired context information or the THEN information of the applied inference rule, the inference unit 63 may execute a plurality of inference processes based on the respective inference rules. And the inference part 63 makes the knowledge information relevant to each applied inference rule the inference result. In this case, the inference unit 63 may use the knowledge ID indicated by the THEN information of each applied inference rule as the inference result.
 推論結果提示部64は、推論部63によって得られた推論結果を提示する。具体的には、推論結果提示部64は、端末90に対して、ネットワークを介して推論結果を送信する。 The inference result presentation unit 64 presents the inference result obtained by the inference unit 63. Specifically, the inference result presentation unit 64 transmits the inference result to the terminal 90 via the network.
 次に、端末90の各機能ブロックについて説明する。 Next, each functional block of the terminal 90 will be described.
 コンテキスト収集部91は、推論対象からコンテキスト情報を収集し、情報処理装置60に対して送信する。例えば、コンテキスト収集部91は、自装置に記憶された設計文書データから、コンテキスト情報を収集してもよい。 The context collection unit 91 collects context information from the inference target and transmits it to the information processing apparatus 60. For example, the context collection unit 91 may collect context information from design document data stored in its own device.
 情報提示部92は、情報処理装置60から受信する推論結果を、表示装置に表示する。 The information presentation unit 92 displays the inference result received from the information processing device 60 on the display device.
 以上のように構成された情報処理システム600の推論動作について、図23を参照して説明する。なお、図23において、左図は端末90の動作を表し、右図は情報処理装置60の動作を表し、左右を結ぶ破線の矢印は、データの流れを表している。 The inference operation of the information processing system 600 configured as described above will be described with reference to FIG. In FIG. 23, the left diagram represents the operation of the terminal 90, the right diagram represents the operation of the information processing apparatus 60, and the dashed arrows connecting the left and right represent the data flow.
 まず、端末90のコンテキスト収集部91は、推論対象からコンテキスト情報を収集し、情報処理装置60に対して送信する(ステップS81)。例えば、前述のように、コンテキスト収集部91は、自装置に記憶された設計文書データから、コンテキスト情報を収集してもよい。 First, the context collection unit 91 of the terminal 90 collects context information from the inference target and transmits it to the information processing apparatus 60 (step S81). For example, as described above, the context collection unit 91 may collect context information from design document data stored in its own device.
 次に、情報処理装置60のコンテキスト取得部13は、コンテキスト情報を受信する(ステップS82)。 Next, the context acquisition unit 13 of the information processing device 60 receives context information (step S82).
 次に、オントロジ情報探索部14は、ステップS82で取得されたコンテキスト情報に相当するオントロジノード情報を含むオントロジ情報について、コンテキスト拡張処理を実行する(ステップS83)。このコンテキスト拡張処理の詳細は、図3を用いて説明した本発明の第1の実施の形態におけるコンテキスト拡張処理と同様である。 Next, the ontology information search unit 14 executes context extension processing on ontology information including ontology node information corresponding to the context information acquired in step S82 (step S83). The details of this context extension processing are the same as the context extension processing in the first embodiment of the present invention described with reference to FIG.
 次に、推論部63は、ステップS83において生成された拡張コンテキストリストに含まれる各コンテキスト情報について、推論ルール記憶部62に記憶された推論ルールを適用する。そして、推論部63は、推論結果として知識情報を得る(ステップS84)。 Next, the inference unit 63 applies the inference rule stored in the inference rule storage unit 62 to each context information included in the extended context list generated in step S83. Then, the inference unit 63 obtains knowledge information as an inference result (step S84).
 このとき、前述のように、推論部63は、適用した推論ルールにより導かれる情報に適用可能な推論ルールをさらに適用する連鎖的な推論処理を実行してもよい。この場合、推論部63は、適用可能な推論ルールがなくなるまでに適用した各推論ルールに関連する知識情報を、推論結果として取得してもよい。このとき、推論部63は、推論ルールに含まれる知識IDに基づいて、関連する知識情報を取得すればよい。 At this time, as described above, the inference unit 63 may execute a chain inference process that further applies an inference rule applicable to information guided by the applied inference rule. In this case, the inference unit 63 may acquire knowledge information related to each inference rule applied until there is no applicable inference rule as an inference result. At this time, the inference unit 63 may acquire related knowledge information based on the knowledge ID included in the inference rule.
 次に、推論結果提示部64は、ステップS84で取得された推論結果としての知識情報を、端末90に送信する(ステップS85)。このとき、推論結果提示部64は、ステップS84で取得された知識情報の重要度を表す情報をさらに取得し、取得した重要度と共に、推論結果を送信してもよい。 Next, the inference result presentation unit 64 transmits the knowledge information as the inference result acquired in step S84 to the terminal 90 (step S85). At this time, the inference result presentation unit 64 may further acquire information indicating the importance of the knowledge information acquired in step S84, and transmit the inference result together with the acquired importance.
 次に、端末90の情報提示部92は、推論結果としての知識情報を受信し、表示装置に表示する(ステップS86)。このとき、情報提示部92は、重要度に基づく順序で知識情報を表示してもよい。 Next, the information presentation unit 92 of the terminal 90 receives the knowledge information as the inference result and displays it on the display device (step S86). At this time, the information presentation unit 92 may display the knowledge information in an order based on the importance.
 以上で、情報処理システム600は、動作を終了する。 Thus, the information processing system 600 ends the operation.
 次に、本発明の第6の実施の形態の効果について述べる。 Next, effects of the sixth embodiment of the present invention will be described.
 本発明の第6の実施の形態としての情報処理システムは、推論処理の対象との関連性の高い知識情報をより多く提示しながらも、推論対象との関連性が無いまたは低い知識情報をより提示しないようにすることができる。 The information processing system as the sixth exemplary embodiment of the present invention presents more knowledge information that is highly relevant to the inference processing target, but more knowledge information that is not or less relevant to the inference target. It can be avoided.
 すなわち、本発明の第6の実施の形態としての情報処理装置は、推論処理における再現率を上昇させながら、適合率を減少させない。ここで、再現率とは、「提示された推論結果のうち、本来提示されるべきものの数」/「本来提示されるべき推論結果の総数」によって算出される値である。また、適合率とは、「提示された推論結果のうち、本来提示されるべきものの数」/「提示された推論結果の総数)」によって算出される値である。 That is, the information processing apparatus as the sixth exemplary embodiment of the present invention does not decrease the precision while increasing the recall in the inference process. Here, the recall rate is a value calculated by “the number of inference results that should be presented” / “the total number of inference results that should be presented”. The relevance ratio is a value calculated by “the number of inference results to be originally presented” / “total number of inference results presented”.
 その理由は、コンテキスト処理装置が、端末から取得したコンテキスト情報を、オントロジノード情報間の関係性をたどって拡張する際に、オントロジ探索ルール情報により許可された探索ルートをたどって探索したオントロジノード情報に拡張するからである。これにより、本実施の形態としての情報処理装置は、推論処理の対象から収集されたコンテキスト情報を、推論対象との関連性が高い他のコンテキスト情報に拡張しながらも、関連性が無いまたは低いコンテキスト情報に拡張することを低減する。したがって、本実施の形態としての情報処理装置は、推論対象との関連性が高いコンテキスト情報に基づいて推論を行うことができる。これにより、本実施の形態としての情報処理装置は、推論対象に本来関連性の高い知識情報をより多く提示して、再現率を増大させることができる。その上、本実施の形態としての情報処理装置は、推論対象との関連性が無いまたは低いコンテキスト情報に基づいて推論を行うことを低減する。これにより、本実施の形態としての情報処理装置は、推論対象との関連性が無いまたは低い知識情報を提示しないようにして、適合率を減少させない。その結果、端末を利用するユーザは、推論対象に対して関連性が無いまたは低い不要な知識情報を閲覧することなく、より多くの有用な知識情報を閲覧可能となる。 The reason is that the ontology node information searched by the context processing device by following the search route permitted by the ontology search rule information when expanding the context information acquired from the terminal by following the relationship between the ontology node information. It is because it extends to. Thereby, the information processing apparatus according to the present embodiment has no or low relevance while expanding the context information collected from the inference processing target to other context information having a high relevance to the inference target. Reduce extension to context information. Therefore, the information processing apparatus as the present embodiment can perform inference based on context information that is highly relevant to the inference object. Thereby, the information processing apparatus as the present embodiment can present more knowledge information that is originally highly relevant to the inference target, and can increase the recall rate. In addition, the information processing apparatus according to the present embodiment reduces inferences based on context information that has no or low relevance to the inference target. Thereby, the information processing apparatus as the present embodiment does not reduce the relevance rate by not presenting knowledge information that is not related to or low in the inference object. As a result, a user who uses the terminal can browse more useful knowledge information without browsing unnecessary knowledge information that is not relevant to the inference target or low.
 なお、本実施の形態において、情報処理装置60は、本発明の第1の実施の形態としてのコンテキスト処理装置1に替えて、本発明の第2から第5の実施の形態としてのコンテキスト処理装置のいずれかを備えてもよい。また、その場合、本実施の形態における端末90のコンテキスト収集部91は、本発明の第3から第5の実施の形態におけるコンテキスト収集装置に相当する。 In the present embodiment, the information processing device 60 replaces the context processing device 1 as the first embodiment of the present invention with the context processing device as the second to fifth embodiments of the present invention. Either of these may be provided. In this case, the context collection unit 91 of the terminal 90 in the present embodiment corresponds to the context collection device in the third to fifth embodiments of the present invention.
 また、上述した本発明の各実施の形態において、オントロジ情報が階層構造によって表される例を中心に説明したが、オントロジ情報は、その他、ネットワーク構造や、因果関係構造によって表されるものであってもよい。ここで、ネットワーク構造とは、ノード間に方向性のない関係性を有し、階層性を持たない構造である。この場合、オントロジ情報記憶部は、関係性を有する2つのオントロジノード情報について、該2つのオントロジノード情報を含むオントロジ情報を記憶すればよい。また、因果関係構造とは、ノード間に方向性のある関係性「因果」を有し、階層性を持たない構造である。この場合、オントロジ情報記憶部は、関係性「因果」の元となるオントロジノード情報と、先となるオントロジノード情報とを含むオントロジ情報を記憶すればよい。 Further, in each of the embodiments of the present invention described above, description has been made mainly on examples in which ontology information is represented by a hierarchical structure, but ontology information is represented by a network structure or a causal relationship structure. May be. Here, the network structure is a structure having a non-directional relationship between nodes and not having a hierarchy. In this case, the ontology information storage unit may store ontology information including the two ontology node information for the two ontology node information having a relationship. The causal relationship structure is a structure having a directional relationship “causal” between nodes and not having a hierarchical property. In this case, the ontology information storage unit may store ontology information including the ontology node information that is the source of the relationship “causal” and the previous ontology node information.
 また、上述した本発明の各実施の形態において、コンテキスト情報が文字情報である例を中心に説明したが、コンテキスト情報は、推論対象から収集可能な種類の情報であればよく、画像情報、数値情報等、文字以外の種類の情報であってもよい。また、上述した本発明の各実施の形態において、オントロジノード情報が文字情報である例を中心に説明したが、オントロジノード情報は、画像情報、数値情報等、文字以外の種類の情報であってもよい。また、オントロジノード情報は、対象分野の概念を表す情報そのものに加えて、クラス情報と、属性情報とをさらに含む情報であってもよい。この場合、オントロジ情報探索部は、入力されたコンテキスト情報に相当するオントロジノード情報を、クラス情報や属性情報等にも基づいて判断してもよい。 Further, in each of the embodiments of the present invention described above, the example in which the context information is character information has been mainly described. However, the context information may be any kind of information that can be collected from the inference target. Information other than characters, such as information, may be used. Further, in each of the embodiments of the present invention described above, description has been made mainly on an example in which ontology node information is character information. However, ontology node information is information of a type other than characters, such as image information and numerical information. Also good. The ontology node information may be information further including class information and attribute information in addition to information representing the concept of the target field. In this case, the ontology information search unit may determine the ontology node information corresponding to the input context information based on class information, attribute information, and the like.
 また、上述した本発明の各実施の形態において、各フローチャートを参照して説明したコンテキスト処理装置の動作を、本発明のコンピュータ・プログラムとしてコンピュータ装置の記憶装置(記憶媒体)に格納しておき、係るコンピュータ・プログラムを当該CPUが読み出して実行するようにしてもよい。そして、このような場合において、本発明は、係るコンピュータ・プログラムのコード或いは記憶媒体によって構成される。 In each embodiment of the present invention described above, the operation of the context processing device described with reference to each flowchart is stored in a storage device (storage medium) of the computer device as a computer program of the present invention. Such a computer program may be read and executed by the CPU. In such a case, the present invention is constituted by the code of the computer program or a storage medium.
 また、上述した各実施の形態は、適宜組み合わせて実施されることが可能である。 Also, the above-described embodiments can be implemented in appropriate combination.
 また、本発明は、上述した各実施の形態に限定されず、様々な態様で実施されることが可能である。
以上、実施形態及び実施例を参照して本願発明を説明したが、本願発明は上記実施形態及び実施例に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内での当業者が理解し得る様々な変更をすることができる。
 この出願は、2012年3月23日に出願された日本出願特願2012-067280を基礎とする優先権を主張し、その開示の全てをここに取り込む。
The present invention is not limited to the above-described embodiments, and can be implemented in various modes.
Although the present invention has been described with reference to the exemplary embodiments and examples, the present invention is not limited to the above exemplary embodiments and examples. Various changes that can be understood by those skilled in the art within the scope of the present invention can be made to the configuration and details of the present invention.
This application claims priority based on Japanese Patent Application No. 2012-067280 filed on Mar. 23, 2012, the entire disclosure of which is incorporated herein.
 また、上述した各実施の形態の一部又は全部は、以下の付記のようにも記載されうるが、以下には限られない。
(付記1)
 対象分野における各概念を表すオントロジノード情報と、前記オントロジノード情報間の関係性を表す関係性情報とを含むオントロジ情報を記憶するオントロジ情報記憶部と、
 前記オントロジノード情報間の関係性をたどる探索処理において、前記オントロジノード情報への探索を許可することを表すオントロジ探索ルール情報を記憶するオントロジ探索ルール情報記憶部と、
 コンテキスト情報を取得するコンテキスト取得部と、
 前記コンテキスト情報に相当する前記オントロジノード情報を含む前記オントロジ情報を参照することにより、該オントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により探索が許可されたオントロジノード情報を探索する探索処理を実行し、探索したオントロジノード情報について、前記オントロジ情報記憶部および前記オントロジ探索ルール情報記憶部を参照することにより前記探索処理を順次実行するとともに、探索した各オントロジノード情報を拡張コンテキストリストに追加するオントロジ情報探索部と、
 前記拡張コンテキストリストを出力する拡張コンテキストリスト出力部と、
 を備えたコンテキスト処理装置。
(付記2)
 前記コンテキスト情報を収集して前記コンテキスト取得部に対して出力する外部のコンテキスト収集装置において、前記各オントロジノード情報が前記コンテキスト情報として取得可能であるか否かを表すコンテキスト取得可否情報を記憶したコンテキスト取得可否情報記憶部と、
 前記各オントロジノード情報について、前記コンテキスト取得可否情報に基づいて前記オントロジ探索ルール情報を生成し、生成したオントロジ探索ルール情報を前記オントロジ探索ルール情報記憶部に記憶させるオントロジ探索ルール情報生成部と、
 をさらに備えたことを特徴とする付記1に記載のコンテキスト処理装置。
(付記3)
 前記オントロジ情報記憶部は、前記オントロジ情報に、前記関係性の種別を表す情報を含んで記憶し、
 前記オントロジ探索ルール情報記憶部は、前記オントロジ探索ルール情報に、該オントロジノード情報への探索が行われる際にたどることが許可された関係性の種別を表す情報を含んで記憶し、
 前記オントロジ情報探索部は、前記探索処理として、該当するオントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により該関係性の種別をたどる探索が許可されたオントロジノード情報を探索することを特徴とする付記1または付記2に記載のコンテキスト処理装置。
(付記4)
 前記オントロジ情報記憶部は、前記オントロジ情報に、前記関係性の方向を表す情報を含んで記憶し、
 前記オントロジ探索ルール情報記憶部は、前記オントロジ探索ルール情報に、該オントロジノード情報への探索が行われる際にたどることが許可された関係性の方向を表す情報を含んで記憶し、
 前記オントロジ情報探索部は、前記探索処理として、該当するオントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により該関係性の方向への探索が許可されたオントロジノード情報を探索することを特徴とする付記1から付記3のいずれか1つに記載のコンテキスト処理装置。
(付記5)
 前記オントロジ情報記憶部は、前記オントロジ情報に、前記関係性の方向として親子関係を表す情報を含んで記憶し、
 前記オントロジ探索ルール情報生成部は、前記各オントロジノード情報について、前記コンテキスト取得可否情報が可否のいずれを示すかに関わらず、該オントロジノード情報を親とする子からの探索を許可するオントロジ探索ルール情報を生成するとともに、前記コンテキスト取得可否情報が否を示すオントロジノード情報について、該オントロジノード情報を子とする親からの探索を許可するオントロジ探索ルール情報を生成することを特徴とする付記4に記載のコンテキスト処理装置。
(付記6)
 前記オントロジ探索ルール情報記憶部は、前記オントロジ探索ルール情報に、探索優先度を表す情報を含んで記憶し、
 前記オントロジ情報探索部は、前記探索優先度に基づいて前記オントロジ探索ルールを適用することにより前記探索処理を行うことを特徴とする付記1から付記5のいずれか1つに記載のコンテキスト処理装置。
(付記7)
 前記コンテキスト取得可否情報記憶部は、前記コンテキスト取得可否情報に、前記各オントロジノード情報が前記コンテキスト情報として前記コンテキスト収集装置によって取得可能な確率を表すコンテキスト取得可能確率を含んで記憶し、
 前記オントロジ探索ルール情報生成部は、前記コンテキスト取得可能確率に基づいて、前記探索優先度を算出することを特徴とする付記6に記載のコンテキスト処理装置。
(付記8)
 前記オントロジ探索ルール情報記憶部は、前記コンテキスト収集装置を識別する情報に対応付けて前記オントロジ探索ルール情報を記憶し、
 前記コンテキスト取得部は、前記コンテキスト収集装置を識別する情報をさらに取得し、
 前記オントロジ情報探索部は、前記コンテキスト取得部によって取得されたコンテキスト収集装置を識別する情報に対応付けられた前記オントロジ探索ルール情報を用いて、前記探索処理を行うことを特徴とする付記1から付記7のいずれか1つに記載のコンテキスト処理装置。
(付記9)
 前記コンテキスト取得可否情報記憶部は、前記コンテキスト収集装置を識別する情報に対応付けて前記コンテキスト取得可否情報を記憶し、
 前記オントロジ探索ルール情報生成部は、前記コンテキスト収集装置を識別する情報毎に前記オントロジ探索ルール情報を生成することを特徴とする付記8に記載のコンテキスト処理装置。
(付記10)
 付記1から付記9のいずれか1つに記載のコンテキスト処理装置と、
 知識情報を記憶する知識情報記憶部と、
 前記知識情報に関連する推論ルールを記憶した推論ルール記憶部と、
 前記コンテキスト処理装置から出力される前記拡張コンテキストリストに含まれる各コンテキスト情報に対して前記推論ルールを適用することにより、適用した推論ルールに関連する前記知識情報を推論結果として得る推論部と、
 前記推論結果を提示する推論結果提示部と、
 を備えた情報処理装置。
(付記11)
 付記10に記載の情報処理装置と、
 前記コンテキスト情報を収集して前記情報処理装置に送信するとともに、前記情報処理装置から前記推論結果を受信して提示する端末と、
 を備えた情報処理システム。
(付記12)
 対象分野における各概念を表すオントロジノード情報と、前記オントロジノード情報間の関係性を表す関係性情報とを含むオントロジ情報を記憶しておき、
 前記オントロジノード情報間の関係性をたどる探索処理において、前記オントロジノード情報への探索を許可することを表すオントロジ探索ルール情報を記憶しておき、
 コンテキスト情報を取得すると、
 前記コンテキスト情報に相当する前記オントロジノード情報を含む前記オントロジ情報を参照することにより、該オントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により探索が許可されたオントロジノード情報を探索する探索処理を実行し、探索したオントロジノード情報について、前記オントロジ情報および前記オントロジ探索ルール情報を参照することにより前記探索処理を順次実行するとともに、探索した各オントロジノード情報を拡張コンテキストリストに追加し、
 前記拡張コンテキストリストを出力する、コンテキスト処理方法。
(付記13)
 対象分野における各概念を表すオントロジノード情報と、前記オントロジノード情報間の関係性を表す関係性情報とを含むオントロジ情報を記憶するオントロジ情報記憶部と、前記オントロジノード情報間の関係性をたどる探索処理において、前記オントロジノード情報への探索を許可することを表すオントロジ探索ルール情報を記憶するオントロジ探索ルール情報記憶部とを用いて、
 コンテキスト情報を取得するコンテキスト情報取得ステップと、
 前記コンテキスト情報に相当する前記オントロジノード情報を含む前記オントロジ情報を参照することにより、該オントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により探索が許可されたオントロジノード情報を探索する探索処理を実行し、探索したオントロジノード情報について、前記オントロジ情報記憶部および前記オントロジ探索ルール情報記憶部を参照することにより前記探索処理を順次実行するとともに、探索した各オントロジノード情報を拡張コンテキストリストに追加するオントロジ情報探索ステップと、
 前記拡張コンテキストリストを出力する拡張コンテキストリスト出力ステップと、
 をコンピュータ装置に実行させるコンピュータ・プログラム。
A part or all of each of the above-described embodiments can be described as in the following supplementary notes, but is not limited thereto.
(Appendix 1)
Ontology information storage unit for storing ontology information including ontology node information representing each concept in a target field and relationship information representing a relationship between the ontology node information; and
An ontology search rule information storage unit that stores ontology search rule information indicating that a search for the ontology node information is permitted in a search process that traces the relationship between the ontology node information;
A context acquisition unit for acquiring context information;
By referring to the ontology information including the ontology node information corresponding to the context information, a search is permitted by the ontology search rule information among other ontology node information having a relationship with the ontology node information. A search process for searching for the ontology node information that has been performed, and for the searched ontology node information, the search process is sequentially executed and searched by referring to the ontology information storage unit and the ontology search rule information storage unit An ontology information search unit for adding each ontology node information to the extended context list;
An extended context list output unit for outputting the extended context list;
A context processing device.
(Appendix 2)
In an external context collection device that collects the context information and outputs the context information to the context acquisition unit, a context storing context acquisition availability information indicating whether each ontology node information can be acquired as the context information An availability information storage unit;
For each ontology node information, an ontology search rule information generation unit that generates the ontology search rule information based on the context acquisition availability information and stores the generated ontology search rule information in the ontology search rule information storage unit;
The context processing apparatus according to appendix 1, further comprising:
(Appendix 3)
The ontology information storage unit stores the ontology information including information indicating the type of the relationship,
The ontology search rule information storage unit stores in the ontology search rule information including information indicating a type of relationship permitted to be followed when a search for the ontology node information is performed,
In the ontology information search unit, as the search process, among other ontology node information having a relationship with the corresponding ontology node information, a search that traces the type of the relationship by the ontology search rule information is permitted. The context processing device according to Supplementary Note 1 or Supplementary Note 2, wherein the ontology node information is searched.
(Appendix 4)
The ontology information storage unit stores the ontology information including information indicating the direction of the relationship,
The ontology search rule information storage unit stores in the ontology search rule information including information indicating a direction of a relationship permitted to be followed when a search for the ontology node information is performed,
The ontology information search unit is permitted to search in the direction of the relationship by the ontology search rule information among other ontology node information having a relationship with the corresponding ontology node information as the search process. The context processing device according to any one of supplementary note 1 to supplementary note 3, wherein the ontology node information is searched.
(Appendix 5)
The ontology information storage unit stores the ontology information including information indicating a parent-child relationship as the direction of the relationship,
The ontology search rule information generator generates an ontology search rule that permits a search from a child whose parent is the ontology node information, regardless of whether the context acquisition availability information indicates whether or not each of the ontology node information. Supplementary note 4 is characterized in that, for the ontology node information indicating that the context acquisition permission information is not valid, ontology search rule information that permits a search from a parent whose child is the ontology node information is generated. The context processing device described.
(Appendix 6)
The ontology search rule information storage unit stores information including search priority information in the ontology search rule information,
The context processing device according to any one of appendix 1 to appendix 5, wherein the ontology information search unit performs the search process by applying the ontology search rule based on the search priority.
(Appendix 7)
The context acquisition availability information storage unit stores the context acquisition possibility information including a context acquisition possibility probability that represents the probability that each ontology node information can be acquired by the context collection device as the context information,
The context processing apparatus according to appendix 6, wherein the ontology search rule information generation unit calculates the search priority based on the context acquisition probability.
(Appendix 8)
The ontology search rule information storage unit stores the ontology search rule information in association with information for identifying the context collection device,
The context acquisition unit further acquires information for identifying the context collection device,
The ontology information search unit performs the search process using the ontology search rule information associated with information for identifying the context collection device acquired by the context acquisition unit. The context processing device according to any one of 7.
(Appendix 9)
The context acquisition availability information storage unit stores the context acquisition availability information in association with information for identifying the context collection device,
9. The context processing device according to appendix 8, wherein the ontology search rule information generation unit generates the ontology search rule information for each piece of information that identifies the context collection device.
(Appendix 10)
The context processing device according to any one of appendix 1 to appendix 9,
A knowledge information storage unit for storing knowledge information;
An inference rule storage unit that stores inference rules related to the knowledge information;
An inference unit that obtains the knowledge information related to the applied inference rule as an inference result by applying the inference rule to each context information included in the extended context list output from the context processing device;
An inference result presentation unit for presenting the inference result;
An information processing apparatus comprising:
(Appendix 11)
The information processing apparatus according to appendix 10,
Collecting and transmitting the context information to the information processing device, and receiving and presenting the inference result from the information processing device;
Information processing system with
(Appendix 12)
Storing ontology information including ontology node information representing each concept in the target field and relationship information representing a relationship between the ontology node information;
In the search process that traces the relationship between the ontology node information, the ontology search rule information that represents permitting a search for the ontology node information is stored,
When you get the context information
By referring to the ontology information including the ontology node information corresponding to the context information, a search is permitted by the ontology search rule information among other ontology node information having a relationship with the ontology node information. A search process for searching the acquired ontology node information, and for the searched ontology node information, the search process is sequentially executed by referring to the ontology information and the ontology search rule information, and each searched ontology node information To the extended context list,
A context processing method for outputting the extended context list.
(Appendix 13)
An ontology information storage unit that stores ontology information including ontology node information that represents each concept in the target field and relationship information that represents a relationship between the ontology node information, and a search that traces the relationship between the ontology node information In the processing, using an ontology search rule information storage unit that stores ontology search rule information indicating that the search for the ontology node information is permitted,
A context information acquisition step for acquiring context information;
By referring to the ontology information including the ontology node information corresponding to the context information, a search is permitted by the ontology search rule information among other ontology node information having a relationship with the ontology node information. A search process for searching for the ontology node information that has been performed, and for the searched ontology node information, the search process is sequentially executed and searched by referring to the ontology information storage unit and the ontology search rule information storage unit An ontology information search step of adding each ontology node information to the extended context list;
An extended context list output step for outputting the extended context list;
Is a computer program that causes a computer device to execute.
 1、2、3、4、5  コンテキスト処理装置
 11、21  オントロジ情報記憶部
 12、22、42、52  オントロジ探索ルール情報記憶部
 13、43  コンテキスト取得部
 14、24、44、54  オントロジ情報探索部
 15  拡張コンテキストリスト出力部
 36、46、56  コンテキスト取得可否情報記憶部
 37、47、57  オントロジ探索ルール情報生成部
 600  情報処理システム
 60  情報処理装置
 61  知識情報記憶部
 62  推論ルール記憶部
 63  推論部
 64  推論結果提示部
 90  端末
 91  コンテキスト収集部
 92  情報提示部
1, 2, 3, 4, 5 Context processing device 11, 21 Ontology information storage unit 12, 22, 42, 52 Ontology search rule information storage unit 13, 43 Context acquisition unit 14, 24, 44, 54 Ontology information search unit 15 Extended context list output unit 36, 46, 56 Context acquisition availability information storage unit 37, 47, 57 Ontology search rule information generation unit 600 Information processing system 60 Information processing device 61 Knowledge information storage unit 62 Inference rule storage unit 63 Inference unit 64 Inference Result presentation unit 90 Terminal 91 Context collection unit 92 Information presentation unit

Claims (10)

  1.  対象分野における各概念を表すオントロジノード情報と、前記オントロジノード情報間の関係性を表す関係性情報とを含むオントロジ情報を記憶するオントロジ情報記憶手段と、
     前記オントロジノード情報間の関係性をたどる探索処理において、前記オントロジノード情報への探索を許可することを表すオントロジ探索ルール情報を記憶するオントロジ探索ルール情報記憶手段と、
     コンテキスト情報を取得するコンテキスト取得手段と、
     前記コンテキスト情報に相当する前記オントロジノード情報を含む前記オントロジ情報を参照することにより、該オントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により探索が許可されたオントロジノード情報を探索する探索処理を実行し、探索したオントロジノード情報について、前記オントロジ情報記憶部および前記オントロジ探索ルール情報記憶部を参照することにより前記探索処理を順次実行するとともに、前記コンテキスト情報を含む拡張コンテキストリストに、探索した各オントロジノード情報を追加するオントロジ情報探索手段と、
     前記拡張コンテキストリストを出力する拡張コンテキストリスト出力手段と、
     を備えたコンテキスト処理装置。
    Ontology information storage means for storing ontology information including ontology node information representing each concept in a target field and relationship information representing a relationship between the ontology node information;
    Ontology search rule information storage means for storing ontology search rule information indicating that a search for the ontology node information is permitted in a search process for tracing the relationship between the ontology node information;
    A context acquisition means for acquiring context information;
    By referring to the ontology information including the ontology node information corresponding to the context information, a search is permitted by the ontology search rule information among other ontology node information having a relationship with the ontology node information. A search process for searching the acquired ontology node information, and for the searched ontology node information, the search process is sequentially executed by referring to the ontology information storage unit and the ontology search rule information storage unit, and the context Ontology information search means for adding each searched ontology node information to the extended context list including information;
    Extended context list output means for outputting the extended context list;
    A context processing device.
  2.  前記コンテキスト情報を収集して前記コンテキスト取得手段に対して出力する外部のコンテキスト収集装置において、前記各オントロジノード情報が前記コンテキスト情報として取得可能であるか否かを表すコンテキスト取得可否情報を記憶したコンテキスト取得可否情報記憶手段と、
     前記各オントロジノード情報について、前記コンテキスト取得可否情報に基づいて前記オントロジ探索ルール情報を生成し、生成したオントロジ探索ルール情報を前記オントロジ探索ルール情報記憶手段に記憶させるオントロジ探索ルール情報生成手段と、
     をさらに備えたことを特徴とする請求項1に記載のコンテキスト処理装置。
    In an external context collection device that collects the context information and outputs the context information to the context acquisition unit, a context that stores context acquisition availability information indicating whether each ontology node information can be acquired as the context information Acquisition availability information storage means;
    For each ontology node information, ontology search rule information generating means for generating the ontology search rule information based on the context acquisition availability information and storing the generated ontology search rule information in the ontology search rule information storage means;
    The context processing apparatus according to claim 1, further comprising:
  3.  前記オントロジ情報記憶手段は、前記オントロジ情報に、前記関係性の種別を表す情報を含んで記憶し、
     前記オントロジ探索ルール情報記憶手段は、前記オントロジ探索ルール情報に、該オントロジノード情報への探索が行われる際にたどることが許可された関係性の種別を表す情報を含んで記憶し、
     前記オントロジ情報探索手段は、前記探索処理として、該当するオントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により該関係性の種別をたどる探索が許可されたオントロジノード情報を探索することを特徴とする請求項1または請求項2に記載のコンテキスト処理装置。
    The ontology information storage means stores the ontology information including information indicating the type of relationship,
    The ontology search rule information storage means stores the ontology search rule information including information indicating a type of relationship permitted to be followed when a search for the ontology node information is performed,
    In the ontology information search means, as the search process, among other ontology node information having a relationship with the corresponding ontology node information, a search that traces the type of the relationship by the ontology search rule information is permitted. The context processing apparatus according to claim 1, wherein the ontology node information is searched.
  4.  前記オントロジ情報記憶手段は、前記オントロジ情報に、前記関係性の方向を表す情報を含んで記憶し、
     前記オントロジ探索ルール情報記憶手段は、前記オントロジ探索ルール情報に、該オントロジノード情報への探索が行われる際にたどることが許可された関係性の方向を表す情報を含んで記憶し、
     前記オントロジ情報探索手段は、前記探索処理として、該当するオントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により該関係性の方向への探索が許可されたオントロジノード情報を探索することを特徴とする請求項1から請求項3のいずれか1項に記載のコンテキスト処理装置。
    The ontology information storage means stores the ontology information including information indicating the direction of the relationship,
    The ontology search rule information storage means stores the ontology search rule information including information indicating a direction of a relationship permitted to be followed when a search for the ontology node information is performed,
    The ontology information search means is permitted to search in the direction of the relationship by the ontology search rule information among other ontology node information having a relationship with the corresponding ontology node information as the search process. 4. The context processing apparatus according to claim 1, wherein the ontology node information is searched.
  5.  前記オントロジ情報記憶手段は、前記オントロジ情報に、前記関係性の方向として親子関係を表す情報を含んで記憶し、
     前記オントロジ探索ルール情報生成手段は、前記各オントロジノード情報について、前記コンテキスト取得可否情報が可否のいずれを示すかに関わらず、該オントロジノード情報を親とする子からの探索を許可するオントロジ探索ルール情報を生成するとともに、前記コンテキスト取得可否情報が否を示すオントロジノード情報について、該オントロジノード情報を子とする親からの探索を許可するオントロジ探索ルール情報を生成することを特徴とする請求項4に記載のコンテキスト処理装置。
    The ontology information storage means stores the ontology information including information representing a parent-child relationship as the direction of the relationship,
    The ontology search rule information generation means allows an ontology search rule that permits a search from a child having the ontology node information as a parent, regardless of whether the context acquisition enable / disable information indicates whether or not each of the ontology node information. 5. Ontology search rule information that permits a search from a parent having the ontology node information as a child is generated for the ontology node information indicating that the context acquisition availability information is not valid. The context processing device according to 1.
  6.  前記オントロジ探索ルール情報記憶手段は、前記オントロジ探索ルール情報に、探索優先度を表す情報を含んで記憶し、
     前記オントロジ情報探索手段は、前記探索優先度に基づいて前記オントロジ探索ルールを適用することにより前記探索処理を行うことを特徴とする請求項1から請求項5のいずれか1項に記載のコンテキスト処理装置。
    The ontology search rule information storage means stores the ontology search rule information including information indicating search priority,
    The context processing according to any one of claims 1 to 5, wherein the ontology information search means performs the search processing by applying the ontology search rule based on the search priority. apparatus.
  7.  前記コンテキスト取得可否情報記憶手段は、前記コンテキスト取得可否情報に、前記各オントロジノード情報が前記コンテキスト情報として前記コンテキスト収集装置によって取得可能な確率を表すコンテキスト取得可能確率を含んで記憶し、
     前記オントロジ探索ルール情報生成手段は、前記コンテキスト取得可能確率に基づいて、前記探索優先度を算出することを特徴とする請求項6に記載のコンテキスト処理装置。
    The context acquisition availability information storage means stores the context acquisition availability information including a context acquisition probability that represents the probability that each ontology node information can be acquired by the context collection device as the context information,
    The context processing apparatus according to claim 6, wherein the ontology search rule information generation unit calculates the search priority based on the context acquisition probability.
  8.  請求項1から請求項7のいずれか1項に記載のコンテキスト処理装置と、
     知識情報を記憶する知識情報記憶手段と、
     前記知識情報に関連する推論ルールを記憶する推論ルール記憶手段と、
     前記コンテキスト処理装置から出力される前記拡張コンテキストリストに含まれる各コンテキスト情報に対して前記推論ルールを適用することにより、適用した推論ルールに関連する前記知識情報を推論結果として得る推論手段と、
     前記推論結果を提示する推論結果提示手段と、
     を備えた情報処理装置。
    A context processing device according to any one of claims 1 to 7,
    Knowledge information storage means for storing knowledge information;
    Inference rule storage means for storing an inference rule related to the knowledge information;
    Inference means for obtaining the knowledge information related to the applied inference rule as an inference result by applying the inference rule to each context information included in the extended context list output from the context processing device;
    An inference result presentation means for presenting the inference result;
    An information processing apparatus comprising:
  9.  対象分野における各概念を表すオントロジノード情報と、前記オントロジノード情報間の関係性を表す関係性情報とを含むオントロジ情報を記憶しておき、
     前記オントロジノード情報間の関係性をたどる探索処理において、前記オントロジノード情報への探索を許可することを表すオントロジ探索ルール情報を記憶しておき、
     コンテキスト情報を取得すると、
     前記コンテキスト情報に相当する前記オントロジノード情報を含む前記オントロジ情報を参照することにより、該オントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により探索が許可されたオントロジノード情報を探索する探索処理を実行し、探索したオントロジノード情報について、前記オントロジ情報および前記オントロジ探索ルール情報を参照することにより前記探索処理を順次実行するとともに、前記コンテキスト情報を含む拡張コンテキストリストに、探索した各オントロジノード情報を追加し、
     前記拡張コンテキストリストを出力する、コンテキスト処理方法。
    Storing ontology information including ontology node information representing each concept in the target field and relationship information representing a relationship between the ontology node information;
    In the search process that traces the relationship between the ontology node information, the ontology search rule information that represents permitting a search for the ontology node information is stored,
    When you get the context information
    By referring to the ontology information including the ontology node information corresponding to the context information, a search is permitted by the ontology search rule information among other ontology node information having a relationship with the ontology node information. A search process for searching for the ontology node information that has been performed, and for the searched ontology node information, the search process is sequentially executed by referring to the ontology information and the ontology search rule information, and an extension including the context information Add each searched ontology node information to the context list,
    A context processing method for outputting the extended context list.
  10.  対象分野における各概念を表すオントロジノード情報と、前記オントロジノード情報間の関係性を表す関係性情報とを含むオントロジ情報を記憶するオントロジ情報記憶部と、前記オントロジノード情報間の関係性をたどる探索処理において、前記オントロジノード情報への探索を許可することを表すオントロジ探索ルール情報を記憶するオントロジ探索ルール情報記憶部とを用いて、
     コンテキスト情報を取得するコンテキスト情報取得ステップと、
     前記コンテキスト情報に相当する前記オントロジノード情報を含む前記オントロジ情報を参照することにより、該オントロジノード情報との間に関係性を有する他のオントロジノード情報のうち、前記オントロジ探索ルール情報により探索が許可されたオントロジノード情報を探索する探索処理を実行し、探索したオントロジノード情報について、前記オントロジ情報記憶部および前記オントロジ探索ルール情報記憶部を参照することにより前記探索処理を順次実行するとともに、前記コンテキスト情報を含む拡張コンテキストリストに、探索した各オントロジノード情報を追加するオントロジ情報探索ステップと、
     前記拡張コンテキストリストを出力する拡張コンテキストリスト出力ステップと、
     をコンピュータ装置に実行させるコンピュータ・プログラム。
    An ontology information storage unit that stores ontology information including ontology node information that represents each concept in the target field and relationship information that represents a relationship between the ontology node information, and a search that traces the relationship between the ontology node information In the processing, using an ontology search rule information storage unit that stores ontology search rule information indicating that the search for the ontology node information is permitted,
    A context information acquisition step for acquiring context information;
    By referring to the ontology information including the ontology node information corresponding to the context information, a search is permitted by the ontology search rule information among other ontology node information having a relationship with the ontology node information. A search process for searching the acquired ontology node information, and for the searched ontology node information, the search process is sequentially executed by referring to the ontology information storage unit and the ontology search rule information storage unit, and the context An ontology information search step of adding each searched ontology node information to the extended context list including information;
    An extended context list output step for outputting the extended context list;
    Is a computer program that causes a computer device to execute.
PCT/JP2013/001764 2012-03-23 2013-03-15 Context processing device, information processing device, context processing method, and computer program WO2013140767A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2012-067280 2012-03-23
JP2012067280 2012-03-23

Publications (1)

Publication Number Publication Date
WO2013140767A1 true WO2013140767A1 (en) 2013-09-26

Family

ID=49222249

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/001764 WO2013140767A1 (en) 2012-03-23 2013-03-15 Context processing device, information processing device, context processing method, and computer program

Country Status (1)

Country Link
WO (1) WO2013140767A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015118709A1 (en) * 2014-02-06 2015-08-13 富士ゼロックス株式会社 Information processing device, information processing program, storage medium, and information processing method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004118722A (en) * 2002-09-27 2004-04-15 Toshiba Corp Service information providing device, service information providing method, and recording medium
JP2005157907A (en) * 2003-11-27 2005-06-16 Toshiba Corp Device, method and program for processing hierarchial knowledge
JP2010517137A (en) * 2007-01-17 2010-05-20 インターナショナル・ビジネス・マシーンズ・コーポレーション Query data and associated ontology in the database management system
JP2010262343A (en) * 2009-04-30 2010-11-18 Oki Electric Ind Co Ltd Dialogue control system and program, and multi-dimension ontology processing system and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004118722A (en) * 2002-09-27 2004-04-15 Toshiba Corp Service information providing device, service information providing method, and recording medium
JP2005157907A (en) * 2003-11-27 2005-06-16 Toshiba Corp Device, method and program for processing hierarchial knowledge
JP2010517137A (en) * 2007-01-17 2010-05-20 インターナショナル・ビジネス・マシーンズ・コーポレーション Query data and associated ontology in the database management system
JP2010262343A (en) * 2009-04-30 2010-11-18 Oki Electric Ind Co Ltd Dialogue control system and program, and multi-dimension ontology processing system and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015118709A1 (en) * 2014-02-06 2015-08-13 富士ゼロックス株式会社 Information processing device, information processing program, storage medium, and information processing method
JP2015148917A (en) * 2014-02-06 2015-08-20 富士ゼロックス株式会社 Information processing apparatus and information processing program

Similar Documents

Publication Publication Date Title
US10031973B2 (en) Method and system for identifying a sensor to be deployed in a physical environment
JP5092165B2 (en) Data construction method and system
CN103150382B (en) Automatic short text semantic concept expansion method and system based on open knowledge base
JP5271808B2 (en) Common query graph pattern generation device, common query graph pattern generation method, and common query graph pattern generation program
US20160092566A1 (en) Clustering repetitive structure of asynchronous web application content
US20090083266A1 (en) Techniques for tokenizing urls
JP2010061638A (en) Hierarchy building method and hierarchy building system
Prajapati A survey paper on hyperlink-induced topic search (HITS) algorithms for web mining
Ferrara et al. Automatic wrapper adaptation by tree edit distance matching
Kunegis Handbook of Network Analysis [KONECT--the Koblenz Network Collection]
WO2013140767A1 (en) Context processing device, information processing device, context processing method, and computer program
CN103500169A (en) File comparison device and file comparison method
CN103258052B (en) The discover method of correlated resources on a kind of eMule network
Shafiq et al. Reducing search space for web service ranking using semantic logs and semantic FP-tree based association rule mining
Rajkumar et al. Dynamic web page segmentation based on detecting reappearance and layout of tag patterns for small screen devices
Kubek et al. Search word extraction using extended pagerank calculations
DurgaPrasad et al. Applications of Computer Science Based on Graph theory
JP2012059212A (en) Extraction apparatus, extraction method and extraction program
KR20100070084A (en) Apparatus and method for in real time retrieving knowledge relevant to user&#39;s query from a large-scale ontology
JP6727097B2 (en) Information processing apparatus, information processing method, and program
Laddha et al. New paradigm to keyword search: A survey
JP2019144823A (en) Information acquisition program, information acquisition method, and information acquisition device
JP5589009B2 (en) RECOMMENDED QUERY EXTRACTION DEVICE, METHOD, AND PROGRAM
Dong et al. Pure Message Passing Can Estimate Common Neighbor for Link Prediction
JP5909199B2 (en) Address resolution system and method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13764502

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13764502

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP