paper-with-me

Papers

ORCAS-I: Queries Annotated with Intent using Weak Supervision

2022-05-02 · Daria Alexander, Wojciech Kusa, Arjen P. de Vries

User intent classification is an important task in information retrieval. In this work, we introduce a revised taxonomy of user intent. We take the widely used differentiation between navigational, transactional and informational queries as a starting point, and identify three different sub-classes for the informational queries: instrumental, factual and abstain. The resulting classification of user queries is more fine-grained, reaches a high level of consistency between annotators, and can serve as the basis for an effective automatic classification process. The newly introduced categories help distinguish between types of queries that a retrieval system could act upon, for example by prioritizing different types of results in the ranking.We have used a weak supervision approach based on Snorkel to annotate the ORCAS dataset according to our new user intent taxonomy, utilising established heuristics and keywords to construct rules for the prediction of the intent category. We then present a series of experiments with a variety of machine learning models, using the labels from the weak supervision stage as training data, but find that the results produced by Snorkel are not outperformed by these competing approaches and can be considered state-of-the-art. The advantage of a rule-based approach like Snorkel's is its efficient deployment in an actual system, where intent classification would be executed for every query issued. The resource released with this paper is the ORCAS-I dataset: a labelled version of the ORCAS click-based dataset of Web queries, which provides 18 million connections to 10 million distinct queries.

📄 PDF Abstract BibTeX arXiv:2205.00926

Code (1)

projectdossier/intents_labelling 공식 구현

Tasks

ClassificationInformation Retrievalintent-classificationIntent ClassificationRetrieval

Similar Papers 제목 키워드 기반

In a Few Words: Comparing Weak Supervision and LLMs for Short Query Intent Classification

2025-04-30 · Daria Alexander, Arjen P. de Vries

User intent classification is an important task in information retrieval. Previously, user intents were classified manually and automatically; the latter helped to avoid hand labelling of large datasets. Recent studies e…

ClassificationIn-Context LearningInformation Retrievalintent-classification+1

How Train-Test Leakage Affects Zero-shot Retrieval

2022-06-29 · Maik Fröbe, Christopher Akiki, Martin Potthast, Matthias Hagen

Neural retrieval models are often trained on (subsets of) the millions of queries of the MS MARCO / ORCAS datasets and then tested on the 250 Robust04 queries or other TREC benchmarks with often only 50 queries. In such …

Retrieval

Learning with Weak Supervision for Email Intent Detection

2020-05-26 · Kai Shu, Subhabrata Mukherjee, Guoqing Zheng, Ahmed Hassan Awadallah 외

Email remains one of the most frequently used means of online communication. People spend a significant amount of time every day on emails to exchange information, manage tasks and schedule events. Previous work has stud…

intent-classificationIntent ClassificationIntent DetectionScheduling

Search4Code: Code Search Intent Classification Using Weak Supervision

2020-11-24 · Nikitha Rao, Chetan Bansal, Joe Guan

Developers use search for various tasks such as finding code, documentation, debugging information, etc. In particular, web search is heavily used by developers for finding code examples and snippets during the coding pr…

ClassificationCode SearchGeneral Classificationintent-classification+1

Generic Intent Representation in Web Search

2019-07-24 · Hongfei Zhang, Xia Song, Chenyan Xiong, Corby Rosset 외

This paper presents GEneric iNtent Encoder (GEN Encoder) which learns a distributed representation space for user intent in search. Leveraging large scale user clicks from Bing search logs as weak supervision of user int…

Multi-Task Learning