npfl103 information retrieval 12
play

NPFL103: Information Retrieval (12) Web search, Crawling, Spam - PowerPoint PPT Presentation

Web search Web IR Web crawling Duplicate detection Spam detection NPFL103: Information Retrieval (12) Web search, Crawling, Spam detection Pavel Pecina Institute of Formal and Applied Linguistics Faculty of Mathematics and Physics Charles


  1. Web search Web IR Web crawling Duplicate detection Spam detection NPFL103: Information Retrieval (12) Web search, Crawling, Spam detection Pavel Pecina Institute of Formal and Applied Linguistics Faculty of Mathematics and Physics Charles University Original slides are courtesy of Hinrich Schütze, University of Stutugart. 1 / 82 pecina@ufal.mff.cuni.cz

  2. Web search Web IR Web crawling Duplicate detection Spam detection Contents Web search Web IR Web crawling Duplicate detection Spam detection 2 / 82

  3. Web search Web IR Web crawling Duplicate detection Spam detection Web search 3 / 82

  4. Web search Web IR Web crawling Duplicate detection Spam detection Web search overview 4 / 82

  5. Web search Web IR Web crawling Duplicate detection Spam detection Search is a top activity on the web 5 / 82

  6. Web search Web IR Web crawling Duplicate detection Spam detection Without search engines, the web wouldn’t work 6 / 82 ▶ Without search, content is hard to find. → Without search, there is no incentive to create content. ▶ Why publish something if nobody will read it? ▶ Why publish something if I don’t get ad revenue from it? ▶ Somebody needs to pay for the web. ▶ Servers, web infrastructure, content creation ▶ A large part today is paid by search ads. ▶ Search pays for the web.

  7. Web search Web IR Web crawling Duplicate detection Spam detection IR on the web vs. IR in general duplicates – need to detect duplicates need to detect spam 7 / 82 ▶ On the web, search is not just a nice feature. ▶ Search is a key enabler of the web: … ▶ …financing, content creation, interest aggregation etc. → look at search ads ▶ The web is a chaotic und uncoordinated collection. → lots of ▶ No control / restrictions on who can author content → lots of spam – ▶ The web is very large. → need to know how big it is

  8. Web search Web IR Web crawling Duplicate detection Spam detection Brief history of the search engine (1) 8 / 82 ▶ 1995–1997: Early keyword-based search engines ▶ Altavista, Excite, Infoseek, Inktomi ▶ Second half of 1990s: Goto.com ▶ Paid placement ranking ▶ The highest bidder for a particular query gets the top rank. ▶ The second highest bidder gets rank 2 etc. ▶ This was the only match criterion! ▶ …if there were enough bidders.

  9. Web search Web IR Web crawling Duplicate detection Spam detection Brief history of the search engine (2) proximity search etc. 9 / 82 ▶ Starting in 1998/1999: Google ▶ Blew away most existing search engines at the time ▶ Link-based ranking was perhaps the most important difgerentiator. ▶ But there were other innovations: super-simple UI, tiered index, ▶ Initially: zero revenue! ▶ Beginning around 2001: Second generation search ads ▶ Strict separation of search results and search ads ▶ The main source of revenue today

  10. Web search Web IR Web crawling Duplicate detection Spam detection Web IR 10 / 82

  11. Web search Web IR: Difgerences from traditional IR IR applications. Web IR 11 / 82 Spam detection Duplicate detection Web crawling ▶ Links: The web is a hyperlinked document collection. ▶ Qveries: Web queries are difgerent, more varied and there are a lot of them. How many? ≈ 10 9 ▶ Users: Users are difgerent, more varied and there are a lot of them. How many? ≈ 10 9 ▶ Documents: Documents are difgerent, more varied and there are a lot of them. How many? ≈ 10 11 ▶ Context: Context is more important on the web than in many other ▶ Ads and spam

  12. Web search warez 12 letras de canciones 56 wallpaper 41 divx 26 KaZaA 11 incest 55 fuck 40 25 27 yahoo 10 Christina Aguilera 54 winzip 39 Pamela Anderson 24 porn 9 eminem 53 hotmail.com xxx gay sexe 44 Exercise: Does this mean that most people are looking for adult content? More than 1/3 of these are queries for adult content. lingerie 60 traductor 45 lolitas 30 hotmail 15 wallpapers 59 shakira playboy 42 29 lyrics 14 weather 58 postales 43 harry potuer 28 Hentai 13 hardcore 57 hotmail.com 38 23 Web IR 17 jennifer lopez 48 music 33 pussy 18 (artifact) 3 msn 47 nude 32 games (artifact) porno 2 Caramail 46 juegos 31 crack 16 sex 1 Most frequent queries on a large search engine on 2002.10.26. Qvery distribution (1) Spam detection Duplicate detection Web crawling 4 19 chat britney spears 8 yahoo.com 52 avril lavigne 37 ebay 22 sexo 7 cheats 51 free6 36 21 cracks Halloween 6 free porn 50 anal 35 lolita 20 mp3 5 tits 49 musica 34 12 / 82

  13. Web search Web IR Web crawling Duplicate detection Spam detection Qvery distribution (2) rare words queries 13 / 82 ▶ Qveries have a power law distribution. ▶ Recall Zipf’s law: a few very frequent words, a large number of very ▶ Same here: a few very frequent queries, a large number of very rare ▶ Examples of rare queries: search for names, towns, books etc ▶ The proportion of adult queries is much lower than 1/3

  14. Web search hemoglobin” or intent for a particular query is? “facebook”, “United Airlines” Web IR 14 / 82 Types of queries / user needs in web search Spam detection Duplicate detection Web crawling ▶ Informational user needs: I need information on something. “low ▶ We called this “information need” earlier in the class. ▶ On the web, information needs are only a subclass of user needs. ▶ Other user needs: Navigational and transactional ▶ Navigational user needs: I want to go to this web site. “hotmail”, ▶ Transactional user needs: I want to make a transaction. ▶ Buy something: “MacBook Air” ▶ Download something: “Acrobat Reader” ▶ Chat with someone: “live soccer chat” ▶ Difgicult problem: How can the search engine tell what the user need

  15. Web search Web IR Web crawling Duplicate detection Spam detection Search in a hyperlinked collection 15 / 82 ▶ Web search in most cases is interleaved with navigation … ▶ …i.e., with following links. ▶ Difgerent from most other IR collections

  16. Web search Web IR Web crawling Duplicate detection Spam detection Bowtie structure of the web 16 / 82 ▶ Strongly connected component (SCC) in the center ▶ Lots of pages that get linked to, but don’t link (OUT) ▶ Lots of pages that link to other pages, but don’t get linked to (IN) ▶ Tendrils, tubes, islands

  17. Web search Web IR Web crawling Duplicate detection Spam detection User intent: Answering the need behind the query claims it doesn’t) 17 / 82 ▶ What can we do to guess user intent? ▶ Guess user intent independent of context: ▶ Spell correction ▶ Precomputed “typing” of queries (next slide) ▶ Betuer: Guess user intent based on context: ▶ Geographic context (slide afuer next) ▶ Context of user in this session (e.g., previous query) ▶ Context provided by personal profile (Yahoo/MSN do this, Google

  18. Web search Web IR Web crawling Duplicate detection Spam detection Guessing of user intent by “typing” queries 18 / 82 ▶ Calculation: 5+4 ▶ Unit conversion: 1 kg in pounds ▶ Currency conversion: 1 euro in kronor ▶ Tracking number: 8167 2278 6764 ▶ Flight info: LH 454 ▶ Area code: 650 ▶ Map: columbus oh ▶ Stock price: msfu ▶ Albums/movies etc: coldplay

  19. Web search The spatial context: Geo-search geographic entities Web IR 19 / 82 Spam detection Duplicate detection Web crawling ▶ Three relevant locations ▶ Server (nytimes.com → New York) ▶ Web page (nytimes.com article about Albania) ▶ User (located in Palo Alto) ▶ Locating the user ▶ IP address ▶ Information provided by user (e.g., in user profile) ▶ Mobile phone ▶ Geo-tagging: Parse text and identify the coordinates of the ▶ Example: East Palo Alto CA → Latitude: 37.47 N, Longitude: 122.14 W ▶ Important NLP problem

  20. Web search Web IR Web crawling Duplicate detection Spam detection How do we use context to modify query results? personal context potential for improvement. 20 / 82 ▶ Result restriction: Don’t consider inappropriate results ▶ For user on google.fr only show .fr results, etc. ▶ Ranking modulation: use a rough generic ranking, rerank based on ▶ Contextualization / personalization is an area of search with a lot of

  21. Web search Web IR difgerences in culture and class experience, knowledge, … 21 / 82 Users of web search Spam detection Duplicate detection Web crawling ▶ Use short queries (average < 3 ) ▶ Rarely use operators ▶ Don’t want to spend a lot of time on composing a query ▶ Only look at the first couple of results ▶ Want a simple UI, not a start page overloaded with graphics ▶ Extreme variability in terms of user needs, user expectations, ▶ Industrial/developing world, English/Estonian, old/young, rich/poor, ▶ One interface for hugely divergent needs

  22. Web search Web IR Web crawling Duplicate detection Spam detection How do users evaluate search engines? fast, no pop-ups 22 / 82 ▶ Classic IR relevance (as measured by F ) can also be used for web IR. ▶ Equally important: Trust, duplicate elimination, readability, loads ▶ On the web, precision is more important than recall. ▶ Precision at 1, precision at 10, precision on the first 2-3 pages ▶ But there is a subset of queries where recall matuers.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend