Information Bottleneck

ReInfoSelect

Introduced by Zhang et al. in Selective Weak Supervision for Neural Information Retrieval

ReInfoSelect is a reinforcement weak supervision selection method for information retrieval. It learns to select anchor-document pairs that best weakly supervise the neural ranker (action), using the ranking performance on a handful of relevance labels as the reward. Iteratively, for a batch of anchor-document pairs, ReInfoSelect back propagates the gradients through the neural ranker, gathers its NDCG reward, and optimizes the data selection network using policy gradients, until the neural ranker's performance peaks on target relevance metrics (convergence).

Source: Selective Weak Supervision for Neural Information Retrieval

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Information Retrieval 1 33.33%
Learning-To-Rank 1 33.33%
Retrieval 1 33.33%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories