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

Misleading HTML captions for some datapoints #13

Open
JaMe76 opened this issue Sep 7, 2020 · 3 comments
Open

Misleading HTML captions for some datapoints #13

JaMe76 opened this issue Sep 7, 2020 · 3 comments

Comments

@JaMe76
Copy link

JaMe76 commented Sep 7, 2020

Hi,

Thank you for providing that amazing dataset, which is undoubtably one of the best, if not the best for this subject.

When converting the HTML into a kind of tile structure, I sometimes ran into issues that might be problematic:

I assume that for each row, the sum of all column spans, where cells without colspan attribute are considered having column span equal to one, is the same. Same holds true for each column, so no cells can overlap. However, when tiling the table with its cells taking into account their positions and spans, I realized that there are some HTML strings that either allow cell overlapping or some rows having more columns than others.

I checked the tiling for the first 2000 tables of the training set and discovered 14 instances with that peculiarity. Below are four examples where I highlighted, according to my view, the problematic cell annotation within the HTML string.

Thanks

NB. rs, cs corresponds to rowspan, colspan, resp.
PMC3900820_003_00
PMC3900820_003_00
PMC3900788_002_00
PMC3900788_002_00
PMC4723163_004_00
PMC4723163_004_00
PMC3230392_003_00
PMC3230392_003_00

@ajjimeno
Copy link
Member

ajjimeno commented Dec 3, 2020 via email

@ZaishengLi
Copy link

Thank you for providing that amazing dataset.
I also found some structural annotation errors in the html. I think it is normal for the data set to have slight noise. But I am not sure whether the final data set used for evaluation will be artificially corrected for noise. If it will be artificially corrected, then I will tend to write scripts to filter out noisy samples during the training process.
Thanks
@ajjimeno

@ajjimeno
Copy link
Member

ajjimeno commented Dec 17, 2020 via email

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

3 participants