paper-with-me

Papers

LooComp: Leverage Leave-One-Out Strategy to Encoder-only Transformer for Efficient Query-aware Context Compression

2026-03-10 · Thao Do, Dinh Phu Tran, An Vo, Seon Kwon Kim, Daeyoung Kim arxiv

Efficient context compression is crucial for improving the accuracy and scalability of question answering. For the efficiency of Retrieval Augmented Generation, context should be delivered fast, compact, and precise to ensure clue sufficiency and budget-friendly LLM reader cost. We propose a margin-based framework for query-driven context pruning, which identifies sentences that are critical for answering a query by measuring changes in clue richness when they are omitted. The model is trained with a composite ranking loss that enforces large margins for critical sentences while keeping non-critical ones near neutral. Built on a lightweight encoder-only Transformer, our approach generally achieves strong exact-match and F1 scores with high-throughput inference and lower memory requirements than those of major baselines. In addition to efficiency, our method yields effective compression ratios without degrading answering performance, demonstrating its potential as a lightweight and practical alternative for retrieval-augmented tasks.

📄 PDF Abstract BibTeX arXiv:2603.09222

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

MINT-CoT: Enabling Interleaved Visual Tokens in Mathematical Chain-of-Thought Reasoning

2025-06-05 · Xinyan Chen, Renrui Zhang, Dongzhi Jiang, Aojun Zhou 외

Chain-of-Thought (CoT) has widely enhanced mathematical reasoning in Large Language Models (LLMs), but it still remains challenging for extending it to multimodal domains. Existing works either adopt a similar textual re…

MathMathematical ReasoningVisual Reasoning

LW-DETR: A Transformer Replacement to YOLO for Real-Time Detection

2024-06-05 · Qiang Chen, Xiangbo Su, Xinyu Zhang, Jian Wang 외

In this paper, we present a light-weight detection transformer, LW-DETR, which outperforms YOLOs for real-time object detection. The architecture is a simple stack of a ViT encoder, a projector, and a shallow DETR decode…

Decoderobject-detectionObject DetectionReal-Time Object Detection

Mogao: An Omni Foundation Model for Interleaved Multi-Modal Generation

2025-05-08 · Chao Liao, Liyang Liu, Xun Wang, Zhengxiong Luo 외

Recent progress in unified models for image understanding and generation has been impressive, yet most approaches remain limited to single-modal generation conditioned on multiple modalities. In this paper, we present Mo…

Image GenerationText GenerationText to Image GenerationText-to-Image Generation

MERLIN: Multi-Stage Curriculum Alignment for Multilingual Encoder-LLM Integration in Cross-Lingual Reasoning

2025-09-09 · Kosei Uemura, David Guzmán, Quang Phuoc Nguyen, Jesujoba Oluwadara Alabi 외 arxiv

Large language models excel in English but still struggle with complex reasoning in many low-resource languages (LRLs). Existing encoder-plus-decoder methods such as LangBridge and MindMerger raise accuracy on mid and hi…

Few-Shot Learning of an Interleaved Text Summarization Model by Pretraining with Synthetic Data

2021-03-08 · EACL (AdaptNLP) 2021 4 · Sanjeev Kumar Karn, Francine Chen, Yan-Ying Chen, Ulli Waltinger 외

Interleaved texts, where posts belonging to different threads occur in a sequence, commonly occur in online chat posts, so that it can be time-consuming to quickly obtain an overview of the discussions. Existing systems …

DecoderDisentanglementFew-Shot LearningText Summarization