Switch language한국어
Back to the list

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

TL;DR AI

Key summary

2 min read
  1. Researchers introduced MediaWiki Code2Code Search, a neural code-to-code retrieval system for semantic search across MediaWiki repositories.

  2. It indexes 1.29 million structural entities from more than 2,500 repositories using a split GPU/CPU pipeline and a compact FAISS IVF-PQ index.

  3. On a 27-query benchmark, it outperformed a BM25 baseline, with the biggest gains on name-obfuscated queries.

  4. The result shows semantic retrieval can improve large-scale code/entity search while remaining fast and memory-efficient enough for real deployment.

Read the original