Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
-
Paper
|
| 5 |
|
| 6 |
-
Code
|
| 7 |
|
| 8 |
```
|
| 9 |
from selectionp import SelectionP
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
**Paper**: [Selection-p: Self-Supervised Task-Agnostic Prompt Compression for Faithfulness and Transferability](https://arxiv.org/abs/2410.11786)
|
| 5 |
|
| 6 |
+
**Code**: https://github.com/TTChungC/Selection-p
|
| 7 |
|
| 8 |
```
|
| 9 |
from selectionp import SelectionP
|