code-retrieval

Tag

Cards List
#code-retrieval

ExecRetrieval: Measuring the Functional-Correctness Gap in Code-Embedding Retrieval

Hugging Face Daily Papers · 2d ago Cached

ExecRetrieval introduces a benchmark to measure the functional-correctness gap in code-embedding retrieval, showing that top retrievers frequently rank buggy near-clone implementations above correct ones.

0 favorites 0 likes
#code-retrieval

Natural Language Code Retrieval for 1C:Enterprise: An Open Benchmark and Efficient Bi-Encoder

arXiv cs.CL · 2026-08-21 Cached

This paper introduces an open benchmark and a specialized bi-encoder model for natural language code retrieval in the 1C:Enterprise ecosystem, addressing the lack of domain-specific resources for Russian-language code search.

0 favorites 0 likes
#code-retrieval

Recall Before Rerank: Benchmarking Deep Learning Models for Large-Scale Code-to-Code Retrieval

arXiv cs.CL · 2026-06-29 Cached

This paper benchmarks 17 deep learning models for first-stage recall in large-scale code-to-code retrieval, evaluating their precision, efficiency, and scalability across multiple programming languages and datasets. It introduces LLM-based code normalization and query rewriting schemes that improve precision for lower-performing models.

0 favorites 0 likes
#code-retrieval

@NielsRogge: Top trending paper on http://paperswithco.de is "FastContext: Training Efficient Repository Explorer for Coding Agents"…

X AI KOLs Following · 2026-06-16 Cached

Microsoft's FastContext is a trending paper introducing a small 4B model for efficient code retrieval paired with coding agents, rivaling closed-source systems on SWE-Bench Multilingual.

0 favorites 0 likes
#code-retrieval

@aigclink: An Agent-oriented code search tool: Semble. It uses natural language to search codebases and returns precise code snippets, saving 98% token consumption compared to grep+read. The method lets Agents use natural language to directly locate the most relevant lines of code, without guessing keywords or reading entire files. Speed: indexing a typical…

X AI KOLs Timeline · 2026-05-19 Cached

Semble is an Agent-oriented code search tool that supports natural language queries, accurately returns semantically complete code snippets, saves 98% token consumption compared to traditional grep+read methods, and features intelligent chunking, dual-path retrieval, and code-aware re-ranking.

0 favorites 0 likes
#code-retrieval

We tried vectors, ASTs, and brute-force context stuffing for code retrieval. Graphs with LLM-generated semantics worked best. Here's what we learned.

Reddit r/LocalLLaMA · 2026-05-10

The authors detail their experience building a code indexing system, concluding that graph-based retrieval with LLM-generated semantics outperforms vector embeddings and pure AST parsing. They open-sourced the system, Bytebell, which uses Neo4j to store semantic context for efficient and precise code retrieval.

0 favorites 0 likes
#code-retrieval

Do not copy and paste! Rewriting strategies for code retrieval

Hugging Face Daily Papers · 2026-05-08 Cached

This research paper investigates text rewriting strategies for code retrieval, finding that full natural language rewriting offers the greatest performance gains. It introduces entropy-based diagnostics to help determine when costly LLM rewrites are beneficial.

0 favorites 0 likes
← Back to home

Submit Feedback