LGMay 30, 2016

The Bayesian Linear Information Filtering Problem

arXiv:1605.09088v21 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently filtering relevant items in streams like news or tweets for users, but it is incremental as it builds on existing Bayesian linear models and bandit frameworks.

The paper tackles the information filtering problem by formulating it as a Bayesian sequential decision-making task, where an algorithm learns user preferences from feedback on streamed items, and introduces new heuristic policies that achieve significant improvement over benchmarks, with performance close to an optimality upper bound.

We present a Bayesian sequential decision-making formulation of the information filtering problem, in which an algorithm presents items (news articles, scientific papers, tweets) arriving in a stream, and learns relevance from user feedback on presented items. We model user preferences using a Bayesian linear model, similar in spirit to a Bayesian linear bandit. We compute a computational upper bound on the value of the optimal policy, which allows computing an optimality gap for implementable policies. We then use this analysis as motivation in introducing a pair of new Decompose-Then-Decide (DTD) heuristic policies, DTD-Dynamic-Programming (DTD-DP) and DTD-Upper-Confidence-Bound (DTD-UCB). We compare DTD-DP and DTD-UCB against several benchmarks on real and simulated data, demonstrating significant improvement, and show that the achieved performance is close to the upper bound.

Foundations

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

Your Notes