Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,695 papers · 148 categories

Trend · papers per month

20395978 · Jun 202019922001200920172026
48 results for top lists

Many latent (factorized) models have been proposed for recommendation tasks like collaborative filtering and for ranking tasks like document or image retrieval and annotation. Common to all those methods is that during inference the items are scored independently by their similarity to the query in the latent embedding…

2012-10-16abs ↗pdf ↗

In this note we will adapt Topping's L\mathcal{L}-optimal transportation theory for Ricci flow to a more general situation, i.e. to a closed manifold (M,gij(t))(M,g_{ij}(t)) evolving by tgij=2Sij\partial_tg_{ij}=-2S_{ij}, where SijS_{ij} is a symmetric tensor field of (2,0)-type on MM. We extend some recent results of Topping, Lott …

2009-08-23abs ↗pdf ↗

To access data stored in relational databases, users need to understand the database schema and write a query using a query language such as SQL. To simplify this task, text-to-SQL models attempt to translate a user's natural language question to corresponding SQL query. Recently, several generative text-to-SQL models …

2020-02-03abs ↗pdf ↗

In this paper, we address the problem of embedded feature selection for ranking on top of the list problems. We pose this problem as a regularized empirical risk minimization with pp-norm push loss function (p=p=\infty) and sparsity inducing regularizers. We leverage the issues related to this challenging optimization…

2012-06-27abs ↗pdf ↗

In recommendation systems, one is interested in the ranking of the predicted items as opposed to other losses such as the mean squared error. Although a variety of ways to evaluate rankings exist in the literature, here we focus on the Area Under the ROC Curve (AUC) as it widely used and has a strong theoretical underp…

2015-08-25abs ↗pdf ↗

Given a pair of (real or complex) Lie algebroid structures on a vector bundle AA (over MM) and its dual AA^*, and a line bundle $\module$ such that $\module\otimes\module=(\wedge^{\TOP} A^*\otimes\wedge^{\TOP} T^*M)$, there exist two canonically defined differential operators $\bdees$ and $\bdel$ on $\sections{\wedg…

2008-03-17abs ↗pdf ↗

Given an incomplete ratings data over a set of users and items, the preference completion problem aims to estimate a personalized total preference order over a subset of the items. In practical settings, a ranked list of top-kk items from the estimated preference order is recommended to the end user in the decreasing …

2019-03-17abs ↗pdf ↗

Stock return forecasting is of utmost importance in the business world. This has been the favourite topic of research for many academicians since decades. Recently, regularization techniques have reported to tremendously increase the forecast accuracy of the simple regression model. Still, this model cannot incorporate…

2019-01-30abs ↗pdf ↗

In designing personalized ranking algorithms, it is desirable to encourage a high precision at the top of the ranked list. Existing methods either seek a smooth convex surrogate for a non-smooth ranking metric or directly modify updating procedures to encourage top accuracy. In this work we point out that these methods…

2017-11-10abs ↗pdf ↗

New algorithm predicts ranked stock lists for long-short portfolios.

problem Constructing effective long-short stock portfolios using machine learning.
method Proposes a new listwise learn-to-rank loss function to emphasize top and bottom of a rank list.
result Demonstrates superior performance in constructing long-short portfolios with a 38% annual return.

Given a pair of graphs G1G_1 and G2G_2 and a vertex set of interest in G1G_1, the vertex nomination (VN) problem seeks to find the corresponding vertices of interest in G2G_2 (if they exist) and produce a rank list of the vertices in G2G_2, with the corresponding vertices of interest in G2G_2 concentrating, ideally, at…

2019-05-06abs ↗pdf ↗

Given a graph in which a few vertices are deemed interesting a priori, the vertex nomination task is to order the remaining vertices into a nomination list such that there is a concentration of interesting vertices at the top of the list. Previous work has yielded several approaches to this problem, with theoretical re…

2016-07-05abs ↗pdf ↗

Record companies invest billions of dollars in new talent around the globe each year. Gaining insight into what actually makes a hit song would provide tremendous benefits for the music industry. In this research we tackle this question by focussing on the dance hit song classification problem. A database of dance hit …

2019-05-17abs ↗pdf ↗

The paper explores how to find relevant vertices in one graph using another graph's attributes and structure.

problem Finding relevant vertices in one graph using another graph's attributes and structure.
method Theoretical and practical exploration of vertex nomination schemes that leverage both content (edge and vertex attributes) and context (network topology).
result Necessary and sufficient conditions for schemes that use both content and context to outperform those using only one.

Most accurate recommender systems are black-box models, hiding the reasoning behind their recommendations. Yet explanations have been shown to increase the user's trust in the system in addition to providing other benefits such as scrutability, meaning the ability to verify the validity of recommendations. This gap bet…

2016-06-22abs ↗pdf ↗

The outcome of a functional genomics pipeline is usually a partial list of genomic features, ranked by their relevance in modelling biological phenotype in terms of a classification or regression model. Due to resampling protocols or just within a meta-analysis comparison, instead of one list it is often the case that …

2010-04-08abs ↗pdf ↗

The problem of maximizing precision at the top of a ranked list, often dubbed Precision@k (prec@k), finds relevance in myriad learning applications such as ranking, multi-label classification, and learning with severe label imbalance. However, despite its popularity, there exist significant gaps in our understanding of…

2015-05-26abs ↗pdf ↗

Meta-AAD uses deep reinforcement learning to improve anomaly detection by selecting the most informative instances.

problem High false-positive rate in anomaly detection, especially in high-stake applications.
method Meta-AAD leverages deep reinforcement learning to train a meta-policy for query selection, optimizing the number of discovered anomalies.
result Meta-AAD significantly outperforms state-of-the-art re-ranking strategies and unsupervised baselines on 24 benchmark datasets.

Study on list learning with noisy data, showing limits and some learnable cases.

problem Learning from noisy data in a list learning context.
method Inspired by coding theory, extends list learning model to study sparse conjunctions and parities/majors.
result Sparse conjunctions can be efficiently list learned under certain conditions, but parities and majors cannot be efficiently learned.

Linear memory stores associations up to a logarithmic scale, but listwise retrieval can handle a quadratic scale.

problem How many key-value associations can a linear memory store?
method Analyzed linear memory models for top-1 and listwise retrieval, proving phase transitions and developing asymptotic theories.
result Linear memory has a logarithmic capacity for top-1 retrieval and a quadratic capacity for listwise retrieval.

Research on predicting with lists of labels, characterizing learnability and providing algorithms.

problem Multiclass online prediction with multiple labels.
method Characterization using bb-ary Littlestone dimension, adaptation of classical algorithms, combinatorial results.
result Achievement of negative regret in some scenarios, complete characterization of learnability.

Nesterov's momentum trick is famously known for accelerating gradient descent, and has been proven useful in building fast iterative algorithms. However, in the stochastic setting, counterexamples exist and prevent Nesterov's momentum from providing similar acceleration, even if the underlying problem is convex and fin…

2016-03-18abs ↗pdf ↗