Search Engine Short Answer Scoring via Passage Consensus

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional search engines that support short answers often produce varying quality answers due to the lack of consideration for the accuracy of the selected passages, leading to misleading or incorrect answers.

Innovation Solution

An improved scoring engine, or accuracy score prediction engine, is used to determine the quality of short answers by scoring candidate passages based on consensus with other passages from different search results, ensuring that only accurate answers are displayed.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If short answers are displayed based on top-ranked search results without accuracy scoring, then the search engine can quickly provide answers to factual queries, but the quality and accuracy of the answers deteriorates

Engineering Contradiction:
Improvespeed of answer provisionVSAvoidaccuracy of short answers
Core Design Contradiction:
SpeedVSReliability

Solution Approach 1:

The accuracy score prediction engine performs preliminary scoring of candidate passages from top-ranked search results before they are displayed as short answers. This preliminary action filters out inaccurate passages while maintaining the speed advantage of using top-ranked results, resolving the contradiction between quick answer provision and answer accuracy.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system uses feedback from accuracy score prediction to adjust which passages are displayed as short answers. By continuously evaluating and scoring passages against the query, the system ensures that only accurate passages are displayed while maintaining the rapid response capability of the search engine.

Inventive Principle:
Principle #23Feedback

2Reliability

If multiple passages are scored to determine accuracy, then the accuracy of short answers improves, but the processing time and computational complexity increases

Engineering Contradiction:
Improveaccuracy of short answersVSAvoidcomplexity of scoring process
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system extracts and scores only the most relevant candidate passages from top-ranked search results rather than processing all passages. By selectively extracting and evaluating only the most promising candidates, the system reduces computational complexity while maintaining high accuracy in short answer selection.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The accuracy score prediction engine acts as an intermediary between the search results and the short answer display. This intermediary component simplifies the overall process by providing a standardized scoring mechanism that evaluates passages against the query, reducing the complexity of determining accurate answers without requiring complex multi-pass analysis.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20250181664A1Multi source extraction and scoring of short query answers
Publication Date: 2025.06.05 GOOGLE LLC
  • US20250181664A1 patent drawing
  • US20250181664A1 patent drawing
  • US20250181664A1 patent drawing

AI summary

Techniques of generating short answers for queries by a search engine include performing a training operation on a corpus of training data to train the score prediction engine, the corpus of training data including candidate passages providing short answers for display in callouts and remaining respective passages, from which a top scoring short answer is generated. In such implementations, the corpus of training data further includes the remaining respective passages and the respective titles of the candidate passage and remaining respective passages.