JA EN
Glossary › repository

GLOSSARY

repository

appears in 1 paper titles

Definition

A repository is the whole codebase — files, structure, history — rather than an isolated snippet. Repository-level tasks are qualitatively harder than function-level ones: resolving an issue may require finding the right file among thousands, respecting project conventions, and not breaking callers elsewhere. That gap is why repo-level benchmarks separate models that write plausible code from ones that can operate inside an existing system.

Explainers using this term