Tree-of-Text: A Tree-based Prompting Framework for Table-to-Text Generation in the Sports Domain

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, quick

Summary

Tree-of-Text is a novel tree-structured prompting framework designed to generate sports game reports from structured tables, addressing the limitations of traditional model-based and existing prompt-based methods. It guides large language models (LLMs) through a three-stage process: Content Planning, which selects relevant operations and arguments from input tables; Operation Execution, which breaks down large tables into manageable sub-tables; and Content Generation, which merges and rewrites short textual outputs into a cohesive report. This framework aims to mitigate hallucination and improve table comprehension. Experiments demonstrate that Tree-of-Text outperforms existing methods on ShuttleSet+, achieves leading RG and CO metrics on RotoWire-FG, and excels in CS and CO on MLB, while also being approximately 40% faster and more cost-effective than Chain-of-Table.

Key takeaway

For AI Engineers developing table-to-text solutions, especially in data-rich domains like sports, you should consider adopting a structured prompting framework like Tree-of-Text. This approach can significantly improve report generation accuracy and coherence by guiding LLMs through explicit planning and execution stages, potentially reducing development costs and inference time compared to less structured methods like Chain-of-Table.

Key insights

Tree-of-Text uses a tree-structured prompting framework to improve LLM-based table-to-text generation for sports reports.

Principles

Method

Tree-of-Text employs a three-stage process: Content Planning (selects operations/arguments), Operation Execution (breaks tables into sub-tables), and Content Generation (merges/rewrites text into reports).

In practice

Topics

Best for: AI Engineer, Machine Learning Engineer, Research Scientist, AI Scientist, NLP Engineer, Prompt Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.