Conceptual Graph Referent Determination for Information Retrieval

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing keyword searching techniques fail to find conceptually similar terms for concepts, making it difficult to retrieve relevant information from large datasets.

Innovation Solution

A method for determining query return referents in conceptual graphs by generating a conceptual graph, identifying conceptually similar terms, and associating referents with graph terms needing referents, using a system comprising a conceptual graph generator, term expander, onomasticon manager, graph matcher, and context generator.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If keyword searching is used to find information in a corpus, then the search process is simple and fast, but conceptually similar terms for concepts cannot be found

Engineering Contradiction:
Improveaccuracy of information retrievalVSAvoidcomplexity of search system
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent introduces conceptual graphs as an intermediary layer between keywords and information. The system generates conceptual graphs from documents and queries, where nodes represent concepts and edges represent relationships. This intermediary structure enables the system to understand and match conceptually similar terms even when exact keyword matches are absent, thereby improving retrieval accuracy without requiring complex semantic analysis of every document.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system performs preliminary action by pre-generating conceptual graphs for documents and storing them in a database. When a query arrives, the system generates a conceptual graph for the query and compares it with pre-generated document graphs. This approach avoids the need for complex real-time semantic analysis, maintaining system simplicity while improving retrieval accuracy through pre-processed conceptual representations.

Inventive Principle:
Principle #10Preliminary action

2Adaptability or versatility

If conceptual graphs with concept types are used instead of simple keyword searching, then conceptually similar terms can be found, but the system complexity increases

Engineering Contradiction:
Improveability to find conceptually similar termsVSAvoidcomplexity of search system
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent segments the search system into distinct functional modules: a graph generator that creates conceptual graphs from text, a graph database for storage, and a graph matcher for comparison. Each module handles a specific aspect of the conceptual graph processing. This segmentation allows the system to implement complex conceptual matching while maintaining manageable system architecture through clear separation of concerns and modular design.

Inventive Principle:
Principle #1Segmentation

3Reliability

If referent data is determined and stored for future queries, then future search accuracy is improved, but storage requirements and processing time increase

Engineering Contradiction:
Improveaccuracy of future query resultsVSAvoidtime for processing and storage
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary action by pre-determining referent data for concept types in conceptual graphs and storing this information in the graph database. When concept nodes are created during graph generation, the system automatically queries the corpus for referent instances and stores these associations. This pre-processing approach ensures that future queries can leverage pre-computed referent information, improving accuracy while minimizing real-time processing requirements.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS9158838B2Determining query return referents for concept types in conceptual graphs
Publication Date: 2015.10.13 EVERFOX HOLDINGS LLC
  • US9158838B2 patent drawing
  • US9158838B2 patent drawing
  • US9158838B2 patent drawing

AI summary

In one embodiment, a method for determining query return referent data for concept types in a conceptual graph includes generating a conceptual graph for a document query, the conceptual graph comprising a plurality of graph terms, identifying one of more of the plurality of graph terms needing referent data, identifying conceptually similar terms for each of the graph terms, for the graph terms needing referents, identifying referent data by searching for instances where conceptually similar terms for graph terms needing referent data are associated by conceptually similar terms for the linking concept term, and associating identified referent data with the graph terms needing referent data.