paper-with-me

Papers

Data-Juicer Sandbox: A Comprehensive Suite for Multimodal Data-Model Co-development

2024-07-16 · Daoyuan Chen, Haibin Wang, Yilun Huang, Ce Ge, Yaliang Li, Bolin Ding, Jingren Zhou

The emergence of large-scale multi-modal generative models has drastically advanced artificial intelligence, introducing unprecedented levels of performance and functionality. However, optimizing these models remains challenging due to historically isolated paths of model-centric and data-centric developments, leading to suboptimal outcomes and inefficient resource utilization. In response, we present a novel sandbox suite tailored for integrated data-model co-development. This sandbox provides a comprehensive experimental platform, enabling rapid iteration and insight-driven refinement of both data and models. Our proposed "Probe-Analyze-Refine" workflow, validated through applications on state-of-the-art LLaVA-like and DiT based models, yields significant performance boosts, such as topping the VBench leaderboard. We also uncover fruitful insights gleaned from exhaustive benchmarks, shedding light on the critical interplay between data quality, diversity, and model behavior. With the hope of fostering deeper understanding and future progress in multi-modal data and generative modeling, our codes, datasets, and models are maintained and accessible at https://github.com/modelscope/data-juicer/blob/main/docs/Sandbox.md.

📄 PDF Abstract BibTeX arXiv:2407.11784

Code (1)

modelscope/data-juicer 공식 구현 pytorch

Tasks

Diversity

Similar Papers 제목 키워드 기반

Data-Juicer: A One-Stop Data Processing System for Large Language Models

2023-09-05 · Daoyuan Chen, Yilun Huang, Zhijian Ma, Hesen Chen 외

The immense evolution in Large Language Models (LLMs) has underscored the importance of massive, heterogeneous, and high-quality data. A data recipe is a mixture of data from different sources for training LLMs, which pl…

Distributed Computing

Data-Juicer 2.0: Cloud-Scale Adaptive Data Processing for and with Foundation Models

2024-12-23 · Daoyuan Chen, Yilun Huang, Xuchen Pan, Nana Jiang 외

The burgeoning field of foundation models necessitates advanced data processing mechanisms capable of harnessing vast and valuable data with various types used by these models. Nevertheless, the current landscape present…

CPU

Multi-Programming Language Sandbox for LLMs

2024-10-30 · Shihan Dou, Jiazheng Zhang, Jianxiang Zang, Yunbo Tao 외

We introduce MPLSandbox, an out-of-the-box multi-programming language sandbox designed to provide unified and comprehensive feedback from compiler and analysis tools for Large Language Models (LLMs). It can automatically…

Technical Report: Competition Solution For BetterMixture

2024-03-20 · Shuaijiang Zhao, Xiaoquan Fang

In the era of flourishing large-scale models, the challenge of selecting and optimizing datasets from the vast and complex sea of data, to enhance the performance of large language models within the constraints of limite…

Diversity

SandboxEval: Towards Securing Test Environment for Untrusted Code

2025-03-27 · Rafiqul Rabin, Jesse Hostetler, Sean McGregor, Brett Weir 외

While large language models (LLMs) are powerful assistants in programming tasks, they may also produce malicious code. Testing LLM-generated code therefore poses significant risks to assessment infrastructure tasked with…