From 1422400b4d2b9ab1b14afc2cb178e7215096fbc7 Mon Sep 17 00:00:00 2001 From: jinsong06 Date: Wed, 25 Feb 2026 13:06:44 +0800 Subject: [PATCH] Add FinRpt paper (AAAI 2026) to Financial-domain LMs section - FinRpt: Dataset, Evaluation System and LLM-based Multi-agent Framework for Equity Research Report Generation - arXiv: 2511.07322 - Authors: Song Jin, Shuqi Li, Shukun Zhang, Rui Yan - Code: https://github.com/jinsong8/FinRpt - Dataset: https://huggingface.co/datasets/jinsong8/FinRpt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ec0dc3..2ea4bee 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Selected papers associated with the above figure. - **FinMA :** PIXIU: A Large Language Model, Instruction Data and Evaluation Benchmark for Finance. *NeurIPS datasets and benchmarks track 2023*. [Paper](https://arxiv.org/abs/2306.05443) | [Github](https://github.com/chancefocus/PIXIU) | [Leaderboard](https://huggingface.co/spaces/ChanceFocus/FLARE) - **InvestLM :** InvestLM: A Large Language Model for Investment using Financial Domain Instruction Tuning. 2023. [Paper](https://arxiv.org/abs/2309.13064) | [Github](https://github.com/AbaciNLP/InvestLM) - **FinGPT :** FinGPT: Instruction Tuning Benchmark for Open-Source Large Language Models in Financial Datasets. *NeurIPS Workshop 2023*. [Paper](https://arxiv.org/abs/2310.04793) | [Github](https://github.com/AI4Finance-Foundation/FinGPT)| [HuggingFace](https://huggingface.co/FinGPT) +- **FinRpt :** FinRpt: Dataset, Evaluation System and LLM-based Multi-agent Framework for Equity Research Report Generation. *AAAI 2026*. [Paper](https://arxiv.org/abs/2511.07322) | [Github](https://github.com/jinsong8/FinRpt) | [HuggingFace Dataset](https://huggingface.co/datasets/jinsong8/FinRpt)

summary_FinLMs