Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Hi what s the best way to do NER on a
Hi what s the best way to do NER on a
Inactive
0
Follow
n
nikkwong
last year
ยท
Hi, what's the best way to do NER on a string of text using llamaindex? (Or maybe get triplet pairs)? Or which ever is more effective? (I'm a newbie)
L
1 comment
Share
Open in Discord
L
Logan M
last year
You can do NER and relation extraction with an LLM -- just by prompting it. But it will be slow, since it's kind of overkill.
I find NER models from the library
span-marker
to work great --
https://huggingface.co/tomaarsen/span-marker-mbert-base-multinerd
For RE, Rebel is probably a good choice --
https://huggingface.co/Babelscape/rebel-large
https://huggingface.co/Babelscape/mrebel-large
Add a reply
Sign up and join the conversation on Discord
Join on Discord