paper-with-me

Papers

Relative Positioning Based Code Chunking Method For Rich Context Retrieval In Repository Level Code Completion Task With Code Language Model

2025-10-07 · Imranur Rahman, Md Rayhanur Rahman arxiv

Code completion can help developers improve efficiency and ease the development lifecycle. Although code completion is available in modern integrated development environments (IDEs), research lacks in determining what makes a good context for code completion based on the information available to the IDEs for the large language models (LLMs) to perform better. In this paper, we describe an effective context collection strategy to assist the LLMs in performing better at code completion tasks. The key idea of our strategy is to preprocess the repository into smaller code chunks and later use syntactic and semantic similarity-based code chunk retrieval with relative positioning. We found that code chunking and relative positioning of the chunks in the final context improve the performance of code completion tasks.

📄 PDF Abstract BibTeX arXiv:2510.08610

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SimilarityCode Completion

Similar Papers 제목 키워드 기반

Chunking German Legal Code

2026-05-19 · Max Prior, Natalia Milanova, Andreas Schultz arxiv

This paper investigates chunking strategies for retrieval-augmented generation on German statutory law, using the German Civil Code as a structured benchmark corpus. We implement and compare a range of segmentation appro…

Computational EfficiencyInformation Retrieval

SEEK: Semantic Evidence Extraction via Adaptive ChunKing for Multilingual Fact-Checking

2026-05-26 · Gaurav Kumar, Babu Kumar, Ayush Garg, Aditya Kishore 외 arxiv

Multilingual fact verification requires evidence that is both relevant and sufficiently complete for reliable factuality prediction. However, existing systems often rely on search snippets, sentence-level evidence, or lo…

Fact Verification

Query-Adaptive Semantic Chunking for Retrieval-Augmented Generation: A Dynamic Strategy with Contextual Window Expansion

2026-04-29 · Mudit Rastogi arxiv

Retrieval-Augmented Generation (RAG) systems depend critically on document chunking quality for retrieving relevant context. Fixed chunking segments documents into uniform units irrespective of semantics or user intent, …

A Systematic Analysis of Chunking Strategies for Reliable Question Answering

2026-01-20 · Sofia Bennani, Charles Moslonka arxiv

We study how document chunking choices impact the reliability of Retrieval-Augmented Generation (RAG) systems in industry. While practice often relies on heuristics, our end-to-end evaluation on Natural Questions systema…

Question AnsweringNatural Questions

Knowledge Compression via Question Generation: Enhancing Multihop Document Retrieval without Fine-tuning

2025-06-09 · Anvi Alex Eponon, Moein Shahiki-Tash, Ildar Batyrshin, Christian E. Maldonado-Sifuentes 외

This study presents a question-based knowledge encoding approach that improves retrieval-augmented generation (RAG) systems without requiring fine-tuning or traditional chunking. We encode textual content using generated…

ChunkingQuestion GenerationQuestion-GenerationRAG+3