Update README.md
Browse files
README.md
CHANGED
@@ -10,11 +10,14 @@ base_model:
|
|
10 |
|
11 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6273df31c3b822dad2d1eef2/4n-bxYfiMPC2LoLM2m7pg.png" alt="image/png" width="600">
|
12 |
|
13 |
-
Provence is a lightweight **context pruning model** for retrieval-augmented generation, particularly **optimized for question answering**. Given a user question and a retrieved passage, Provence **removes sentences from the passage that are not relevant to the user question**. This **speeds up generation** and **reduces context noise**, in a plug-and-play manner **for any LLM**.
|
|
|
|
|
|
|
|
|
14 |
|
15 |
*Developed by*: Naver Labs Europe
|
16 |
*License*: [CC BY-NC 4.0.](https://creativecommons.org/licenses/by-nc/4.0/)
|
17 |
-
*Paper*: https://arxiv.org/abs/2501.16214, accepted to ICLR 2025
|
18 |
* *Model*: `provence-reranker-debertav3-v1` (Provence for Pruning and Reranking Of retrieVEd relevaNt ContExt)
|
19 |
* *Backbone model*: [DeBERTav3-reranker](https://huggingface.co/naver/trecdl22-crossencoder-debertav3) (trained from [DeBERTa-v3-large](https://huggingface.co/microsoft/deberta-v3-large))
|
20 |
* *Model size*: 430 million parameters
|
|
|
10 |
|
11 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6273df31c3b822dad2d1eef2/4n-bxYfiMPC2LoLM2m7pg.png" alt="image/png" width="600">
|
12 |
|
13 |
+
Provence is a lightweight **context pruning model** for retrieval-augmented generation, particularly **optimized for question answering**. Given a user question and a retrieved passage, Provence **removes sentences from the passage that are not relevant to the user question**. This **speeds up generation** and **reduces context noise**, in a plug-and-play manner **for any LLM**.
|
14 |
+
|
15 |
+
*Paper*: https://arxiv.org/abs/2501.16214, accepted to ICLR 2025
|
16 |
+
|
17 |
+
*Blogpost*: https://huggingface.co/blog/nadiinchi/provence
|
18 |
|
19 |
*Developed by*: Naver Labs Europe
|
20 |
*License*: [CC BY-NC 4.0.](https://creativecommons.org/licenses/by-nc/4.0/)
|
|
|
21 |
* *Model*: `provence-reranker-debertav3-v1` (Provence for Pruning and Reranking Of retrieVEd relevaNt ContExt)
|
22 |
* *Backbone model*: [DeBERTav3-reranker](https://huggingface.co/naver/trecdl22-crossencoder-debertav3) (trained from [DeBERTa-v3-large](https://huggingface.co/microsoft/deberta-v3-large))
|
23 |
* *Model size*: 430 million parameters
|