paper-with-me

Papers

OkraLong: A Flexible Retrieval-Augmented Framework for Long-Text Query Processing

2025-03-04 · Yulong Hui, Yihao Liu, Yao Lu, Huanchen Zhang

Large Language Models (LLMs) encounter challenges in efficiently processing long-text queries, as seen in applications like enterprise document analysis and financial report comprehension. While conventional solutions employ long-context processing or Retrieval-Augmented Generation (RAG), they suffer from prohibitive input expenses or incomplete information. Recent advancements adopt context compression and dynamic retrieval loops, but still sacrifice critical details or incur iterative costs. To address these limitations, we propose OkraLong, a novel framework that flexibly optimizes the entire processing workflow. Unlike prior static or coarse-grained adaptive strategies, OkraLong adopts fine-grained orchestration through three synergistic components: analyzer, organizer and executor. The analyzer characterizes the task states, which guide the organizer in dynamically scheduling the workflow. The executor carries out the execution and generates the final answer. Experimental results demonstrate that OkraLong not only enhances answer accuracy but also achieves cost-effectiveness across a variety of datasets.

📄 PDF Abstract BibTeX arXiv:2503.02603

Code (0)

등록된 구현이 없습니다.

Tasks

RAGRetrievalRetrieval-augmented GenerationScheduling

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

FlexRAG: A Flexible and Comprehensive Framework for Retrieval-Augmented Generation

2025-06-14 · Zhuocheng Zhang, Yang Feng, Min Zhang

Retrieval-Augmented Generation (RAG) plays a pivotal role in modern large language model applications, with numerous existing frameworks offering a wide range of functionalities to facilitate the development of RAG syste…

Language ModelingLanguage ModellingLarge Language ModelRAG+2

DRAE: Dynamic Retrieval-Augmented Expert Networks for Lifelong Learning and Task Adaptation in Robotics

2025-07-07 · Yayu Long, Kewei Chen, Long Jin, Mingsheng Shang arxiv

We introduce Dynamic Retrieval-Augmented Expert Networks (DRAE), a groundbreaking architecture that addresses the challenges of lifelong learning, catastrophic forgetting, and task adaptation by combining the dynamic rou…

Hierarchical Reinforcement Learning

UrbanMind: Towards Urban General Intelligence via Tool-Enhanced Retrieval-Augmented Generation and Multilevel Optimization

2025-07-07 · Kai Yang, Zelin Zhu, Chengtao Jian, Hui Ma 외 arxiv

Urban general intelligence (UGI) refers to the capacity of AI systems to autonomously perceive, reason, and act within dynamic and complex urban environments. In this paper, we introduce UrbanMind, a tool-enhanced retrie…

FRAG: A Flexible Modular Framework for Retrieval-Augmented Generation based on Knowledge Graphs

2025-01-17 · Zengyi Gao, Yukun Cao, Hairu Wang, Ao Ke 외

To mitigate the hallucination and knowledge deficiency in large language models (LLMs), Knowledge Graph (KG)-based Retrieval-Augmented Generation (RAG) has shown promising potential by utilizing KGs as external resource …

HallucinationKnowledge GraphsRAGRetrieval+1

FreeChunker: A Cross-Granularity Chunking Framework

2025-10-23 · Wenxuan Zhang, Yuan-Hao Jiang, Yang Cao, Yonghe Wu arxiv

Chunking strategies significantly impact the effectiveness of Retrieval-Augmented Generation (RAG) systems. Existing methods operate within fixed-granularity paradigms that rely on static boundary identification, limitin…

Boundary Detection