paper-with-me

Papers

Ranking Structured Objects with Graph Neural Networks

2021-04-18 · Clemens Damke, Eyke Hüllermeier

Graph neural networks (GNNs) have been successfully applied in many structured data domains, with applications ranging from molecular property prediction to the analysis of social networks. Motivated by the broad applicability of GNNs, we propose the family of so-called RankGNNs, a combination of neural Learning to Rank (LtR) methods and GNNs. RankGNNs are trained with a set of pair-wise preferences between graphs, suggesting that one of them is preferred over the other. One practical application of this problem is drug screening, where an expert wants to find the most promising molecules in a large collection of drug candidates. We empirically demonstrate that our proposed pair-wise RankGNN approach either significantly outperforms or at least matches the ranking performance of the naive point-wise baseline approach, in which the LtR problem is solved via GNN-based graph regression.

📄 PDF Abstract BibTeX arXiv:2104.08869

Code (1)

Cortys/rankgnn 공식 구현 tf

Tasks

Graph RankingGraph RegressionLearning-To-RankMolecular Property PredictionProperty Prediction

Similar Papers 제목 키워드 기반

Structured ranking learning using cumulative distribution networks

2008-12-01 · NeurIPS 2008 12 · Jim C. Huang, Brendan J. Frey

Ranking is at the heart of many information retrieval applications. Unlike standard regression or classification, in which we predict outputs independently, in ranking, we are interested in predicting structured outputs …

Information RetrievalLearning-To-RankRetrievalStructured Prediction

Tractability in Structured Probability Spaces

2017-12-01 · NeurIPS 2017 12 · Arthur Choi, Yujia Shen, Adnan Darwiche

Recently, the Probabilistic Sentential Decision Diagram (PSDD) has been proposed as a framework for systematically inducing and learning distributions over structured objects, including combinatorial objects such as perm…

The Graph Cut Kernel for Ranked Data

2021-05-26 · Michelangelo Conserva, Marc Peter Deisenroth, K S Sesh Kumar

Many algorithms for ranked data become computationally intractable as the number of objects grows due to the complex geometric structure induced by rankings. An additional challenge is posed by partial rankings, i.e. ran…

Recommendation Systems

Attribute-Graph: A Graph based approach to Image Ranking

2015-09-22 · ICCV 2015 12 · Nikita Prabhu, R. Venkatesh Babu

We propose a novel image representation, termed Attribute-Graph, to rank images by their semantic similarity to a given query image. An Attribute-Graph is an undirected fully connected graph, incorporating both local and…

AttributeSemantic SimilaritySemantic Textual Similarity

From Unstructured to Structured: LLM-Guided Attribute Graphs for Entity Search and Ranking

2026-04-30 · Yilun Zhu, Nikhita Vedula, Shervin Malmasi arxiv

Entity search, i.e., finding the most similar entities to a query entity, faces unique challenges in e-commerce, where product similarity varies across categories and contexts. Traditional embedding-based approaches ofte…