Lihuchen commited on
Commit
2b02579
1 Parent(s): 24b3d94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,8 +12,8 @@ tags:
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
 
 
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 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
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