paper-with-me

Papers

ArcAligner: Adaptive Recursive Aligner for Compressed Context Embeddings in RAG

2026-01-08 · Jianbo Li, Yi Jiang, Sendong Zhao, Bairui Hu, Haochun Wang, Bing Qin arxiv

Retrieval-Augmented Generation (RAG) helps LLMs stay accurate, but feeding long documents into a prompt makes the model slow and expensive. This has motivated context compression, ranging from token pruning and summarization to embedding-based compression. While researchers have tried ''compressing'' these documents into smaller summaries or mathematical embeddings, there is a catch: the more you compress the data, the more the LLM struggles to understand it. To address this challenge, we propose ArcAligner (Adaptive recursive context *Aligner*), a lightweight module integrated into the language model layers to help the model better utilize highly compressed context representations for downstream generation. It uses an adaptive ''gating'' system that only adds extra processing power when the information is complex, keeping the system fast. Across knowledge-intensive QA benchmarks, ArcAligner consistently beats compression baselines at comparable compression rates, especially on multi-hop and long-tail settings. The source code is publicly available.

📄 PDF Abstract BibTeX arXiv:2601.05038

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Object Aligner: A Configurable JSON Schema Similarity Score for Graphs, Applied to LLM Prompt Optimization

2026-07-02 · Jan Drchal arxiv

Large language models (LLMs) are often asked to produce JSON conforming to a fixed schema, powering information extraction, tool calling, agentic planning, and knowledge-graph construction. Measuring how closely an outpu…

Information Extraction

Back to Basics for Monolingual Alignment: Exploiting Word Similarity and Contextual Evidence

2014-01-01 · TACL 2014 1 · Md. Arafat Sultan, Steven Bethard, Tamara Sumner

We present a simple, easy-to-replicate monolingual aligner that demonstrates state-of-the-art performance while relying on almost no supervision and a very small number of external resources. Based on the hypothesis that…

Natural Language InferenceQuestion AnsweringText SummarizationWord Similarity

Stream Aligner: Efficient Sentence-Level Alignment via Distribution Induction

2025-01-09 · Hantao Lou, Jiaming Ji, Kaile Wang, Yaodong Yang

The rapid advancement of large language models (LLMs) has led to significant improvements in their capabilities, but also to increased concerns about their alignment with human values and intentions. Current alignment st…

MathSentence

Third-Party Aligner for Neural Word Alignments

2022-11-08 · Jinpeng Zhang, Chuanqi Dong, Xiangyu Duan, Yuqi Zhang 외

Word alignment is to find translationally equivalent words between source and target sentences. Previous work has demonstrated that self-training can achieve competitive word alignment results. In this paper, we propose …

Language ModelingLanguage ModellingWord Alignment

OntoAligner Meets Knowledge Graph Embedding Aligners

2025-09-30 · Hamed Babaei Giglou, Jennifer D'Souza, Sören Auer, Mahsa Sanaei arxiv

Ontology Alignment (OA) is essential for enabling semantic interoperability across heterogeneous knowledge systems. While recent advances have focused on large language models (LLMs) for capturing contextual semantics, t…

Knowledge Graph EmbeddingLink Prediction