Update README.md
Browse files
README.md
CHANGED
|
@@ -95,10 +95,10 @@ print(similarities.shape)
|
|
| 95 |
|
| 96 |
### BibTeX
|
| 97 |
```bibtex
|
| 98 |
-
@article{
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
```
|
|
|
|
| 95 |
|
| 96 |
### BibTeX
|
| 97 |
```bibtex
|
| 98 |
+
@article{zhan2025lexsembridge,
|
| 99 |
+
title={LexSemBridge: Fine-Grained Dense Representation Enhancement through Token-Aware Embedding Augmentation},
|
| 100 |
+
author={Zhan, Shaoxiong and Lin, Hai and Tan, Hongming and Cai, Xiaodong and Zheng, Hai-Tao and Su, Xin and Shan, Zifei and Liu, Ruitong and Kim, Hong-Gee},
|
| 101 |
+
journal={arXiv preprint arXiv:2508.17858},
|
| 102 |
+
year={2025}
|
| 103 |
+
}
|
| 104 |
```
|