ARN: Analogical Reasoning on Narratives

📄 arXiv: 2310.00996v4 📥 PDF

作者: Zhivar Sourati, Filip Ilievski, Pia Sommerauer, Yifan Jiang

分类: cs.CL

发布日期: 2023-10-02 (更新: 2024-09-03)


💡 一句话要点

提出ARN框架以解决叙事中的类比推理问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 类比推理 叙事理解 大型语言模型 自然语言处理 系统类比 计算框架 认知科学

📋 核心要点

  1. 现有自然语言处理方法主要关注词对之间的关系类比,缺乏对叙事中系统类比的研究,导致在类比推理上存在明显不足。
  2. 本文提出了ARN框架,通过叙事元素实现表面和系统映射,扩展了词基关系类比至关系系统类比,提供了一种新的计算方法。
  3. 实验结果显示,尽管所有LLMs在识别近类比方面表现良好,但在零样本设置下,面对远类比时表现不佳,提示了当前模型的局限性。

📝 摘要(中文)

类比推理作为一种核心认知技能,能够在不同领域间转移信息。尽管已有大量研究关注人类和计算模型的类比推理,但现有自然语言处理工作主要集中于词对之间的关系类比,忽视了叙事中的系统类比。为此,本文提出了一个综合计算框架,旨在将叙事元素用于表面和系统映射,构建了类比推理的基准任务ARN。研究表明,尽管所有大型语言模型(LLMs)能够识别近类比,但在零样本设置下,面对远类比时表现不佳。通过示例引导和思维链推理可以提升模型的类比推理能力,但即使在少样本设置下,最佳模型的表现仍仅介于随机与人类之间,ARN为计算类比推理器开辟了新的研究方向。

🔬 方法详解

问题定义:本文旨在解决大型语言模型在叙事中识别系统类比的能力不足,现有方法多集中于词对类比,未能有效处理叙事层面的类比推理问题。

核心思路:通过构建一个综合计算框架,利用叙事元素创建表面和系统映射,扩展类比推理的研究范围,旨在提升模型对复杂类比的理解能力。

技术框架:框架包括四个主要模块:叙事元素提取、表面映射构建、系统映射生成和类比推理任务设计。通过这些模块的协同作用,形成了一个完整的类比推理流程。

关键创新:最重要的创新在于将叙事中的类比推理从简单的词对关系扩展到复杂的系统类比,提供了一个新的视角和方法论,填补了现有研究的空白。

关键设计:在模型训练中,采用了特定的损失函数以优化类比推理的准确性,并设计了多样化的示例以增强模型的学习能力,确保模型在不同类比任务中的适应性。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,尽管所有大型语言模型在识别近类比方面表现良好,但在零样本设置下,GPT-4.0的得分低于随机水平,表明其在远类比推理上的显著不足。通过示例引导和思维链推理,模型的类比推理能力得到了提升,但即使在少样本设置下,最佳模型的表现仍仅介于随机与人类之间,显示出进一步提升的空间。

🎯 应用场景

该研究的潜在应用领域包括教育、心理学和人工智能等。通过提升计算模型的类比推理能力,可以在教育技术中应用于个性化学习,帮助学生更好地理解复杂概念。同时,该框架也可用于增强人机交互系统的智能性,使其在处理复杂叙事时表现更佳。

📄 摘要(原文)

As a core cognitive skill that enables the transferability of information across domains, analogical reasoning has been extensively studied for both humans and computational models. However, while cognitive theories of analogy often focus on narratives and study the distinction between surface, relational, and system similarities, existing work in natural language processing has a narrower focus as far as relational analogies between word pairs. This gap brings a natural question: can state-of-the-art large language models (LLMs) detect system analogies between narratives? To gain insight into this question and extend word-based relational analogies to relational system analogies, we devise a comprehensive computational framework that operationalizes dominant theories of analogy, using narrative elements to create surface and system mappings. Leveraging the interplay between these mappings, we create a binary task and benchmark for Analogical Reasoning on Narratives (ARN), covering four categories of far (cross-domain)/near (within-domain) analogies and disanalogies. We show that while all LLMs can largely recognize near analogies, even the largest ones struggle with far analogies in a zero-shot setting, with GPT4.0 scoring below random. Guiding the models through solved examples and chain-of-thought reasoning enhances their analogical reasoning ability. Yet, since even in the few-shot setting, the best model only performs halfway between random and humans, ARN opens exciting directions for computational analogical reasoners.