Update README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,12 @@ Accepted by EACL Findings 2024 <br>
|
|
15 |
PEARL-small is a lightweight string embedding model. It is the tool of choice for semantic similarity computation for strings,
|
16 |
creating excellent embeddings for string matching, entity retrieval, entity clustering, fuzzy join...
|
17 |
<br>
|
18 |
-
It
|
|
|
19 |
The model is a variant of [E5-small](https://huggingface.co/intfloat/e5-small-v2) finetuned on our constructed context-free [dataset](https://zenodo.org/records/10676475) to yield better representations
|
20 |
for phrases and strings. <br>
|
21 |
|
|
|
22 |
🤗 [PEARL-small](https://huggingface.co/Lihuchen/pearl_small) 🤗 [PEARL-base](https://huggingface.co/Lihuchen/pearl_base)
|
23 |
<br>
|
24 |
|
|
|
15 |
PEARL-small is a lightweight string embedding model. It is the tool of choice for semantic similarity computation for strings,
|
16 |
creating excellent embeddings for string matching, entity retrieval, entity clustering, fuzzy join...
|
17 |
<br>
|
18 |
+
It differs from typical sentence embedders because it incorporates phrase type information and morphological features,
|
19 |
+
allowing it to better capture variations in strings.
|
20 |
The model is a variant of [E5-small](https://huggingface.co/intfloat/e5-small-v2) finetuned on our constructed context-free [dataset](https://zenodo.org/records/10676475) to yield better representations
|
21 |
for phrases and strings. <br>
|
22 |
|
23 |
+
|
24 |
🤗 [PEARL-small](https://huggingface.co/Lihuchen/pearl_small) 🤗 [PEARL-base](https://huggingface.co/Lihuchen/pearl_base)
|
25 |
<br>
|
26 |
|