paper-with-me

홈 › Papers

Estimating Robust Query Models with Convex Optimization

2008-12-01 · NeurIPS 2008 12 · Kevyn Collins-Thompson

Query expansion is a long-studied approach for improving retrieval effectiveness by enhancing the user’s original query with additional related terms. Current algorithms for automatic query expansion have been shown to consistently improve retrieval accuracy on average, but are highly unstable and have bad worst-case performance for individual queries. We introduce a novel risk framework that formulates query model estimation as a constrained metric labeling problem on a graph of term relations. Themodel combines assignment costs based on a baseline feedback algorithm, edge weights based on term similarity, and simple constraints to enforce aspect balance, aspect coverage, and term centrality. Results across multiple standard test collections show consistent and dramatic reductions in the number and magnitude of expansion failures, while retaining the strong positive gains of the baseline algorithm.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Statistical Query Algorithms for Mean Vector Estimation and Stochastic Convex Optimization

2015-12-30 · Vitaly Feldman, Cristobal Guzman, Santosh Vempala

Stochastic convex optimization, where the objective is the expectation of a random convex function, is an important and widely used method with numerous applications in machine learning, statistics, operations research a…

BIG-bench Machine Learning

Optimization of Smooth Functions with Noisy Observations: Local Minimax Rates

2018-03-22 · NeurIPS 2018 12 · Yining Wang, Sivaraman Balakrishnan, Aarti Singh

We consider the problem of global optimization of an unknown non-convex smooth function with zeroth-order feedback. In this setup, an algorithm is allowed to adaptively query the underlying function at different location…

global-optimization

Mixed Membership Graph Clustering via Systematic Edge Query

2020-11-25 · Shahana Ibrahim, Xiao Fu

This work considers clustering nodes of a largely incomplete graph. Under the problem setting, only a small amount of queries about the edges can be made, but the entire graph is not observable. This problem finds applic…

ClusteringCommunity DetectionGraph ClusteringLow-Rank Matrix Completion+1

On the Randomized Complexity of Minimizing a Convex Quadratic Function

2018-07-24 · Max Simchowitz

Minimizing a convex, quadratic objective of the form $f_{\mathbf{A},\mathbf{b}}(x) := \frac{1}{2}x^\top \mathbf{A} x - \langle \mathbf{b}, x \rangle$ for $\mathbf{A} \succ 0 $ is a fundamental problem in machine learning…

Graphical Nonconvex Optimization via an Adaptive Convex Relaxation

2018-07-01 · ICML 2018 7 · Qiang Sun, Kean Ming Tan, Han Liu, Tong Zhang

We consider the problem of learning high-dimensional Gaussian graphical models. The graphical lasso is one of the most popular methods for estimating Gaussian graphical models. However, it does not achieve the oracl…