Update README.md
Browse files
README.md
CHANGED
@@ -8,16 +8,17 @@ tags:
|
|
8 |
- Fuzzy Join
|
9 |
---
|
10 |
## PEARL-small
|
11 |
-
|
12 |
[Learning High-Quality and General-Purpose Phrase Representations](https://arxiv.org/pdf/2401.10407.pdf). <br>
|
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-small is finetuned on [E5-small](https://huggingface.co/intfloat/e5-small-v2),
|
17 |
which can yield better representations 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 |
|
|
|
|
|
21 |
|
22 |
|
23 |
| Model |Size|Avg| PPDB | PPDB filtered |Turney|BIRD|YAGO|UMLS|CoNLL|BC5CDR|AutoFJ|
|
|
|
8 |
- Fuzzy Join
|
9 |
---
|
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 |
+
<br> Accepted by EACL Findings 2024 <br>
|
14 |
|
15 |
PEARL-small is finetuned on [E5-small](https://huggingface.co/intfloat/e5-small-v2),
|
16 |
which can yield better representations 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>
|
22 |
|
23 |
|
24 |
| Model |Size|Avg| PPDB | PPDB filtered |Turney|BIRD|YAGO|UMLS|CoNLL|BC5CDR|AutoFJ|
|