paper-with-me

홈 › Papers

DialogCC: An Automated Pipeline for Creating High-Quality Multi-Modal Dialogue Dataset

2022-12-08 · Young-Jun Lee, Byungsoo Ko, Han-Gyu Kim, Jonghwan Hyeon, Ho-Jin Choi

As sharing images in an instant message is a crucial factor, there has been active research on learning an image-text multi-modal dialogue models. However, training a well-generalized multi-modal dialogue model remains challenging due to the low quality and limited diversity of images per dialogue in existing multi-modal dialogue datasets. In this paper, we propose an automated pipeline to construct a multi-modal dialogue dataset, ensuring both dialogue quality and image diversity without requiring minimum human effort. In our pipeline, to guarantee the coherence between images and dialogue, we prompt GPT-4 to infer potential image-sharing moments - specifically, the utterance, speaker, rationale, and image description. Furthermore, we leverage CLIP similarity to maintain consistency between aligned multiple images to the utterance. Through this pipeline, we introduce DialogCC, a high-quality and diverse multi-modal dialogue dataset that surpasses existing datasets in terms of quality and diversity in human evaluation. Our comprehensive experiments highlight that when multi-modal dialogue models are trained using our dataset, their generalization performance on unseen dialogue datasets is significantly enhanced. We make our source code and dataset publicly available.

📄 PDF Abstract BibTeX arXiv:2212.04119

Code (1)

passing2961/dialogcc 공식 구현

Tasks

DiversityImage DescriptionRetrievalText Retrieval

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Instruct-SkillMix: A Powerful Pipeline for LLM Instruction Tuning

2024-08-27 · Simran Kaur, Simon Park, Anirudh Goyal, Sanjeev Arora

We introduce Instruct-SkillMix, an automated approach for creating diverse, high quality SFT data. The Instruct-SkillMix pipeline involves two stages, each leveraging an existing powerful LLM: (1) Skill extraction: uses …

Instruction Following

An End-to-End Model for Photo-Sharing Multi-modal Dialogue Generation

2024-08-16 · Peiming Guo, Sinuo Liu, Yanzhao Zhang, Dingkun Long 외

Photo-Sharing Multi-modal dialogue generation requires a dialogue agent not only to generate text responses but also to share photos at the proper moment. Using image text caption as the bridge, a pipeline model integrat…

Dialogue GenerationImage GenerationLanguage ModelingLanguage Modelling+3

SWE-Factory: Your Automated Factory for Issue Resolution Training Data and Evaluation Benchmarks

2025-06-12 · Lianghong Guo, Yanlin Wang, Caihua Li, Pengyu Yang 외

Constructing large-scale datasets for the GitHub issue resolution task is crucial for both training and evaluating the software engineering capabilities of Large Language Models (LLMs). However, the traditional process f…

GitHub issue resolutionvalid

SPICE: An Automated SWE-Bench Labeling Pipeline for Issue Clarity, Test Coverage, and Effort Estimation

2025-07-12 · Gustavo A. Oliva, Gopi Krishnan Rajbahadur, Aaditya Bhatia, Haoxiang Zhang 외 arxiv

High-quality labeled datasets are crucial for training and evaluating foundation models in software engineering, but creating them is often prohibitively expensive and labor-intensive. We introduce SPICE, a scalable, aut…

Leveraging Online Olympiad-Level Math Problems for LLMs Training and Contamination-Resistant Evaluation

2025-01-24 · Sadegh Mahdavi, Muchen Li, Kaiwen Liu, Christos Thrampoulidis 외

Advances in Large Language Models (LLMs) have sparked interest in their ability to solve Olympiad-level math problems. However, the training and evaluation of these models are constrained by the limited size and quality …

Math