Future Event Search System with Confidence Ranking

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current search techniques are inadequate for predicting and retrieving information about future events, as they primarily apply conventional search methods at various future times without effectively mining existing data for upcoming events.

Innovation Solution

A future retrieval system that identifies and ranks future events in electronic documents based on their likelihood of occurrence, using a database to store documents, generate temporal data, and index them with confidence values, allowing users to query for future events and receive ranked search results.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If conventional search techniques are applied at various future times, then search results can be obtained, but the system cannot effectively predict or mine existing data for upcoming events

Engineering Contradiction:
Improvepredictive capabilityVSAvoidfuture event search capability
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The system performs preliminary analysis of existing documents to extract temporal information and predict future events before queries are submitted. By pre-processing documents to identify temporal patterns, entities, and relationships, the system prepares prediction models in advance that can quickly evaluate future event likelihood when queries are received, rather than analyzing everything from scratch at query time.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system adds a temporal dimension to traditional search by introducing time-related attributes (temporal data, confidence values, event metadata) to document indexing. This transforms conventional search that only considers document content into a multi-dimensional search that evaluates both content relevance and temporal likelihood of future events, enabling predictive search capabilities.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Adaptability or versatility

If existing data is mined for upcoming events, then predictive search capability is improved, but system complexity increases

Engineering Contradiction:
Improvefuture event prediction capabilityVSAvoidsystem architecture complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system segments the complex predictive search task into distinct functional modules: document preprocessing module for extracting temporal information, event prediction module for identifying future events, confidence evaluation module for assessing likelihood, and result ranking module for ordering results. Each module handles a specific aspect of the prediction process, making the overall system more manageable and maintainable despite its complexity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system introduces intermediate data structures and processing layers between raw documents and final search results. Temporal data extraction creates intermediate representations of time-related information, confidence values serve as intermediaries between event predictions and user queries, and event metadata acts as an intermediary layer that bridges document content with predictive capabilities.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Measurement precision

If confidence values and temporal data are generated and indexed for all documents, then search accuracy for future events is improved, but processing time and computational resources increase

Engineering Contradiction:
Improveevent likelihood accuracyVSAvoiddocument processing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs document preprocessing, temporal information extraction, and confidence value calculation in advance during an offline phase, before actual user queries are processed. This preliminary action creates pre-computed indexes with temporal data and confidence values that can be quickly retrieved and used during online query processing, significantly reducing the time penalty for accurate predictive search.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system applies temporal analysis and confidence evaluation selectively rather than uniformly to all documents. It focuses computational resources on documents that contain temporal expressions, event descriptions, or are relevant to predicted future events, performing full analysis only where necessary while using lighter processing for other documents.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS7668813B2Techniques for searching future events
Publication Date: 2010.02.23 YAHOO ASSETS LLC
  • US7668813B2 patent drawing
  • US7668813B2 patent drawing
  • US7668813B2 patent drawing

AI summary

A future retrieval system operable to enable searching for future events associated with a set of documents includes at least one memory device configured to store a database of the documents. The system identifies future events associated with the documents and generates temporal data and a confidence value for each future event. The confidence value represents a likelihood of occurrence for the corresponding future event. The system evaluates text associated with the future events to generate event metadata, and indexes the documents with the associated event metadata, temporal data, and confidence levels in the database. The system generates search results corresponding to selected ones of the documents in the database in response to queries which include references to future times, and ranks the search results in accordance with the confidence values associated with the future events associated with the selected documents.