Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Word Level Sequence Tagging #122

Open
KananVyas opened this issue Aug 29, 2022 · 0 comments
Open

Word Level Sequence Tagging #122

KananVyas opened this issue Aug 29, 2022 · 0 comments

Comments

@KananVyas
Copy link

Hi, Great work and tutorial to train custom KIE models. I have been training this model for ID cards and using iob_tagging_type as 'box_level'. When I read the paper I got to know it does sequence tagging of entities at character level which makes it little bit difficult to predict per box word level predictions. Giving example here:

if there's a company_name: ASTER with bbox, the entity will get tagged with A,S,T,E,R.

Suppose if decoder makes any mistake then the prediction for the company_name can be: ASTE (R did not predicted as the same entity)

What to do in this type of scenarios? How we can customize decoded to predict word level predictions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant