Webmining I
Webmining I
Spring 2006
(105390464) (105390862) (105571759) (105571032) Group: 9 Course Instructor: Prof. Anita Wasilewska State University of New York at Stony Brook
References
Mining the Web: Discovering Knowledge from Hypertext Data by Soumen Chakrabarti (Morgan-Kaufmann Publishers ) Web Mining :Accomplishments & Future Directions by Jaideep Srivastava The World Wide Web: Quagmire or goldmine by Oren Entzioni http://www.galeas.de/webmining.html
Overview
Challenges in Web Mining Basics of Web Mining Classification of Web Mining Papers I-II
Papers
Bomshad Mobasher, Namit Jain, Eui-Hong (Sam) Han, Jaideep Srivastava; Technical Report 96-050, University of Minnesota, Sep, 1996. Amir H. Youssefi, David J. Duke, Mohammed J. Zaki; WWW2004, May 1722, 2004, New York, New York, USA. ACM 1-58113-912-8/04/0005.
In recent years the growth of the World Wide Web exceeded all expectations. Today there are several billions of HTML documents, pictures and other multimedia files available via internet and the number is still rising. But considering the impressive variety of the web, retrieving interesting content has become a very difficult task.
Presented by: Anushri Gupta
Web Mining
Web is the single largest data source in the world Due to heterogeneity and lack of structure of web data, mining is a challenging task Multidisciplinary field:
data mining, machine learning, natural language processing, statistics, databases, information retrieval, multimedia, etc.
The 14th International World Wide Web Conference (WWW-2005), May 10-14, 2005, Chiba, Japan Web Content Mining Bing Liu
The amount of information on the Web is huge, and easily accessible. The coverage of Web information is very wide and diverse. One can find information about almost anything. Information/data of almost all types exist on the Web, e.g., structured tables, texts, multimedia data, etc. Much of the Web information is semi-structured due to the nested structure of HTML code. Much of the Web information is linked. There are hyperlinks among pages within a site, and across different sites. Much of the Web information is redundant. The same piece of information or its variants may appear in many pages.
The 14th International World Wide Web Conference (WWW-2005), May 10-14, 2005, Chiba, Japan Web Content Mining Bing Liu
The Web is noisy. A Web page typically contains a mixture of many kinds of information, e.g., main contents, advertisements, navigation panels, copyright notices, etc. The Web is also about services. Many Web sites and pages enable people to perform operations with input parameters, i.e., they provide services. The Web is dynamic. Information on the Web changes constantly. Keeping up with the changes and monitoring the changes are important issues. Above all, the Web is a virtual society. It is not only about data, information and services, but also about interactions among people, organizations and automatic systems, i.e., communities.
Web Mining
The term created by Orem Etzioni (1996) Application of data mining techniques to automatically discover and extract information from Web data
data is structured and relational well-defined tables, columns, rows, keys, and constraints. Semi-structured and unstructured readily available data rich in features and patterns
Web data
Web Data
Web
Structure
tag
Web Data
Web
Usage
Web Data
Web
Content
Web-Structure Mining
Generate structural summary about the Web site and Web page
Depending upon the hyperlink, Categorizing the Web pages and the related Information @ inter domain level Discovering the Web Page Structure. Discovering the nature of the hierarchy of hyperlinks in the website and its structure. Web Mining
Presented by: Gaurao Bardia Web Structure Mining
Web-Structure Mining
cont
Retrieving information about the relevance and the quality of the web page. Finding the authoritative on the topic and content. The web page contains not only information but also hyperlinks, which contains huge amount of annotation. Hyperlink identifies authors endorsement of the other web page.
Inference on Hyperlink
Web-Structure Mining
cont
Web-Usage Mining
Web Mining
Web Structure Web Content Mining Mining
Example: 70% of users who accessed /company/product2 did so by starting at /company and proceeding through /company/new, /company/products and company/product1 80% of users who accessed the site started from /company/products 65% of users left the site after four or less page references
uential Patterns with Supporting Support >= 40% Customers John, Frank Frank, Mary
Beer) (Brandy)
Web usage examples In Google search, within past week 30% of users who visited /company/product/ had camera as text.
60% of users who placed an online order in /company/product1 also placed an order in /company/product4 within 15 days
Process of information or resource discovery from content of millions of sources across the World Wide Web
E.g. Web data contents: text, Image, audio, video, metadata and hyperlinks
Goes beyond key word extraction, or some simple statistics of words and phrases in documents.
Web Mining
Web Structure Web Content Web Usage Mining Mining Mining
Pre-processing data before web content mining: feature selection (Piramuthu 2003) Post-processing data can reduce ambiguous searching results (Sigletos & Paliouras 2003) Web Page Content Mining
Mines the contents of documents directly Improves on the content search of other tools like search engines.
Web content mining is related to data mining and text mining. [Bing Liu. 2005]
It is related to data mining because many data mining techniques can be applied in Web content mining. It is related to text mining because much of the web contents are texts. Web data are mainly semi-structured and/or unstructured, while data mining is structured and text is unstructured.
Document Classification
Supervised Learning
Supervised learning is a machine learning technique for creating a function from training data . Documents are categorized The output can predict a class label of the input object (called classification).
Feature Selection
Removes terms in the training documents which are statistically uncorrelated with the class labels Simple heuristics Stop words like a, an, the etc. Empirically chosen thresholds for ignoring too frequent or too rare terms Discard too frequent and too rare terms
Document Clustering
Unsupervised Learning : a data set of input objects is gathered Goal : Evolve measures of similarity to cluster a collection of documents/terms into groups within which similarity within a cluster is larger than across clusters. Hypothesis : Given a `suitable clustering of a collection, if the user is interested in document/term d/t, he is likely to be interested in other members of the cluster to which d/t belongs. Hierarchical Bottom-Up Top-Down Partitional
Semi-Supervised Learning
A collection of documents is available A subset of the collection has known labels Goal: to label the rest of the collection. Approach Train a supervised learner using the labeled subset. Apply the trained learner on the remaining documents. Idea Harness information in the labeled subset to enable better learning. Also, check the collection for emergence of new topics
Association
Example: Supermarket
Transaction ID 1 2 3 butter, bread, milk bread, milk, beer, egg diaper
Items Purchased
An association rule can be If a customer buys milk, in 50% of cases, he/she also buys beers. This happens in 33% of all transactions. 50%: confidence 33%: support Web Mining
Web Structure Web Content Mining Mining
Restructure a website Extract user access patterns to target ads Number of access to individual files Predict user behavior based on previously learned rules and users profile Present dynamic information to users based on their interests and profiles
The transfer/access log contains detailed information about each request that the server receives from users web browsers.
SERVER
CLIENT
Time
Date
Hostname
File Requested
Agent Log
The agent log lists the browsers (including version number and the platform) that people are using to connect to your server.
SERVER
CLIENT
Hostname
Version Number
Platform
Referrer Log
The referrer log contains the URLs of pages on other sites that link to your pages. That is, if a user gets to one of the servers pages by clicking on a link from another site, that URL of that site will appear in this log. Page A B Page B
T UES REQ LY REP
CLIENT
SERVER
URL
REFERRER URL
Error Log
The error log keeps a record of errors and failed requests. A request may fail if the page contains links to a file that does not exist or if the user is not authorized to access a specific page or file.
T UES REQ LY REP
CLIENT
SERVER
Data Cleaning
There are a variety of files accessed as a result of a request by a client to view a particular Web page. These include image, sound and video files, executable cgi files , coordinates of clickable regions in image map files and HTML files. Thus the server logs contain many entries that are redundant or irrelevant for the data mining tasks User Request : Page1.html Page1.html a.gif Browser Request : Page1.html, a.gif, b.gif b.gif
3 Entries for same user request in the Server Log, hence redundancy.
Data Cleaning
Hostname Date : Time Request
cont
SOLUTION All the log entries with filename suffixes such as, gif, jpeg, GIF, JPEG, JPG and map are removed from the log.
Logical Clusters
Representation of a Single User Transaction. One of the significant factors which distinguish Web mining from other data mining activities is the method used for identifying user transactions The clustering is based on comparing pairs of log entries and determining the similarity between them by means of some kind of distance measure. Entries that are sufficiently close are grouped together PROBLEMS: To determine an appropriate set of attributes to cluster. To determine an appropriate distance metrics for them.
Logical Clusters
Time Dimension for clustering the log entries Let L be a set of server access log entries A log entry l L includes the client IP address l.ip, the client user id l.uid, the URL of the accessed page l.url and the time of access l.time t = Time Gap l1.time l2.time < = t
Association Rules
X == > Y (support, confidence) 60% of clients who accessed /products/, also accessed /products/software/webminer.htm. 30% of clients who accessed /special-offer.html, placed an online order in /products/software/.
Association Rules
cont
clients who often access /products/software/webminer.html tend to be from educational institutions. clients who placed an online order for software tend to be students in the 20-25 age group and live in the United States. 75% of clients who download software from /products/software/demos/ visit between 7:00 and 11:00 pm on weekends.
Abstract
Analysis of web site usage data involves two significant challenges
Apply Data Mining and Information Visualization techniques to web domain Aim : To correlate the outcomes of mining Web Usage Logs and the extracted Web Structure, by visually superimposing the results.
Terminology
Information Visualization
User Session
- application of Information Visualization techniques on results of Web Mining - to further amplify the perception of extracted patterns, rules and regularities
provides a prototype implementation for applying information visualization techniques to the results of Data Mining. Visualization to obtain :
- understanding of the structure of a particular website web surfers behavior when visiting that site
Due to the large dataset and the structural complexity of the sites, 3D visual representations used. Implemented using an open source toolkit called the Visualization ToolKit (VTK).
Input : web pages and web server log files A web robot (webbot) is used to retrieve the pages of the website. In parallel, Web Server Log files are downloaded and processed through a sessionizer and a LOGML file is generated. The Integration Engine is a suite of programs for data preparation, i.e., cleaning, transforming and integrating data.
The Visualization Stage : maps the extracted data and attributes into visual images, realized through VTK extended with support for graphs. VTK : set of C++ class libraries accessible through
- linkage with a C++ program, or - via wrappings supported for scripting languages (Tcl, Python or Java), here tcl script used.
Result : interactive 3D/2D visualizations which could be used by analysts to compare actual web surfing patterns to expected patterns
Results
VWM provides an insight into specific, focused, questions that form a bridge between high-level domain concerns and the raw data :
What is the typical behavior of a user entering our website? What is the typical behavior of a user entering our website in page A from Discounted Book Sales link on a referrer web page B of another web site? What is the typical behavior of a logged in registered user from Europe entering page C from link named Add Gift Certificate on page A?
Visual Representation
analogy between the flow of user click streams through a website, and the flow of fluids in a physical environment in arriving at new representations. representation of web access involves locating abstract concepts (e.g. web pages) within a geometric space. Structures used: - Graphs
Extract tree from the site structure, and use this as the framework for presenting access-related results through glyphs and color mapping.
- Stream Tubes
Variable-width tubes showing access paths with different traffic are introduced on top of the web graph structure.
Adding third dimension enables visualization of more information and clarifies user behavior in and between clusters. Center node of circular basement is first page of web site from which users scatter to different clusters of web pages. Color spectrum from Red (entry point into clusters) to Blue (exit points) clarifies behavior of users. This is a 3D visualization of web usage for above site.The cylinder like part of this figure is visualization of web usage of surfers as they browse a long HTML document.
Users browsing access pattern is amplified by a different coloring. Depending on link structure of underlying pages, we can see vertical access patterns of a user drilling down the cluster, making a cylinder shape (bottom-left corner of the figure). Also users following links going down a hierarchy of webpages makes a cone shape and users going up hierarchies,e.g., back to main page of website makes a funnel shape (top-right corner of the figure).
Right: One can observe long user sessions as strings falling off clusters. Those are special type of long sessions when user navigates sequence of web pages which come one after the other under a cluster, e.g., sections of a long document. In many cases we found web pages with many nodes connected with Next/Up/Previous hyperlinks. Left: A zoom view of the same visualization
Frequent access patterns extracted by web mining process are visualized as a white graph on top of embedded and colorful graph of web usage.
Similar to last figure with addition of another attribute, i.e., frequency of pattern which is rendered as thickness of white tubes; this would significantly help analysis of results.
Future Work
A number of further tasks could be added:
Demonstrating the utility of web mining can be done by making exploratory changes to web sites, e.g., adding links from hot parts of web site to cold parts and then extracting, visualizing and interpreting changes in access patterns. There is often a tension in the design of algorithms between accommodating a wide range of data, or customizing the algorithm to capitalize on known constraints or regularities. Also web content mining can be introduced to implementations of this architecture.
Thank You!