Update README.md
Browse files
README.md
CHANGED
|
@@ -9,8 +9,16 @@ pinned: false
|
|
| 9 |
|
| 10 |
<img src="https://raw.githubusercontent.com/asahi417/relbert/test/assets/relbert_logo.png" alt="" width="150" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
| 11 |
|
| 12 |
-
|
| 13 |
-
All you need is to install <a href="https://pypi.org/project/relbert/">relbert</a> library by
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
<pre class="line-numbers">
|
| 16 |
<code class="language-python">
|
|
@@ -22,7 +30,7 @@ All you need is to install <a href="https://pypi.org/project/relbert/">relbert</
|
|
| 22 |
|
| 23 |
See more information bellow.
|
| 24 |
<ul>
|
| 25 |
-
<li
|
| 26 |
-
<li
|
| 27 |
-
<li
|
| 28 |
</ul>
|
|
|
|
| 9 |
|
| 10 |
<img src="https://raw.githubusercontent.com/asahi417/relbert/test/assets/relbert_logo.png" alt="" width="150" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
| 11 |
|
| 12 |
+
RelBERT is a high-quality semantic representative embedding of word pairs powered by pre-trained language model.
|
| 13 |
+
All you need is to install <a href="https://pypi.org/project/relbert/">relbert</a> library by
|
| 14 |
+
|
| 15 |
+
<pre class="line-numbers">
|
| 16 |
+
<code class="language-python">
|
| 17 |
+
pip install relbert
|
| 18 |
+
</code>
|
| 19 |
+
</pre>
|
| 20 |
+
|
| 21 |
+
and explore in python as below.
|
| 22 |
|
| 23 |
<pre class="line-numbers">
|
| 24 |
<code class="language-python">
|
|
|
|
| 30 |
|
| 31 |
See more information bellow.
|
| 32 |
<ul>
|
| 33 |
+
<li>\t <a href="https://arxiv.org/abs/2110.15705">RelBERT paper (EMNLP 2021 main conference) </a></li>
|
| 34 |
+
<li>\t <a href="https://github.com/asahi417/relbert">GitHub</a></li>
|
| 35 |
+
<li>\t <a href="https://pypi.org/project/relbert">pip</a></li>
|
| 36 |
</ul>
|