Lihuchen commited on
Commit
c11a9f5
1 Parent(s): 11bc9b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -7,14 +7,17 @@ tags:
7
  - String Matching
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-base is finetuned on [E5-base](https://huggingface.co/intfloat/e5-base-v2),
17
- which can yield better representations for various downstream tasks such as entity clustering, entity retrieval and fuzzy join.
 
 
 
18
 
19
  | Model |Size|Avg| PPDB | PPDB filtered |Turney|BIRD|YAGO|UMLS|CoNLL|BC5CDR|AutoFJ|
20
  |-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
 
7
  - String Matching
8
  - Fuzzy Join
9
  ---
10
+ ## PEARL-base
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-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 are computing the semantic similarity of strings, you may need our PEARL model.<br>
19
+ It can produce powerful embeddings for various tasks,
20
+ such as string matching, entity retrieval, entity clustering and fuzzy join.
21
 
22
  | Model |Size|Avg| PPDB | PPDB filtered |Turney|BIRD|YAGO|UMLS|CoNLL|BC5CDR|AutoFJ|
23
  |-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|