paper-with-me

홈 › Papers

Doc-to-Atom: Learning to Compile and Compose Memory Atoms

2026-06-10 · Xingjian Diao, Wenbo Li, Yashas Malur Saidutta, Avinash Amballa, Lazar Valkov, Srinivas Chappidi arxiv

Long input sequences are central to document understanding and multi-step reasoning in Large Language Models, yet the quadratic cost of attention makes inference both memory-intensive and slow. Context distillation mitigates this by compressing contextual information into model parameters, and recent work such as Doc-to-LoRA amortizes context distillation into a single forward pass that generates one LoRA adapter per document. However, producing a single monolithic adapter for all queries leads to irrelevant-query interference, limited compositional recall, and poor scalability to long-document reasoning. To address these challenges, we propose Doc-to-Atom (Doc2Atom), a compositional parametric memory framework that decomposes each document into semantically typed knowledge atoms. Each atom is compiled into an independent micro-LoRA adapter and a provenance retrieval key. At inference time, a lightweight query router selects and assembles only the relevant atoms into a query-specific adapter, which is then injected into a frozen base model. The entire system is trained end-to-end through a multi-objective distillation framework. Experiments on six diverse QA benchmarks demonstrate that Doc2Atom outperforms Doc-to-LoRA baselines while reducing the memory cost of document internalization.

📄 PDF Abstract BibTeX arXiv:2606.12400

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spatiotemporal Joint Filter Decomposition in 3D Convolutional Neural Networks

2021-12-01 · NeurIPS 2021 12 · Zichen Miao, Ze Wang, Xiuyuan Cheng, Qiang Qiu

In this paper, we introduce spatiotemporal joint filter decomposition to decouple spatial and temporal learning, while preserving spatiotemporal dependency in a video. A 3D convolutional filter is now jointly decomposed …

Action Recognition

Acceleration of Atomistic NEGF: Algorithms, Parallelization, and Machine Learning

2026-02-03 · Mathieu Luisier, Nicolas Vetsch, Alexander Maeder, Vincent Maillou 외 arxiv

The Non-equilibrium Green's function (NEGF) formalism is a particularly powerful method to simulate the quantum transport properties of nanoscale devices such as transistors, photo-diodes, or memory cells, in the ballist…

Gradient Atoms: Unsupervised Discovery, Attribution and Steering of Model Behaviors via Sparse Decomposition of Training Gradients

2026-03-15 · J Rosser arxiv

Training data attribution (TDA) methods ask which training documents are responsible for a model behavior. However, models often learn broad concepts shared across many examples. Moreover, existing TDA methods are superv…

Inlining External Sources in Answer Set Programs

2018-08-02 · Christoph Redl

HEX-programs are an extension of answer set programs (ASP) with external sources. To this end, external atoms provide a bidirectional interface between the program and an external source. The traditional evaluation algor…

Large Convolutional Model Tuning via Filter Subspace

2024-03-01 · Wei Chen, Zichen Miao, Qiang Qiu

Efficient fine-tuning methods are critical to address the high computational and parameter complexity while adapting large pre-trained models to downstream tasks. Our study is inspired by prior research that represents e…

model