paper-with-me

Papers

Text Role Classification in Scientific Charts Using Multimodal Transformers

2024-02-08 · Hye Jin Kim, Nicolas Lell, Ansgar Scherp

Text role classification involves classifying the semantic role of textual elements within scientific charts. For this task, we propose to finetune two pretrained multimodal document layout analysis models, LayoutLMv3 and UDOP, on chart datasets. The transformers utilize the three modalities of text, image, and layout as input. We further investigate whether data augmentation and balancing methods help the performance of the models. The models are evaluated on various chart datasets, and results show that LayoutLMv3 outperforms UDOP in all experiments. LayoutLMv3 achieves the highest F1-macro score of 82.87 on the ICPR22 test dataset, beating the best-performing model from the ICPR22 CHART-Infographics challenge. Moreover, the robustness of the models is tested on a synthetic noisy dataset ICPR22-N. Finally, the generalizability of the models is evaluated on three chart datasets, CHIME-R, DeGruyter, and EconBiz, for which we added labels for the text roles. Findings indicate that even in cases where there is limited training data, transformers can be used with the help of data augmentation and balancing methods. The source code and datasets are available on GitHub under https://github.com/hjkimk/text-role-classification

📄 PDF Abstract BibTeX arXiv:2402.14579

Code (2)

hjkimk/text-role-classification 공식 구현 pytorch
MindCode-4/code-1/tree/main/udop mindspore

Tasks

Data AugmentationDocument Layout Analysis

Similar Papers 제목 키워드 기반

Enhancing Scientific Figure Captioning Through Cross-modal Learning

2024-06-24 · Mateo Alejandro Rojas, Rafael Carranza

Scientific charts are essential tools for effectively communicating research findings, serving as a vital medium for conveying information and revealing data patterns. With the rapid advancement of science and technology…

DiversityImage CaptioningInformation RetrievalText Summarization

Uni-SMART: Universal Science Multimodal Analysis and Research Transformer

2024-03-15 · Hengxing Cai, Xiaochen Cai, Shuwen Yang, Jiankun Wang 외

In scientific research and its application, scientific literature analysis is crucial as it allows researchers to build on the work of others. However, the fast growth of scientific knowledge has led to a massive increas…

Articles

Format Matters: The Robustness of Multimodal LLMs in Reviewing Evidence from Tables and Charts

2025-11-13 · Xanh Ho, Yun-Ang Wu, Sunisth Kumar, Florian Boudin 외 arxiv

With the growing number of submitted scientific papers, there is an increasing demand for systems that can assist reviewers in evaluating research claims. Experimental results are a core component of scientific work, oft…

Multimodal Reasoning

ClimateViz: A Benchmark for Statistical Reasoning and Fact Verification on Scientific Charts

2025-06-10 · Ruiran Su, Jiasheng Si, Zhijiang Guo, Janet B. Pierrehumbert

Scientific fact-checking has mostly focused on text and tables, overlooking scientific charts, which are key for presenting quantitative evidence and statistical reasoning. We introduce ClimateViz, the first large-scale …

Fact CheckingFact Verification

What Lies Beneath: A Call for Distribution-based Visual Question & Answer Datasets

2026-01-29 · Jill P. Naiman, Daniel J. Evans, JooYoung Seo arxiv

Visual Question Answering (VQA) has become an important benchmark for assessing how large multimodal models (LMMs) interpret images. However, most VQA datasets focus on real-world images or simple diagrammatic analysis, …

Visual Question Answering