paper-with-me

홈 › Papers

FEVO: Financial Knowledge Expansion and Reasoning Evolution for Large Language Models

2025-07-08 · Bo Pang, Yalu Ouyang, Hangfei Xu, Ziqi Jia, Panpan Li, Shengzhao Wen, Lu Wang, Shiyong Li, Yanpeng Wang

Advancements in reasoning for large language models (LLMs) have lead to significant performance improvements for LLMs in various fields such as mathematics and programming. However, research applying these advances to the financial domain, where considerable domain-specific knowledge is necessary to complete tasks, remains limited. To address this gap, we introduce FEVO (Financial Evolution), a multi-stage enhancement framework developed to enhance LLM performance in the financial domain. FEVO systemically enhances LLM performance by using continued pre-training (CPT) to expand financial domain knowledge, supervised fine-tuning (SFT) to instill structured, elaborate reasoning patterns, and reinforcement learning (RL) to further integrate the expanded financial domain knowledge with the learned structured reasoning. To ensure effective and efficient training, we leverage frontier reasoning models and rule-based filtering to curate FEVO-Train, high-quality datasets specifically designed for the different post-training phases. Using our framework, we train the FEVO series of models - C32B, S32B, R32B - from Qwen2.5-32B and evaluate them on seven benchmarks to assess financial and general capabilities, with results showing that FEVO-R32B achieves state-of-the-art performance on five financial benchmarks against much larger models as well as specialist models. More significantly, FEVO-R32B demonstrates markedly better performance than FEVO-R32B-0 (trained from Qwen2.5-32B-Instruct using only RL), thus validating the effectiveness of financial domain knowledge expansion and structured, logical reasoning distillation

📄 PDF Abstract BibTeX arXiv:2507.06057

Code (0)

등록된 구현이 없습니다.

Tasks

Logical ReasoningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

FeVOS: Foresight Expression Video Object Segmentation

2026-06-24 · Kehan Lan, Kaining Ying, Henghui Ding arxiv

Existing Referring Video Object Segmentation tasks focus on referring expressions describing events, actions or appearances of relevant objects within the observed frames, lacking evaluation in scenarios that require pre…

Referring Video Object SegmentationReinforcement Learning

RefEvo: Agentic Design with Co-Evolutionary Verification for Agile Reference Model Generation

2026-04-27 · Yifan Zhang, Jianmin Ye, Jiahao Yang, Xi Wang arxiv

As the complexity of System-on-Chip (SoC) designs grows, the shift-left paradigm necessitates the rapid development of high-fidelity reference models (typically written in SystemC) for early architecture exploration and …

Code Generation

A Case for Agentic Tuning: From Documentation to Action in PostgreSQL

2026-05-19 · Hongyu Lin, Mingyu Li, Weichen Zhang, Yihang Lou 외 arxiv

Documentation has long guided computer system tuning by distilling expert knowledge into per-parameter recommendations. Yet such guides capture only what experts conclude, discarding how they reason. This fundamental gap…

On the Evolution of Knowledge Graphs: A Survey and Perspective

2023-10-07 · Xuhui Jiang, Chengjin Xu, Yinghan Shen, Xun Sun 외

Knowledge graphs (KGs) are structured representations of diversified knowledge. They are widely used in various intelligent applications. In this article, we provide a comprehensive survey on the evolution of various typ…

Financial AnalysisKnowledge GraphsSurvey

Reward-Guided Iterative Refinement in Diffusion Models at Test-Time with Applications to Protein and DNA Design

2025-02-20 · Masatoshi Uehara, Xingyu Su, Yulai Zhao, Xiner Li 외

To fully leverage the capabilities of diffusion models, we are often interested in optimizing downstream reward functions during inference. While numerous algorithms for reward-guided generation have been recently propos…

DenoisingEvolutionary Algorithms