Machine Learning Applications to Modeling Web Searcher Behavior Eugene Agichtein

Size: px
Start display at page:

Download "Machine Learning Applications to Modeling Web Searcher Behavior Eugene Agichtein"

Transcription

1 Machine Learning Applications to Modeling Web Searcher Behavior Eugene Agichtein Intelligent Information Access Lab (IRLab) Emory University

2 Talk Outline Overview of the Emory IR Lab Intent-centric Web Search Contextualized search intent detection One example medical application Eugene Agichtein, Emory University, IR Lab 2

3 Intelligent Information Access Lab (IRLab) Modeling information seeking behavior Searching the Web and social media Text and data mining for medical informatics Ablimit Aji Qi Guo Julia Kiseleva In collaboration with: - Beth Buffalo (Neurology) - Charlie Clarke (Waterloo) - Ernie Garcia (Radiology) - Phil Wolff (Psychology) - Hongyuan Zha (GaTech) Dmitry Lagun Qiaoling Liu Yu Wang Eugene Agichtein, Emory University, IR Lab 3

4 Our Approach to Intelligent Information Access Search logs: queries, clicks Data-Driven Model Discovery (machine learning/data mining) Intelligent search Information sharing Health Informatics Cognitive Diagnostics4 4 Eugene Agichtein, Emory University, IR Lab

5 Intelligent search Web-scale Text Mining Extract entities, relationships, events from text Estimate accuracy of web content DiseaseOutbreaks, The New York Times Some Applications: Incorporating extracted information into (web) search Finding implicit connections between events, entities Visualizing and exploring large text collections 18 November 2009 Eugene Agichtein, Emory 5 University, IR Lab [DL 00, ICDE 2003 best student paper, SIGMOD 2006 best paper, ]

6 Information sharing 6 6

7 Information sharing Social Media Language Analysis Social Media!= WSJ Text Text Mining/NLP Challenges: Content quality Authority/expertise User goals, Subjectivity Sentiment Temporal Sensitivity Effort and Incentives Eugene Agichtein, Emory University, IR Lab 7

8 Content Quality 88

9 Information sharing + Intelligent search Hybrid Web/Social Search Eugene Agichtein, Emory University, IR Lab 9

10 Talk Outline Overview of the Emory IR Lab Intent-centric Web Search Contextualized search intent detection One example medical application Eugene Agichtein, Emory University, IR Lab 10

11 Some Key Challenges for Web Search Query interpretation (infer intent) Ranking (high dimensionality) Evaluation (system improvement) Result presentation (information visualization) Eugene Agichtein, Emory University, IR Lab 11

12 Task-Goal-Search Model car safety ratings consumer reports Eugene Agichtein, Emory University, IR Lab 12

13 Problem Statement Given: Sequence of user actions, predictuser goal, task, and future actions Will define tasks and goal next Example applications: Predict document relevance (ranking, result presentation, summarization) Predict next query (query suggestion, spelling correction) Predict user satisfaction (market share) Eugene Agichtein, Emory University, IR Lab 13

14 Intent (Goal) Classes, top level only User intent taxonomy (Broder2002) Informational want to learn about something (~40% / 65%) Navigational want to go to that page (~25% / 15%) Transactional want to do something (web-mediated) (~35% / 20%) Access a servicedownloads Shop Gray areas Find a good hub Exploratory search see what s there Eugene Agichtein, Emory University, IR Lab History nonya food Singapore Airlines Jakarta weather Kalimantan satellite images Nikon Finepix Car rental Kuala Lumpur [from SIGIR 2008 Tutorial, Baeza-Yates and Jones]

15 Information Retrieval Process: Implementation Source Selection Resource Search Engine Result Page (SERP) Query Formulation Query: car safety ratings Search Ranked List query reformulation, vocabulary learning, relevance feedback Selection Documents Examination Documents source reselection Delivery Eugene Agichtein, Emory University, IR Lab 15

16 Search Actions Keystrokes query, scroll, CTRL-C, ) GUI: scrolling, button press, clicks Mouse: moving, scrolling, down/up, scroll Browser: new tab, close, back/forward All of these can be easily captured on SERP (javascript) Eugene Agichtein, Emory University, IR Lab 16

17 How Do We Know True User Intent? Askthe user (surveys, field studies, pop-ups) Does not scale, users get annoyed Observe user actions and guess Intent usuallyobvious to humans but not always Detect signals from user s brain (fmri, EEEG) and attempt to interpret neuron activity Adapted from [Daniel M. Russell, 2007] Eugene Agichtein, Emory University, IR Lab 17

18 What Eye Movement Can Tell Eye tracking gives information about searcher interests: Eye position Pupil diameter Saccades and fixations Reading Camera Visual Search Eugene Agichtein, Emory University, IR Lab 18

19 An Eye Tracker on Every Table Eye tracking equipment is bulky and expensive Can we infer gaze position from observable actions? Exploratory study from Google (Roddenet al.) says maybe: mouse position is sometimesrelated to eye position Eugene Agichtein, Emory University, IR Lab 19

20 Relationship Between Mouse and Gaze Position Searchers might use the mouse to focus reading attention, bookmark promising results, or not at all. Behavior varies with task difficulty and user expertise [K. Rodden, X. Fu, A. Aula, and I. Spiro, Eye-mouse coordination patterns on web search results pages, Extended Abstracts of ACM CHI 2008] Eugene Agichtein, Emory University, IR Lab 20

21 Assume Transitivity Holds Given: Gaze position ==> user intent and Mouse movement ==> gaze position Mouse movement ==> user intent Restate problem: Given user actions, infer current user s intent, focusing on Individual User s actions Eugene Agichtein, Emory University, IR Lab 21

22 Collecting Search Data: EMU HTTP Server HTTP Log Usage Data Train Prediction Models Data Mining & Management Firefox + LibXplugin Track whitelisted sites e.g., Emory, Google, Yahoo search All SERP events logged (asynchronous http requests) 150 public use machines, 5,000+ opted-in users Eugene Agichtein, Emory University, IR Lab 22

23 EMU: Querying Behavior Data Eugene Agichtein, Emory Univesity, IR Lab 23

24 Playback Example Eugene Agichtein, Emory University, IR Lab 24

25 Qi Guo Research vs. Purchase Intent 12 subjects (grad students and staff) asked to 1. Research a product they want to purchase eventually (Research intent) 2. Search for a best deal on an item they want to purchase immediately (Purchase intent) Eye tracking and browser instrumentation performed in parallel for some of the subjects EyeTech systems TM3 (rental) avoid! At reasonable resolution, samples at only ~12-15 Hz Looses calibration after a few minutes Eugene Agichtein, Emory University, IR Lab 25

26 Research Intent Eugene Agichtein, Emory University, IR Lab 26

27 Purchase Intent Eugene Agichtein, Emory University, IR Lab 27

28 Informational query: spanish wine Eugene Agichtein, Emory University, IR Lab 28

29 Mouse Features: Simple First representation: Trajectory length Horizontal range Vertical range Horizontal range Trajectory length Vertical range Eugene Agichtein, Emory University, IR Lab 29

30 Mouse Features: Full Second representation: 5 segments: initial, early, middle, late, and end Each segment: speed, acceleration, rotation, slope, etc Eugene Agichtein, Emory University, IR Lab 30

31 Classifying Search Intent Eugene Agichtein, Emory University, IR Lab 31

32 Use Support Vector Machine (SVM) Classifier SVMs maximize the marginaround the separating hyperplane. A.k.a. large margin classifiers The decision function is fully specified by a subset of training samples, the support vectors. Quadratic programming problem Seen by many as most successful current text classification method Support vectors Maximize margin Eugene Agichtein, Emory University, IR Lab 32

33 Results: Research vs. Purchase Eugene Agichtein, Emory University, IR Lab 33

34 Contextualized Intent Inference Eugene Agichtein, Emory University, IR Lab 34

35 Implementation: Conditional Random Field (CRF) Model Eugene Agichtein, Emory University, IR Lab 35

36 From HMMs to MEMMs to CRFs Eugene Agichtein, Emory University, IR Lab 36 n o n o o o s s s s,...,,..., = = v v HMM MEMM CRF S t-1 S t O t S t+1 O t+1 O t-1 S t-1 S t O t S t+1 O t+1 O t-1 S t-1 S t O t S t+1 O t+1 O t = 1 1 ) ( ) ( ), ( o t t t t t s o P s s P o s P v v v = = + 1 1, 1 1 ), ( ), ( exp 1 ), ( ) ( 1 o t k t t k k j t t j j o s o t t t t o s g s s f Z o s s P o s P t t v v v v µ λ = ), ( ), ( exp 1 ) ( o t k t t k k j t t j j o o s g s s f Z o s P v v v v µ λ Conditional Random Fields (CRFs) [from Lafferty, McCallum, Pereira 2001]

37 Application: Predict Ad Receptiveness Hypothesis: the right time to show search ads: when searcher is receptive to seeing ads Eugene Agichtein, Emory University, IR Lab 37

38 Results: Ad Click Prediction 200%+ precision improvement (within task) Eugene Agichtein, Emory University, IR Lab 38

39 Challenges Separate context from intent (e.g., smart phones) User variability: individual differences, tasks Scale of data: representation, compression Privacy: client-side data similar to other PII Obtaining realistic user data: see above EMU toolbar tracking since 2007 in Emory Libraries (biased) Eugene Agichtein, Emory University, IR Lab 39

40 Current and Future Work Detect mouse reading behavior Unsupervised intent clustering User vs. task Personalized behavior models Long-term interests/effects User mental state (frustration, cognitive impairment, ) Eugene Agichtein, Emory University, IR Lab 40

41 Dmitry Lagun Towards Web-based Visual Paired Comparison Test with Beth Buffalo, Neurology/Yerkes VPC can be used to detect MCI (years before AD), but requires eye tracking equipment Goal: develop web-based version of VPC NIH ADRC Pilot Grant, jointly with Beth Buffalo Approach: exploit connection between mouse movement and gaze position. Force usage of mouse to reveal image Or parts of image Develop robust machine learning techniques to predict cognitive impairment based on (noisy) mouse data Eugene Agichtein, Emory University, IR Lab 41

42 Initial Results Preference for novel image (59%) consistently observed Still exploring parameter space and metrics to optimize Results sensitive to Mturk worker instructions, incentives, other factors (?) Looking for advice on remote behavioral testing Eye tracking Mouse (oculus) center Eugene Agichtein, Emory University, IR Lab 42

43 Summary: From Behavior to State of Mind Approach: Machine learning methods for detecting searcher intent Calibrated and augmented with lab studies Foundational contributions: Methods to mine and integrate wide range of interactions Data-driven discovery of user state-of-mind Impact: Intelligent, intuitive search and information sharing Potential for new research tools and techniques Eugene Agichtein, Emory University, IR Lab 43

44 Main References Classifying and Characterizing Query Intent, Azin Ashkan, Charles L. A. Clarke, Eugene Agichtein, Qi Guo, In ECIR Qi Guo and Eugene Agichtein, Exploring Client-Side Instrumentation for Personalized Search Intent Inference: Preliminary Experiments, Proc. of AAAI 2008 Workshop on Intelligent Techniques for Web Personalization (ITWP 2008) Qi Guo, Eugene Agichtein, Azin Ashkan and Charles L. A. Clarke: In the Mood to Click? Inferring Searcher Advertising Receptiveness, in Proc. of WI 2009 Other papers here: Eugene Agichtein, Emory University, IR Lab 44

45 Thank you! Qi Guo, Dmitry Lagun, Beth Buffalo, and Phil Wolff Supported by: Eugene Agichtein, Emory University, IR Lab 45

Modeling Information Seeking Behavior in Social Media Eugene Agichtein

Modeling Information Seeking Behavior in Social Media Eugene Agichtein Modeling Information Seeking Behavior in Social Media Eugene Agichtein I lli I f i A L b (IRL b) Intelligent Information Access Lab (IRLab) Emory University Intelligent Information Access Lab (IRLab) Modeling

More information

Towards Predicting Web Searcher Gaze Position from Mouse Movements

Towards Predicting Web Searcher Gaze Position from Mouse Movements Towards Predicting Web Searcher Gaze Position from Mouse Movements Qi Guo Emory University 400 Dowman Dr., W401 Atlanta, GA 30322 USA qguo3@emory.edu Eugene Agichtein Emory University 400 Dowman Dr., W401

More information

In the Mood to Click? Towards Inferring Receptiveness to Search Advertising

In the Mood to Click? Towards Inferring Receptiveness to Search Advertising In the Mood to Click? Towards Inferring Receptiveness to Search Advertising Qi Guo Eugene Agichtein Mathematics & Computer Science Department Emory University Atlanta, USA {qguo3,eugene}@mathcs.emory.edu

More information

The Web: Concepts and Technology. 1 CS 584: Information Retrieval. Math & Computer Science Department, Emory University

The Web: Concepts and Technology. 1 CS 584: Information Retrieval. Math & Computer Science Department, Emory University The Web: Concepts and Technology January 15: Course Overview 1 CS 584: Information Retrieval. Math & Computer Science Department, Emory University Today s Plan Who am I? What is this course about? Logistics

More information

CS 572: Information Retrieval. Implicit Searcher Feedback

CS 572: Information Retrieval. Implicit Searcher Feedback CS 572: Information Retrieval Implicit Searcher Feedback Information Retrieval Process Overview Credit: Jimmy Lin, Doug Oard, Source Selection Resource Search Engine Result Page (SERP) Query Formulation

More information

Evaluating the Accuracy of. Implicit feedback. from Clicks and Query Reformulations in Web Search. Learning with Humans in the Loop

Evaluating the Accuracy of. Implicit feedback. from Clicks and Query Reformulations in Web Search. Learning with Humans in the Loop Evaluating the Accuracy of Implicit Feedback from Clicks and Query Reformulations in Web Search Thorsten Joachims, Filip Radlinski, Geri Gay, Laura Granka, Helene Hembrooke, Bing Pang Department of Computer

More information

Visualization of User Eye Movements for Search Result Pages

Visualization of User Eye Movements for Search Result Pages Visualization of User Eye Movements for Search Result Pages Yuka Egusa National Institute for Educational Policy Research 3-2-2 Kasumigaseki, Chiyoda-ku, Tokyo 100-8951, Japan yuka@nier.go.jp Hitoshi Terai

More information

Exploring Client-Side Instrumentation for Personalized Search Intent Inference: Preliminary Experiments

Exploring Client-Side Instrumentation for Personalized Search Intent Inference: Preliminary Experiments Exploring Client-Side Instrumentation for Personalized Search Intent Inference: Preliminary Experiments Qi Guo and Eugene Agichtein Mathematics & Computer Science Department Emory University {qguo3,eugene}@mathcs.emory.edu

More information

Learning Ranking Functions with SVMs

Learning Ranking Functions with SVMs Learning Ranking Functions with SVMs CS4780/5780 Machine Learning Fall 2012 Thorsten Joachims Cornell University T. Joachims, Optimizing Search Engines Using Clickthrough Data, Proceedings of the ACM Conference

More information

Adaptive Search Engines Learning Ranking Functions with SVMs

Adaptive Search Engines Learning Ranking Functions with SVMs Adaptive Search Engines Learning Ranking Functions with SVMs CS478/578 Machine Learning Fall 24 Thorsten Joachims Cornell University T. Joachims, Optimizing Search Engines Using Clickthrough Data, Proceedings

More information

Learning Ranking Functions with SVMs

Learning Ranking Functions with SVMs Learning Ranking Functions with SVMs CS4780/5780 Machine Learning Fall 2014 Thorsten Joachims Cornell University T. Joachims, Optimizing Search Engines Using Clickthrough Data, Proceedings of the ACM Conference

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN: IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 20131 Improve Search Engine Relevance with Filter session Addlin Shinney R 1, Saravana Kumar T

More information

Automatic Identification of User Goals in Web Search [WWW 05]

Automatic Identification of User Goals in Web Search [WWW 05] Automatic Identification of User Goals in Web Search [WWW 05] UichinLee @ UCLA ZhenyuLiu @ UCLA JunghooCho @ UCLA Presenter: Emiran Curtmola@ UC San Diego CSE 291 4/29/2008 Need to improve the quality

More information

Interaction Model to Predict Subjective Specificity of Search Results

Interaction Model to Predict Subjective Specificity of Search Results Interaction Model to Predict Subjective Specificity of Search Results Kumaripaba Athukorala, Antti Oulasvirta, Dorota Glowacka, Jilles Vreeken, Giulio Jacucci Helsinki Institute for Information Technology

More information

How Do Sponsored Search Results Affect User Behavior in Web Search?

How Do Sponsored Search Results Affect User Behavior in Web Search? How Do Sponsored Search Results Affect User Behavior in Web Search? Zeyang Liu, Yiqun Liu 1, Min Zhang, and Shaoping Ma State Key Laboratory of Intelligent Technology and Systems, Tsinghua National Laboratory

More information

Beyond Ten Blue Links Seven Challenges

Beyond Ten Blue Links Seven Challenges Beyond Ten Blue Links Seven Challenges Ricardo Baeza-Yates VP of Yahoo! Research for EMEA & LatAm Barcelona, Spain Thanks to Andrei Broder, Yoelle Maarek & Prabhakar Raghavan Agenda Past and Present Wisdom

More information

Disambiguating Search by Leveraging a Social Context Based on the Stream of User s Activity

Disambiguating Search by Leveraging a Social Context Based on the Stream of User s Activity Disambiguating Search by Leveraging a Social Context Based on the Stream of User s Activity Tomáš Kramár, Michal Barla and Mária Bieliková Faculty of Informatics and Information Technology Slovak University

More information

Estimating Credibility of User Clicks with Mouse Movement and Eye-tracking Information

Estimating Credibility of User Clicks with Mouse Movement and Eye-tracking Information Estimating Credibility of User Clicks with Mouse Movement and Eye-tracking Information Jiaxin Mao, Yiqun Liu, Min Zhang, Shaoping Ma Department of Computer Science and Technology, Tsinghua University Background

More information

TriRank: Review-aware Explainable Recommendation by Modeling Aspects

TriRank: Review-aware Explainable Recommendation by Modeling Aspects TriRank: Review-aware Explainable Recommendation by Modeling Aspects Xiangnan He, Tao Chen, Min-Yen Kan, Xiao Chen National University of Singapore Presented by Xiangnan He CIKM 15, Melbourne, Australia

More information

FACIAL MOVEMENT BASED PERSON AUTHENTICATION

FACIAL MOVEMENT BASED PERSON AUTHENTICATION FACIAL MOVEMENT BASED PERSON AUTHENTICATION Pengqing Xie Yang Liu (Presenter) Yong Guan Iowa State University Department of Electrical and Computer Engineering OUTLINE Introduction Literature Review Methodology

More information

CURIOUS BROWSERS: Automated Gathering of Implicit Interest Indicators by an Instrumented Browser

CURIOUS BROWSERS: Automated Gathering of Implicit Interest Indicators by an Instrumented Browser CURIOUS BROWSERS: Automated Gathering of Implicit Interest Indicators by an Instrumented Browser David Brown Mark Claypool Computer Science Department Worcester Polytechnic Institute Worcester, MA 01609,

More information

Actionable User Intentions for Real-Time Mobile Assistant Applications

Actionable User Intentions for Real-Time Mobile Assistant Applications Actionable User Intentions for Real-Time Mobile Assistant Applications Thimios Panagos, Shoshana Loeb, Ben Falchuk Applied Research, Telcordia Technologies One Telcordia Drive, Piscataway, New Jersey,

More information

GAZE TRACKING APPLIED TO IMAGE INDEXING

GAZE TRACKING APPLIED TO IMAGE INDEXING GAZE TRACKING APPLIED TO IMAGE INDEXING Jean Martinet, Adel Lablack, Nacim Ihaddadene, Chabane Djeraba University of Lille, France Definition: Detecting and tracking the gaze of people looking at images

More information

A Taxonomy of Web Search

A Taxonomy of Web Search A Taxonomy of Web Search by Andrei Broder 1 Overview Ø Motivation Ø Classic model for IR Ø Web-specific Needs Ø Taxonomy of Web Search Ø Evaluation Ø Evolution of Search Engines Ø Conclusions 2 1 Motivation

More information

Where Next? Data Mining Techniques and Challenges for Trajectory Prediction. Slides credit: Layla Pournajaf

Where Next? Data Mining Techniques and Challenges for Trajectory Prediction. Slides credit: Layla Pournajaf Where Next? Data Mining Techniques and Challenges for Trajectory Prediction Slides credit: Layla Pournajaf o Navigational services. o Traffic management. o Location-based advertising. Source: A. Monreale,

More information

Gaze, Eye Tracking and Mouse Tracking. Human Computer Interaction Topic 1 - Design and Evaluation Student: Susan Möller Ferreira

Gaze, Eye Tracking and Mouse Tracking. Human Computer Interaction Topic 1 - Design and Evaluation Student: Susan Möller Ferreira Gaze, Eye Tracking and Mouse Tracking Human Computer Interaction Topic 1 - Design and Evaluation Student: Susan Möller Ferreira Eye Tracking and Mouse Tracking Both techniques can be use to identify users

More information

Movements for Search Result Pages

Movements for Search Result Pages http://cres.jpn.org/ Visualization of User Eye Movements for Search Result Pages Yuka Egusa Masao Takaku Hitoshi Terai National Institute for Educational Policy Research Hitomi Saito Aichi University of

More information

HYBRIDIZED MODEL FOR EFFICIENT MATCHING AND DATA PREDICTION IN INFORMATION RETRIEVAL

HYBRIDIZED MODEL FOR EFFICIENT MATCHING AND DATA PREDICTION IN INFORMATION RETRIEVAL International Journal of Mechanical Engineering & Computer Sciences, Vol.1, Issue 1, Jan-Jun, 2017, pp 12-17 HYBRIDIZED MODEL FOR EFFICIENT MATCHING AND DATA PREDICTION IN INFORMATION RETRIEVAL BOMA P.

More information

A Novel Categorized Search Strategy using Distributional Clustering Neenu Joseph. M 1, Sudheep Elayidom 2

A Novel Categorized Search Strategy using Distributional Clustering Neenu Joseph. M 1, Sudheep Elayidom 2 A Novel Categorized Search Strategy using Distributional Clustering Neenu Joseph. M 1, Sudheep Elayidom 2 1 Student, M.E., (Computer science and Engineering) in M.G University, India, 2 Associate Professor

More information

DATA MINING II - 1DL460. Spring 2014"

DATA MINING II - 1DL460. Spring 2014 DATA MINING II - 1DL460 Spring 2014" A second course in data mining http://www.it.uu.se/edu/course/homepage/infoutv2/vt14 Kjell Orsborn Uppsala Database Laboratory Department of Information Technology,

More information

Supporting Exploratory Search Through User Modeling

Supporting Exploratory Search Through User Modeling Supporting Exploratory Search Through User Modeling Kumaripaba Athukorala, Antti Oulasvirta, Dorota Glowacka, Jilles Vreeken, Giulio Jacucci Helsinki Institute for Information Technology HIIT Department

More information

Inferring Searcher Intent

Inferring Searcher Intent , 11 July 2010 Inferring Searcher Intent Tutorial Website (for expanded and updated bibliography): http://ir.mathcs.emory.edu/intent_tutorial/ Instructor contact information: Email: eugene@mathcs.emory.edu

More information

Eugene Agichtein, Curriculum Vitae October Eugene Agichtein

Eugene Agichtein, Curriculum Vitae October Eugene Agichtein Eugene Agichtein Mathematics and Computer Science Department Emory University eugene@mathcs.emory.edu 400 Dowman Drive, Suite W401 Web: http://www.mathcs.emory.edu/~eugene/ Atlanta, GA 30322 Telephone:

More information

KDD 10 Tutorial: Recommender Problems for Web Applications. Deepak Agarwal and Bee-Chung Chen Yahoo! Research

KDD 10 Tutorial: Recommender Problems for Web Applications. Deepak Agarwal and Bee-Chung Chen Yahoo! Research KDD 10 Tutorial: Recommender Problems for Web Applications Deepak Agarwal and Bee-Chung Chen Yahoo! Research Agenda Focus: Recommender problems for dynamic, time-sensitive applications Content Optimization

More information

Your Guide to NeuroTracker

Your Guide to NeuroTracker Your Guide to NeuroTracker 1. The Essentials 2. Your Dashboard 3. Upgrading to 3D 4. NeuroTracker Knowhow 5. Your Core Programs The Essentials What You Need You can access NeuroTracker Remote from any

More information

Different Users, Different Opinions: Predicting Search Satisfaction with Mouse Movement Information

Different Users, Different Opinions: Predicting Search Satisfaction with Mouse Movement Information Different Users, Different Opinions: Predicting Search Satisfaction with Mouse Movement Information Yiqun Liu, Ye Chen, Jinhui Tang, Jiashen Sun, Min Zhang, Shaoping Ma, Xuan Zhu Tsinghua National Laboratory

More information

Query Refinement and Search Result Presentation

Query Refinement and Search Result Presentation Query Refinement and Search Result Presentation (Short) Queries & Information Needs A query can be a poor representation of the information need Short queries are often used in search engines due to the

More information

USER SEARCH INTERFACES. Design and Application

USER SEARCH INTERFACES. Design and Application USER SEARCH INTERFACES Design and Application KEEP IT SIMPLE Search is a means towards some other end, rather than a goal in itself. Search is a mentally intensive task. Task Example: You have a friend

More information

CriES 2010

CriES 2010 CriES Workshop @CLEF 2010 Cross-lingual Expert Search - Bridging CLIR and Social Media Institut AIFB Forschungsgruppe Wissensmanagement (Prof. Rudi Studer) Organizing Committee: Philipp Sorg Antje Schultz

More information

Improving Search Result Summaries by Using Searcher Behavior Data

Improving Search Result Summaries by Using Searcher Behavior Data Improving Search Result Summaries by Using Searcher Behavior Data Mikhail Ageev Moscow State University mageev@yandex.ru Dmitry Lagun Emory University dlagun@emory.edu Eugene Agichtein Emory University

More information

DATA MINING - 1DL105, 1DL111

DATA MINING - 1DL105, 1DL111 1 DATA MINING - 1DL105, 1DL111 Fall 2007 An introductory class in data mining http://user.it.uu.se/~udbl/dut-ht2007/ alt. http://www.it.uu.se/edu/course/homepage/infoutv/ht07 Kjell Orsborn Uppsala Database

More information

Computer-based Tracking Protocols: Improving Communication between Databases

Computer-based Tracking Protocols: Improving Communication between Databases Computer-based Tracking Protocols: Improving Communication between Databases Amol Deshpande Database Group Department of Computer Science University of Maryland Overview Food tracking and traceability

More information

A novel supervised learning algorithm and its use for Spam Detection in Social Bookmarking Systems

A novel supervised learning algorithm and its use for Spam Detection in Social Bookmarking Systems A novel supervised learning algorithm and its use for Spam Detection in Social Bookmarking Systems Anestis Gkanogiannis and Theodore Kalamboukis Department of Informatics Athens University of Economics

More information

Influence of Vertical Result in Web Search Examination

Influence of Vertical Result in Web Search Examination Influence of Vertical Result in Web Search Examination Zeyang Liu, Yiqun Liu, Ke Zhou, Min Zhang, Shaoping Ma Tsinghua National Laboratory for Information Science and Technology, Department of Computer

More information

21. Search Models and UIs for IR

21. Search Models and UIs for IR 21. Search Models and UIs for IR INFO 202-10 November 2008 Bob Glushko Plan for Today's Lecture The "Classical" Model of Search and the "Classical" UI for IR Web-based Search Best practices for UIs in

More information

Interpreting User Inactivity on Search Results

Interpreting User Inactivity on Search Results Interpreting User Inactivity on Search Results Sofia Stamou 1, Efthimis N. Efthimiadis 2 1 Computer Engineering and Informatics Department, Patras University Patras, 26500 GREECE, and Department of Archives

More information

Domain Specific Search Engine for Students

Domain Specific Search Engine for Students Domain Specific Search Engine for Students Domain Specific Search Engine for Students Wai Yuen Tang The Department of Computer Science City University of Hong Kong, Hong Kong wytang@cs.cityu.edu.hk Lam

More information

A New Technique to Optimize User s Browsing Session using Data Mining

A New Technique to Optimize User s Browsing Session using Data Mining Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 3, March 2015,

More information

Contextion: A Framework for Developing Context-Aware Mobile Applications

Contextion: A Framework for Developing Context-Aware Mobile Applications Contextion: A Framework for Developing Context-Aware Mobile Applications Elizabeth Williams, Jeff Gray Department of Computer Science, University of Alabama eawilliams2@crimson.ua.edu, gray@cs.ua.edu Abstract

More information

Advanced Topics in Information Retrieval. Learning to Rank. ATIR July 14, 2016

Advanced Topics in Information Retrieval. Learning to Rank. ATIR July 14, 2016 Advanced Topics in Information Retrieval Learning to Rank Vinay Setty vsetty@mpi-inf.mpg.de Jannik Strötgen jannik.stroetgen@mpi-inf.mpg.de ATIR July 14, 2016 Before we start oral exams July 28, the full

More information

My Research - The Problem:

My Research - The Problem: Adaptable Interfaces for People with Disabilities John Magee Boston University / Clark University My Research - The Problem: Some people with Severe cerebral palsy Traumatic brain injury Stroke Multiple

More information

Empowering People with Knowledge the Next Frontier for Web Search. Wei-Ying Ma Assistant Managing Director Microsoft Research Asia

Empowering People with Knowledge the Next Frontier for Web Search. Wei-Ying Ma Assistant Managing Director Microsoft Research Asia Empowering People with Knowledge the Next Frontier for Web Search Wei-Ying Ma Assistant Managing Director Microsoft Research Asia Important Trends for Web Search Organizing all information Addressing user

More information

Information Search in Web Archives

Information Search in Web Archives Information Search in Web Archives Miguel Costa Advisor: Prof. Mário J. Silva Co-Advisor: Prof. Francisco Couto Department of Informatics, Faculty of Sciences, University of Lisbon PhD thesis defense,

More information

Keywords Data alignment, Data annotation, Web database, Search Result Record

Keywords Data alignment, Data annotation, Web database, Search Result Record Volume 5, Issue 8, August 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Annotating Web

More information

Social Behavior Prediction Through Reality Mining

Social Behavior Prediction Through Reality Mining Social Behavior Prediction Through Reality Mining Charlie Dagli, William Campbell, Clifford Weinstein Human Language Technology Group MIT Lincoln Laboratory This work was sponsored by the DDR&E / RRTO

More information

An Introduction to Search Engines and Web Navigation

An Introduction to Search Engines and Web Navigation An Introduction to Search Engines and Web Navigation MARK LEVENE ADDISON-WESLEY Ал imprint of Pearson Education Harlow, England London New York Boston San Francisco Toronto Sydney Tokyo Singapore Hong

More information

What is interaction? communication user system. communication between the user and the system

What is interaction? communication user system. communication between the user and the system What is interaction? communication user system communication between the user and the system 2 terms of interaction The purpose of interactive system is to help user in accomplishing goals from some domain.

More information

CS408 Human Computer Interaction Solved Objective Midterm Papers For Preparation of Midterm Exam

CS408 Human Computer Interaction Solved Objective Midterm Papers For Preparation of Midterm Exam CS408 Human Computer Interaction Solved Objective Midterm Papers For Preparation of Midterm Exam What will be the gulf of execution if the user is able to formulate and perform the actions easily; Smaller

More information

PERSONALIZED SEARCH: POTENTIAL AND PITFALLS

PERSONALIZED SEARCH: POTENTIAL AND PITFALLS PERSONALIZED SEARCH: POTENTIAL AND PITFALLS Oct 26, 2016 Susan Dumais, Microsoft Research Overview Context in search Potential for personalization framework Examples Personal navigation Client-side personalization

More information

Search Engines. Information Retrieval in Practice

Search Engines. Information Retrieval in Practice Search Engines Information Retrieval in Practice All slides Addison Wesley, 2008 Classification and Clustering Classification and clustering are classical pattern recognition / machine learning problems

More information

Introducing Evaluation

Introducing Evaluation Chapter 12 Introducing Evaluation 1 The aims Explain the key concepts used in evaluation. Introduce different evaluation methods. Show how different methods are used for different purposes at different

More information

Outline. Morning program Preliminaries Semantic matching Learning to rank Entities

Outline. Morning program Preliminaries Semantic matching Learning to rank Entities 112 Outline Morning program Preliminaries Semantic matching Learning to rank Afternoon program Modeling user behavior Generating responses Recommender systems Industry insights Q&A 113 are polysemic Finding

More information

Supporting Orientation during Search Result Examination

Supporting Orientation during Search Result Examination Supporting Orientation during Search Result Examination HENRY FEILD, University of Massachusetts-Amherst RYEN WHITE, Microsoft Research XIN FU, LinkedIn Opportunity Beyond supporting result selection,

More information

Chapter 27 Introduction to Information Retrieval and Web Search

Chapter 27 Introduction to Information Retrieval and Web Search Chapter 27 Introduction to Information Retrieval and Web Search Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 27 Outline Information Retrieval (IR) Concepts Retrieval

More information

Improving Difficult Queries by Leveraging Clusters in Term Graph

Improving Difficult Queries by Leveraging Clusters in Term Graph Improving Difficult Queries by Leveraging Clusters in Term Graph Rajul Anand and Alexander Kotov Department of Computer Science, Wayne State University, Detroit MI 48226, USA {rajulanand,kotov}@wayne.edu

More information

Visual Search Engine Evaluation

Visual Search Engine Evaluation Visual Search Engine Evaluation Efthimis N. Efthimiadis efthimis@u.washington.edu Information School University of Washington University of Geneva, March 18 2010 1 Motivation Aims & Objectives Methodology

More information

IMAGE RETRIEVAL SYSTEM: BASED ON USER REQUIREMENT AND INFERRING ANALYSIS TROUGH FEEDBACK

IMAGE RETRIEVAL SYSTEM: BASED ON USER REQUIREMENT AND INFERRING ANALYSIS TROUGH FEEDBACK IMAGE RETRIEVAL SYSTEM: BASED ON USER REQUIREMENT AND INFERRING ANALYSIS TROUGH FEEDBACK 1 Mount Steffi Varish.C, 2 Guru Rama SenthilVel Abstract - Image Mining is a recent trended approach enveloped in

More information

Improving Stack Overflow Tag Prediction Using Eye Tracking Alina Lazar Youngstown State University Bonita Sharif, Youngstown State University

Improving Stack Overflow Tag Prediction Using Eye Tracking Alina Lazar Youngstown State University Bonita Sharif, Youngstown State University Improving Stack Overflow Tag Prediction Using Eye Tracking Alina Lazar, Youngstown State University Bonita Sharif, Youngstown State University Jenna Wise, Youngstown State University Alyssa Pawluk, Youngstown

More information

Inferring User Search for Feedback Sessions

Inferring User Search for Feedback Sessions Inferring User Search for Feedback Sessions Sharayu Kakade 1, Prof. Ranjana Barde 2 PG Student, Department of Computer Science, MIT Academy of Engineering, Pune, MH, India 1 Assistant Professor, Department

More information

Real Time Eye Movement Identification Protocol

Real Time Eye Movement Identification Protocol Real Time Identification Protocol Do Hyong Koh Department of Computer Science Texas State University-San Marcos San Marcos, TX 78666 USA dk1132@txstate.edu Sandeep Munikrishne Gowda Department of Computer

More information

CS513-Data Mining. Lecture 2: Understanding the Data. Waheed Noor

CS513-Data Mining. Lecture 2: Understanding the Data. Waheed Noor CS513-Data Mining Lecture 2: Understanding the Data Waheed Noor Computer Science and Information Technology, University of Balochistan, Quetta, Pakistan Waheed Noor (CS&IT, UoB, Quetta) CS513-Data Mining

More information

Database and Knowledge-Base Systems: Data Mining. Martin Ester

Database and Knowledge-Base Systems: Data Mining. Martin Ester Database and Knowledge-Base Systems: Data Mining Martin Ester Simon Fraser University School of Computing Science Graduate Course Spring 2006 CMPT 843, SFU, Martin Ester, 1-06 1 Introduction [Fayyad, Piatetsky-Shapiro

More information

A Novel Approach for Restructuring Web Search Results by Feedback Sessions Using Fuzzy clustering

A Novel Approach for Restructuring Web Search Results by Feedback Sessions Using Fuzzy clustering A Novel Approach for Restructuring Web Search Results by Feedback Sessions Using Fuzzy clustering R.Dhivya 1, R.Rajavignesh 2 (M.E CSE), Department of CSE, Arasu Engineering College, kumbakonam 1 Asst.

More information

Data Exploration. Heli Helskyaho Seminar on Big Data Management

Data Exploration. Heli Helskyaho Seminar on Big Data Management Data Exploration Heli Helskyaho 21.4.2016 Seminar on Big Data Management References [1] Marcello Buoncristiano, Giansalvatore Mecca, Elisa Quintarelli, Manuel Roveri, Donatello Santoro, Letizia Tanca:

More information

A Survey on Postive and Unlabelled Learning

A Survey on Postive and Unlabelled Learning A Survey on Postive and Unlabelled Learning Gang Li Computer & Information Sciences University of Delaware ligang@udel.edu Abstract In this paper we survey the main algorithms used in positive and unlabeled

More information

Looking Back: Fitts Law

Looking Back: Fitts Law Looking Back: Fitts Law Predicts movement time for rapid, aimed pointing tasks One of the few stable observations in HCI Index of Difficulty: How to get a and b for a specific device / interaction technique

More information

Dissertation Research Proposal

Dissertation Research Proposal Dissertation Research Proposal ISI Information Science Doctoral Dissertation Proposal Scholarship (a) Description for the research, including significance and methodology (10 pages or less, double-spaced)

More information

Survey on Community Question Answering Systems

Survey on Community Question Answering Systems World Journal of Technology, Engineering and Research, Volume 3, Issue 1 (2018) 114-119 Contents available at WJTER World Journal of Technology, Engineering and Research Journal Homepage: www.wjter.com

More information

Introduction to Text Mining. Hongning Wang

Introduction to Text Mining. Hongning Wang Introduction to Text Mining Hongning Wang CS@UVa Who Am I? Hongning Wang Assistant professor in CS@UVa since August 2014 Research areas Information retrieval Data mining Machine learning CS@UVa CS6501:

More information

Department of Computer Science and Engineering B.E/B.Tech/M.E/M.Tech : B.E. Regulation: 2013 PG Specialisation : _

Department of Computer Science and Engineering B.E/B.Tech/M.E/M.Tech : B.E. Regulation: 2013 PG Specialisation : _ COURSE DELIVERY PLAN - THEORY Page 1 of 6 Department of Computer Science and Engineering B.E/B.Tech/M.E/M.Tech : B.E. Regulation: 2013 PG Specialisation : _ LP: CS6007 Rev. No: 01 Date: 27/06/2017 Sub.

More information

Generating and Using Gaze-Based Document Annotations

Generating and Using Gaze-Based Document Annotations Generating and Using Gaze-Based Document Annotations Georg Buscher Dept. for Knowledge-Based Systems University of Kaiserslautern georg.buscher@dfki.de Andreas Dengel Dept. for Knowledge-Based Systems

More information

Agents and areas of application

Agents and areas of application Agents and areas of application Dipartimento di Informatica, Sistemistica e Comunicazione Università di Milano-Bicocca giuseppe.vizzari@disco.unimib.it andrea.bonomi@disco.unimib.it 23 Giugno 2007 Software

More information

Eye Detection by Haar wavelets and cascaded Support Vector Machine

Eye Detection by Haar wavelets and cascaded Support Vector Machine Eye Detection by Haar wavelets and cascaded Support Vector Machine Vishal Agrawal B.Tech 4th Year Guide: Simant Dubey / Amitabha Mukherjee Dept of Computer Science and Engineering IIT Kanpur - 208 016

More information

AN ENHANCED ATTRIBUTE RERANKING DESIGN FOR WEB IMAGE SEARCH

AN ENHANCED ATTRIBUTE RERANKING DESIGN FOR WEB IMAGE SEARCH AN ENHANCED ATTRIBUTE RERANKING DESIGN FOR WEB IMAGE SEARCH Sai Tejaswi Dasari #1 and G K Kishore Babu *2 # Student,Cse, CIET, Lam,Guntur, India * Assistant Professort,Cse, CIET, Lam,Guntur, India Abstract-

More information

Course Outline. Department of Computing Science Faculty of Science. COMP 3450 Human Computer Interaction Design (3,1,0) Fall 2015

Course Outline. Department of Computing Science Faculty of Science. COMP 3450 Human Computer Interaction Design (3,1,0) Fall 2015 Course Outline Department of Computing Science Faculty of Science COMP 3450 Human Computer Interaction Design (3,1,0) Fall 2015 Instructor: Office: Phone/Voice Mail: E-Mail: Course Description Students

More information

Letter Pair Similarity Classification and URL Ranking Based on Feedback Approach

Letter Pair Similarity Classification and URL Ranking Based on Feedback Approach Letter Pair Similarity Classification and URL Ranking Based on Feedback Approach P.T.Shijili 1 P.G Student, Department of CSE, Dr.Nallini Institute of Engineering & Technology, Dharapuram, Tamilnadu, India

More information

Combining Information Retrieval and Relevance Feedback for Concept Location

Combining Information Retrieval and Relevance Feedback for Concept Location Combining Information Retrieval and Relevance Feedback for Concept Location Sonia Haiduc - WSU CS Graduate Seminar - Jan 19, 2010 1 Software changes Software maintenance: 50-90% of the global costs of

More information

Taxonomy Tools: Collaboration, Creation & Integration. Dow Jones & Company

Taxonomy Tools: Collaboration, Creation & Integration. Dow Jones & Company Taxonomy Tools: Collaboration, Creation & Integration Dave Clarke Global Taxonomy Director dave.clarke@dowjones.com Dow Jones & Company Introduction Software Tools for Taxonomy 1. Collaboration 2. Creation

More information

Information Retrieval Spring Web retrieval

Information Retrieval Spring Web retrieval Information Retrieval Spring 2016 Web retrieval The Web Large Changing fast Public - No control over editing or contents Spam and Advertisement How big is the Web? Practically infinite due to the dynamic

More information

HCI Research Methods

HCI Research Methods HCI Research Methods Ben Shneiderman ben@cs.umd.edu Founding Director (1983-2000), Human-Computer Interaction Lab Professor, Department of Computer Science Member, Institute for Advanced Computer Studies

More information

The purpose of this document is to provide an overview of mygriffith for students.

The purpose of this document is to provide an overview of mygriffith for students. mygriffith mygriffith user guide for students The purpose of this document is to provide an overview of mygriffith for students. Last modified: 12/01/2018 Version 0.3 Find more with mygriffith Page 1 Table

More information

Enabling Users to Visually Evaluate the Effectiveness of Different Search Queries or Engines

Enabling Users to Visually Evaluate the Effectiveness of Different Search Queries or Engines Appears in WWW 04 Workshop: Measuring Web Effectiveness: The User Perspective, New York, NY, May 18, 2004 Enabling Users to Visually Evaluate the Effectiveness of Different Search Queries or Engines Anselm

More information

International Journal of Research in Computer and Communication Technology, Vol 3, Issue 11, November

International Journal of Research in Computer and Communication Technology, Vol 3, Issue 11, November Classified Average Precision (CAP) To Evaluate The Performance of Inferring User Search Goals 1H.M.Sameera, 2 N.Rajesh Babu 1,2Dept. of CSE, PYDAH College of Engineering, Patavala,Kakinada, E.g.dt,AP,

More information

The Effects of Semantic Grouping on Visual Search

The Effects of Semantic Grouping on Visual Search To appear as Work-in-Progress at CHI 2008, April 5-10, 2008, Florence, Italy The Effects of Semantic Grouping on Visual Search Figure 1. A semantically cohesive group from an experimental layout. Nuts

More information

Wesleyan University. PeopleSoft - Configuring Web Browser Settings

Wesleyan University. PeopleSoft - Configuring Web Browser Settings PeopleSoft - Configuring Web Browser Settings In order to use the PeopleSoft applications, your web browser must be configured to allow certain settings related to popups, security and clearing your cache.

More information

Learning to Rank (part 2)

Learning to Rank (part 2) Learning to Rank (part 2) NESCAI 2008 Tutorial Filip Radlinski Cornell University Recap of Part 1 1. Learning to rank is widely used for information retrieval, and by web search engines. 2. There are many

More information

Event: PASS SQL Saturday - DC 2018 Presenter: Jon Tupitza, CTO Architect

Event: PASS SQL Saturday - DC 2018 Presenter: Jon Tupitza, CTO Architect Event: PASS SQL Saturday - DC 2018 Presenter: Jon Tupitza, CTO Architect BEOP.CTO.TP4 Owner: OCTO Revision: 0001 Approved by: JAT Effective: 08/30/2018 Buchanan & Edwards Proprietary: Printed copies of

More information

Design av brukergrensesnitt på mobile enheter

Design av brukergrensesnitt på mobile enheter Design av brukergrensesnitt på mobile enheter Tutorial på Yggdrasil Lillehammer, 12 oktober 2009 Erik G. Nilsson SINTEF IKT ICT Agenda 13:15 Introduction, user interfaces on mobile equipment, important

More information

ECS289: Scalable Machine Learning

ECS289: Scalable Machine Learning ECS289: Scalable Machine Learning Cho-Jui Hsieh UC Davis Sept 22, 2016 Course Information Website: http://www.stat.ucdavis.edu/~chohsieh/teaching/ ECS289G_Fall2016/main.html My office: Mathematical Sciences

More information

Success Index: Measuring the efficiency of search engines using implicit user feedback

Success Index: Measuring the efficiency of search engines using implicit user feedback Success Index: Measuring the efficiency of search engines using implicit user feedback Apostolos Kritikopoulos, Martha Sideri, Iraklis Varlamis Athens University of Economics and Business, Patision 76,

More information