Update README.md
Browse files
README.md
CHANGED
@@ -13,8 +13,8 @@ tags:
|
|
13 |
[Lihu Chen](https://chenlihu.com), [Gaël Varoquaux](https://gael-varoquaux.info/), [Fabian M. Suchanek](https://suchanek.name/).
|
14 |
<br> Accepted by EACL Findings 2024
|
15 |
|
16 |
-
PEARL-base is
|
17 |
-
|
18 |
If you require semantic similarity computation for strings, our PEARL model might be a helpful tool.<br>
|
19 |
It offers powerful embeddings suitable for tasks like string matching, entity retrieval, entity clustering, and fuzzy join.
|
20 |
|
|
|
13 |
[Lihu Chen](https://chenlihu.com), [Gaël Varoquaux](https://gael-varoquaux.info/), [Fabian M. Suchanek](https://suchanek.name/).
|
14 |
<br> Accepted by EACL Findings 2024
|
15 |
|
16 |
+
PEARL-base is a variant of [E5-base](https://huggingface.co/intfloat/e5-base-v2) finetuned on our constructed context-free [dataset](https://zenodo.org/records/10676475) to yield better representations
|
17 |
+
for phrases and strings. <br>
|
18 |
If you require semantic similarity computation for strings, our PEARL model might be a helpful tool.<br>
|
19 |
It offers powerful embeddings suitable for tasks like string matching, entity retrieval, entity clustering, and fuzzy join.
|
20 |
|