Research Papers 论文研究 4h ago Updated 29m ago 更新于 29分钟前 45

Investigating Knowledge Transfer Across Interactive Dialogue Games 跨互动对话游戏的研究知识迁移

The paper investigates how knowledge transfers across different dialogue games by finetuning LLMs on games from the clembench suite A task-transferability graph derived via binary integer optimization reveals that some games benefit more from transfer learning than direct finetuning The visuospatial family of games (e.g., exploration games) demonstrates the strongest transferability across tasks Task vector analysis captures game-role relationships but fails to reveal meaningful transferability 研究对话游戏中语言模型的知识迁移能力,探索训练特定语言游戏是否能增强对其他任务有用的认知能力 在clembench套件上微调LLM,通过二元整数优化构建任务迁移性图,并计算任务向量分析模型相似性 发现视觉空间类游戏(如探索游戏)迁移效果最佳,某些游戏从迁移中受益超过直接微调 基于相似性的任务向量方法能捕获游戏-角色关系,但几乎无法预测迁移模式,表明需要更复杂的度量方法

58
Hot 热度
72
Quality 质量
63
Impact 影响力

Analysis 深度分析

TL;DR

  • The paper investigates how knowledge transfers across different dialogue games by finetuning LLMs on games from the clembench suite
  • A task-transferability graph derived via binary integer optimization reveals that some games benefit more from transfer learning than direct finetuning
  • The visuospatial family of games (e.g., exploration games) demonstrates the strongest transferability across tasks
  • Task vector analysis captures game-role relationships but fails to reveal meaningful transferability patterns, indicating the need for more sophisticated evaluation metrics

Why It Matters

This research addresses a critical question for AI practitioners: whether training language models on one interactive dialogue task can meaningfully improve performance on related but distinct tasks. As dialogue-based AI systems become more prevalent in gaming, education, and human-computer interaction, understanding cross-task knowledge transfer can significantly reduce training costs and accelerate model development. The findings also challenge the assumption that cosine similarity of task vectors is sufficient to predict transferability.

Technical Details

  • The study uses the clembench suite (Chalamalasetti et al., 2023), a collection of interactive dialogue games requiring complex cognitive skills and coordination between players
  • Two complementary analyses were performed: (i) a task-transferability graph constructed using a binary integer optimization program (Zamir et al., 2018) with task performance as the primary metric, and (ii) task vector computation (Ilharco et al., 2022) to study similarities across finetuned models
  • LLM models were finetuned on individual dialogue games, then evaluated for transfer performance on other games in the suite
  • The visuospatial game family showed the highest transferability, suggesting that spatial reasoning and exploration skills generalize well across dialogue game contexts
  • Task vector similarity was found to capture structural game-role relationships but almost no actual transferability patterns, highlighting a limitation of current similarity-based metrics

Industry Insight

  • Developers building multi-task dialogue agents should prioritize visuospatial and exploration-based training data, as these yield the broadest transfer benefits across downstream game tasks
  • The failure of task vector similarity to predict transferability suggests the industry should invest in more nuanced metrics for evaluating cross-task generalization, rather than relying solely on vector-space proximity
  • For cost-efficient model training, transfer-based fine-tuning strategies may outperform direct finetuning on target tasks for certain dialogue game categories, offering a practical pathway to reduce compute requirements

TL;DR

  • 研究对话游戏中语言模型的知识迁移能力,探索训练特定语言游戏是否能增强对其他任务有用的认知能力
  • 在clembench套件上微调LLM,通过二元整数优化构建任务迁移性图,并计算任务向量分析模型相似性
  • 发现视觉空间类游戏(如探索游戏)迁移效果最佳,某些游戏从迁移中受益超过直接微调
  • 基于相似性的任务向量方法能捕获游戏-角色关系,但几乎无法预测迁移模式,表明需要更复杂的度量方法

为什么值得看

本文系统研究了对话游戏中的知识迁移问题,为理解语言模型在多任务学习中的能力转移提供了实证依据,对设计更高效的多任务训练策略具有参考价值。

技术解析

  • 研究框架:基于clembench套件(Chalamalasetti et al., 2023)的对话游戏,对LLM进行微调并评估跨任务迁移性
  • 分析方法一:使用Zamir等人(2018)的二元整数优化程序构建任务迁移性图,以任务性能为主要评估指标
  • 分析方法二:计算Ilharco等人(2022)提出的任务向量(task vectors),分析微调模型间的相似性与迁移模式
  • 关键发现:视觉空间类游戏家族迁移效果最佳;相似性度量与迁移性关联较弱,现有方法不足以预测迁移效果

行业启示

  • 多任务学习中,任务选择策略应优先考虑认知技能相似性而非表面任务类型,视觉空间类任务可能具有更强的迁移价值
  • 当前基于向量相似性的迁移预测方法存在明显局限,需要开发更精细的评估指标来指导模型训练
  • 对话游戏作为评估语言模型协作与认知能力的基准具有独特价值,可为多智能体系统训练提供参考

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Conversational AI 对话系统 Research 科学研究 LLM 大模型 Gaming 游戏 Evaluation 评测