paper-with-me

Papers

Multi-LLM Collaborative Caption Generation in Scientific Documents

2025-01-05 · Jaeyoung Kim, Jongho Lee, Hong-Jun Choi, Ting-Yao Hsu, Chieh-Yang Huang, Sungchul Kim, Ryan Rossi, Tong Yu, Clyde Lee Giles, Ting-Hao 'Kenneth' Huang, Sungchul Choi

Scientific figure captioning is a complex task that requires generating contextually appropriate descriptions of visual content. However, existing methods often fall short by utilizing incomplete information, treating the task solely as either an image-to-text or text summarization problem. This limitation hinders the generation of high-quality captions that fully capture the necessary details. Moreover, existing data sourced from arXiv papers contain low-quality captions, posing significant challenges for training large language models (LLMs). In this paper, we introduce a framework called Multi-LLM Collaborative Figure Caption Generation (MLBCAP) to address these challenges by leveraging specialized LLMs for distinct sub-tasks. Our approach unfolds in three key modules: (Quality Assessment) We utilize multimodal LLMs to assess the quality of training data, enabling the filtration of low-quality captions. (Diverse Caption Generation) We then employ a strategy of fine-tuning/prompting multiple LLMs on the captioning task to generate candidate captions. (Judgment) Lastly, we prompt a prominent LLM to select the highest quality caption from the candidates, followed by refining any remaining inaccuracies. Human evaluations demonstrate that informative captions produced by our approach rank better than human-written captions, highlighting its effectiveness. Our code is available at https://github.com/teamreboott/MLBCAP

📄 PDF Abstract BibTeX arXiv:2501.02552

Code (1)

teamreboott/mlbcap 공식 구현

Tasks

Caption GenerationImage to textText Summarization

Similar Papers 제목 키워드 기반

SciCap+: A Knowledge Augmented Dataset to Study the Challenges of Scientific Figure Captioning

2023-06-06 · Zhishen Yang, Raj Dabre, Hideki Tanaka, Naoaki Okazaki

In scholarly documents, figures provide a straightforward way of communicating scientific findings to readers. Automating figure caption generation helps move model understandings of scientific documents beyond text and …

Caption GenerationImage CaptioningOptical Character Recognition (OCR)

Summaries as Captions: Generating Figure Captions for Scientific Documents with Automated Text Summarization

2023-02-23 · Chieh-Yang Huang, Ting-Yao Hsu, Ryan Rossi, Ani Nenkova 외

Good figure captions help paper readers understand complex scientific figures. Unfortunately, even published papers often have poorly written captions. Automatic caption generation could aid paper writers by providing go…

Abstractive Text SummarizationCaption GenerationText Summarization

FigCaps-HF: A Figure-to-Caption Generative Framework and Benchmark with Human Feedback

2023-07-20 · Ashish Singh, Prateek Agarwal, Zixuan Huang, Arpita Singh 외

Captions are crucial for understanding scientific visualizations and documents. Existing captioning methods for scientific figures rely on figure-caption pairs extracted from documents for training, many of which fall sh…

Caption Generation

SQuAI: Scientific Question-Answering with Multi-Agent Retrieval-Augmented Generation

2025-10-17 · Ines Besrour, Jingbo He, Tobias Schreieder, Michael Färber arxiv

We present SQuAI (https://squai.scads.ai/), a scalable and trustworthy multi-agent retrieval-augmented generation (RAG) framework for scientific question answering (QA) with large language models (LLMs). SQuAI addresses …

Question Answering

Table Caption Generation in Scholarly Documents Leveraging Pre-trained Language Models

2021-08-18 · Junjie H. Xu, Kohei Shinden, Makoto P. Kato

This paper addresses the problem of generating table captions for scholarly documents, which often require additional information outside the table. To this end, we propose a method of retrieving relevant sentences from …

Caption Generation