AI & ML Papers
Photo
🔥 RAG-Anything: All-in-One RAG Framework
📅 Published on Oct 14, 2025
🔗 Links:
• arXiv: https://arxiv.org/abs/2510.12323
• PDF: https://arxiv.org/pdf/2510.12323
• GitHub: https://github.com/HKUDS/RAG-Anything ⭐ 19.6k
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#MultimodalKnowledgeRetrieval #CrossModalRelationships #RetrievalAugmentedGeneration #MultimodalDocumentProcessing #SemanticMatching
💡 The paper introduces RAG-Anything, a unified framework that enhances multimodal knowledge retrieval by integrating cross-modal relationships and semantic matching. The problem addressed is that current Retrieval-Augmented Generation frameworks are limited to textual content, creating gaps when processing multimodal documents that contain a combination of text, images, tables, and mathematical expressions.
The proposed method, RAG-Anything, reconceptualizes multimodal content as interconnected knowledge entities, introducing dual-graph construction to capture both cross-modal relationships and textual semantics within a unified representation. The framework develops cross-modal hybrid retrieval that combines structural knowledge navigation with semantic matching, enabling effective reasoning over heterogeneous content where relevant evidence spans multiple modalities.
The results show that RAG-Anything demonstrates superior performance on challenging multimodal benchmarks, achieving significant improvements over state-of-the-art methods. The performance gains are particularly pronounced on long documents where traditional approaches fail. The framework establishes a new paradigm for multimodal knowledge access, eliminating the architectural fragmentation that constrains current systems. The RAG-Anything framework is open-sourced, making it available for further development and application. Overall, the paper contributes to the development of a more comprehensive and effective knowledge retrieval system that can handle multimodal content.
📅 Published on Oct 14, 2025
🔗 Links:
• arXiv: https://arxiv.org/abs/2510.12323
• PDF: https://arxiv.org/pdf/2510.12323
• GitHub: https://github.com/HKUDS/RAG-Anything ⭐ 19.6k
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#MultimodalKnowledgeRetrieval #CrossModalRelationships #RetrievalAugmentedGeneration #MultimodalDocumentProcessing #SemanticMatching
arXiv.org
RAG-Anything: All-in-One RAG Framework
Retrieval-Augmented Generation (RAG) has emerged as a fundamental paradigm for expanding Large Language Models beyond their static training limitations. However, a critical misalignment exists...
❤3
AI & ML Papers
Photo
🔥 LightRAG: Simple and Fast Retrieval-Augmented Generation
📅 Published on Oct 8, 2024
🔗 Links:
• arXiv: https://arxiv.org/abs/2410.05779
• PDF: https://arxiv.org/pdf/2410.05779
• GitHub: https://github.com/hkuds/lightrag ⭐ 34.7k
• Project Page: https://huggingface.co/Neha12210/project2-advanced-rag
🤖 Models citing this paper:
• https://huggingface.co/muthuk1/graphrag-inference-hackathon
• https://huggingface.co/atad-tokyo/GST_LIVING_NOVEL
• https://huggingface.co/Neha12210/project2-advanced-rag
🚀 Spaces citing this paper:
• https://huggingface.co/spaces/rm-lht/lightrag
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#RetrievalAugmentedGeneration #GraphBasedInformationRetrieval #KnowledgeDiscoverySystems #LargeLanguageModels #TextIndexingTechniques
💡 The paper introduces LightRAG, a novel approach to improve Retrieval-Augmented Generation systems, which enhance large language models by integrating external knowledge sources. Existing systems have limitations, including reliance on flat data representations and inadequate contextual awareness, leading to fragmented answers that fail to capture complex inter-dependencies. To address these challenges, LightRAG incorporates graph structures into text indexing and retrieval processes, employing a dual-level retrieval system that enhances comprehensive information retrieval from both low-level and high-level knowledge discovery. The integration of graph structures with vector representations facilitates efficient retrieval of related entities and their relationships, significantly improving response times while maintaining contextual relevance. An incremental update algorithm ensures the timely integration of new data, allowing the system to remain effective and responsive in rapidly changing data environments. The experimental results demonstrate considerable improvements in retrieval accuracy and efficiency compared to existing approaches, making LightRAG a significant contribution to the field of Retrieval-Augmented Generation. The authors have made LightRAG open-source, making it available for further development and application. Overall, LightRAG provides a simple and fast retrieval-augmented generation approach that achieves better accuracy and response times, making it a valuable tool for data science applications.
📅 Published on Oct 8, 2024
🔗 Links:
• arXiv: https://arxiv.org/abs/2410.05779
• PDF: https://arxiv.org/pdf/2410.05779
• GitHub: https://github.com/hkuds/lightrag ⭐ 34.7k
• Project Page: https://huggingface.co/Neha12210/project2-advanced-rag
🤖 Models citing this paper:
• https://huggingface.co/muthuk1/graphrag-inference-hackathon
• https://huggingface.co/atad-tokyo/GST_LIVING_NOVEL
• https://huggingface.co/Neha12210/project2-advanced-rag
🚀 Spaces citing this paper:
• https://huggingface.co/spaces/rm-lht/lightrag
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#RetrievalAugmentedGeneration #GraphBasedInformationRetrieval #KnowledgeDiscoverySystems #LargeLanguageModels #TextIndexingTechniques
arXiv.org
LightRAG: Simple and Fast Retrieval-Augmented Generation
Retrieval-Augmented Generation (RAG) systems enhance large language models (LLMs) by integrating external knowledge sources, enabling more accurate and contextually relevant responses tailored to...
👍1
AI & ML Papers
Photo
🔥 Zep: A Temporal Knowledge Graph Architecture for Agent Memory
📅 Published on Jan 20, 2025
🔗 Links:
• arXiv: https://arxiv.org/abs/2501.13956
• PDF: https://arxiv.org/pdf/2501.13956
• GitHub: https://github.com/getzep/graphiti ⭐ 25.7k
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#TemporalKnowledgeGraphs #ArtificialIntelligenceAgents #KnowledgeGraphArchitecture #RetrievalAugmentedGeneration #DynamicKnowledgeIntegration
💡 The paper introduces Zep, a novel memory layer service for artificial intelligence agents, which outperforms the current state of the art system, MemGPT. The problem addressed is the limitation of existing retrieval-augmented generation frameworks, which are restricted to static document retrieval and cannot handle dynamic knowledge integration from diverse sources, including ongoing conversations and business data.
To address this limitation, Zep uses a core component called Graphiti, a temporally-aware knowledge graph engine that dynamically synthesizes both unstructured conversational data and structured business data while maintaining historical relationships. This allows Zep to excel in dynamic knowledge integration and temporal reasoning, critical for enterprise use cases.
The results show that Zep demonstrates superior performance in the Deep Memory Retrieval benchmark, with an accuracy of 94.8 percent compared to MemGPT's 93.4 percent. Furthermore, Zep's capabilities are validated through the LongMemEval benchmark, which better reflects enterprise use cases through complex temporal reasoning tasks. In this evaluation, Zep achieves substantial results with accuracy improvements of up to 18.5 percent while simultaneously reducing response latency by 90 percent compared to baseline implementations.
Overall, the paper presents Zep as an effective solution for real-world applications, particularly in enterprise-critical tasks such as cross-session information synthesis and long-term context maintenance, demonstrating its potential for deployment in real-world applications.
📅 Published on Jan 20, 2025
🔗 Links:
• arXiv: https://arxiv.org/abs/2501.13956
• PDF: https://arxiv.org/pdf/2501.13956
• GitHub: https://github.com/getzep/graphiti ⭐ 25.7k
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#TemporalKnowledgeGraphs #ArtificialIntelligenceAgents #KnowledgeGraphArchitecture #RetrievalAugmentedGeneration #DynamicKnowledgeIntegration
arXiv.org
Zep: A Temporal Knowledge Graph Architecture for Agent Memory
We introduce Zep, a novel memory layer service for AI agents that outperforms the current state-of-the-art system, MemGPT, in the Deep Memory Retrieval (DMR) benchmark. Additionally, Zep excels in...
AI & ML Papers
Photo
🔥 Adaptive Chunking: Optimizing Chunking-Method Selection for RAG
📅 Published on Mar 26
🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2603.25333
• PDF: https://arxiv.org/pdf/2603.25333
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#AdaptiveChunking #RetrievalAugmentedGeneration #ChunkingMethodOptimization #DocumentSegmentationTechniques #RAGModelImprovements
💡 The paper introduces Adaptive Chunking, a framework that optimizes chunking method selection for Retrieval-Augmented Generation RAG by using intrinsic document metrics. The effectiveness of RAG depends on how documents are segmented into smaller units, but traditional one-size-fits-all approaches often fail to capture the nuances of diverse texts. To address this, the authors propose a framework that selects the most suitable chunking strategy for each document based on five novel metrics: References Completeness, Intrachunk Cohesion, Document Contextual Coherence, Block Integrity, and Size Compliance. These metrics assess chunking quality across key dimensions. The authors also introduce two new chunkers and targeted post-processing techniques to support the framework. The results show that the adaptive method significantly improves downstream RAG performance, increasing answer correctness to 72% and the number of successfully answered questions by over 30%, without changing models or prompts. The framework demonstrates that adaptive, document-aware chunking guided by intrinsic metrics offers a practical path to more robust RAG systems. The code for the framework is available, making it possible for others to implement and build upon the research. Overall, the paper contributes to the development of more effective RAG systems by providing a novel approach to chunking that takes into account the unique characteristics of each document.
📅 Published on Mar 26
🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2603.25333
• PDF: https://arxiv.org/pdf/2603.25333
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#AdaptiveChunking #RetrievalAugmentedGeneration #ChunkingMethodOptimization #DocumentSegmentationTechniques #RAGModelImprovements
GitHub
Hugging Face
The AI community building the future. Hugging Face has 443 repositories available. Follow their code on GitHub.
AI & ML Papers
Photo
🔥 LongLive-RAG: A General Retrieval-Augmented Framework for Long Video Generation
📅 Published on Jun 1
🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2606.02553
• PDF: https://arxiv.org/pdf/2606.02553
• Project Page: http://longlive-rag.github.io/
🤖 Models citing this paper:
• https://huggingface.co/qixinhu11/LongLive-RAG
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#VideoGenerationModels #RetrievalAugmentedGeneration #LongVideoSynthesis #AutoregressiveVideoDiffusion #RetrievalAugmentedFrameworks
💡 The paper LongLive-RAG addresses the challenge of generating long videos using autoregressive video diffusion models. The problem with existing methods is that they use sliding-window attention, which can lead to error accumulation and identity drift over time. This is because once the active window accumulates appearance errors, subsequent generations can only condition on this degraded trajectory and drift further away. To overcome this limitation, the authors propose a retrieval-augmented generation framework called LongLive-RAG.
In this framework, previously generated latents are treated as a dynamic and searchable history. At each new block, LongLive-RAG uses a query embedding to retrieve relevant historical latents, allowing the generator to condition on non-local context instead of only the recent window. This retrieval step adds only a small overhead relative to generation and helps reduce error accumulation.
To make retrieval more discriminative, the authors introduce the Window Temporal Delta Loss, which suppresses redundant local similarity and encourages embeddings to capture meaningful temporal changes. The LongLive-RAG framework is general and can be used with multiple autoregressive backbones and generation lengths.
The experiments show that LongLive-RAG improves long video quality and achieves the best average VBench-Long rank. The authors claim that LongLive-RAG is the first method to formulate self-generated latent history as content-addressable retrieval memory, making it a significant contribution to the field of long video generation. The code for LongLive-RAG is available, making it possible for others to build upon and extend this work. Overall, the paper presents a novel approach to long video generation that addresses the limitations of existing methods and achieves state-of-the-art results.
📅 Published on Jun 1
🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2606.02553
• PDF: https://arxiv.org/pdf/2606.02553
• Project Page: http://longlive-rag.github.io/
🤖 Models citing this paper:
• https://huggingface.co/qixinhu11/LongLive-RAG
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#VideoGenerationModels #RetrievalAugmentedGeneration #LongVideoSynthesis #AutoregressiveVideoDiffusion #RetrievalAugmentedFrameworks
GitHub
Hugging Face
The AI community building the future. Hugging Face has 443 repositories available. Follow their code on GitHub.
❤4
AI & ML Papers
Photo
🔥 From RAG to Memory: Non-Parametric Continual Learning for Large Language Models
📅 Published on Feb 20, 2025
🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2502.14802
• PDF: https://arxiv.org/pdf/2502.14802
🤖 Models citing this paper:
• https://huggingface.co/muthuk1/graphrag-inference-hackathon
📊 Datasets citing this paper:
• https://huggingface.co/datasets/osunlp/HippoRAG_2
• https://huggingface.co/datasets/g7haha/HippoRAG_2
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#ContinualLearning #LargeLanguageModels #NonParametricLearning #RetrievalAugmentedGeneration #LongTermMemory
💡 The paper discusses the challenges of continual learning in large language models and how current methods such as retrieval-augmented generation have limitations in mimicking human long-term memory. The authors propose a new framework called HippoRAG 2 which builds upon previous work and enhances it with deeper passage integration and more effective online use of a large language model. This approach improves performance across factual, sense-making, and associative memory tasks, addressing the deterioration in performance seen in previous methods that tried to augment vector embeddings with structures like knowledge graphs. The results show that HippoRAG 2 outperforms standard retrieval-augmented generation comprehensively, achieving a 7 percent improvement in associative memory tasks over the state-of-the-art embedding model, while also exhibiting superior factual knowledge and sense-making memory capabilities. The work contributes to non-parametric continual learning for large language models, paving the way for more effective and human-like memory capabilities in artificial intelligence systems.
📅 Published on Feb 20, 2025
🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2502.14802
• PDF: https://arxiv.org/pdf/2502.14802
🤖 Models citing this paper:
• https://huggingface.co/muthuk1/graphrag-inference-hackathon
📊 Datasets citing this paper:
• https://huggingface.co/datasets/osunlp/HippoRAG_2
• https://huggingface.co/datasets/g7haha/HippoRAG_2
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#ContinualLearning #LargeLanguageModels #NonParametricLearning #RetrievalAugmentedGeneration #LongTermMemory
GitHub
Hugging Face
The AI community building the future. Hugging Face has 443 repositories available. Follow their code on GitHub.
AI & ML Papers
Photo
🔥 Fast and Faithful: Real-Time Verification for Long-Document Retrieval-Augmented Generation Systems
📅 Published on Mar 4
🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2603.23508
• PDF: https://arxiv.org/pdf/2603.23508
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#RealTimeVerification #RetrievalAugmentedGeneration #LongDocumentProcessing #AnswerValidationSystems #LatencyConstrainedVerification
💡 The paper presents a real-time verification system for retrieval-augmented generation that can process long documents and balance latency constraints with comprehensive answer validation. The problem addressed is that verifying generated answers in retrieval-augmented generation systems is difficult due to the large size of the source materials and the need for interactive services to respond quickly. Large language models can check long contexts but are too slow and costly, while lightweight classifiers operate within strict context limits and frequently miss evidence outside truncated passages.
The method proposed is a real-time verification component integrated into a production retrieval-augmented generation pipeline that enables full-document grounding under latency constraints. The system can process documents up to 32K tokens and employs adaptive inference strategies to balance response time and verification coverage across workloads.
The results show that full-context verification substantially improves detection of unsupported responses compared with truncated validation. The evaluation methodology used to deploy the verifier highlights the importance of long-context verification, the limitations of chunk-based checking in real documents, and the impact of latency budgets on model design. The findings provide practical guidance for practitioners building reliable large-scale retrieval-augmented applications, demonstrating that the proposed system can effectively verify generated answers in real-time while maintaining comprehensive coverage of the source materials.
📅 Published on Mar 4
🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2603.23508
• PDF: https://arxiv.org/pdf/2603.23508
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#RealTimeVerification #RetrievalAugmentedGeneration #LongDocumentProcessing #AnswerValidationSystems #LatencyConstrainedVerification
GitHub
Hugging Face
The AI community building the future. Hugging Face has 443 repositories available. Follow their code on GitHub.