paper-with-me

Papers

LANTERN: Layered Archival and Temporal Episodic Retrieval Network for Long-Context LLM Conversations

2026-04-18 · Rahul Subramani arxiv

Large language models discard critical details when conversation history is compacted to fit within finite context windows. We present LANTERN (Layered Archival aNd Temporal Episodic Retrieval Network), a lightweight memory layer that proactively archives every conversation turn and restores relevant details after compaction via hybrid retrieval -- requiring zero LLM calls and adding fewer than 25ms of latency per turn. On 94 real multi-turn conversations (1,894 ground-truth facts, human-validated at kappa=0.81), LANTERN-Rerank recovers 78.3% of verifiable facts lost to compaction, significantly outperforming a faithful reimplementation of MemGPT's LLM-driven extraction and multi-query search pipeline (72.4%; Wilcoxon p<0.0001, 95% CI [+3.1, +8.6] pp, d=0.43) at a fraction of the inference cost. Even without the reranker, base LANTERN matches or exceeds this LLM-driven baseline (p=0.005) using zero LLM calls. When four production LLMs answer fact-bearing questions using LANTERN-restored context, accuracy improves by 8.4 percentage points on average (Wilcoxon p<0.05 for each model individually), demonstrating that the recovered context is useful across diverse model architectures. We release the full evaluation framework -- paired significance tests, failure analysis, fact-type stratification, and compaction robustness analysis -- to support reproducibility and future work.

📄 PDF Abstract BibTeX arXiv:2606.05182

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TempRetriever: Fusion-based Temporal Dense Passage Retrieval for Time-Sensitive Questions

2025-02-28 · Abdelrahman Abdallah, Bhawna Piryani, Jonas Wallat, Avishek Anand 외

Temporal awareness is crucial in many information retrieval tasks, particularly in scenarios where the relevance of documents depends on their alignment with the query's temporal context. Traditional approaches such as B…

Information RetrievalPassage RetrievalQuestion AnsweringRetrieval+2

ESSENTIAL: Episodic and Semantic Memory Integration for Video Class-Incremental Learning

2025-08-14 · Jongseo Lee, Kyungho Bae, Kyle Min, Gyeong-Moon Park 외 arxiv

In this work, we tackle the problem of video classincremental learning (VCIL). Many existing VCIL methods mitigate catastrophic forgetting by rehearsal training with a few temporally dense samples stored in episodic memo…

class-incremental learningGeneral Knowledge

LANTERN: learn analysis transform network for dynamic magnetic resonance imaging with small dataset

2019-08-24 · Shan-Shan Wang, Yanxia Chen, Taohui Xiao, Ziwen Ke 외

This paper proposes to learn analysis transform network for dynamic magnetic resonance imaging (LANTERN) with small dataset. Integrating the strength of CS-MRI and deep learning, the proposed framework is highlighted in …

MRI ReconstructionSSIM

Memory in Large Language Models: Mechanisms, Evaluation and Evolution

2025-09-23 · Dianxing Zhang, Wendong Li, Kani Song, Jiaye Lu 외 arxiv

Under a unified operational definition, we define LLM memory as a persistent state written during pretraining, finetuning, or inference that can later be addressed and that stably influences outputs. We propose a four-pa…

Lantern: A Minimalist Robotic Object Platform

2026-01-29 · Victor Nikhil Antony, Zhili Gong, Guanchen Li, Clara Jeon 외 arxiv

Robotic objects are simple actuated systems that subtly blend into human environments. We design and introduce Lantern, a minimalist robotic object platform to enable building simple robotic artifacts. We conducted in-de…