Open JasonKitty opened 2 months ago
Yes. Our model is trained on the DocGenome dataset. Specifically, we extracted the table data from DocGenome to fine-tune our model.
Thank you for your interest in our work! Let me know if you have any further questions.
Yes. Our model is trained on the DocGenome dataset. Specifically, we extracted the table data from DocGenome to fine-tune our model.
Thank you for your interest in our work! Let me know if you have any further questions.
Thank you for your reply! I have two more questions.
The article mentions that table recognition and formula recognition both use the same model as Pix2Struct. Are these models trained separately for each task?
For formula recognition, Mineru uses unimernet, which adds length embedding to the decoder. Is there a similar improvement applied in table recognition?
Thank you for your questions.
Thank you for your questions.
- Separate models trained for table and formula recognition.
- Unlike unimernet, the is no length embedding added to decoder.
Thank u! One more question, the paper mentions tokenizer from nougat, is there an update here? Because I find that the two Tokenizers are not the same.
We currently utilize the tokenizer from Pix2Struct, but we have expanded the vocabulary to support the Chinese language better.
We currently utilize the tokenizer from Pix2Struct, but we have expanded the vocabulary to support the Chinese language better.
Table recognition is a token-intensive task, and I think using a dedicated tokenizer can streamline expression, improve inference speed and training performance.
Thank you for your valuable suggestion. We will continue to improve the model for better performance.
Thank you for your valuable suggestion. We will continue to improve the model for better performance.
Questions Regarding the Data Preparation.
Looking forward to your reply. Thank you!
I can only find DocGenome dataset, is table recognition trained on this dataset?
Thank you!