PulseAugur
实时 07:14:42

新框架使LLM能够探索图邻域以获得更好的推理能力

提出了一种名为 Call Neighbours Yourself (CNY) 的新框架,用于大型语言模型 (LLM) 在文本属性图上进行推理。与使用固定邻居集的方法不同,CNY 通过学习何时扩展候选邻居以获取额外证据,使 LLM 能够主动探索图邻域。该方法通过目的地条件策略内自蒸馏解决了邻域探索中延迟信用的挑战,该方法将行动偏好的变化转化为训练信号。实验表明,CNY 在标准的图推理基准测试中优于固定上下文基线,并展示了其在未见图和不同任务上的可迁移性。 AI

影响 该框架有望提高 LLM 在需要推理复杂互联数据任务上的性能。

排序理由 该集群包含一篇详细介绍 LLM 新框架的研究论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新框架使LLM能够探索图邻域以获得更好的推理能力

本文如何被排名

Signal score
24 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该集群包含一篇详细介绍 LLM 新框架的研究论文。[lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

完整方法见我们的编辑标准

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Yilun Liu, Boyu Luo, Yanran Tang, Ruihong Qiu, Zi Huang ·

    自行呼叫邻居:带有目标条件策略内自我蒸馏的图游走

    arXiv:2608.29588v1 Announce Type: new Abstract: Reasoning over text-attributed graphs (TAGs) requires large language models (LLMs) to combine a node's text with evidence distributed across its neighbourhood. Existing methods fix the set of accessible neighbours before generation,…