Datasets:
Add link to paper and project page
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,25 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: Agent Retrieval Bench
|
| 3 |
-
license: other
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
|
|
|
|
|
|
| 6 |
task_categories:
|
| 7 |
- text-retrieval
|
|
|
|
| 8 |
tags:
|
| 9 |
- code
|
| 10 |
- software-engineering
|
| 11 |
- code-retrieval
|
| 12 |
- coding-agents
|
| 13 |
- agentic-retrieval
|
| 14 |
-
size_categories:
|
| 15 |
-
- n<1K
|
| 16 |
---
|
|
|
|
| 17 |
# Agent Retrieval Bench
|
| 18 |
|
| 19 |
[](https://huggingface.co/datasets/eyuansu71/agent_retrieval_bench)
|
| 20 |
[](LICENSE)
|
| 21 |
[](CITATION.cff)
|
| 22 |
|
|
|
|
|
|
|
| 23 |
Agent Retrieval Bench (ARB) evaluates the context-acquisition layer of coding
|
| 24 |
agents: given a real workflow signal and a repository at a frozen base commit,
|
| 25 |
can a retriever find the files an agent needs to read next, or correctly decide
|
|
@@ -123,6 +126,7 @@ Positive retrieval results over all 345 samples:
|
|
| 123 |
| RepoMap | 0.6333 | 0.2158 | **0.3788** |
|
| 124 |
| nomic-embed-code | 0.5244 | 0.1986 | 0.2781 |
|
| 125 |
| jina-code-embeddings-0.5b | 0.4823 | 0.1914 | 0.2783 |
|
|
|
|
| 126 |
| Lexical | 0.4940 | 0.1574 | 0.2650 |
|
| 127 |
| BM25 | 0.4452 | 0.1520 | 0.2051 |
|
| 128 |
|
|
@@ -348,4 +352,4 @@ code, benchmark metadata, and documentation are MIT licensed; see
|
|
| 348 |
}
|
| 349 |
```
|
| 350 |
|
| 351 |
-
A machine-readable citation record is available in [CITATION.cff](CITATION.cff).
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: other
|
| 5 |
+
size_categories:
|
| 6 |
+
- n<1K
|
| 7 |
task_categories:
|
| 8 |
- text-retrieval
|
| 9 |
+
pretty_name: Agent Retrieval Bench
|
| 10 |
tags:
|
| 11 |
- code
|
| 12 |
- software-engineering
|
| 13 |
- code-retrieval
|
| 14 |
- coding-agents
|
| 15 |
- agentic-retrieval
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
+
|
| 18 |
# Agent Retrieval Bench
|
| 19 |
|
| 20 |
[](https://huggingface.co/datasets/eyuansu71/agent_retrieval_bench)
|
| 21 |
[](LICENSE)
|
| 22 |
[](CITATION.cff)
|
| 23 |
|
| 24 |
+
[Paper](https://huggingface.co/papers/2607.24882) | [Project page](https://agent-retrieval-bench.github.io/) | [Code](https://github.com/eyuansu62/agent-retrieval-bench)
|
| 25 |
+
|
| 26 |
Agent Retrieval Bench (ARB) evaluates the context-acquisition layer of coding
|
| 27 |
agents: given a real workflow signal and a repository at a frozen base commit,
|
| 28 |
can a retriever find the files an agent needs to read next, or correctly decide
|
|
|
|
| 126 |
| RepoMap | 0.6333 | 0.2158 | **0.3788** |
|
| 127 |
| nomic-embed-code | 0.5244 | 0.1986 | 0.2781 |
|
| 128 |
| jina-code-embeddings-0.5b | 0.4823 | 0.1914 | 0.2783 |
|
| 129 |
+
| Nomic | 0.5244 | 0.1986 | 0.2781 |
|
| 130 |
| Lexical | 0.4940 | 0.1574 | 0.2650 |
|
| 131 |
| BM25 | 0.4452 | 0.1520 | 0.2051 |
|
| 132 |
|
|
|
|
| 352 |
}
|
| 353 |
```
|
| 354 |
|
| 355 |
+
A machine-readable citation record is available in [CITATION.cff](CITATION.cff).
|