SLIMER / README.md
andrewzamai's picture
Update README.md
33efdd5 verified
|
raw
history blame
No virus
1.48 kB
metadata
license: llama2
datasets:
  - Universal-NER/Pile-NER-type
language:
  - en
pipeline_tag: text-generation

SLIMER: Show Less Instruct More Entity Recognition

SLIMER is an instruction-tuned LLM for zero-shot NER.

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.

Currently existing LLMs for NER fine-tune on an extensive number of entity classes (around 13K) and assess zero-shot NER capabilities on Out-Of-Distribution input domains. SLIMER performs comparably to these state-of-the-art approaches on OOD input domains, while being trained only a reduced number of samples and a set of NE tags that overlap in lesser degree with test set.

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. 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.