Huy Dang
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -518,11 +518,21 @@ for doc, score in zip(sorted_docs, sorted_scores):
|
|
518 |
| vietnamese-bi-encoder | 0.4645 | 0.4628 | 0.4494 | 0.4233 | 0.3744 |
|
519 |
| sup-SimCSE-VietNamese-phobert-base | 0.4033 | 0.3902 | 0.3835 | 0.3785 | 0.3695 |
|
520 |
| hiieu/halong_embedding | 0.6242 | 0.6134 | 0.5983 | 0.5878 | 0.5762 |
|
521 |
-
| quanghuy123/LEGAL_EMBEDDING | 0.
|
522 |
## Citation
|
523 |
|
524 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
525 |
|
|
|
526 |
#### Sentence Transformers
|
527 |
```bibtex
|
528 |
@inproceedings{reimers-2019-sentence-bert,
|
|
|
518 |
| vietnamese-bi-encoder | 0.4645 | 0.4628 | 0.4494 | 0.4233 | 0.3744 |
|
519 |
| sup-SimCSE-VietNamese-phobert-base | 0.4033 | 0.3902 | 0.3835 | 0.3785 | 0.3695 |
|
520 |
| hiieu/halong_embedding | 0.6242 | 0.6134 | 0.5983 | 0.5878 | 0.5762 |
|
521 |
+
| quanghuy123/LEGAL_EMBEDDING | 0.8112 | 0.8074 | 0.8022 | 0.7937 | 0.7718 |
|
522 |
## Citation
|
523 |
|
524 |
+
You can cite our work as below:
|
525 |
+
|
526 |
+
```bibtex
|
527 |
+
@misc{LEGAL_EMBEDDING,
|
528 |
+
title={LEGAL_EMBEDDING: A Vietnamese Text Embedding},
|
529 |
+
author={QUANG HUY},
|
530 |
+
year={2025},
|
531 |
+
publisher={Huggingface},
|
532 |
+
}
|
533 |
+
```
|
534 |
|
535 |
+
### BibTeX
|
536 |
#### Sentence Transformers
|
537 |
```bibtex
|
538 |
@inproceedings{reimers-2019-sentence-bert,
|