-
Notifications
You must be signed in to change notification settings - Fork 23
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
SROIE Graph text encoding #2
Comments
Hi, @Sharathmk99 Thanks for following our work.
note: We train SROIE as a node classification task, to obtain the final result, you may to do some post-processing like regular expression operations. In the future, we will combine the two tasks of node classification and named entity recognition to extract key information from invoices. |
Hi @cyh1112 , Thank you for responding.
Regarding entity recognition, do i really need entity recognition model? Currently from node classification i can get label(date, address, etc.) for every node/sentence right? I got below output for one of the document, Prediction:
Do i still need entity recognition model? |
One more question, |
@cyh1112 please reply once you get some time. Thank you |
Hi,
I'm trying to understand and run training on SROIE dataset. Based on my understanding currently index based encoding is used based on alphabet string. How can i change to something like work2vec or tfidf?
How can i train on other languages like German?
One more question, We have around 200 labeled invoices, is this data enough for training or is it possible to use transfer learning?
The text was updated successfully, but these errors were encountered: