paper-with-me

홈 › Papers

Efficient Exploration of Gradient Space for Online Learning to Rank

2018-05-18 · Huazheng Wang, Ramsey Langley, Sonwoo Kim, Eric McCord-Snook, Hongning Wang

Online learning to rank (OL2R) optimizes the utility of returned search results based on implicit feedback gathered directly from users. To improve the estimates, OL2R algorithms examine one or more exploratory gradient directions and update the current ranker if a proposed one is preferred by users via an interleaved test. In this paper, we accelerate the online learning process by efficient exploration in the gradient space. Our algorithm, named as Null Space Gradient Descent, reduces the exploration space to only the \emph{null space} of recent poorly performing gradients. This prevents the algorithm from repeatedly exploring directions that have been discouraged by the most recent interactions with users. To improve sensitivity of the resulting interleaved test, we selectively construct candidate rankers to maximize the chance that they can be differentiated by candidate ranking documents in the current query; and we use historically difficult queries to identify the best ranker when tie occurs in comparing the rankers. Extensive experimental comparisons with the state-of-the-art OL2R algorithms on several public benchmarks confirmed the effectiveness of our proposal algorithm, especially in its fast learning convergence and promising ranking quality at an early stage.

📄 PDF Abstract BibTeX arXiv:1805.07317

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient ExplorationLearning-To-Rank

Similar Papers 제목 키워드 기반

Variance Reduction in Gradient Exploration for Online Learning to Rank

2019-06-10 · Huazheng Wang, Sonwoo Kim, Eric McCord-Snook, Qingyun Wu 외

Online Learning to Rank (OL2R) algorithms learn from implicit user feedback on the fly. The key of such algorithms is an unbiased estimation of gradients, which is often (trivially) achieved by uniformly sampling from th…

Learning-To-Rank

Scalable Exploration for Neural Online Learning to Rank with Perturbed Feedback

2022-06-13 · Yiling Jia, Hongning Wang

Deep neural networks (DNNs) demonstrate significant advantages in improving ranking performance in retrieval tasks. Driven by the recent technical developments in optimization and generalization of DNNs, learning a neura…

Computational EfficiencyEfficient ExplorationLearning-To-RankRetrieval

Scalable Online Exploration via Coverability

2024-03-11 · Philip Amortila, Dylan J. Foster, Akshay Krishnamurthy

Exploration is a major challenge in reinforcement learning, especially for high-dimensional domains that require function approximation. We propose exploration objectives -- policy optimization objectives that enable dow…

Efficient ExplorationQ-Learningreinforcement-learningReinforcement Learning

Efficient Online Learning of Optimal Rankings: Dimensionality Reduction via Gradient Descent

2020-11-05 · NeurIPS 2020 12 · Dimitris Fotakis, Thanasis Lianeas, Georgios Piliouras, Stratis Skoulakis

We consider a natural model of online preference aggregation, where sets of preferred items $R_1, R_2, \ldots, R_t$ along with a demand for $k_t$ items in each $R_t$, appear online. Without prior knowledge of $(R_t, k_t)…

Dimensionality Reduction

OASIS: Online Activation Subspace Learning for Memory-Efficient Training

2026-04-10 · Sakshi Choudhary, Utkarsh Saxena, Kaushik Roy arxiv

Training large language models (LLMs) is constrained by memory requirements, with activations accounting for a substantial fraction of the total footprint. Existing approaches reduce memory using low-rank weight paramete…