PulseAugur
EN
LIVE 07:45:41

MediaWiki Code2Code Search improves semantic code discovery

Researchers have developed MediaWiki Code2Code Search, a novel neural retrieval system designed to improve semantic code discovery within large software ecosystems. This system indexes over 1.29 million structural entities from more than 2,500 MediaWiki repositories, enabling searches based on computational intent rather than just lexical matching. The system achieves a median query latency of 1.85 seconds on commodity hardware while significantly reducing index size, outperforming traditional BM25 baselines, particularly in tasks involving name obfuscation. AI

IMPACT Enhances code search capabilities by leveraging neural retrieval for semantic understanding, potentially improving developer productivity.

RANK_REASON The cluster describes a research paper detailing a new neural retrieval system for code search.

Read on arXiv cs.IR (Information Retrieval) →

AI-generated summary · Google Gemini · from 3 sources. How we write summaries →

MediaWiki Code2Code Search improves semantic code discovery

COVERAGE [3]

  1. arXiv cs.CL TIER_1 English(EN) · Francesco Tosoni ·

    MediaWiki Code2Code Search: Neural Retrieval for the Semantic Discovery of Open-Source Software Entities

    arXiv:2607.26766v1 Announce Type: cross Abstract: Code search in large-scale ecosystems is often hindered by the lexical gap between user queries and implementation details, alongside the trade-off between the low latency of traditional Information Retrieval (IR) and the precisio…

  2. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Francesco Tosoni ·

    MediaWiki Code2Code Search: Neural Retrieval for the Semantic Discovery of Open-Source Software Entities

    Code search in large-scale ecosystems is often hindered by the lexical gap between user queries and implementation details, alongside the trade-off between the low latency of traditional Information Retrieval (IR) and the precision of Deep Learning (DL). We present MediaWiki Code…

  3. Hugging Face Daily Papers TIER_1 English(EN) ·

    MediaWiki Code2Code Search: Neural Retrieval for the Semantic Discovery of Open-Source Software Entities

    Code search in large-scale ecosystems is often hindered by the lexical gap between user queries and implementation details, alongside the trade-off between the low latency of traditional Information Retrieval (IR) and the precision of Deep Learning (DL). We present MediaWiki Code…