al1231 commited on
Commit
0087873
·
1 Parent(s): dc6954e

replace LongLLMLingua hyperlink with its github repo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: text-generation
15
 
16
  ## TL;DR
17
  _Refiner_ is an end-to-end extract-and-restructure paradigm that incorporates query-relevant contents, contexts, and sectionalizes interconnected information, ensuring information distinction and alignment with the original context. _Refiner_ achieves a 80.5% tokens reduction and a 1.6-7.0% improvement margin in
18
- multi-hop tasks, rivaling with next best solution, [LongLLMLingua](https://arxiv.org/abs/2310.06839).
19
 
20
  **How _Refiner_ Works**
21
  _Refiner_ integrates in post-retrieval process seamlessly with RAG systems, leveraging a single decoder-only LLM to:
 
15
 
16
  ## TL;DR
17
  _Refiner_ is an end-to-end extract-and-restructure paradigm that incorporates query-relevant contents, contexts, and sectionalizes interconnected information, ensuring information distinction and alignment with the original context. _Refiner_ achieves a 80.5% tokens reduction and a 1.6-7.0% improvement margin in
18
+ multi-hop tasks, rivaling with next best solution, [LongLLMLingua](https://github.com/microsoft/LLMLingua).
19
 
20
  **How _Refiner_ Works**
21
  _Refiner_ integrates in post-retrieval process seamlessly with RAG systems, leveraging a single decoder-only LLM to: