# Efficient Explorative Key-term Selection Strategies for Conversational   Contextual Bandits

**Authors:** Zhiyong Wang, Xutong Liu, Shuai Li, John C.S. Lui

arXiv: 2303.00315 · 2023-10-03

## TL;DR

This paper introduces a new framework and algorithms for conversational contextual bandits that effectively combine feedback types and incorporate explorative key-term strategies, leading to faster learning and improved accuracy.

## Contribution

It proposes ConLinUCB, a unified framework for better feedback integration, and develops two algorithms with explorative key-term strategies, achieving tighter regret bounds and superior performance.

## Key findings

- ConLinUCB-BS achieves a regret bound of O(d√T log T).
- Algorithms show up to 54% improvement in learning accuracy.
- Algorithms demonstrate up to 72% improvement in computational efficiency.

## Abstract

Conversational contextual bandits elicit user preferences by occasionally querying for explicit feedback on key-terms to accelerate learning. However, there are aspects of existing approaches which limit their performance. First, information gained from key-term-level conversations and arm-level recommendations is not appropriately incorporated to speed up learning. Second, it is important to ask explorative key-terms to quickly elicit the user's potential interests in various domains to accelerate the convergence of user preference estimation, which has never been considered in existing works. To tackle these issues, we first propose ``ConLinUCB", a general framework for conversational bandits with better information incorporation, combining arm-level and key-term-level feedback to estimate user preference in one step at each time. Based on this framework, we further design two bandit algorithms with explorative key-term selection strategies, ConLinUCB-BS and ConLinUCB-MCR. We prove tighter regret upper bounds of our proposed algorithms. Particularly, ConLinUCB-BS achieves a regret bound of $O(d\sqrt{T\log T})$, better than the previous result $O(d\sqrt{T}\log T)$. Extensive experiments on synthetic and real-world data show significant advantages of our algorithms in learning accuracy (up to 54\% improvement) and computational efficiency (up to 72\% improvement), compared to the classic ConUCB algorithm, showing the potential benefit to recommender systems.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2303.00315/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/2303.00315/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/2303.00315/full.md

---
Source: https://tomesphere.com/paper/2303.00315