paper-with-me

Papers

Understanding the User: An Intent-Based Ranking Dataset

2024-08-30 · Abhijit Anand, Jurek Leonhardt, V Venktesh, Avishek Anand

As information retrieval systems continue to evolve, accurate evaluation and benchmarking of these systems become pivotal. Web search datasets, such as MS MARCO, primarily provide short keyword queries without accompanying intent or descriptions, posing a challenge in comprehending the underlying information need. This paper proposes an approach to augmenting such datasets to annotate informative query descriptions, with a focus on two prominent benchmark datasets: TREC-DL-21 and TREC-DL-22. Our methodology involves utilizing state-of-the-art LLMs to analyze and comprehend the implicit intent within individual queries from benchmark datasets. By extracting key semantic elements, we construct detailed and contextually rich descriptions for these queries. To validate the generated query descriptions, we employ crowdsourcing as a reliable means of obtaining diverse human perspectives on the accuracy and informativeness of the descriptions. This information can be used as an evaluation set for tasks such as ranking, query rewriting, or others.

📄 PDF Abstract BibTeX arXiv:2408.17103

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingInformation RetrievalInformativeness

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

IART: Intent-aware Response Ranking with Transformers in Information-seeking Conversation Systems

2020-02-03 · Liu Yang, Minghui Qiu, Chen Qu, Cen Chen 외

Personal assistant systems, such as Apple Siri, Google Assistant, Amazon Alexa, and Microsoft Cortana, are becoming ever more widely used. Understanding user intent such as clarification questions, potential answers and …

Representation Learning

Learning to Rank Intents in Voice Assistants

2020-04-30 · Raviteja Anantha, Srinivas Chappidi, William Dawoodi

Voice Assistants aim to fulfill user requests by choosing the best intent from multiple options generated by its Automated Speech Recognition and Natural Language Understanding sub-systems. However, voice assistants do n…

DenoisingLearning-To-RankNatural Language Understandingspeech-recognition+1

Attention over Self-attention:Intention-aware Re-ranking with Dynamic Transformer Encoders for Recommendation

2022-01-14 · Zhuoyi Lin, Sheng Zang, Rundong Wang, Zhu Sun 외

Re-ranking models refine item recommendation lists generated by the prior global ranking model, which have demonstrated their effectiveness in improving the recommendation quality. However, most existing re-ranking solut…

Re-Ranking

User Intent Inference for Web Search and Conversational Agents

2020-05-28 · Ali Ahmadvand

User intent understanding is a crucial step in designing both conversational agents and search engines. Detecting or inferring user intent is challenging, since the user utterances or queries can be short, ambiguous, and…

General Classificationintent-classificationIntent ClassificationNatural Language Understanding

Intent-aware Ranking Ensemble for Personalized Recommendation

2023-04-15 · Jiayu Li, Peijie Sun, Zhefan Wang, Weizhi Ma 외

Ranking ensemble is a critical component in real recommender systems. When a user visits a platform, the system will prepare several item lists, each of which is generally from a single behavior objective recommendation …

Ensemble LearningRecommendation Systems