Table of Contents
Fetching ...

Template-Based Financial Report Generation in Agentic and Decomposed Information Retrieval

Yong-En Tian, Yu-Chien Tang, Kuang-Da Wang, An-Zi Yen, Wen-Chih Peng

TL;DR

The paper addresses template-based financial report generation from earnings releases using LLMs, comparing an agentic information retrieval (AgenticIR) framework with a decomposed prompting (DecomposedIR) approach. It introduces and evaluates two templated-generation pipelines, showing that DecomposedIR consistently provides broader, more detailed, and more accurate content aligned to the template, across finance and SumIPCC datasets. The study uses a self-contained evaluation with DecompEval and G-Eval and finds that self-reflection can improve content alignment but may increase complexity and reduce readability. The findings offer practical guidance for deploying template-based reporting in industry and suggest cross-domain applicability and future enhancements like aspect-based summarization.

Abstract

Tailoring structured financial reports from companies' earnings releases is crucial for understanding financial performance and has been widely adopted in real-world analytics. However, existing summarization methods often generate broad, high-level summaries, which may lack the precision and detail required for financial reports that typically focus on specific, structured sections. While Large Language Models (LLMs) hold promise, generating reports adhering to predefined multi-section templates remains challenging. This paper investigates two LLM-based approaches popular in industry for generating templated financial reports: an agentic information retrieval (IR) framework and a decomposed IR approach, namely AgenticIR and DecomposedIR. The AgenticIR utilizes collaborative agents prompted with the full template. In contrast, the DecomposedIR approach applies a prompt chaining workflow to break down the template and reframe each section as a query answered by the LLM using the earnings release. To quantitatively assess the generated reports, we evaluated both methods in two scenarios: one using a financial dataset without direct human references, and another with a weather-domain dataset featuring expert-written reports. Experimental results show that while AgenticIR may excel in orchestrating tasks and generating concise reports through agent collaboration, DecomposedIR statistically significantly outperforms AgenticIR approach in providing broader and more detailed coverage in both scenarios, offering reflection on the utilization of the agentic framework in real-world applications.

Template-Based Financial Report Generation in Agentic and Decomposed Information Retrieval

TL;DR

The paper addresses template-based financial report generation from earnings releases using LLMs, comparing an agentic information retrieval (AgenticIR) framework with a decomposed prompting (DecomposedIR) approach. It introduces and evaluates two templated-generation pipelines, showing that DecomposedIR consistently provides broader, more detailed, and more accurate content aligned to the template, across finance and SumIPCC datasets. The study uses a self-contained evaluation with DecompEval and G-Eval and finds that self-reflection can improve content alignment but may increase complexity and reduce readability. The findings offer practical guidance for deploying template-based reporting in industry and suggest cross-domain applicability and future enhancements like aspect-based summarization.

Abstract

Tailoring structured financial reports from companies' earnings releases is crucial for understanding financial performance and has been widely adopted in real-world analytics. However, existing summarization methods often generate broad, high-level summaries, which may lack the precision and detail required for financial reports that typically focus on specific, structured sections. While Large Language Models (LLMs) hold promise, generating reports adhering to predefined multi-section templates remains challenging. This paper investigates two LLM-based approaches popular in industry for generating templated financial reports: an agentic information retrieval (IR) framework and a decomposed IR approach, namely AgenticIR and DecomposedIR. The AgenticIR utilizes collaborative agents prompted with the full template. In contrast, the DecomposedIR approach applies a prompt chaining workflow to break down the template and reframe each section as a query answered by the LLM using the earnings release. To quantitatively assess the generated reports, we evaluated both methods in two scenarios: one using a financial dataset without direct human references, and another with a weather-domain dataset featuring expert-written reports. Experimental results show that while AgenticIR may excel in orchestrating tasks and generating concise reports through agent collaboration, DecomposedIR statistically significantly outperforms AgenticIR approach in providing broader and more detailed coverage in both scenarios, offering reflection on the utilization of the agentic framework in real-world applications.

Paper Structure

This paper contains 10 sections, 3 figures, 3 tables.

Figures (3)

  • Figure 1: An example of the financial report template.
  • Figure 2: An illustration of the AgenticIR framework.
  • Figure 3: An example of the derived decomposed questions.