Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen3-Embedding-4B
|
| 4 |
---
|
| 5 |
-
AgentIR-4B is a retriever specialized for Deep Research agents. Unlike conventional retrievers that process queries
|
| 6 |
|
| 7 |
When employed for end-to-end Deep Research on BrowseComp-Plus, AgentIR brings substantial effectiveness and efficiency gains for agents, improving agent accuracy while reducing the number of problem-solving iterations.
|
| 8 |
- Paper: https://arxiv.org/abs/2603.04384
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen3-Embedding-4B
|
| 4 |
---
|
| 5 |
+
AgentIR-4B is a retriever specialized for Deep Research agents. Unlike conventional retrievers that process queries with no awareness of the agent, AgentIR explicitly incorporates the agent's reasoning trace by jointly embedding it with the query, leveraging the rich intent and contextual information expressed in the agent's reasoning.
|
| 6 |
|
| 7 |
When employed for end-to-end Deep Research on BrowseComp-Plus, AgentIR brings substantial effectiveness and efficiency gains for agents, improving agent accuracy while reducing the number of problem-solving iterations.
|
| 8 |
- Paper: https://arxiv.org/abs/2603.04384
|