paper-with-me

홈 › Papers

Event-Centric Query Expansion in Web Search

2023-05-30 · Yanan Zhang, Weijie Cui, Yangfan Zhang, Xiaoling Bai, Zhe Zhang, Jin Ma, Xiang Chen, Tianhua Zhou

In search engines, query expansion (QE) is a crucial technique to improve search experience. Previous studies often rely on long-term search log mining, which leads to slow updates and is sub-optimal for time-sensitive news searches. In this work, we present Event-Centric Query Expansion (EQE), a novel QE system that addresses these issues by mining the best expansion from a significant amount of potential events rapidly and accurately. This system consists of four stages, i.e., event collection, event reformulation, semantic retrieval and online ranking. Specifically, we first collect and filter news headlines from websites. Then we propose a generation model that incorporates contrastive learning and prompt-tuning techniques to reformulate these headlines to concise candidates. Additionally, we fine-tune a dual-tower semantic model to function as an encoder for event retrieval and explore a two-stage contrastive training approach to enhance the accuracy of event retrieval. Finally, we rank the retrieved events and select the optimal one as QE, which is then used to improve the retrieval of event-related documents. Through offline analysis and online A/B testing, we observe that the EQE system significantly improves many metrics compared to the baseline. The system has been deployed in Tencent QQ Browser Search and served hundreds of millions of users. The dataset and baseline codes are available at https://open-event-hub.github.io/eqe .

📄 PDF Abstract BibTeX arXiv:2305.19019

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRetrievalSemantic Retrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Event-Driven Query Expansion

2020-12-22 · Guy D. Rosin, Ido Guy, Kira Radinsky

A significant number of event-related queries are issued in Web search. In this paper, we seek to improve retrieval performance by leveraging events and specifically target the classic task of query expansion. We propose…

Ad-Hoc Information RetrievalRetrieval

Merchandise Recommendation for Retail Events with Word Embedding Weighted Tf-idf and Dynamic Query Expansion

2022-08-18 · Ted Tao Yuan, Zezhong Zhang

To recommend relevant merchandises for seasonal retail events, we rely on item retrieval from marketplace inventory. With feedback to expand query scope, we discuss keyword expansion candidate selection using word embedd…

Retrieval

Proactive Query Expansion for Streaming Data Using External Source

2022-01-17 · Farah Alshanik, Amy Apon, Yuheng Du, Alexander Herzog 외

Query expansion is the process of reformulating the original query by adding relevant words. Choosing which terms to add in order to improve the performance of the query expansion methods or to enhance the quality of the…

Information RetrievalRetrievalTopic Models

Event-centric Query Suggestion for Online News

2022-01-12 · Sachin, Dhaval Patel

Query suggestion refers to the task of suggesting relevant and related queries to a search engine user to help in query formulation process and to expedite information retrieval with minimum amount of effort. It is highl…

ArticlesInformation RetrievalRetrieval

Joint Modeling for Query Expansion and Information Extraction with Reinforcement Learning

2018-11-01 · WS 2018 11 · Motoki Taniguchi, Yasuhide Miura, Tomoko Ohkuma

Information extraction about an event can be improved by incorporating external evidence. In this study, we propose a joint model for pseudo-relevance feedback based query expansion and information extraction with reinfo…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1