← Search

Aydar Bulatov

7 accepted papers

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

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

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