← Search

Evgeny Kharlamov

11 accepted papers

2025

Can Large Language Models Master Complex Card Games?

NeurIPS 2025poster

Complex games have long been an important benchmark for testing the progress of artificial intelligence algorithms. AlphaGo, AlphaZero, and MuZero have defeated top human players in Go and Chess, garnering widespread societal attention towards artificial intelligence. Concurrently, large language mo…

Cited by 0SourcecodeScholar
2025

Certainty in Uncertainty: Reasoning over Uncertain Knowledge Graphs with Statistical Guarantees

EMNLP 2025

Uncertain knowledge graph embedding (UnKGE) methods learn vector representations that capture both structural and uncertainty information to predict scores of unseen triples. However, existing methods produce only point estimates, without quantifying predictive uncertainty—limiting their reliability

2025

Conformalized Answer Set Prediction for Knowledge Graph Embedding

NAACL 2025long

Knowledge graph embeddings (KGE) apply machine learning methods on knowledge graphs (KGs) to provide non-classical reasoning capabilities based on similarities and analogies. The learned KG embeddings are typically used to answer queries by ranking all potential answers, but rankings often lack a me…

Cited by 4SourcePDFScholar
2025

GLoRa: A Benchmark to Evaluate the Ability to Learn Long-Range Dependencies in Graphs

ICLR 2025poster

Learning on graphs is one of the most active research topics in machine learning (ML). Among the key challenges in this field, effectively learning long-range dependencies in graphs has been particularly difficult. It has been observed that, in practice, the performance of many ML approaches, includ…

Cited by 0SourcePDFScholar
2025

Predicate-Conditional Conformalized Answer Sets for Knowledge Graph Embeddings

ACL 2025finding

Uncertainty quantification in Knowledge Graph Embedding (KGE) methods is crucial for ensuring the reliability of downstream applications. A recent work applies conformal prediction to KGE methods, providing uncertainty estimates by generating a set of answers that is guaranteed to include the true a…

Cited by 0SourcePDFScholar
2024

Predictive Multiplicity of Knowledge Graph Embeddings in Link Prediction

EMNLP 2024finding

Knowledge graph embedding (KGE) models are often used to predict missing links for knowledge graphs (KGs). However, multiple KG embeddings can perform almost equally well for link prediction yet give conflicting predictions for unseen queries. This phenomenon is termed predictive multiplicity in the…

Cited by 1SourcePDFScholar
2021

Keyword-Based Knowledge Graph Exploration Based on Quadratic Group Steiner Trees

IJCAI 2021poster

Exploring complex structured knowledge graphs (KGs) is challenging for non-experts as it requires knowledge of query languages and the underlying structure of the KGs. Keyword-based exploration is a convenient paradigm, and computing a group Steiner tree (GST) as an answer is a popular implementatio…

2020

Enriching Documents with Compact, Representative, Relevant Knowledge Graphs

IJCAI 2020poster

A prominent application of knowledge graph (KG) is document enrichment. Existing methods identify mentions of entities in a background KG and enrich documents with entity types and direct relations. We compute an entity relation subgraph (ERG) that can more expressively represent indirect relations…

2020

Graph Random Neural Networks for Semi-Supervised Learning on Graphs

NeurIPS 2020oral

We study the problem of semi-supervised learning on graphs, for which graph neural networks (GNNs) have been extensively explored. However, most existing GNNs inherently suffer from the limitations of over-smoothing, non-robustness, and weak-generalization when labeled nodes are scarce. In this pape…

2020

Neural Entity Summarization with Joint Encoding and Weak Supervision

IJCAI 2020poster

In a large-scale knowledge graph (KG), an entity is often described by a large number of triple-structured facts. Many applications require abridged versions of entity descriptions, called entity summaries. Existing solutions to entity summarization are mainly unsupervised. In this paper, we present…