Patent Issued for Systems and methods for accessing a decision tree (USPTO 11392865): United Services Automobile Association - Insurance News | InsuranceNewsNet

InsuranceNewsNet — Your Industry. One Source.™

Sign in
  • Subscribe
  • About
  • Advertise
  • Contact
Home Now reading Newswires
Topics
    • Advisor News
    • Annuity Index
    • Annuity News
    • Companies
    • Earnings
    • Fiduciary
    • From the Field: Expert Insights
    • Health/Employee Benefits
    • Insurance & Financial Fraud
    • INN Magazine
    • Insiders Only
    • Life Insurance News
    • Newswires
    • Property and Casualty
    • Regulation News
    • Sponsored Articles
    • Washington Wire
    • Videos
    • ———
    • About
    • Advertise
    • Contact
    • Editorial Staff
    • Newsletters
  • Exclusives
  • NewsWires
  • Magazine
  • Newsletters
Sign in or register to be an INNsider.
  • AdvisorNews
  • Annuity News
  • Companies
  • Earnings
  • Fiduciary
  • Health/Employee Benefits
  • Insurance & Financial Fraud
  • INN Exclusives
  • INN Magazine
  • Insurtech
  • Life Insurance News
  • Newswires
  • Property and Casualty
  • Regulation News
  • Sponsored Articles
  • Video
  • Washington Wire
  • Life Insurance
  • Annuities
  • Advisor
  • Health/Benefits
  • Property & Casualty
  • Insurtech
  • About
  • Advertise
  • Contact
  • Editorial Staff

Get Social

  • Facebook
  • X
  • LinkedIn
Newswires
Newswires RSS Get our newsletter
Order Prints
August 10, 2022 Newswires
Share
Share
Post
Email

Patent Issued for Systems and methods for accessing a decision tree (USPTO 11392865): United Services Automobile Association

Insurance Daily News

2022 AUG 10 (NewsRx) -- By a News Reporter-Staff News Editor at Insurance Daily News -- From Alexandria, Virginia, NewsRx journalists report that a patent by the inventors Medina, III, Reynaldo (San Antonio, TX, US), filed on September 28, 2020, was published online on July 19, 2022.

The patent’s assignee for patent number 11392865 is United Services Automobile Association (San Antonio, Texas, United States).

News editors obtained the following quote from the background information supplied by the inventors: “Wide-area networks, including world-wide networks, such as the Internet, have become essential tools for personal and business use. As consumers continue to gain familiarity and comfort using online tools, such as Internet browsers, email, and real-time communication tools, business can continue to expand services. For example, using the Internet to supplement traditionally human-supplied services, such as customer support and order processing, businesses can provide goods and services at lower costs and consumers can gain certain advantages, such as 24-hour accessibility or multi-lingual capabilities. As technology increases in complexity, more intelligent systems become possible.”

As a supplement to the background information on this patent, NewsRx correspondents also obtained the inventors’ summary information for this patent: “Systems and methods for dynamic business decision making are described. In an embodiment, a system comprises a first module configured to access a business rule; a second module configured to deconstruct the business rule into a condition and an associated action; a third module configured to determine a set of questions relevant to the condition; a fourth module configured to place the set of questions into a question queue; a fifth module configured to order the question queue; and a sixth module configured to present the question queue to a user.

“In an embodiment, a system comprises a first module configured to receive a request from a user; a second module configured to determine a subject of the request; a third module configured to use the subject to obtain a set of relevant questions; a fourth module configured to determine, for each question in the set of relevant questions, whether an answer to a current question is available in a storage area; and a fifth module configured to present the current question to the user when the answer to the current question is not available in the storage area.

“In an embodiment, a system comprises a first module configured to access a decision tree, wherein the decision tree is organized using a first question as a root node and a plurality of terminal questions as leaf nodes; a second module configured to determine a current node of the decision tree, wherein the current node corresponds with a current question being presented to a user in a user-interface; a third module configured to determine an estimated number of nodes between the current node and a leaf node; and a fourth module configured to present a representation using the estimated number of nodes in the user-interface. Other embodiments are described.”

The claims supplied by the inventors are:

“1. A computer system, comprising: one or more processors; and one or more memories storing instructions that, when executed by the one or more processors, cause the computer system to perform a process comprising: receiving, from a client computer, a request that indicates an activity initiated by a user; determining at least one subject of the request by parsing the request; retrieving a set of questions related to the at least one subject of the request; in response to retrieving the set of questions freeing at least one memory structure containing the set of questions; sending, to the client computer, a question to be presented on the client computer via a user-interface element with which the client computer is configured to receive an input response to the question, wherein the question is obtained from set of questions related to the at least one subject; causing a representation based on a tree graph to be displayed on the client computer, wherein the tree graph represents multiple questions as nodes, wherein the tree graph is organized using a first question as a root node and a plurality of terminal questions as leaf nodes, and wherein the tree graph comprises a plurality of edges where each edge represents an answer that connects an ancestor question node to a descendent question node; determining an estimated number of nodes between a node associated with the question and a leaf node of the tree graph, wherein the estimated number of nodes is based on A) a maximum number of edges between the node associated with the question and a farthest leaf node and B) a minimum number of edges between the node associated with the question and a nearest leaf node; performing, upon reception of an answer to the question, a traversal operation on the tree graph by traversing from a node associated with the question to a subsequent node of the tree graph associated with a subsequent question; updating, after the reception of the answer to the question, a counter that represents the estimated number of nodes remaining between the subsequent node and the leaf node of the tree graph; and displaying, after the counter is updated, the estimated number of nodes remaining between the subsequent node and the leaf node.

“2. The computer system of claim 1, wherein the process further comprises: incrementing, after the reception of the answer to the question, a second counter that represents a number of nodes visited; and displaying, after the second counter is incremented, the number of nodes visited.

“3. The computer system of claim 1, wherein the counter is updated by decrementing the counter non-linearly in response to the answer.

“4. The computer system of claim 1, wherein the process further comprises: performing a first determination that an answer to an other question is stored; performing a second determination, in response to the first determination, that the other question is not to be displayed to obtain the answer that is stored; and displaying the answer to the other question in a summary page when a final disposition of the request is performed, wherein the answer to the other question is confirmed or modified.

“5. The computer system of claim 1, wherein the process further comprises: querying a database to determine whether an answer is available to a question; and performing a determination that the answer to the question is not available in the database, wherein the question is sent to the client computer in response to the determination that the answer to the question is not available in the database.

“6. The computer system of claim 1, wherein the question and the subsequent question are each formatted using a standardized interface language.

“7. The computer system of claim 1, wherein determining the estimated number of nodes comprises averaging A) the maximum number of edges between the node associated with the question and the farthest leaf node and B) the minimum number of edges between the node associated with the question and the nearest leaf node.

“8. A method, comprising: receiving, from a client computer, a request that indicates an activity initiated by a user; determining at least one subject of the request by parsing the request; retrieving a set of questions related to the at least one subject of the request; in response to retrieving the set of questions, freeing at least one memory structure containing the set of questions: sending, to the client computer, a question to be presented on the client computer via a user-interface element with which the client computer is configured to receive an input response to the question, wherein the question is obtained from set of questions related to the at least one subject; causing a representation based on a tree graph to be displayed on the client computer, wherein the tree graph represents multiple questions as nodes, wherein the tree graph is organized using a first question as a root node and a plurality of terminal questions as leaf nodes, and wherein the tree graph comprises a plurality of edges where each edge represents an answer that connects an ancestor question node to a descendent question node; determining an estimated number of nodes between a node associated with the question and a leaf node of the tree graph, wherein the estimated number of nodes is based on A) a maximum number of edges between the node associated with the question and a farthest leaf node and B) a minimum number of edges between the node associated with the question and a nearest leaf node; performing, upon reception of an answer to the question, a traversal operation on the tree graph by traversing from a node associated with the question to a subsequent node of the tree graph associated with a subsequent question; updating, after the reception of the answer to the question, a counter that represents the estimated number of nodes remaining between the subsequent node and the leaf node of the tree graph; and displaying, after the counter is updated, the estimated number of nodes remaining between the subsequent node and the leaf node.

“9. The method of claim 8 further comprising: incrementing, after the reception of the answer to the question, a second counter that represents a number of nodes visited; and displaying, after the second counter is incremented, the number of nodes visited.

“10. The method of claim 8, wherein the counter is updated by decrementing the counter non-linearly in response to the answer.

“11. The method of claim 8 further comprising: performing a first determination that an answer to an other question is stored; performing a second determination, in response to the first determination, that the other question is not to be displayed to obtain the answer that is stored; and displaying the answer to the other question in a summary page when a final disposition of the request is performed, wherein the answer to the other question is confirmed or modified.

“12. The method of claim 8 further comprising: querying a database to determine whether an answer is available to a question; and performing a determination that the answer to the question is not available in the database, wherein the question is sent to the client computer in response to the determination that the answer to the question is not available in the database.

“13. The method of claim 8, wherein the question and the subsequent question are each formatted using a standardized interface language.

“14. The method of claim 8, wherein determining the estimated number of nodes comprises averaging A) the maximum number of edges between the node associated with the question and the farthest leaf node and B) the minimum number of edges between the node associated with the question and the nearest leaf node.

“15. A computer-readable storage medium storing instructions that, when executed by a computing system, cause the computing system to perform a process comprising: receiving, from a client computer, a request that indicates an activity initiated by a user; determining at least one subject of the request by parsing the request; retrieving a set of questions related to the at least one subject of the request; in response to retrieving the set of questions, freeing at least one memory structure containing the set of questions: sending, to the client computer, a question to be presented on the client computer via a user-interface element with which the client computer is configured to receive an input response to the question, wherein the question is obtained from set of questions related to the at least one subject; causing a representation based on a tree graph to be displayed on the client computer, wherein the tree graph represents multiple questions as nodes, wherein the tree graph is organized using a first question as a root node and a plurality of terminal questions as leaf nodes, and wherein the tree graph comprises a plurality of edges where each edge represents an answer that connects an ancestor question node to a descendent question node; determining an estimated number of nodes between a node associated with the question and a leaf node of the tree graph, wherein the estimated number of nodes is based on A) a maximum number of edges between the node associated with the question and a farthest leaf node and B) a minimum number of edges between the node associated with the question and a nearest leaf node; performing, upon reception of an answer to the question, a traversal operation on the tree graph by traversing from a node associated with the question to a subsequent node of the tree graph associated with a subsequent question; updating, after the reception of the answer to the question, a counter that represents the estimated number of nodes remaining between the subsequent node and the leaf node of the tree graph; and displaying, after the counter is updated, the estimated number of nodes remaining between the subsequent node and the leaf node.”

There are additional claims. Please visit full patent to read further.

For additional information on this patent, see: Medina, III, Reynaldo. Systems and methods for accessing a decision tree. U.S. Patent Number 11392865, filed September 28, 2020, and published online on July 19, 2022. Patent URL: http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=11392865.PN.&OS=PN/11392865RS=PN/11392865

(Our reports deliver fact-based news of research and discoveries from around the world.)

Older

“Personalized Pay” in Patent Application Approval Process (USPTO 20220230257): Patent Application

Newer

Recent Findings in Risk Management Described by Researchers from University of Management and Technology (Rare Earth Market, Electric Vehicles and Future Mobility Index: A Time-Frequency Analysis with Portfolio Implications): Insurance – Risk Management

Advisor News

  • The silent retirement savings killer: Bridging the Medicare gap
  • LTC: A critical component of retirement planning
  • DOL proposes new independent contractor rule; industry is ‘encouraged’
  • Trump proposes retirement savings plan for Americans without one
  • Millennials seek trusted financial advice as they build and inherit wealth
More Advisor News

Annuity News

  • Advising clients wanting to retire early: how annuities can bridge the gap
  • F&G joins Voya’s annuity platform
  • Regulators ponder how to tamp down annuity illustrations as high as 27%
  • Annual annuity reviews: leverage them to keep clients engaged
  • Symetra Enhances Fixed Indexed Annuities, Introduces New Franklin Large Cap Value 15% ER Index
More Annuity News

Health/Employee Benefits News

  • Novocure Announces Optune Lua® Receives Reimbursement Approval in Japan for the Treatment of Non-Small Cell Lung Cancer
  • Health insurance, inflation and federal funding cuts driving school budget increases
  • Otsuka Medical Devices/Otsuka Pharmaceutical: Paradise Ultrasound Renal Denervation System for the Treatment of Resistant Hypertension, Now Covered by Insurance and Commercially Available in Japan
  • After enhanced Obamacare health insurance subsidies expire, the effects are starting to show
  • CommunityCare: Your Local Medicare Resource
More Health/Employee Benefits News

Life Insurance News

  • Baby on Board
  • Kyle Busch, PacLife reach confidential settlement, seek to dismiss lawsuit
  • AM Best Revises Outlooks to Positive for ICICI Lombard General Insurance Company Limited
  • TDCI, AG's Office warn consumers about life insurance policies from LifeX Research Corporation
  • Life insurance apps hit all-time high in January, double-digit growth for 40+
More Life Insurance News

- Presented By -

Top Read Stories

More Top Read Stories >

NEWS INSIDE

  • Companies
  • Earnings
  • Economic News
  • INN Magazine
  • Insurtech News
  • Newswires Feed
  • Regulation News
  • Washington Wire
  • Videos

FEATURED OFFERS

Elevate Your Practice with Pacific Life
Taking your business to the next level is easier when you have experienced support.

Your Cap. Your Term. Locked.
Oceanview CapLock™. One locked cap. No annual re-declarations. Clear expectations from day one.

Ready to make your client presentations more engaging?
EnsightTM marketing stories, available with select Allianz Life Insurance Company of North America FIAs.

Press Releases

  • ICMG Announces 2026 Don Kampe Lifetime Achievement Award Recipient
  • RFP #T22521
  • Hexure Launches First Fully Digital NIGO Resubmission Workflow to Accelerate Time to Issue
  • RFP #T25221
  • LIDP Named Top Digital-First Insurance Solution 2026 by Insurance CIO Outlook
More Press Releases > Add Your Press Release >

How to Write For InsuranceNewsNet

Find out how you can submit content for publishing on our website.
View Guidelines

Topics

  • Advisor News
  • Annuity Index
  • Annuity News
  • Companies
  • Earnings
  • Fiduciary
  • From the Field: Expert Insights
  • Health/Employee Benefits
  • Insurance & Financial Fraud
  • INN Magazine
  • Insiders Only
  • Life Insurance News
  • Newswires
  • Property and Casualty
  • Regulation News
  • Sponsored Articles
  • Washington Wire
  • Videos
  • ———
  • About
  • Advertise
  • Contact
  • Editorial Staff
  • Newsletters

Top Sections

  • AdvisorNews
  • Annuity News
  • Health/Employee Benefits News
  • InsuranceNewsNet Magazine
  • Life Insurance News
  • Property and Casualty News
  • Washington Wire

Our Company

  • About
  • Advertise
  • Contact
  • Meet our Editorial Staff
  • Magazine Subscription
  • Write for INN

Sign up for our FREE e-Newsletter!

Get breaking news, exclusive stories, and money- making insights straight into your inbox.

select Newsletter Options
Facebook Linkedin Twitter
© 2026 InsuranceNewsNet.com, Inc. All rights reserved.
  • Terms & Conditions
  • Privacy Policy
  • InsuranceNewsNet Magazine

Sign in with your Insider Pro Account

Not registered? Become an Insider Pro.
Insurance News | InsuranceNewsNet