IRAIJul 15, 2023

Intuitive Access to Smartphone Settings Using Relevance Model Trained by Contrastive Learning

arXiv:2307.09177v1h-index: 20
Originality Incremental advance
AI Analysis

This addresses usability issues for smartphone users by improving feature accessibility, though it is incremental as it builds on existing retrieval and compression techniques.

The paper tackles the problem of users struggling to find smartphone features due to short names and high numbers by developing a retrieval system that accepts intuitive, contextual search queries, resulting in outperforming existing baselines on both contextual and keyword-based queries.

The more new features that are being added to smartphones, the harder it becomes for users to find them. This is because the feature names are usually short, and there are just too many to remember. In such a case, the users may want to ask contextual queries that describe the features they are looking for, but the standard term frequency-based search cannot process them. This paper presents a novel retrieval system for mobile features that accepts intuitive and contextual search queries. We trained a relevance model via contrastive learning from a pre-trained language model to perceive the contextual relevance between query embeddings and indexed mobile features. Also, to make it run efficiently on-device using minimal resources, we applied knowledge distillation to compress the model without degrading much performance. To verify the feasibility of our method, we collected test queries and conducted comparative experiments with the currently deployed search baselines. The results show that our system outperforms the others on contextual sentence queries and even on usual keyword-based queries.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes