HiCUPID (Conversations with User Personal Information Dataset)
收藏资源简介:
HiCUPID是一个针对个性化人工智能助手研究的新型基准数据集。该数据集由首尔国立大学的研究团队创建,旨在解决当前个性化LLM研究中的数据集缺乏问题。HiCUPID数据集包含1500个用户的对话历史和QA对,每个用户定义了25个人格特质、5个个人资料信息和10个日程安排。该数据集旨在评估LLM在处理用户信息、理解隐含信息、推理多信息、长上下文建模能力以及响应主动性方面的能力。HiCUPID数据集还提供了一个基于Llama-3.2的自动化评估模型,用于评估生成的响应的个性化程度。该数据集的发布将有助于推动LLM在个性化助手领域的应用和研究。
HiCUPID is a novel benchmark dataset for personalized AI assistant research. Developed by a research team from Seoul National University, it aims to address the shortage of available datasets in current personalized large language model (LLM) research. The HiCUPID dataset contains conversation histories and QA pairs from 1500 users, with each user defined by 25 personality traits, 5 profile details, and 10 scheduled events. This benchmark is designed to evaluate LLMs' capabilities in processing user information, understanding implicit information, multi-information reasoning, long-context modeling, and proactive response generation. Additionally, the HiCUPID dataset provides an automated evaluation model based on Llama-3.2 to assess the personalization level of generated responses. The release of this dataset will help advance the application and research of LLMs in the personalized assistant domain.
HiCUPID数据集概述
数据集简介
- 名称:HiCUPID
- 用途:专为训练和评估大型语言模型(LLMs)作为个性化AI助手而设计的基准测试
- 特点:
- 首个开源个性化对话数据集
- 包含基于Llama-3.2-3B-Instruct的自动化评估模型
- 评估模型可衡量回答的逻辑一致性和人物意识
数据集内容
- 数据类型:个性化对话数据
- 数据特征:
- 用户ID、对话ID、问题ID
- 问题文本
- 个性化回答和通用回答
- 问题类型和元数据
- 数据集划分(训练/验证/测试)
获取方式
- 数据集地址:https://huggingface.co/datasets/12kimih/HiCUPID
- 评估模型地址:https://huggingface.co/12kimih/Llama-3.2-3B-HiCUPID
相关论文
- 标题:Exploring the Potential of LLMs as Personalized Assistants: Dataset, Evaluation, and Analysis
- 状态:已被ACL 2025(Main)接收
- arXiv链接:https://arxiv.org/abs/2506.01262
主要功能
-
推理功能:
- 支持HuggingFace和OpenAI的LLMs生成回答
- 支持单GPU和多GPU配置
-
评估功能:
- 支持A/B测试评估
- 可比较模型生成回答与真实回答
-
模型微调:
- 支持监督微调(SFT)
- 支持直接偏好优化(DPO)
- 默认使用LoRA进行参数高效微调
技术特点
- 评估标准:
- 个性化程度
- 逻辑有效性
- 支持模型:
- 基于Llama-3架构
- 支持8位和4位量化
- 可选FlashAttention-2加速
使用要求
- Python版本:3.11
- 依赖管理:推荐使用Miniconda
- 硬件要求:
- 支持Ampere、Ada或Hopper架构GPU
- 需要CUDA Toolkit 11.7或更高版本
许可信息
- 许可证类型:Apache-2.0
- 许可证文件:https://github.com/12kimih/HiCUPID/blob/main/LICENSE

- 1Exploring the Potential of LLMs as Personalized Assistants: Dataset, Evaluation, and Analysis首尔国立大学电子与计算机工程系 · 2025年



