andrewzamai
commited on
Commit
•
33efdd5
1
Parent(s):
b5c1274
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ pipeline_tag: text-generation
|
|
9 |
|
10 |
# SLIMER: Show Less Instruct More Entity Recognition
|
11 |
|
12 |
-
SLIMER is an instruction-tuned
|
13 |
|
14 |
Instructed on a reduced number of samples, it is designed to tackle never-seen-before Named Entity tags by leveraging a prompt enriched with a DEFINITION and GUIDELINES for the NE to be extracted.
|
15 |
|
@@ -20,3 +20,5 @@ SLIMER performs comparably to these state-of-the-art approaches on OOD input dom
|
|
20 |
|
21 |
<img src="https://huggingface.co/expertai/SLIMER/resolve/main/OOD_evals.png">
|
22 |
|
|
|
|
|
|
9 |
|
10 |
# SLIMER: Show Less Instruct More Entity Recognition
|
11 |
|
12 |
+
SLIMER is an instruction-tuned LLM for zero-shot NER.
|
13 |
|
14 |
Instructed on a reduced number of samples, it is designed to tackle never-seen-before Named Entity tags by leveraging a prompt enriched with a DEFINITION and GUIDELINES for the NE to be extracted.
|
15 |
|
|
|
20 |
|
21 |
<img src="https://huggingface.co/expertai/SLIMER/resolve/main/OOD_evals.png">
|
22 |
|
23 |
+
To experiment the ability of existing models on never-seen-before labels, we extend the standard zero-shot evaluations on BUSTER, which is characterized by financial entities that are rather far from the more traditional tags observed by all models during training.
|
24 |
+
An inverse trend to the OOD table can be observed, with SLIMER instead emerging as the most effective in dealing with unseen labels, thanks to its lighter instruction tuning methodology and the use of definition and guidelines.
|