paper-with-me

Papers

Are Long-LLMs A Necessity For Long-Context Tasks?

2024-05-24 · Hongjin Qian, Zheng Liu, Peitian Zhang, Kelong Mao, Yujia Zhou, Xu Chen, Zhicheng Dou

The learning and deployment of long-LLMs remains a challenging problem despite recent progresses. In this work, we argue that the long-LLMs are not a necessity to solve long-context tasks, as common long-context tasks are short-context solvable, i.e. they can be solved by purely working with oracle short-contexts within the long-context tasks' inputs. On top of this argument, we propose a framework called LC-Boost (Long-Context Bootstrapper), which enables a short-LLM to address the long-context tasks in a bootstrapping manner. In our framework, the short-LLM prompts itself to reason for two critical decisions: 1) how to access to the appropriate part of context within the input, 2) how to make effective use of the accessed context. By adaptively accessing and utilizing the context based on the presented tasks, LC-Boost can serve as a general framework to handle diversified long-context processing problems. We comprehensively evaluate different types of tasks from popular long-context benchmarks, where LC-Boost is able to achieve a substantially improved performance with a much smaller consumption of resource.

📄 PDF Abstract BibTeX arXiv:2405.15318

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NovelQA: Benchmarking Question Answering on Documents Exceeding 200K Tokens

2024-03-18 · Cunxiang Wang, Ruoxi Ning, Boqi Pan, Tonghui Wu 외

The rapid advancement of Large Language Models (LLMs) has introduced a new frontier in natural language processing, particularly in understanding and processing long-context information. However, the evaluation of these …

BenchmarkingQuestion Answering

ZeroSense:How Vision matters in Long Context Compression

2026-03-12 · Yonghan Gao, Zehong Chen, Lijian Xu, Jingzhi Chen 외 arxiv

Recent visual-text compression (VTC) methods, typified by DeepSeek-OCR, report impressive high token compression ratios for long-context modeling tasks by leveraging text-to-image rendering. However, existing evaluation …

Vending-Bench: A Benchmark for Long-Term Coherence of Autonomous Agents

2025-02-20 · Axel Backlund, Lukas Petersson

While Large Language Models (LLMs) can exhibit impressive proficiency in isolated, short-term tasks, they often fail to maintain coherent performance over longer time horizons. In this paper, we present Vending-Bench, a …

LooGLE: Can Long-Context Language Models Understand Long Contexts?

2023-11-08 · Jiaqi Li, Mengmeng Wang, Zilong Zheng, Muhan Zhang

Large language models (LLMs), despite their impressive performance in various language tasks, are typically limited to processing texts within context-window size. This limitation has spurred significant research efforts…

In-Context LearningLong-Context UnderstandingQuestion Answering

U-NIAH: Unified RAG and LLM Evaluation for Long Context Needle-In-A-Haystack

2025-03-01 · Yunfan Gao, Yun Xiong, Wenlong Wu, Zijing Huang 외

Recent advancements in Large Language Models (LLMs) have expanded their context windows to unprecedented lengths, sparking debates about the necessity of Retrieval-Augmented Generation (RAG). To address the fragmented ev…

HallucinationRAGRetrievalRetrieval-augmented Generation