allenai / mmda

multimodal document analysis
Apache License 2.0
158 stars 18 forks source link

Bib detector entity like output #232

Closed geli-gel closed 1 year ago

geli-gel commented 1 year ago

for allenai/scholar#36565 Removes span boxes from bib_entry SpanGroups, and turns raw_bib_entry_boxes from BoxGroups into SpanGroups (with no spans because we just care about saving the boxes here, and calling .annotate with the original box_groups is not necessary).

tt verify -c src/ai2_internal/config.yaml -v bibentry_detection_predictor passes

todo: