Semantic Search Workflow for Accurate Regulatory Response Retrieval

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing systems struggle to efficiently and accurately search large datasets for semantically similar information, particularly in response to regulatory inquiries, due to the loss of institutional knowledge and the limitations of keyword searches, leading to incomplete or inaccurate responses.

Innovation Solution

A computer-implemented system using embedding models like S-BERT to map natural language queries into an embedding space, enabling semantic searches across document sets, with indexing models like FAISS for efficient retrieval, and reranking models to improve accuracy based on user feedback.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If keyword search is used to search company records, then search speed is improved, but search accuracy deteriorates because semantically similar queries are not identified

Engineering Contradiction:
Improvesearch speedVSAvoidsearch accuracy
Core Design Contradiction:
SpeedVSMeasurement precision

Solution Approach 1:

The patent transforms the search parameter from exact keyword matching to semantic similarity measurement using embedding vectors. Each query and document is converted to a vector representation in a high-dimensional space, and similarity is measured by the angular distance between vectors. This parameter change enables the system to identify semantically equivalent queries even when using different keywords, resolving the contradiction between speed and accuracy.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent replaces the mechanical keyword-matching system with a machine learning-based semantic embedding system. Instead of comparing individual words, the system uses pre-trained language models (like Sentence-BERT) to generate vector representations that capture the semantic meaning of entire queries. This substitution allows the system to maintain fast search performance while dramatically improving accuracy by understanding the intent behind queries rather than just matching words.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Adaptability or versatility

If institutional knowledge is stored in individual employees, then adaptability to new situations is improved, but loss of information occurs when employees leave the organization

Engineering Contradiction:
ImproveadaptabilityVSAvoidinstitutional knowledge loss
Core Design Contradiction:
Adaptability or versatilityVSLoss of information

Solution Approach 1:

The patent creates a digital copy of institutional knowledge by training machine learning models on historical query-response pairs and company documents. The trained models embed organizational expertise into vector representations that can be queried independently of any specific employee. When a new query arrives, the system retrieves relevant information from this captured institutional knowledge, ensuring continuity even when employees leave. This copying principle transforms tacit knowledge held by individuals into explicit, retrievable organizational assets.

Inventive Principle:
Principle #26Copying

3Measurement precision

If more comprehensive search methods are used to improve accuracy, then search precision is improved, but processing time increases

Engineering Contradiction:
Improvesearch precisionVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs preliminary action by pre-computing embedding vectors for all company documents and organizing them into an efficient retrieval structure (such as FAISS index) before actual search queries arrive. The semantic embedding models are trained in advance on historical data, and the document database is pre-indexed based on their vector representations. When a query comes in, the system only needs to compute the query's embedding and perform fast vector similarity search, avoiding the need for complex real-time analysis. This preliminary preparation enables high-precision semantic search with minimal processing time.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20250355910A1Methods, mediums, and systems for reusable intelligent search workflows
Publication Date: 2025.11.20 CAPITAL ONE SERVICES LLC
  • US20250355910A1 patent drawing
  • US20250355910A1 patent drawing
  • US20250355910A1 patent drawing

AI summary

Exemplary embodiments provide methods, mediums, and systems for performing a reusable, intelligent semantic search across a potentially large number of records. Embodiments may be particularly useful for responding to requests for information from regulatory agencies. In one embodiment, an embedding model is trained to embed queries in an embedding space. When a new query is received, the new query is embedded with the embedding model. A set of documents (e.g., previous responses to regulatory inquiries) may be searched using the embedded query and an indexing model that allows for efficient searches of embedding spaces. A number of results may be returned from the document store, and the results may be ranked by a ranking model. User feedback about the quality of the results may be received, and the ranking model may be retrained based on the feedback.