zstanjj commited on
Commit
f76b65d
1 Parent(s): e1c0a3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,7 +19,7 @@ license: llama2
19
 
20
  ## ✨ Latest News
21
 
22
- - [1/25/2024]: Search Necessity Judgment Model released in [Hugging Face](https://huggingface.co/zstanjj/SlimPLM-Retrieval-Necessity-Judgment/).
23
  - [2/20/2024]: Query Rewriting Model released in [Hugging Face](https://huggingface.co/zstanjj/SlimPLM-Query-Rewriting/).
24
 
25
  ## 🎬 Get Started
@@ -58,8 +58,8 @@ print(res)
58
  ```
59
  @inproceedings{Tan2024SmallMB,
60
  title={Small Models, Big Insights: Leveraging Slim Proxy Models To Decide When and What to Retrieve for LLMs},
61
- author={Jiejun Tan and Zhicheng Dou and Yutao Zhu and Peidong Guo and Kun Fang and Jinhui Wen},
62
  year={2024},
63
- url={https://api.semanticscholar.org/CorpusID:267750726}
64
  }
65
  ```
 
19
 
20
  ## ✨ Latest News
21
 
22
+ - [1/25/2024]: Retrieval Necessity Judgment Model released in [Hugging Face](https://huggingface.co/zstanjj/SlimPLM-Retrieval-Necessity-Judgment/).
23
  - [2/20/2024]: Query Rewriting Model released in [Hugging Face](https://huggingface.co/zstanjj/SlimPLM-Query-Rewriting/).
24
 
25
  ## 🎬 Get Started
 
58
  ```
59
  @inproceedings{Tan2024SmallMB,
60
  title={Small Models, Big Insights: Leveraging Slim Proxy Models To Decide When and What to Retrieve for LLMs},
61
+ author={Jiejun Tan and Zhicheng Dou and Yutao Zhu and Peidong Guo and Kun Fang and Ji-Rong Wen},
62
  year={2024},
63
+ url={https://arxiv.org/abs/2402.12052}
64
  }
65
  ```