paper-with-me

홈 › Papers

Synthetic Data-Driven Prompt Tuning for Financial QA over Tables and Documents

2025-11-09 · Yaoning Yu, Kai-Min Chang, Ye Yu, Kai Wei, Haojing Luo, Haohan Wang arxiv

Financial documents like earning reports or balance sheets often involve long tables and multi-page reports. Large language models have become a new tool to help numerical reasoning and understanding these documents. However, prompt quality can have a major effect on how well LLMs perform these financial reasoning tasks. Most current methods tune prompts on fixed datasets of financial text or tabular data, which limits their ability to adapt to new question types or document structures, or they involve costly and manually labeled/curated dataset to help build the prompts. We introduce a self-improving prompt framework driven by data-augmented optimization. In this closed-loop process, we generate synthetic financial tables and document excerpts, verify their correctness and robustness, and then update the prompt based on the results. Specifically, our framework combines a synthetic data generator with verifiers and a prompt optimizer, where the generator produces new examples that exposes weaknesses in the current prompt, the verifiers check the validity and robustness of the produced examples, and the optimizer incrementally refines the prompt in response. By iterating these steps in a feedback cycle, our method steadily improves prompt accuracy on financial reasoning tasks without needing external labels. Evaluation on DocMath-Eval benchmark demonstrates that our system achieves higher performance in both accuracy and robustness than standard prompt methods, underscoring the value of incorporating synthetic data generation into prompt learning for financial applications.

📄 PDF Abstract BibTeX arXiv:2511.06292

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data Generation

Similar Papers 제목 키워드 기반

Analogy-Driven Financial Chain-of-Thought (AD-FCoT): A Prompting Approach for Financial Sentiment Analysis

2025-09-16 · Anmol Singhal Navya Singhal arxiv

Financial news sentiment analysis is crucial for anticipating market movements. With the rise of AI techniques such as Large Language Models (LLMs), which demonstrate strong text understanding capabilities, there has bee…

Sentiment Analysis

Beyond Classification: Financial Reasoning in State-of-the-Art Language Models

2023-04-30 · Guijin Son, Hanearl Jung, Moonjeong Hahm, Keonju Na 외

Large Language Models (LLMs), consisting of 100 billion or more parameters, have demonstrated remarkable ability in complex multi-step reasoning tasks. However, the application of such generic advancements has been limit…

Decision MakingSynthetic Data Generation

Measuring diversity of synthetic prompts and data generated with fine-grained persona prompting

2025-05-23 · Gauri Kambhatla, Chantal Shaib, Venkata Govindarajan

Fine-grained personas have recently been used for generating 'diverse' synthetic data for pre-training and supervised fine-tuning of Large Language Models (LLMs). In this work, we measure the diversity of persona-driven …

Diversity

AI for Climate Finance: Agentic Retrieval and Multi-Step Reasoning for Early Warning System Investments

2025-04-07 · Saeid Ario Vaghefi, Aymane Hachcham, Veronica Grasso, Jiska Manicus 외

Tracking financial investments in climate adaptation is a complex and expertise-intensive task, particularly for Early Warning Systems (EWS), which lack standardized financial reporting across multilateral development ba…

Few-Shot LearningRAGRetrievalRetrieval-augmented Generation

Prompt-Time Symbolic Knowledge Capture with Large Language Models

2024-02-01 · Tolga Çöplü, Arto Bendiken, Andrii Skomorokhov, Eduard Bateiko 외

Augmenting large language models (LLMs) with user-specific knowledge is crucial for real-world applications, such as personal AI assistants. However, LLMs inherently lack mechanisms for prompt-driven knowledge capture. T…

Knowledge Graphs