← Search

Liudmila Prokhorenkova

23 accepted papers

2026

GraphPFN: A Prior-Data Fitted Network for Graph Node-Level Tasks

ICML 2026poster

Graph foundation models face several fundamental challenges including transferability across datasets and data scarcity, which calls into question the very feasibility of graph foundation models. However, despite similar challenges, the tabular domain has recently witnessed the emergence of the firs…

Cited by 0SourceScholar
2026

Relevance-Based Embeddings: Lightweight Candidate Selection via Heavy Ranker Calls

ICML 2026poster

In many machine learning applications, the most relevant items for a query should be efficiently extracted. The relevance function is usually an expensive similarity model making the exhaustive search infeasible. A typical solution is to train another model that separately embeds queries and items t…

Cited by 0SourceScholar
2025

GraphLand: Evaluating Graph Machine Learning Models on Diverse Industrial Data

NeurIPS 2025poster

Although data that can be naturally represented as graphs is widespread in real-world applications across diverse industries, popular graph ML benchmarks for node property prediction only cover a surprisingly narrow set of data domains, and graph neural networks (GNNs) are often evaluated on just a…

Cited by 0SourceScholar
2024

Challenges of Generating Structurally Diverse Graphs

NeurIPS 2024poster

For many graph-related problems, it can be essential to have a set of structurally diverse graphs. For instance, such graphs can be used for testing graph algorithms or their neural approximations. However, to the best of our knowledge, the problem of generating structurally diverse graphs has not b…

2023

A critical look at the evaluation of GNNs under heterophily: Are we really making progress?

ICLR 2023poster

Node classification is a classical graph representation learning task on which Graph Neural Networks (GNNs) have recently achieved strong results. However, it is often believed that standard GNNs only work well for homophilous graphs, i.e., graphs where edges tend to connect nodes of the same class.…

2023

Characterizing Graph Datasets for Node Classification: Homophily-Heterophily Dichotomy and Beyond

NeurIPS 2023poster

Homophily is a graph property describing the tendency of edges to connect similar nodes; the opposite is called heterophily. It is often believed that heterophilous graphs are challenging for standard message-passing graph neural networks (GNNs), and much effort has been put into developing efficien…

Cited by 79SourcePDFScholar
2023

Evaluating Robustness and Uncertainty of Graph Models Under Structural Distributional Shifts

NeurIPS 2023poster

In reliable decision-making systems based on machine learning, models have to be robust to distributional shifts or provide the uncertainty of their predictions. In node-level problems of graph learning, distributional shifts can be especially complex since the samples are interdependent. To evaluat…

2023

Which Tricks are Important for Learning to Rank?

ICML 2023poster

Nowadays, state-of-the-art learning-to-rank methods are based on gradient-boosted decision trees (GBDT). The most well-known algorithm is LambdaMART which was proposed more than a decade ago. Recently, several other GBDT-based ranking algorithms were proposed. In this paper, we thoroughly analyze th…

Cited by 12SourcePDFScholar
2022

Graph-based Nearest Neighbor Search in Hyperbolic Spaces

ICLR 2022poster

The nearest neighbor search (NNS) problem is widely studied in Euclidean space, and graph-based algorithms are known to outperform other approaches for this task. However, hyperbolic geometry often allows for better data representation in various domains, including graphs, words, and images. In this…

Cited by 1SourcePDFScholar
2021

Boost then Convolve: Gradient Boosting Meets Graph Neural Networks

ICLR 2021poster

Graph neural networks (GNNs) are powerful models that have been successful in various graph representation learning tasks. Whereas gradient boosted decision trees (GBDT) often outperform other machine learning methods when faced with heterogeneous tabular data. But what approach should be used for g…

2021

Good Classification Measures and How to Find Them

NeurIPS 2021poster

Several performance measures can be used for evaluating classification results: accuracy, F-measure, and many others. Can we say that some of them are better than others, or, ideally, choose one measure that is best in all situations? To answer this question, we conduct a systematic analysis of clas…

2021

Shifts: A Dataset of Real Distributional Shift Across Multiple Large-Scale Tasks

NeurIPS 2021poster

There has been significant research done on developing methods for improving robustness to distributional shift and uncertainty estimation. In contrast, only limited work has examined developing standard datasets and benchmarks for assessing these approaches. Additionally, most work on uncertainty e…

Cited by 160SourcecodeScholar
2021

Systematic Analysis of Cluster Similarity Indices: How to Validate Validation Measures

ICML 2021spotlight

Many cluster similarity indices are used to evaluate clustering algorithms, and choosing the best one for a particular task remains an open problem. We demonstrate that this problem is crucial: there are many disagreements among the indices, these disagreements do affect which algorithms are preferr…

Cited by 29SourcePDFScholar
2020

Graph-based Nearest Neighbor Search: From Practice to Theory

ICML 2020poster

Graph-based approaches are empirically shown to be very successful for the nearest neighbor search (NNS). However, there has been very little research on their theoretical guarantees. We fill this gap and rigorously analyze the performance of graph-based NNS algorithms, specifically focusing on the…

2018

CatBoost: unbiased boosting with categorical features

NeurIPS 2018poster

This paper presents the key algorithmic techniques behind CatBoost, a new gradient boosting toolkit. Their combination leads to CatBoost outperforming other publicly available boosting implementations in terms of quality on a variety of datasets. Two critical algorithmic advances introduced in CatBo…