菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-29
📄 Abstract - Tree-of-Text: A Tree-based Prompting Framework for Table-to-Text Generation in the Sports Domain

Generating sports game reports from structured tables is a complex table-to-text task that demands both precise data interpretation and fluent narrative generation. Traditional model-based approaches require large, annotated datasets, while prompt-based methods using large language models (LLMs) often struggle with hallucination due to weak table comprehension. To overcome these challenges, we propose Tree-of-Text, a tree-structured prompting framework that guides LLMs through a three-stage generation process: (1) Content Planning, where relevant operations and arguments are selected from the input tables; (2) Operation Execution, which breaks down large tables into manageable sub-tables; and (3) Content Generation, where short textual outputs are merged and rewritten into a cohesive report. Experiments show that our method outperforms existing methods on ShuttleSet+, leads in RG and CO metrics on RotoWire-FG, and excels in CS and CO on MLB with roughly 40% of the time and cost of Chain-of-Table. These results demonstrate the effectiveness and efficiency of Tree-of-Text and suggest a promising direction for prompt-based table-to-text generation in the sports domain.

顶级标签: llm natural language processing
详细标签: table-to-text prompting framework sports domain content planning hallucination mitigation 或 搜索:

文本树:面向体育领域表格到文本生成的树状提示框架 / Tree-of-Text: A Tree-based Prompting Framework for Table-to-Text Generation in the Sports Domain


1️⃣ 一句话总结

本文提出了一种名为“文本树”的树状结构提示框架,通过将表格内容规划、分块执行和生成三个步骤串联起来,引导大语言模型高效、准确地生成体育比赛报告,在节省约60%时间和成本的同时,显著减少了模型胡编乱造的问题,效果优于现有方法。

源自 arXiv: 2604.26501