IRAIJun 5, 2020

Balancing Reinforcement Learning Training Experiences in Interactive Information Retrieval

arXiv:2006.03185v212 citations
Originality Incremental advance
AI Analysis

This addresses a sample inefficiency issue for researchers and practitioners in information retrieval, but it is incremental as it builds on existing RL methods with a specific adaptation.

The paper tackles the problem of unbalanced training experiences in applying reinforcement learning to interactive information retrieval by using domain randomization to synthesize more relevant documents, resulting in a 22% boost in learning effectiveness for unseen situations on the TREC DD 2017 Track.

Interactive Information Retrieval (IIR) and Reinforcement Learning (RL) share many commonalities, including an agent who learns while interacts, a long-term and complex goal, and an algorithm that explores and adapts. To successfully apply RL methods to IIR, one challenge is to obtain sufficient relevance labels to train the RL agents, which are infamously known as sample inefficient. However, in a text corpus annotated for a given query, it is not the relevant documents but the irrelevant documents that predominate. This would cause very unbalanced training experiences for the agent and prevent it from learning any policy that is effective. Our paper addresses this issue by using domain randomization to synthesize more relevant documents for the training. Our experimental results on the Text REtrieval Conference (TREC) Dynamic Domain (DD) 2017 Track show that the proposed method is able to boost an RL agent's learning effectiveness by 22\% in dealing with unseen situations.

Foundations

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

Your Notes