IRAILGJan 21, 2022

Less is Less: When Are Snippets Insufficient for Human vs Machine Relevance Estimation?

arXiv:2201.08721v11 citations
Originality Incremental advance
AI Analysis

This addresses the trade-off between computational cost and accuracy in information retrieval for search engines, but it is incremental as it builds on existing snippet-based methods.

The study investigated whether document summaries (snippets) are sufficient for relevance estimation by humans and neural ranking models compared to full text, using 12k query-documents from Bing search logs. It found that full text benefits both humans and a BERT model for similar query types like tail and long queries, but they respond differently, and adding full text can hurt performance for navigational queries.

Traditional information retrieval (IR) ranking models process the full text of documents. Newer models based on Transformers, however, would incur a high computational cost when processing long texts, so typically use only snippets from the document instead. The model's input based on a document's URL, title, and snippet (UTS) is akin to the summaries that appear on a search engine results page (SERP) to help searchers decide which result to click. This raises questions about when such summaries are sufficient for relevance estimation by the ranking model or the human assessor, and whether humans and machines benefit from the document's full text in similar ways. To answer these questions, we study human and neural model based relevance assessments on 12k query-documents sampled from Bing's search logs. We compare changes in the relevance assessments when only the document summaries and when the full text is also exposed to assessors, studying a range of query and document properties, e.g., query type, snippet length. Our findings show that the full text is beneficial for humans and a BERT model for similar query and document types, e.g., tail, long queries. A closer look, however, reveals that humans and machines respond to the additional input in very different ways. Adding the full text can also hurt the ranker's performance, e.g., for navigational 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