1 / 19

Automatic Query Reformulation with Syntactic Operators to Alleviate Search Difficulty

Automatic Query Reformulation with Syntactic Operators to Alleviate Search Difficulty . Huizhong Duan, Rui Li, chengxiang Zhai University of illinois at urbana-champaign. Introduction. Search Engine No. 1 important tool for getting information. We use everyday. Queries

wilmet
Télécharger la présentation

Automatic Query Reformulation with Syntactic Operators to Alleviate Search Difficulty

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. Automatic Query Reformulation with Syntactic Operators to Alleviate Search Difficulty Huizhong Duan, Rui Li, chengxiangZhai University of illinois at urbana-champaign

  2. Introduction • Search Engine • No. 1 important tool for getting information. • We use everyday. • Queries • We are trained to use keyword queries. • Advanced Query Syntax • No idea what it is…

  3. Advanced Query Syntax • Necessity Operator • E.g. green tree +street • I’m looking for a street! • Phrase Operator • E.g. “green tree street” • Not green street with trees! • Synonym Operator • E.g. green tree ~street • Hmm, I’m not sure it’s a street/road/avenue… • …… • Syntactic Operator, Syntactic Query, Syntactic Reformulation

  4. Syntactic Operators • Extend our ability to express our information needs. • Potentially useful in formulating more effective queries.

  5. Syntactic Operators

  6. Syntactic Operators

  7. Syntactic Operators • Are very effective if used appropriately. • Rarely used by ordinary users. • Difficult to use due to the lack of knowledge of the dataset. • Question: Can we automatically formulate syntactic queries given users’ keyword queries?

  8. Problem formulation • Input:a keyword query q, a syntactic operator op and a target performance metric M. • Goal:to find a list of syntactic reformulations of q through the use of op:Sop(q)={q1,q2,…, qn| M(q1)>M(q2)>…>M(qn)}. • Tasks: • implicit refine: use q,q1,q2,…qmwith probabilities. • explicit refine: output top ranked query q1 if M’(q1)=M(q1)-M(q)>0, or otherwise the original query q. • diagnose query: users resort to help with an ineffective keyword query (negative / pseudo negative feedback is available)

  9. The Model • Learning to rank • Learns a scoring function to score each sample • Pairwise or Listwise loss function • The score indicates the ranking • Score each candidate reformulation with the learned model • “green tree street” • “green tree” street • green “tree street” • green tree street

  10. The features • Difficulty

  11. The features • Distinguishability

  12. The features • Negativity • Corresponds to a scenario where users resort to the reformulation only when they are not satisfied with the result from the keyword query • Negative feedback or pseudo negative feedback is available

  13. Combining operators • Operator Combination • predict syntax queries with different operators jointly • Result-Combination • predict each operator separately and select the reformulation with the best predicted performance.

  14. Experiments • Automatic reformulation: works for negative feedback scenario • Necessity operator: more useful for long queries • Phrase operator: more useful for short queries • Result-Combination: better than Operator-Combination • Syntactic reformulation: makes further improvement over existing negative feedback methods

  15. Case studies • Discover representative keywords/phrases

  16. Case studies • Discover undermatched concepts

  17. Case studies • Eliminate ambiguities caused by matching keywords separately

  18. conclusion • Automatic query reformulation through the use of query syntax operators • Formulate automatic syntactic reformulation as a supervised learning problem under the framework of learning to rank • Propose a set of effective features to represent the characteristics of syntax queries • Method is general, applicable to more syntactic operators

  19. Questions

More Related