1 / 23

Using Blog Properties to Improve Retrieval

Using Blog Properties to Improve Retrieval. Gilad Mishne ISLA, University of Amsterdam ICWSM’2007. Introduction. the TREC Blog Track (2006) TREC featured, for the first time, a track dedicated to blog retrieval opinion retrieval task

yan
Télécharger la présentation

Using Blog Properties to Improve Retrieval

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Using Blog Properties to Improve Retrieval GiladMishne ISLA, University of Amsterdam ICWSM’2007

  2. Introduction • the TREC Blog Track(2006) • TREC featured, for the first time, atrack dedicated to blog retrieval • opinion retrieval task • participants were requested to locate blog posts expressingan opinion about a topic in a large collection of posts

  3. Introduction (Con.) • approach to opinion retrieval task • identified three aspects involved in locating opinionated blog posts • topical relevance • the degree to which a post deals with the given topic • similar to relevance as defined for ad-hoc retrieval tasks • opinion expression • the degree to which it contains subjective information about a topic • post quality • estimation of the quality of a blog post • query-independent • detection of spam in blogs • spam blog post → low-quality one

  4. Introduction (Con.) • using a wide range of techniques • each technique resulted in a separate relevance score for each blog post • standard information retrieval approaches • resulted in a ranking of posts by their topical relevance to a query • sentiment analysis • used to rank all posts by the amount of sentiment contained in them • Spam filtering • used to rank all posts by their estimated spam level • final ranking of a blog post was obtained by combining the partial scores assigned to it by the different approaches using a linear combination • one of the top performers at TREC

  5. Introduction (Con.) • three techniques use properties which are specific to the blogspace • one from each of the high-level aspects • based on a straightforward, inexpensive approach • each of these techniques improve over a baseline • combined with other techniques we use, they improve also over state-of-the-art

  6. Improving Retrieval Using Blog Properties • uses the timelined nature of blogs to identify periods of increased possible relevance • relates the amount of comments in a blog posts and the likelihood of an opinion being present in the post • uses query-dependent spam filtering to reduce noise in the collection

  7. Temporal Relevance Feedback relevant documents are found mostly in the few days following the event

  8. Temporal Relevance Feedback (Con.) • [Li and Croft] assigning higher relevance to recent documents • testing the temporal distribution of query terms • using a decay function from detected peaks in the aggregated distribution • propose a simpler, more intuitive method • assume that highly-ranked documents (according to topical similarity) are relevant • 在這些 highly-ranked documents 中,用它們的datedistribution 來估計所有 relevant doc. 的 date distribution • 當作 doc. 相關度的 prior prob.

  9. Temporal Relevance Feedback (Con.) more noisy than that of the actual relevant posts but the peak around the time of the event is preserved

  10. Temporal Relevance Feedback (Con.) • assume that blog posts published near the time of an event are more likely to be relevant to it • regardless of their topical similarity • as with content-based blind relevance feedback • allows to identify relevance also for documents which do not contain the query words • this temporal prior likelihood is then combined with its topical retrieval relevance using a linear combination to rerank

  11. Using Comment Information • the presence of comments in a blog post indicates that some discussion is taking place regarding the contents of the post • as blogs comments are currently, to a large degree, not syndicated • extracting them is a laborious task • involving parsing the HTML contents and identifying the comments in it • Goal: estimate dispute by the presence of comments • limit to identifying the number of comments

  12. Using Comment Information(Con.) • In the collection used at TREC, both the HTML content and the syndicated (RSS or Atom) content of each post are provided separately • 兩種版本長度的差, 可以看出HTML版本多出的資訊量(包含layout, content兩種information) • one of the types of content present in HTML but not in the syndication is the comments and trackbacks of the post • the amount of non-comment overhead involved is fixed over multiple posts in the same blog

  13. Using Comment Information (Con.) • the discussion level calculate for a given post p’ • pXML : the syndicated content of a post p from blog B • pHTML : corresponding HTML content • 1 :posts which have the same amount of comments as other posts in the same blog • <1 : attract less discussion • >1 : posts with an above-average volume of responses • query-independent reflecting the relative volume of comments of the post

  14. Using Comment Information (Con.) • compares with the manually extracted number of comments of a few posts in two different blogs

  15. Query-dependentSpam filtering • Spam blogs account for as much as 20% of all blogs • significantly degrade the performance of blog search and analytics • implement a spam filter for blogs based on support vector machine classification of the contents of the blogs as well as other features → use it to rerank retrieval results • improvement : MAP 9%

  16. Query-dependentSpam filtering (Con.) • the contribution of the spam filter to different queries varied substantially • Out of a total of 50 queries, spam filtering increased retrieval accuracy for 39 queries and decreased it for 10 commercially-oriented sports, politics,…

  17. Query-dependentSpam filtering (Con.) • 假設可以預測一個query是commercially-oriented的程度, 可能可以提升average performance • high commercial queries → 增加spam filter的重要性 • non-commercialqueries → 減少 • measure the likelihood of observing the query terms in a commercial context • simply count the number of documents in which the query terms co-occur with a term highly correlated with commercial activity • use the word “shop” • query commercial-intent value • 包含query term和”shop”之doc.# / 包含query term之doc.#

  18. Query-dependentSpam filtering (Con.) • query commercialintent value • used as a query-specific weight forspam rerankinginstead of using a fixed, query-independentweight

  19. Evaluation • Experimental settings • based on the data used at the TREC2006 Blog Track:TREC Blog06corpus • crawl of more than 100,000 syndicated feeds • overa period of 11 weeks • 3.2 million posts • totalsize of 148GB • including both HTML and syndicated content • 50queries were used at the track, with 63,103 blog posts beingmanually assessed for relevance

  20. Evaluation (Con.) • baseline • use the language modeling-based retrieval approach proposed by Hiemstra • MAP score : 0.1797 • median MAP score at TREC 2006 : 0.1371

  21. Results All results are statistically significant (p < 0.05) using the t-test combination shows substantial improvements indicating the approaches are orthogonal, and improve the ranking of different types of documents the best-performing system at TREC 2006 obtained a MAP score of 0.2052

  22. Conclusions • three techniques for improving opinion retrieval in blogs • each based on a property of the blogspace and each implemented with a simple, inexpensive mechanism • correspond to different aspects of opinionated retrieval • improve topical retrieval • incorporated temporal information into the retrieval model via a blind relevance feedback approach • improve identification of opinionated content • some queries require more rigorous spam filtering • assign varying levels of spam detection according to a query’s commercial context

  23. Conclusions(Con.) • Combined with other, more traditional techniques for the task of opinion retrieval, these approaches substantially improve over a baseline and over state-of-the-art • future work • incorporate additional properties of the blogspace into the retrieval model • sentiment analysis methods with language properties typical to blogs

More Related