paper-with-me

Papers

Collaborative Performance Prediction for Large Language Models

2024-07-01 · Qiyuan Zhang, Fuyuan Lyu, Xue Liu, Chen Ma

Comprehensively understanding and accurately predicting the performance of large language models across diverse downstream tasks has emerged as a pivotal challenge in NLP research. The pioneering scaling law on downstream works demonstrated intrinsic similarities within model families and utilized such similarities for performance prediction. However, they tend to overlook the similarities between model families and only consider design factors listed in the original scaling law. To overcome these limitations, we introduce a novel framework, Collaborative Performance Prediction (CPP), which significantly enhances prediction accuracy by leveraging the historical performance of various models on downstream tasks and other design factors for both model and task. We also collect a collaborative data sourced from online platforms containing both historical performance and additional design factors. With the support of the collaborative data, CPP not only surpasses traditional scaling laws in predicting the performance of scaled LLMs but also facilitates a detailed analysis of factor importance, an area previously overlooked.

📄 PDF Abstract BibTeX arXiv:2407.01300

Code (1)

Don-Joey/CPP_LLM 공식 구현 pytorch

Tasks

Prediction

Similar Papers 제목 키워드 기반

Personalized Collaborative Fine-Tuning for On-Device Large Language Models

2024-04-15 · Nicolas Wagner, Dongyang Fan, Martin Jaggi

We explore on-device self-supervised collaborative fine-tuning of large language models with limited local data availability. Taking inspiration from the collaborative learning community, we introduce three distinct trus…

Prediction

CoMaPOI: A Collaborative Multi-Agent Framework for Next POI Prediction Bridging the Gap Between Trajectory and Language

2025-05-28 · Lin Zhong, Lingzhi Wang, Xu Yang, Qing Liao

Large Language Models (LLMs) offer new opportunities for the next Point-Of-Interest (POI) prediction task, leveraging their capabilities in semantic understanding of POI trajectories. However, previous LLM-based methods,…

CTRL: Connect Collaborative and Language Model for CTR Prediction

2023-06-05 · Xiangyang Li, Bo Chen, Lu Hou, Ruiming Tang

Traditional click-through rate (CTR) prediction models convert the tabular data into one-hot vectors and leverage the collaborative relations among features for inferring the user's preference over items. This modeling p…

Click-Through Rate PredictionLanguage ModelingLanguage ModellingPrediction+1

HybridVLA: Collaborative Diffusion and Autoregression in a Unified Vision-Language-Action Model

2025-03-13 · Jiaming Liu, Hao Chen, Pengju An, Zhuoyang Liu 외

Recent advancements in vision-language models (VLMs) for common-sense reasoning have led to the development of vision-language-action (VLA) models, enabling robots to perform generalized manipulation. Although existing a…

Common Sense ReasoningDenoisingLarge Language ModelVision-Language-Action

Efficient Evaluation of Large Language Models via Collaborative Filtering

2025-04-05 · Xu-Xiang Zhong, Chao Yi, Han-Jia Ye

With the development of Large Language Models (LLMs), numerous benchmarks have been proposed to measure and compare the capabilities of different LLMs. However, evaluating LLMs is costly due to the large number of test i…

Collaborative FilteringRecommendation Systems