Strange name recognition issue #8326
-
I have the following sentence:
When I get the names using the web_trf model, it finds two names, Dennis R. Crews and Jerry Mitchell Crews, as expected. However when do the same thing with the following sentences, Dennis R. Crews becomes R. Crews.
Any idea why? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Honestly no idea, sometimes the models just work in mysterious ways. I'll link in #3052 since it's relevant here. One thing is that because this seems to be an effect of a pretty large context, you might have more luck with non-Transformers models. (I assume "sounding" was a typo for "following", but if not let me know.) |
Beta Was this translation helpful? Give feedback.
-
It seems to be fine If I extract the names sentence by sentence so that’s
my approach at the moment.
On Fri, Jun 11, 2021 at 9:41 PM polm ***@***.***> wrote:
We do not currently distribute any special-purpose models such as one for
names.
In general the Transformers models is going to be the best. However, as
mentioned in the linked thread, a model that's 99% accurate is going to be
wrong 1% of the time, and you seem to have gotten unlucky with the above
text.
If coverage is the most important thing for your application, you might
consider running multiple models and combining their results.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8326 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQKUNDTJPHIZTKDEQILV3DTSLQQDANCNFSM46M4JTZQ>
.
--
Jason Crews
|
Beta Was this translation helpful? Give feedback.
Honestly no idea, sometimes the models just work in mysterious ways. I'll link in #3052 since it's relevant here.
One thing is that because this seems to be an effect of a pretty large context, you might have more luck with non-Transformers models.
(I assume "sounding" was a typo for "following", but if not let me know.)