add autorefine and fix typo
This commit is contained in:
@@ -210,6 +210,7 @@ We sincerely appreciate the efforts of these teams for their contributions to op
|
|||||||
- [ZeroSearch](https://github.com/Alibaba-NLP/ZeroSearch): Incentivize the Search Capability of LLMs without Searching. [![[code]](https://img.shields.io/github/stars/Alibaba-NLP/ZeroSearch)](https://github.com/Alibaba-NLP/ZeroSearch)
|
- [ZeroSearch](https://github.com/Alibaba-NLP/ZeroSearch): Incentivize the Search Capability of LLMs without Searching. [![[code]](https://img.shields.io/github/stars/Alibaba-NLP/ZeroSearch)](https://github.com/Alibaba-NLP/ZeroSearch)
|
||||||
- [IKEA](https://github.com/hzy312/knowledge-r1): Reinforced Internal-External Knowledge Synergistic Reasoning for Efficient Adaptive Search Agent. [![[code]](https://img.shields.io/github/stars/hzy312/knowledge-r1)](https://github.com/hzy312/knowledge-r1)
|
- [IKEA](https://github.com/hzy312/knowledge-r1): Reinforced Internal-External Knowledge Synergistic Reasoning for Efficient Adaptive Search Agent. [![[code]](https://img.shields.io/github/stars/hzy312/knowledge-r1)](https://github.com/hzy312/knowledge-r1)
|
||||||
- [Scent of Knowledge](https://arxiv.org/abs/2505.09316): Optimizing Search-Enhanced Reasoning with Information Foraging.
|
- [Scent of Knowledge](https://arxiv.org/abs/2505.09316): Optimizing Search-Enhanced Reasoning with Information Foraging.
|
||||||
|
- [AutoRefine](https://www.arxiv.org/pdf/2505.11277): Search and Refine During Think. [![[code]](https://img.shields.io/github/stars/syr-cn/AutoRefine)](https://github.com/syr-cn/AutoRefine)
|
||||||
|
|
||||||
|
|
||||||
## Citations
|
## Citations
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ cat $save_path/part_* > $save_path/e5_HNSW64.index
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
(2) Launch a local BM25 retriever server.
|
(2) Launch a local ANN dense retriever server.
|
||||||
```bash
|
```bash
|
||||||
conda activate retriever
|
conda activate retriever
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user