Auto-Completing Digital Form Fields Using Confidence Thresholds

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Digital forms often require users to spend significant time and resources determining field values, with auto-completion features being ineffective if the predicted values are inaccurate, leading to potential errors and increased costs due to incorrect auto-completed values.

Innovation Solution

A computer-implemented method using a machine-learning model to predict field values and generate confidence metrics, determining a confidence-metric threshold based on relative-loss parameters to decide when to provide auto-completed values, ensuring accuracy and minimizing errors.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of time

If auto-complete features are used to predict and automatically populate field values, then user effort and time are reduced, but accuracy and precision of information may deteriorate due to potential errors in predicted values

Engineering Contradiction:
Improvetime required to determine and enter field valuesVSAvoidaccuracy of field values
Core Design Contradiction:
Loss of timeVSMeasurement precision

Solution Approach 1:

The system implements feedback by calculating a confidence metric for each predicted field value and comparing it against a dynamically determined threshold. The confidence metric provides feedback on the reliability of the prediction, allowing the system to adjust whether to present the auto-completed value based on this feedback loop. This resolves the contradiction by using feedback to maintain accuracy while enabling time-saving auto-completion when confidence is high.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system changes the parameter of confidence metric threshold dynamically based on relative-loss parameters that reflect the specific context, field importance, and potential consequences of errors. By adjusting this parameter adaptively rather than using a fixed threshold, the system can be more aggressive with auto-completion for low-stakes fields while being conservative for high-stakes fields, thus balancing time savings with accuracy maintenance.

Inventive Principle:
Principle #35Parameter changes

2Productivity

If auto-complete features are used to predict field values, then productivity increases, but reliability deteriorates due to potential erroneous predictions that users may fail to detect

Engineering Contradiction:
Improveefficiency of form completionVSAvoidaccuracy of requested information
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The confidence metric serves as a reliability feedback mechanism that informs both the system and the user about the trustworthiness of each prediction. The system uses this feedback to selectively apply auto-completion, and the user can see the confidence level to assess whether to accept or verify the predicted value, thus maintaining reliability while improving productivity.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system applies partial auto-completion by only presenting predicted values when the confidence metric exceeds the threshold, rather than automatically filling all fields. This partial action approach ensures that productivity gains are realized only when reliable, while avoiding unreliable predictions that would harm reliability, thus resolving the contradiction between productivity and reliability.

Inventive Principle:
Principle #16Partial or excessive action

3Loss of time

If a low confidence-metric threshold is used for auto-completion, then more fields are auto-completed increasing time savings, but error rate increases leading to more corrections

Engineering Contradiction:
Improvetime saved from not entering field values manuallyVSAvoiderror rate in auto-completed values
Core Design Contradiction:
Loss of timeVSObject-generated harmful factors

Solution Approach 1:

The system dynamically changes the confidence-metric threshold parameter based on relative-loss parameters that capture the specific context, field characteristics, and consequences of errors. This adaptive parameter adjustment allows the system to optimize the balance between time savings and error rates for each specific situation, rather than using a universally low threshold that would increase errors.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The confidence-metric threshold is not static but dynamic, adjusting based on the relative-importance parameter and other contextual factors. This dynamics allows the system to be more permissive (lower threshold) when errors are tolerable and more strict (higher threshold) when errors would be costly, thus resolving the contradiction between time savings and error reduction through adaptive behavior.

Inventive Principle:
Principle #15Dynamics

4Measurement precision

If a high confidence-metric threshold is used for auto-completion, then accuracy is maintained but fewer fields are auto-completed reducing time savings

Engineering Contradiction:
Improveaccuracy of auto-completed field valuesVSAvoidtime required to manually determine and enter field values
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system dynamically adjusts the confidence-metric threshold parameter based on contextual factors and relative-importance values, allowing it to be high when accuracy is critical and lower when time savings are more valuable. This parameter adaptability resolves the contradiction by optimizing the threshold for each specific case rather than using a uniformly high threshold.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The confidence-metric threshold exhibits dynamic behavior, changing based on the specific field, context, and relative-importance parameters. This dynamics enables the system to maintain high accuracy thresholds for critical fields while using lower thresholds for less critical fields, thus balancing overall accuracy with time savings across the entire form.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS11475214B1Systems and methods for auto-completing fields on digital forms
Publication Date: 2022.10.18 ORACLE INT CORP
  • US11475214B1 patent drawing
  • US11475214B1 patent drawing
  • US11475214B1 patent drawing

AI summary

Systems and methods described herein relate to determining whether to provide auto-completed values for fields in a digital form. More specifically, for a given field in the digital form, a machine-learning model can be trained to transform an input data set into a predicted field value and can further generate a corresponding confidence metric. A relative-loss parameter can be determined for the field, where the relative-loss parameter represents a loss of responding to an inaccurate predicted field value for the field relative to a loss corresponding to a human user providing a field value for the field. A confidence-metric threshold can be determined for the field based on the relative-loss parameter. For a given usage of the digital form, it can then be determined whether to auto-complete the field with a predicted field value generated by the model by determining whether the corresponding confidence metric exceeds the confidence-metric threshold.