← Search

Mikhail Burtsev

17 accepted papers

2026

Can Stationary Distributions of Scale-Invariant Neural Networks Be Described by the Thermodynamics of an Ideal Gas?

IJCAI 2026

Understanding the training dynamics of deep neural networks remains a major open problem, with physics-inspired approaches offering promising insights. Building on this perspective, we develop a thermodynamic framework to describe the stationary distributions of stochastic gradient descent (SGD) wit

Cited by 0Scholar
2026

GradMem: Learning to Write Context into Memory with Test-Time Gradient Descent

ICML 2026poster

Many large language model applications require conditioning on long contexts. Transformers typically support this by storing a large per-layer KV-cache of past activations, which incurs substantial memory overhead. A desirable alternative is compressive memory: read a context once, store it in a com…

Cited by 0SourceScholar
2026

Q-RAG: Long Context Multi‑Step Retrieval via Value‑Based Embedder Training

ICLR 2026oral

Retrieval-Augmented Generation (RAG) methods enhance LLM performance by efficiently filtering relevant context for LLMs, reducing hallucinations and inference cost. However, most existing RAG methods focus on single-step retrieval, which is often insufficient for answering complex questions that req…

Cited by 0SourcecodeScholar
2026

Wikontic: A Tool for Building Knowledge Graphs from Text Aligned with the Wikidata Ontology

AAAI 2026technical

Knowledge Graphs (KGs) provide structured, verifiable representations that ground facts and supply large language models (LLMs) with reliable real-world information. Building high-quality KGs from open-domain text remains difficult due to redundancy, inconsistency, and lack of ontology grounding. We

Cited by 0SourcePDFScholar
2025

AriGraph: Learning Knowledge Graph World Models with Episodic Memory for LLM Agents

IJCAI 2025

Advancements in the capabilities of Large Language Models (LLMs) have created a promising foundation for developing autonomous agents. With the right tools, these agents could learn to solve tasks in new environments by accumulating and updating their knowledge. Current LLM-based agents process past

2025

Cramming 1568 Tokens into a Single Vector and Back Again: Exploring the Limits of Embedding Space Capacity

ACL 2025long

A range of recent works addresses the problem of compression of sequence of tokens into a shorter sequence of real-valued vectors to be used as inputs instead of token embeddings or key-value cache. These approaches are focused on reduction of the amount of compute in existing language models rather…

2024

BABILong: Testing the Limits of LLMs with Long Context Reasoning-in-a-Haystack

NeurIPS 2024spotlight

In recent years, the input context sizes of large language models (LLMs) have increased dramatically. However, existing evaluation methods have not kept pace, failing to comprehensively assess the efficiency of models in handling long contexts. To bridge this gap, we introduce the BABILong benchmark…

2024

Beyond Attention: Breaking the Limits of Transformer Context Length with Recurrent Memory

AAAI 2024technical

A major limitation for the broader scope of problems solvable by transformers is the quadratic scaling of computational complexity with input size. In this study, we investigate the recurrent memory augmentation of pre-trained transformer models to extend input context length while linearly scaling…

2023

Better Together: Enhancing Generative Knowledge Graph Completion with Language Models and Neighborhood Information

EMNLP 2023short findings

Real-world Knowledge Graphs (KGs) often suffer from incompleteness, which limits their potential performance. Knowledge Graph Completion (KGC) techniques aim to address this issue. However, traditional KGC methods are computationally intensive and impractical for large-scale KGs, necessitating the l…

Cited by 0SourcecodeScholar
2023

Hybrid Uncertainty Quantification for Selective Text Classification in Ambiguous Tasks

ACL 2023long

Many text classification tasks are inherently ambiguous, which results in automatic systems having a high risk of making mistakes, in spite of using advanced machine learning models. For example, toxicity detection in user-generated content is a subjective task, and notions of toxicity can be annota…

2022

Active Learning for Abstractive Text Summarization

EMNLP 2022finding

Construction of human-curated annotated datasets for abstractive text summarization (ATS) is very time-consuming and expensive because creating each instance requires a human annotator to read a long document and compose a shorter summary that would preserve the key information relayed by the origin…

2022

Explain My Surprise: Learning Efficient Long-Term Memory by predicting uncertain outcomes

NeurIPS 2022accept

In many sequential tasks, a model needs to remember relevant events from the distant past to make correct predictions. Unfortunately, a straightforward application of gradient based training requires intermediate computations to be stored for every element of a sequence. This requires to store prohi…

2022

Uncertainty Estimation of Transformer Predictions for Misclassification Detection

ACL 2022long

Uncertainty estimation (UE) of model predictions is a crucial step for a variety of tasks such as active learning, misclassification detection, adversarial attack detection, out-of-distribution detection, etc. Most of the works on modeling the uncertainty of deep neural networks evaluate these metho…

2021

Building and Evaluating Open-Domain Dialogue Corpora with Clarifying Questions

EMNLP 2021main

Enabling open-domain dialogue systems to ask clarifying questions when appropriate is an important direction for improving the quality of the system response. Namely, for cases when a user request is not specific enough for a conversation system to provide an answer right away, it is desirable to as…