Predictive URL Suggestion for Unknown Hosts
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing URL autocomplete features do not provide suggestions for previously unknown hosts, limiting user navigation to new websites based solely on previous visits.
Innovation Solution
A computer-implemented method that records user URL interactions, assigns weight values to new host URLs based on usage details and similarity to recorded URLs, and generates suggestions by reusing aspects of previously visited URLs, incorporating factors like time spent, frequency, similarity, and user preferences.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Adaptability or versatility
If URL autocomplete features base suggestions solely on browser history of previously visited websites, then the system maintains simplicity in implementation, but the system cannot provide suggestions for previously unknown hosts
Solution Approach 1:
The system performs preliminary actions by recording user interactions with web resources (URLs, time spent, frequency) before a suggestion is needed. This pre-collected data is then used to generate suggestions for unknown hosts, allowing the system to adapt without requiring complex real-time analysis
Solution Approach 2:
The system introduces an intermediary mechanism that matches patterns from known hostnames to unknown hostnames. By using hostname pattern matching as an intermediary, the system can bridge the gap between historical data and new hosts without requiring direct visit history
2Measurement precision
If the system records detailed usage details for all web resources, then the system can generate more accurate suggestions, but the system increases data storage requirements
Solution Approach 1:
The system extracts only the most relevant features from web resource interactions (hostname patterns, URL structure, usage frequency, time spent) rather than storing complete browsing histories. This extraction approach maintains measurement precision while reducing the quantity of stored data to essential predictive features
Data Source
AI summary
Embodiments of the present invention provide methods, computer program products, and systems for suggesting uniform resource locators located at previously unknown hosts to users. Embodiments of the present invention can be used to record uniform resource locators (URLs) associated with web resources accessed by a user and usage details pertaining to the user's usage of the web resources. Responsive to receiving a request to access a hostname not stored in the recorded URLs, embodiments of the present invention can be used to receive URLs associated with web resources available at the hostname and assign weight values to the received URLs based, at least in part, on the usage details and a similarity between the received URLs and the recorded URLs. Embodiments of the present invention can then be used to generate a URL suggestion from the received URLs based, at least in part, on the assigned weight values.


