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

Question about "ignore handling" #13

Open
hwijeen opened this issue Jan 7, 2025 · 1 comment
Open

Question about "ignore handling" #13

hwijeen opened this issue Jan 7, 2025 · 1 comment

Comments

@hwijeen
Copy link

hwijeen commented Jan 7, 2025

Hi, thanks for the great library!

I see from the paper that some categories are ignored from the metric calculation.
image

I'm a bit confused as the provided gold data seems to include ignore field, which is set False for every fields. (https://github.com/opendatalab/OmniDocBench/blob/4f530f0d4b664b0e7f3a6bab88daae5ab2c00403/demo_data/omnidocbench_demo/OmniDocBench_demo.json#L6482).
And there's this code that does the mentioned filtering.

Should I manually set ignore to True for some categories to reproduce the values reported in the paper? Or is it not necessary?

@ouyanglinke
Copy link
Collaborator

Thank you for following our work.
You don't need to set the ignore field in the dataset. The ignore field is currently not in use, so it is all set to false.
The process of ignoring headers, footers, and similar elements is conducted automatically during evaluation by default, which is exactly at this line of code you mentioned.

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

2 participants