Skip to content

Commit 53befa3

Browse files
committed
Update README.md
1 parent 995726f commit 53befa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Check this log file for connection issues, tool execution errors, and other diag
379379
| JSON | `json` | Enables structured outputs using the outlines library, supports pydantic types and JSON schema |
380380
| GenSelect | `genselect` | Generative Solution Selection - generates multiple candidates and selects the best based on quality criteria |
381381
| Web Search | `web_search` | Performs Google searches using Chrome automation (Selenium) to gather search results and URLs |
382-
| Deep Research | `deep_research` | Implements Test-Time Diffusion Deep Researcher (TTD-DR) for comprehensive research reports using iterative refinement |
382+
| [Deep Research](optillm/plugins/deep_research) | `deep_research` | Implements Test-Time Diffusion Deep Researcher (TTD-DR) for comprehensive research reports using iterative refinement |
383383

384384
## Available parameters
385385

@@ -631,6 +631,7 @@ See `tests/README.md` for more details on the test structure and how to write ne
631631
- [Patched MOA: optimizing inference for diverse software development tasks](https://arxiv.org/abs/2407.18521) - [Implementation](optillm/moa.py)
632632
- [Patched RTC: evaluating LLMs for diverse software development tasks](https://arxiv.org/abs/2407.16557) - [Implementation](ptillm/rto.py)
633633
- [AIMO-2 Winning Solution: Building State-of-the-Art Mathematical Reasoning Models with OpenMathReasoning dataset](https://arxiv.org/abs/2504.16891) - [Implementation](optillm/plugins/genselect_plugin.py)
634+
- [Test-Time Diffusion Deep Researcher (TTD-DR): Think More, Research More, Answer Better!](https://arxiv.org/abs/2507.16075v1) - [Implementation](optillm/plugins/deep_research)
634635

635636
## Citation
636637

0 commit comments

Comments
 (0)