GaelVaroquaux
commited on
Commit
•
b386fca
1
Parent(s):
2b02579
Some tweaks at the wording
Browse files
README.md
CHANGED
@@ -10,12 +10,14 @@ tags:
|
|
10 |
## PEARL-small
|
11 |
[Learning High-Quality and General-Purpose Phrase Representations](https://arxiv.org/pdf/2401.10407.pdf). <br>
|
12 |
[Lihu Chen](https://chenlihu.com), [Gaël Varoquaux](https://gael-varoquaux.info/), [Fabian M. Suchanek](https://suchanek.name/).
|
13 |
-
|
14 |
|
15 |
-
PEARL-small is a
|
|
|
|
|
|
|
|
|
16 |
for phrases and strings. <br>
|
17 |
-
If you require semantic similarity computation for strings, our PEARL model might be a helpful tool.<br>
|
18 |
-
It offers powerful embeddings suitable for tasks like string matching, entity retrieval, entity clustering, and fuzzy join.
|
19 |
|
20 |
🤗 [PEARL-small](https://huggingface.co/Lihuchen/pearl_small) 🤗 [PEARL-base](https://huggingface.co/Lihuchen/pearl_base)
|
21 |
<br>
|
|
|
10 |
## PEARL-small
|
11 |
[Learning High-Quality and General-Purpose Phrase Representations](https://arxiv.org/pdf/2401.10407.pdf). <br>
|
12 |
[Lihu Chen](https://chenlihu.com), [Gaël Varoquaux](https://gael-varoquaux.info/), [Fabian M. Suchanek](https://suchanek.name/).
|
13 |
+
Accepted by EACL Findings 2024 <br>
|
14 |
|
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 differents from typically sentence embedders because it adds a character-level representation giving a good support for open vocabulary.
|
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>
|