paper-with-me

홈 › Papers

Estimating $α$-Rank by Maximizing Information Gain

2021-01-22 · Tabish Rashid, Cheng Zhang, Kamil Ciosek

Game theory has been increasingly applied in settings where the game is not known outright, but has to be estimated by sampling. For example, meta-games that arise in multi-agent evaluation can only be accessed by running a succession of expensive experiments that may involve simultaneous deployment of several agents. In this paper, we focus on $\alpha$-rank, a popular game-theoretic solution concept designed to perform well in such scenarios. We aim to estimate the $\alpha$-rank of the game using as few samples as possible. Our algorithm maximizes information gain between an epistemic belief over the $\alpha$-ranks and the observed payoff. This approach has two main benefits. First, it allows us to focus our sampling on the entries that matter the most for identifying the $\alpha$-rank. Second, the Bayesian formulation provides a facility to build in modeling assumptions by using a prior over game payoffs. We show the benefits of using information gain as compared to the confidence interval criterion of ResponseGraphUCB (Rowland et al. 2019), and provide theoretical results justifying our method.

📄 PDF Abstract BibTeX arXiv:2101.09178

Code (1)

microsoft/InfoGainalpharank 공식 구현

Similar Papers 제목 키워드 기반

Estimating the Effective Rank of Vision Transformers via Low-Rank Factorization

2025-11-30 · Liyu Zerihun arxiv

Deep networks are heavily over-parameterized, yet their learned representations often admit low-rank structure. We introduce a framework for estimating a model's intrinsic dimensionality by treating learned representatio…

Learning Preference from Observed Rankings

2026-02-18 · Yu-Chang Chen, Chen Chian Fuh, Shang En Tsai arxiv

Estimating consumer preferences is central to many problems in economics and marketing. This paper develops a flexible framework for learning individual preferences from partial ranking information by interpreting observ…

Dynamic Facet Selection by Maximizing Graded Relevance

2021-08-01 · ACL (InterNLP) 2021 8 · Michael Glass, Md Faisal Mahbub Chowdhury, Yu Deng, Ruchi Mahindru 외

Dynamic faceted search (DFS), an interactive query refinement technique, is a form of Human–computer information retrieval (HCIR) approach. It allows users to narrow down search results through facets, where the facets-d…

Document RankingInformation RetrievalRetrieval

Position Bias Estimation for Unbiased Learning-to-Rank in eCommerce Search

2018-12-21 · Grigor Aslanyan, Utkarsh Porwal

The Unbiased Learning-to-Rank framework has been recently proposed as a general approach to systematically remove biases, such as position bias, from learning-to-rank models. The method takes two steps - estimating click…

Learning-To-RankPosition

Discrete Prompt Optimization via Constrained Generation for Zero-shot Re-ranker

2023-05-23 · Sukmin Cho, Soyeong Jeong, Jeongyeon Seo, Jong C. Park

Re-rankers, which order retrieved documents with respect to the relevance score on the given query, have gained attention for the information retrieval (IR) task. Rather than fine-tuning the pre-trained language model (P…

Information RetrievalLanguage ModelingLanguage ModellingRe-Ranking+1