Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,8 @@ tags:
|
|
| 12 |
- semantic_similarity
|
| 13 |
---
|
| 14 |
# ViConBERT: Context-Gloss Aligned Vietnamese Word Embedding for Polysemous and Sense-Aware Representations
|
| 15 |
-
|
|
|
|
| 16 |
|
| 17 |
This repository is official implementation of the paper: ViConBERT: Context-Gloss Aligned Vietnamese Word Embedding for Polysemous and Sense-Aware Representations
|
| 18 |
|
|
@@ -105,12 +106,24 @@ print(f"Similarity between 2: {target_2} and 3:{target_3}: {sim_2:.4f}")
|
|
| 105 |
|
| 106 |
### Embedding Space Visualization
|
| 107 |
|
|
|
|
| 108 |
<p align="center">
|
| 109 |
-
<
|
| 110 |
-
|
| 111 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
</p>
|
| 113 |
|
|
|
|
| 114 |
<p align="center">
|
| 115 |
<em>Contextual separation of "Khoan", "chạy", and zero-shot ability for unseen words</em>
|
| 116 |
</p>
|
|
|
|
|
|
| 12 |
- semantic_similarity
|
| 13 |
---
|
| 14 |
# ViConBERT: Context-Gloss Aligned Vietnamese Word Embedding for Polysemous and Sense-Aware Representations
|
| 15 |
+
|
| 16 |
+
[Paper](https://huggingface.co/tkhangg0910/viconbert-base)
|
| 17 |
|
| 18 |
This repository is official implementation of the paper: ViConBERT: Context-Gloss Aligned Vietnamese Word Embedding for Polysemous and Sense-Aware Representations
|
| 19 |
|
|
|
|
| 106 |
|
| 107 |
### Embedding Space Visualization
|
| 108 |
|
| 109 |
+
|
| 110 |
<p align="center">
|
| 111 |
+
<span style="display:inline-block">
|
| 112 |
+
<img src="https://github.com/tkhangg0910/ViConBERT/blob/main/visualization/image_hono.png?raw=true" width="250"/>
|
| 113 |
+
<br/><em>"Khoan"</em>
|
| 114 |
+
</span>
|
| 115 |
+
<span style="display:inline-block; margin: 0 10px;">
|
| 116 |
+
<img src="https://github.com/tkhangg0910/ViConBERT/blob/main/visualization/image_poly.png?raw=true" width="250"/>
|
| 117 |
+
<br/><em>"chạy"</em>
|
| 118 |
+
</span>
|
| 119 |
+
<span style="display:inline-block">
|
| 120 |
+
<img src="https://github.com/tkhangg0910/ViConBERT/blob/main/visualization/image_zeroshot.png?raw=true" width="250"/>
|
| 121 |
+
<br/><em>Zero-shot</em>
|
| 122 |
+
</span>
|
| 123 |
</p>
|
| 124 |
|
| 125 |
+
|
| 126 |
<p align="center">
|
| 127 |
<em>Contextual separation of "Khoan", "chạy", and zero-shot ability for unseen words</em>
|
| 128 |
</p>
|
| 129 |
+
|