REVIEW 2 cited by
llmNER: (Zero|Few)-Shot Named Entity Recognition, Exploiting the Power of Large Language Models
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
Large language models (LLMs) allow us to generate high-quality human-like text. One interesting task in natural language processing (NLP) is named entity recognition (NER), which seeks to detect mentions of relevant information in documents. This paper presents llmNER, a Python library for implementing zero-shot and few-shot NER with LLMs; by providing an easy-to-use interface, llmNER can compose prompts, query the model, and parse the completion returned by the LLM. Also, the library enables the user to perform prompt engineering efficiently by providing a simple interface to test multiple variables. We validated our software on two NER tasks to show the library's flexibility. llmNER aims to push the boundaries of in-context learning research by removing the barrier of the prompting and parsing steps.
Forward citations
Cited by 2 Pith papers
-
Named-Entity Recognition in the Crime Domain (CrimeNER): Case Study and Dataset
CrimeNER-db is a new, publicly released 1,568-document manually annotated corpus for crime-domain NER with a coarse/fine label hierarchy and zero-/few-shot benchmark results.
-
Map&Make: Schema Guided Text to Table Generation
Map&Make decomposes text into atomic statements and uses them to iteratively plan and fill tables, improving information coverage over CoT and T3 baselines on Rotowire, Livesum, and Wiki40B.
Discussion (0). Sign in to comment.