SlideShare a Scribd company logo
1 of 69
Faceted Metadata for
Site Navigation and Search
Marti Hearst
12/17/2009
2
Outline
 Intro and Goals
 Faceted Metadata
 Definition
 Advantages
 Interface Design using Faceted Metadata
 The Nobel Prize Example
 Results of Usability Studies
 Software Tools
 Design Issues
3
Focus: Search and Navigation
of Large Collections
Image
Collections
E-Government
Sites
Shopping Sites
Digital Libraries
4
What we want to Achieve
 Integrate browsing and searching seamlessly
 Support exploration and learning
 Avoid dead-ends, “pogo’ing”, and “lostness”
5
Main Idea
 Use hierarchical faceted metadata
 Design the interface to:
 Allow flexible navigation
 Provide previews of next steps
 Organize results in a meaningful way
 Support both expanding and refining the search
6
The Problem With Categories
 Most things can be classified in more than one way.
 Most organizational systems do not handle this well.
 Example: Animal Classification
otter
penguin
robin
salmon
wolf
cobra
bat
Skin
Covering
Locomotion
Diet
robin
bat wolf
penguin
otter, seal
salmon
robin
bat
salmon
wolf
cobra
otter
penguin
seal
robin
penguin
salmon
cobra
bat
otter
wolf
7
 Inflexible
 Force the user to start with a particular category
 What if I don’t know the animal’s diet, but the
interface makes me start with that category?
 Wasteful
 Have to repeat combinations of categories
 Makes for extra clicking and extra coding
 Difficult to modify
 To add a new category type, must duplicate it
everywhere or change things everywhere
The Problem with Hierarchy
8
The Problem With Hierarchy
start
fur scales feathers
swim fly run slither
fur scales feathers fur scales feathers
fish
rodents
insects
fish
rodents
insects
fish
rodents
insects
fish
rodents
insects
fish
rodents
insects
fish
rodents
insects
fish
rodents
insects
fish
rodents
insects
fish
rodents
insects
salmon bat robin wolf
…
9
The Idea of Facets
 Facets are a way of labeling data
 A kind of Metadata (data about data)
 Can be thought of as properties of items
 Facets vs. Categories
 Items are placed INTO a category system
 Multiple facet labels are ASSIGNED TO items
10
The Idea of Facets
 Create INDEPENDENT categories (facets)
 Each facet has labels (sometimes arranged in a hierarchy)
 Assign labels from the facets to every item
 Example: recipe collection
Course
Main Course
Cooking
Method
Stir-fry
Cuisine
Thai
Ingredient
Bell Pepper
Curry
Chicken
11
The Idea of Facets
 Break out all the important concepts into their
own facets
 Sometimes the facets are hierarchical
 Assign labels to items from any level of the hierarchy
Preparation Method
Fry
Saute
Boil
Bake
Broil
Freeze
Desserts
Cakes
Cookies
Dairy
Ice Cream
Sorbet
Flan
Fruits
Cherries
Berries
Blueberries
Strawberries
Bananas
Pineapple
12
Using Facets
 Now there are multiple ways to get to each item
Preparation Method
Fry
Saute
Boil
Bake
Broil
Freeze
Desserts
Cakes
Cookies
Dairy
Ice Cream
Sherbet
Flan
Fruits
Cherries
Berries
Blueberries
Strawberries
Bananas
Pineapple
Fruit > Pineapple
Dessert > Cake
Preparation > Bake
Dessert > Dairy > Sherbet
Fruit > Berries > Strawberries
Preparation > Freeze
13
Using Facets
 The system only shows the labels that correspond
to the current set of items
 Start with all items and all facets
 The user then selects a label within a facet
 This reduces the set of items (only those that have
been assigned to the subcategory label are displayed)
 This also eliminates some subcategories from the view.
14
The Advantage of Facets
 Lets the user decide how to start, and how to
explore and group.
15
The Advantage of Facets
 After refinement, categories that are not relevant
to the current results disappear.
Note that other diet
choices have disappeared
16
The Advantage of Facets
 Seamlessly integrates keyword search with the
organizational structure.
17
The Advantage of Facets
 Very easy to expand out (loosen constraints)
 Very easy to build up complex queries.
18
Advantages of Facets
 Can’t end up with empty results sets
 (except with keyword search)
 Helps avoid feelings of being lost.
 Easier to explore the collection.
 Helps users infer what kinds of things are in the
collection.
 Evokes a feeling of “browsing the shelves”
 Is preferred over standard search for collection
browsing in usability studies.
 (Interface must be designed properly)
19
Advantages of Facets
 Seamless to add new facets and subcategories
 Seamless to add new items.
 Helps with “categorization wars”
 Don’t have to agree exactly where to place something
 Interaction can be implemented using a standard
relational database.
 May be easier for automatic categorization
20
Information previews
 Use the metadata to show where to go next
 More flexible than canned hyperlinks
 Less complex than full search
 Help users see and return to previous steps
 Reduces mental work
 Recognition over recall
 Suggests alternatives
 More clicks are ok only if (J. Spool)
 The “scent” of the target does not weaken
 If users feel they are going towards, rather than away,
from their target.
21
Limitation of Facets
 Do not naturally capture MAIN THEMES
 Facets do not show RELATIONS explicitly
Aquamarine
Red
Orange
Door
Doorway
Wall
 Which color associated with which object?
Photo by J. Hearst, jhearst.typepad.com
22
Example:
Nobel Prize Winners Collection
(Before and After Facets)
23
Only One Way to View Laureates
24
First, Choose Prize Type
25
Next, view the list!
The user must first choose an
Award type (literature), then browse
through the laureates in
chronological order.
No choice is given to, say organize
by year and then award, or by
country, then decade, then award, etc.
26
Navigation and Search
with Faceted Metadata
27
Opening View
Select literature from PRIZE facet
28
Group results by YEAR facet
29
Select 1920’s from YEAR facet
30
Current query is PRIZE > literature AND
YEAR: 1920’s. Now remove PRIZE > literature
31
Now Group By YEAR > 1920’s
32
Hierarchy Traversal:
Group By YEAR > 1920’s, and drill down to 1921
33
Select an individual item
34
Use Endgame to expand out
35
Use Endgame to expand out
36
Or use “More like this” to find similar items
37
Start a new search using keyword “California”
38
Note that category structure remains after the keyword search
39
The query is now a keyword ANDed with a facet subhierarchy
40
The Challenges
 Users generally do not adopt new search
interfaces
 How to show a lot more information without
overwhelming or confusing?
 Most users prefer simplicity unless
complexity really makes a difference
 Small details matter
 Next we describe the design decisions that
we have found lead to success.
41
Usability Study Results
42
Search Usability Design Goals
1. Strive for Consistency
2. Provide Shortcuts
3. Offer Informative Feedback
4. Design for Closure
5. Provide Simple Error Handling
6. Permit Easy Reversal of Actions
7. Support User Control
8. Reduce Short-term Memory Load
From Shneiderman, Byrd, & Croft, Clarifying Search, DLIB Magazine, Jan 1997. www.dlib.org
43
Usability Studies
 Usability studies done on 3 collections:
 Recipes (epicurious): 13,000 items
 Architecture Images: 40,000 items
 Fine Arts Images: 35,000 items
 Conclusions:
 Users like and are successful with the dynamic
faceted hierarchical metadata, especially for
browsing tasks
 Very positive results, in contrast with studies on
earlier iterations.
44
Most Recent Usability Study
 Participants & Collection
 32 Art History Students
 ~35,000 images from SF Fine Arts Museum
 Study Design
 Within-subjects
 Each participant sees both interfaces
 Balanced in terms of order and tasks
 Participants assess each interface after use
 Afterwards they compare them directly
 Data recorded in behavior logs, server logs, paper-surveys;
one or two experienced testers at each trial.
 Used 9 point Likert scales.
 Session took about 1.5 hours; pay was $15/hour
45
The Baseline System
 Floogle (takes the best of the existing keyword-
based image search systems)
46
47
48
Post-Interface Assessments
All significant at p<.05 except “simple” and “overwhelming”
49
Post-Test Comparison
15 16
2 30
1 29
   
4 28
8 23
6 24
28 3
1 31
2 29
FacetedBaseline
Overall Assessment
More useful for your tasks
Easiest to use
Most flexible
More likely to result in dead ends
Helped you learn more
Overall preference
Find images of roses
Find all works from a given period
Find pictures by 2 artists in same media
Which Interface Preferable For:
50
Software Tools
51
Flamenco (flamenco.berkeley.edu)
 Demos, papers, talks are online
 Nobel example uses this toolkit
 Open source software is now available!
 Requires Apache and a DBMS (MySQL)
 You format your data in simple text files
 (We may add XFML support later)
 Our programs convert to appropriate DBMS tables
 Check it out:
 http://flamenco.berkeley.edu
52
FacetMap (facetmap.com)
53
Open Source
 Solr (often used with Drupal and Lucene)
 Becoming very popular
 Whitehouse.gov
 Bobo-browse
 Java, used with Lucene
 Linked-in
54
Commercial Implementations
 (Not an exhaustive list)
 Endeca
 Siderean
 Aduna software
 Dieselpoint
55
Faceted Navigation Designs
56
nymag.com
57
whitehouse.gov
58
whitehouse.gov
59
Linked In People Search Beta
60
Design Issues
62
How many facets?
 Many facets means more choice, but more scanning and
more scrolling
 An alternative (by eBay)
 initially show the few most important facets
 allow user to choose a label from one
 then show an additional new facet (next most important)
 The right choice depends on the application
 Browsing art history vs. shopping
63
Revealing Hierarchy
 One approach (Flamenco):
keep all facets present,
show deeper level as you
descend.
64
Revealing Hierarchy
 Another approach (eBay): show only one level at a
time; if a facet is chosen that has subhierarchy,
show the next level as an additional facet.
 Example:
 In Shoes, user selects Style > Athletic
 Now show a new facet that shows types of Athletic shoes
 Hiking, Running, Walking, etc.
65
Reversibility
 Make navigation urls consistent and persistent
 This way the Back button always works
 Allows for bookmarking of pages
66
Choosing Labels
 Labels must be short – to fit!
 Tricky with terminology: “endoplasmic reticulum”
 Labels must be evocative
 It’s very difficult to find successful words
 Depends on user familiarity with the domain
 Use card-sorting exercises
 Associate synonyms with labels
 Beware the context of label use!
 The “kosher salt” incident
67
Creating Facets
 Need to balance depth and breadth
 Avoid long “skinny” hierarchies
 Example from the Art and Architecture Thesaurus:
 7 clicks before you get to anything interesting
68
Summary
 Flexible application of hierarchical faceted
metadata is a proven approach for navigating large
information collections.
 Midway in complexity between simple hierarchies and
deep knowledge representation.
 Currently in use on e-commerce sites; spreading to other
domains
 We have presented design issues and principles.
Thank you!
Marti Hearst
Http://flamenco.berkeley.edu

More Related Content

Similar to Faceted Metadata for Site Navigation and Search

What I Learned at UX Cambridge 2013
What I Learned at UX Cambridge 2013What I Learned at UX Cambridge 2013
What I Learned at UX Cambridge 2013Rebecca Blakiston
 
User Experience as an Organizational Development Tool
User Experience as an Organizational Development ToolUser Experience as an Organizational Development Tool
User Experience as an Organizational Development ToolDonovan Chandler
 
IA Summit 09 - User Interfaces with Metasearch Capabilities
IA Summit 09 - User Interfaces with Metasearch CapabilitiesIA Summit 09 - User Interfaces with Metasearch Capabilities
IA Summit 09 - User Interfaces with Metasearch Capabilitiesguestbc914e
 
UX Research on the Harvard IQSS Data Science website
UX Research on the Harvard IQSS Data Science websiteUX Research on the Harvard IQSS Data Science website
UX Research on the Harvard IQSS Data Science websiteYeseul Song
 
Rethinking Search Results from a UX Perspective
Rethinking Search Results from a UX PerspectiveRethinking Search Results from a UX Perspective
Rethinking Search Results from a UX PerspectiveBrian Frank
 
Rethinking Search Results from the Users' Perspective
Rethinking Search Results from the Users' PerspectiveRethinking Search Results from the Users' Perspective
Rethinking Search Results from the Users' PerspectiveSarah Khan
 
On building more human query answering systems
On building more human query answering systemsOn building more human query answering systems
On building more human query answering systemsINRIA-OAK
 
Preference and Desirability Testing: Measuring Emotional Response to Guide De...
Preference and Desirability Testing: Measuring Emotional Response to Guide De...Preference and Desirability Testing: Measuring Emotional Response to Guide De...
Preference and Desirability Testing: Measuring Emotional Response to Guide De...Paul Doncaster
 
Desirability and Preference Testing - UPA International 2011
Desirability and Preference Testing - UPA International 2011Desirability and Preference Testing - UPA International 2011
Desirability and Preference Testing - UPA International 2011hawleymichael
 
FaceTag - IASummit 2007
FaceTag - IASummit 2007FaceTag - IASummit 2007
FaceTag - IASummit 2007Andrea Resmini
 
Tag-based Approaches to Sharing Background Information regarding Social Probl...
Tag-based Approaches to Sharing Background Information regarding Social Probl...Tag-based Approaches to Sharing Background Information regarding Social Probl...
Tag-based Approaches to Sharing Background Information regarding Social Probl...siramatu-lab
 
Web usability a complete list of ux ui best practices
Web usability a complete list of ux ui best practicesWeb usability a complete list of ux ui best practices
Web usability a complete list of ux ui best practicesOlatunji Adetunji
 
Some thoughts on social tagging
Some thoughts on social taggingSome thoughts on social tagging
Some thoughts on social taggingmarti_hearst
 
DrupalCon Austin: UX Bootcamp workshop
DrupalCon Austin: UX Bootcamp workshopDrupalCon Austin: UX Bootcamp workshop
DrupalCon Austin: UX Bootcamp workshopPerfetti Media
 
RDVO - Building UX Pattern Libraries
RDVO - Building UX Pattern LibrariesRDVO - Building UX Pattern Libraries
RDVO - Building UX Pattern LibrariesBen Zipkin
 
Amazon research memo
Amazon research memoAmazon research memo
Amazon research memoBrett Combs
 
DfR Final Presentation
DfR Final PresentationDfR Final Presentation
DfR Final Presentationisabcarv
 
FaceTag: Integrating Bottom-up and Top-down Classification in a Social Taggin...
FaceTag: Integrating Bottom-up and Top-down Classification in a Social Taggin...FaceTag: Integrating Bottom-up and Top-down Classification in a Social Taggin...
FaceTag: Integrating Bottom-up and Top-down Classification in a Social Taggin...Andrea Resmini
 

Similar to Faceted Metadata for Site Navigation and Search (20)

What I Learned at UX Cambridge 2013
What I Learned at UX Cambridge 2013What I Learned at UX Cambridge 2013
What I Learned at UX Cambridge 2013
 
User Experience as an Organizational Development Tool
User Experience as an Organizational Development ToolUser Experience as an Organizational Development Tool
User Experience as an Organizational Development Tool
 
IA Summit 09 - User Interfaces with Metasearch Capabilities
IA Summit 09 - User Interfaces with Metasearch CapabilitiesIA Summit 09 - User Interfaces with Metasearch Capabilities
IA Summit 09 - User Interfaces with Metasearch Capabilities
 
UX Research on the Harvard IQSS Data Science website
UX Research on the Harvard IQSS Data Science websiteUX Research on the Harvard IQSS Data Science website
UX Research on the Harvard IQSS Data Science website
 
Rethinking Search Results from a UX Perspective
Rethinking Search Results from a UX PerspectiveRethinking Search Results from a UX Perspective
Rethinking Search Results from a UX Perspective
 
Rethinking Search Results from the Users' Perspective
Rethinking Search Results from the Users' PerspectiveRethinking Search Results from the Users' Perspective
Rethinking Search Results from the Users' Perspective
 
On building more human query answering systems
On building more human query answering systemsOn building more human query answering systems
On building more human query answering systems
 
Preference and Desirability Testing: Measuring Emotional Response to Guide De...
Preference and Desirability Testing: Measuring Emotional Response to Guide De...Preference and Desirability Testing: Measuring Emotional Response to Guide De...
Preference and Desirability Testing: Measuring Emotional Response to Guide De...
 
Desirability and Preference Testing - UPA International 2011
Desirability and Preference Testing - UPA International 2011Desirability and Preference Testing - UPA International 2011
Desirability and Preference Testing - UPA International 2011
 
FaceTag - IASummit 2007
FaceTag - IASummit 2007FaceTag - IASummit 2007
FaceTag - IASummit 2007
 
FaceTag at IASummit 2007
FaceTag at IASummit 2007FaceTag at IASummit 2007
FaceTag at IASummit 2007
 
Tag-based Approaches to Sharing Background Information regarding Social Probl...
Tag-based Approaches to Sharing Background Information regarding Social Probl...Tag-based Approaches to Sharing Background Information regarding Social Probl...
Tag-based Approaches to Sharing Background Information regarding Social Probl...
 
Web usability a complete list of ux ui best practices
Web usability a complete list of ux ui best practicesWeb usability a complete list of ux ui best practices
Web usability a complete list of ux ui best practices
 
Some thoughts on social tagging
Some thoughts on social taggingSome thoughts on social tagging
Some thoughts on social tagging
 
DrupalCon Austin: UX Bootcamp workshop
DrupalCon Austin: UX Bootcamp workshopDrupalCon Austin: UX Bootcamp workshop
DrupalCon Austin: UX Bootcamp workshop
 
RDVO - Building UX Pattern Libraries
RDVO - Building UX Pattern LibrariesRDVO - Building UX Pattern Libraries
RDVO - Building UX Pattern Libraries
 
Amazon research memo
Amazon research memoAmazon research memo
Amazon research memo
 
DfR Final Presentation
DfR Final PresentationDfR Final Presentation
DfR Final Presentation
 
FaceTag: Integrating Bottom-up and Top-down Classification in a Social Taggin...
FaceTag: Integrating Bottom-up and Top-down Classification in a Social Taggin...FaceTag: Integrating Bottom-up and Top-down Classification in a Social Taggin...
FaceTag: Integrating Bottom-up and Top-down Classification in a Social Taggin...
 
Taustauuring
TaustauuringTaustauuring
Taustauuring
 

More from Rauf Aliev

презентация на Tagline
презентация на Taglineпрезентация на Tagline
презентация на TaglineRauf Aliev
 
управление продуктом
управление продуктомуправление продуктом
управление продуктомRauf Aliev
 
Введение в веб-технологии. Лекция.
Введение в веб-технологии. Лекция. Введение в веб-технологии. Лекция.
Введение в веб-технологии. Лекция. Rauf Aliev
 
Свод знаний по управлению проектами PMI PMBOK: азбука менеджера проекта
Свод знаний по управлению проектами PMI PMBOK: азбука менеджера проектаСвод знаний по управлению проектами PMI PMBOK: азбука менеджера проекта
Свод знаний по управлению проектами PMI PMBOK: азбука менеджера проектаRauf Aliev
 
управление проектами
управление проектамиуправление проектами
управление проектамиRauf Aliev
 
Lizina prezentaciya
Lizina prezentaciyaLizina prezentaciya
Lizina prezentaciyaRauf Aliev
 
Интернет: цифры, тренды, байки
Интернет: цифры, тренды, байкиИнтернет: цифры, тренды, байки
Интернет: цифры, тренды, байкиRauf Aliev
 
Lizina prezentaciya
Lizina prezentaciyaLizina prezentaciya
Lizina prezentaciyaRauf Aliev
 
Большой чемпионат по гребле
Большой чемпионат по греблеБольшой чемпионат по гребле
Большой чемпионат по греблеRauf Aliev
 

More from Rauf Aliev (10)

презентация на Tagline
презентация на Taglineпрезентация на Tagline
презентация на Tagline
 
управление продуктом
управление продуктомуправление продуктом
управление продуктом
 
Outsourcing
OutsourcingOutsourcing
Outsourcing
 
Введение в веб-технологии. Лекция.
Введение в веб-технологии. Лекция. Введение в веб-технологии. Лекция.
Введение в веб-технологии. Лекция.
 
Свод знаний по управлению проектами PMI PMBOK: азбука менеджера проекта
Свод знаний по управлению проектами PMI PMBOK: азбука менеджера проектаСвод знаний по управлению проектами PMI PMBOK: азбука менеджера проекта
Свод знаний по управлению проектами PMI PMBOK: азбука менеджера проекта
 
управление проектами
управление проектамиуправление проектами
управление проектами
 
Lizina prezentaciya
Lizina prezentaciyaLizina prezentaciya
Lizina prezentaciya
 
Интернет: цифры, тренды, байки
Интернет: цифры, тренды, байкиИнтернет: цифры, тренды, байки
Интернет: цифры, тренды, байки
 
Lizina prezentaciya
Lizina prezentaciyaLizina prezentaciya
Lizina prezentaciya
 
Большой чемпионат по гребле
Большой чемпионат по греблеБольшой чемпионат по гребле
Большой чемпионат по гребле
 

Recently uploaded

VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirtrahman018755
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Roomgirls4nights
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsThierry TROUIN ☁
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girladitipandeya
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...aditipandeya
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607dollysharma2066
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
Gram Darshan PPT cyber rural in villages of india
Gram Darshan PPT cyber rural  in villages of indiaGram Darshan PPT cyber rural  in villages of india
Gram Darshan PPT cyber rural in villages of indiaimessage0108
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneRussian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneCall girls in Ahmedabad High profile
 

Recently uploaded (20)

VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with Flows
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
Gram Darshan PPT cyber rural in villages of india
Gram Darshan PPT cyber rural  in villages of indiaGram Darshan PPT cyber rural  in villages of india
Gram Darshan PPT cyber rural in villages of india
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneRussian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
 

Faceted Metadata for Site Navigation and Search

  • 1. Faceted Metadata for Site Navigation and Search Marti Hearst 12/17/2009
  • 2. 2 Outline  Intro and Goals  Faceted Metadata  Definition  Advantages  Interface Design using Faceted Metadata  The Nobel Prize Example  Results of Usability Studies  Software Tools  Design Issues
  • 3. 3 Focus: Search and Navigation of Large Collections Image Collections E-Government Sites Shopping Sites Digital Libraries
  • 4. 4 What we want to Achieve  Integrate browsing and searching seamlessly  Support exploration and learning  Avoid dead-ends, “pogo’ing”, and “lostness”
  • 5. 5 Main Idea  Use hierarchical faceted metadata  Design the interface to:  Allow flexible navigation  Provide previews of next steps  Organize results in a meaningful way  Support both expanding and refining the search
  • 6. 6 The Problem With Categories  Most things can be classified in more than one way.  Most organizational systems do not handle this well.  Example: Animal Classification otter penguin robin salmon wolf cobra bat Skin Covering Locomotion Diet robin bat wolf penguin otter, seal salmon robin bat salmon wolf cobra otter penguin seal robin penguin salmon cobra bat otter wolf
  • 7. 7  Inflexible  Force the user to start with a particular category  What if I don’t know the animal’s diet, but the interface makes me start with that category?  Wasteful  Have to repeat combinations of categories  Makes for extra clicking and extra coding  Difficult to modify  To add a new category type, must duplicate it everywhere or change things everywhere The Problem with Hierarchy
  • 8. 8 The Problem With Hierarchy start fur scales feathers swim fly run slither fur scales feathers fur scales feathers fish rodents insects fish rodents insects fish rodents insects fish rodents insects fish rodents insects fish rodents insects fish rodents insects fish rodents insects fish rodents insects salmon bat robin wolf …
  • 9. 9 The Idea of Facets  Facets are a way of labeling data  A kind of Metadata (data about data)  Can be thought of as properties of items  Facets vs. Categories  Items are placed INTO a category system  Multiple facet labels are ASSIGNED TO items
  • 10. 10 The Idea of Facets  Create INDEPENDENT categories (facets)  Each facet has labels (sometimes arranged in a hierarchy)  Assign labels from the facets to every item  Example: recipe collection Course Main Course Cooking Method Stir-fry Cuisine Thai Ingredient Bell Pepper Curry Chicken
  • 11. 11 The Idea of Facets  Break out all the important concepts into their own facets  Sometimes the facets are hierarchical  Assign labels to items from any level of the hierarchy Preparation Method Fry Saute Boil Bake Broil Freeze Desserts Cakes Cookies Dairy Ice Cream Sorbet Flan Fruits Cherries Berries Blueberries Strawberries Bananas Pineapple
  • 12. 12 Using Facets  Now there are multiple ways to get to each item Preparation Method Fry Saute Boil Bake Broil Freeze Desserts Cakes Cookies Dairy Ice Cream Sherbet Flan Fruits Cherries Berries Blueberries Strawberries Bananas Pineapple Fruit > Pineapple Dessert > Cake Preparation > Bake Dessert > Dairy > Sherbet Fruit > Berries > Strawberries Preparation > Freeze
  • 13. 13 Using Facets  The system only shows the labels that correspond to the current set of items  Start with all items and all facets  The user then selects a label within a facet  This reduces the set of items (only those that have been assigned to the subcategory label are displayed)  This also eliminates some subcategories from the view.
  • 14. 14 The Advantage of Facets  Lets the user decide how to start, and how to explore and group.
  • 15. 15 The Advantage of Facets  After refinement, categories that are not relevant to the current results disappear. Note that other diet choices have disappeared
  • 16. 16 The Advantage of Facets  Seamlessly integrates keyword search with the organizational structure.
  • 17. 17 The Advantage of Facets  Very easy to expand out (loosen constraints)  Very easy to build up complex queries.
  • 18. 18 Advantages of Facets  Can’t end up with empty results sets  (except with keyword search)  Helps avoid feelings of being lost.  Easier to explore the collection.  Helps users infer what kinds of things are in the collection.  Evokes a feeling of “browsing the shelves”  Is preferred over standard search for collection browsing in usability studies.  (Interface must be designed properly)
  • 19. 19 Advantages of Facets  Seamless to add new facets and subcategories  Seamless to add new items.  Helps with “categorization wars”  Don’t have to agree exactly where to place something  Interaction can be implemented using a standard relational database.  May be easier for automatic categorization
  • 20. 20 Information previews  Use the metadata to show where to go next  More flexible than canned hyperlinks  Less complex than full search  Help users see and return to previous steps  Reduces mental work  Recognition over recall  Suggests alternatives  More clicks are ok only if (J. Spool)  The “scent” of the target does not weaken  If users feel they are going towards, rather than away, from their target.
  • 21. 21 Limitation of Facets  Do not naturally capture MAIN THEMES  Facets do not show RELATIONS explicitly Aquamarine Red Orange Door Doorway Wall  Which color associated with which object? Photo by J. Hearst, jhearst.typepad.com
  • 22. 22 Example: Nobel Prize Winners Collection (Before and After Facets)
  • 23. 23 Only One Way to View Laureates
  • 25. 25 Next, view the list! The user must first choose an Award type (literature), then browse through the laureates in chronological order. No choice is given to, say organize by year and then award, or by country, then decade, then award, etc.
  • 26. 26 Navigation and Search with Faceted Metadata
  • 28. 28 Group results by YEAR facet
  • 30. 30 Current query is PRIZE > literature AND YEAR: 1920’s. Now remove PRIZE > literature
  • 31. 31 Now Group By YEAR > 1920’s
  • 32. 32 Hierarchy Traversal: Group By YEAR > 1920’s, and drill down to 1921
  • 34. 34 Use Endgame to expand out
  • 35. 35 Use Endgame to expand out
  • 36. 36 Or use “More like this” to find similar items
  • 37. 37 Start a new search using keyword “California”
  • 38. 38 Note that category structure remains after the keyword search
  • 39. 39 The query is now a keyword ANDed with a facet subhierarchy
  • 40. 40 The Challenges  Users generally do not adopt new search interfaces  How to show a lot more information without overwhelming or confusing?  Most users prefer simplicity unless complexity really makes a difference  Small details matter  Next we describe the design decisions that we have found lead to success.
  • 42. 42 Search Usability Design Goals 1. Strive for Consistency 2. Provide Shortcuts 3. Offer Informative Feedback 4. Design for Closure 5. Provide Simple Error Handling 6. Permit Easy Reversal of Actions 7. Support User Control 8. Reduce Short-term Memory Load From Shneiderman, Byrd, & Croft, Clarifying Search, DLIB Magazine, Jan 1997. www.dlib.org
  • 43. 43 Usability Studies  Usability studies done on 3 collections:  Recipes (epicurious): 13,000 items  Architecture Images: 40,000 items  Fine Arts Images: 35,000 items  Conclusions:  Users like and are successful with the dynamic faceted hierarchical metadata, especially for browsing tasks  Very positive results, in contrast with studies on earlier iterations.
  • 44. 44 Most Recent Usability Study  Participants & Collection  32 Art History Students  ~35,000 images from SF Fine Arts Museum  Study Design  Within-subjects  Each participant sees both interfaces  Balanced in terms of order and tasks  Participants assess each interface after use  Afterwards they compare them directly  Data recorded in behavior logs, server logs, paper-surveys; one or two experienced testers at each trial.  Used 9 point Likert scales.  Session took about 1.5 hours; pay was $15/hour
  • 45. 45 The Baseline System  Floogle (takes the best of the existing keyword- based image search systems)
  • 46. 46
  • 47. 47
  • 48. 48 Post-Interface Assessments All significant at p<.05 except “simple” and “overwhelming”
  • 49. 49 Post-Test Comparison 15 16 2 30 1 29     4 28 8 23 6 24 28 3 1 31 2 29 FacetedBaseline Overall Assessment More useful for your tasks Easiest to use Most flexible More likely to result in dead ends Helped you learn more Overall preference Find images of roses Find all works from a given period Find pictures by 2 artists in same media Which Interface Preferable For:
  • 51. 51 Flamenco (flamenco.berkeley.edu)  Demos, papers, talks are online  Nobel example uses this toolkit  Open source software is now available!  Requires Apache and a DBMS (MySQL)  You format your data in simple text files  (We may add XFML support later)  Our programs convert to appropriate DBMS tables  Check it out:  http://flamenco.berkeley.edu
  • 53. 53 Open Source  Solr (often used with Drupal and Lucene)  Becoming very popular  Whitehouse.gov  Bobo-browse  Java, used with Lucene  Linked-in
  • 54. 54 Commercial Implementations  (Not an exhaustive list)  Endeca  Siderean  Aduna software  Dieselpoint
  • 59. 59 Linked In People Search Beta
  • 60. 60
  • 62. 62 How many facets?  Many facets means more choice, but more scanning and more scrolling  An alternative (by eBay)  initially show the few most important facets  allow user to choose a label from one  then show an additional new facet (next most important)  The right choice depends on the application  Browsing art history vs. shopping
  • 63. 63 Revealing Hierarchy  One approach (Flamenco): keep all facets present, show deeper level as you descend.
  • 64. 64 Revealing Hierarchy  Another approach (eBay): show only one level at a time; if a facet is chosen that has subhierarchy, show the next level as an additional facet.  Example:  In Shoes, user selects Style > Athletic  Now show a new facet that shows types of Athletic shoes  Hiking, Running, Walking, etc.
  • 65. 65 Reversibility  Make navigation urls consistent and persistent  This way the Back button always works  Allows for bookmarking of pages
  • 66. 66 Choosing Labels  Labels must be short – to fit!  Tricky with terminology: “endoplasmic reticulum”  Labels must be evocative  It’s very difficult to find successful words  Depends on user familiarity with the domain  Use card-sorting exercises  Associate synonyms with labels  Beware the context of label use!  The “kosher salt” incident
  • 67. 67 Creating Facets  Need to balance depth and breadth  Avoid long “skinny” hierarchies  Example from the Art and Architecture Thesaurus:  7 clicks before you get to anything interesting
  • 68. 68 Summary  Flexible application of hierarchical faceted metadata is a proven approach for navigating large information collections.  Midway in complexity between simple hierarchies and deep knowledge representation.  Currently in use on e-commerce sites; spreading to other domains  We have presented design issues and principles.

Editor's Notes

  1. &amp;lt;number&amp;gt;