Explaining Documents' Relevance to Search Queries
Razieh Rahimi, Youngwoo Kim, Hamed Zamani, and James Allan

TL;DR
This paper introduces GenEx, a Transformer-based generative model that provides concise, query-specific explanations for search results, improving user satisfaction and search performance without relying on human-generated training data.
Contribution
The paper presents a novel Transformer architecture with query-attention and masked-query decoding for automatic explanation generation in search, trained on automatically constructed data.
Findings
GenEx outperforms baseline models in explanation quality.
User studies confirm explanations are short and useful.
The model enhances search experience without human-labeled data.
Abstract
We present GenEx, a generative model to explain search results to users beyond just showing matches between query and document words. Adding GenEx explanations to search results greatly impacts user satisfaction and search performance. Search engines mostly provide document titles, URLs, and snippets for each result. Existing model-agnostic explanation methods similarly focus on word matching or content-based features. However, a recent user study shows that word matching features are quite obvious to users and thus of slight value. GenEx explains a search result by providing a terse description for the query aspect covered by that result. We cast the task as a sequence transduction problem and propose a novel model based on the Transformer architecture. To represent documents with respect to the given queries and yet not generate the queries themselves as explanations, two…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Information Retrieval and Search Behavior · Advanced Graph Neural Networks
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Label Smoothing · Dense Connections · Residual Connection · Layer Normalization · Absolute Position Encodings · Softmax · Adam
