Submitted by TankAttack t3_10mmjvt in MachineLearning
I'd like to extract named entities, something like this:
"[Text]: Microsoft (the word being a portmanteau of "microcomputer software") was founded by Bill Gates on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800. Steve Ballmer replaced Gates as CEO in 2000, and later envisioned a "devices and services" strategy.
[Name]: Steve Ballmer
[Position]: CEO
[Company]: Microsoft
"
Tried it on GPT-Neox with 20b parameters with mixed success, is there anything better out there to try for a few-shot learning (without fine tuning)?
TankAttack OP t1_j63scac wrote
I also tried pre-trained tools like Spacy, but they only have a few fixed entity types they detect.