Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,15 @@ language:
|
|
5 |
---
|
6 |
|
7 |
**FlexRAG** is a lightweight model designed to reduce RAG running costs while improving its generation quality. It compresses the retrieved contexts into compact embeddings and these embeddings are optimized to enhance downstream RAG performance. A key feature of FlexRAG is its flexibility, which enables effective support for diverse compression ratios and selective preservation of important contexts.
|
8 |
-
[[Github Repo]](https://github.com/wcyno23/FlexRAG)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
**FlexRAG** is a lightweight model designed to reduce RAG running costs while improving its generation quality. It compresses the retrieved contexts into compact embeddings and these embeddings are optimized to enhance downstream RAG performance. A key feature of FlexRAG is its flexibility, which enables effective support for diverse compression ratios and selective preservation of important contexts.
|
8 |
+
[[Github Repo]](https://github.com/wcyno23/FlexRAG)
|
9 |
+
|
10 |
+
# Citation Information
|
11 |
+
```
|
12 |
+
@inproceedings{wu2025lighter,
|
13 |
+
title={Lighter and better: Towards flexible context adaptation for retrieval augmented generation},
|
14 |
+
author={Wu, Chenyuan and Shao, Ninglu and Liu, Zheng and Xiao, Shitao and Li, Chaozhuo and Zhang, Chen and Wang, Senzhang and Lian, Defu},
|
15 |
+
booktitle={Proceedings of the Eighteenth ACM International Conference on Web Search and Data Mining},
|
16 |
+
pages={271--280},
|
17 |
+
year={2025}
|
18 |
+
}
|
19 |
+
```
|