Lihuchen commited on
Commit
47f6850
1 Parent(s): c185b23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 finetuned on [E5-base](https://huggingface.co/intfloat/e5-base-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
 
 
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