iamzuoyou commited on
Commit
ba755e1
·
verified ·
1 Parent(s): 85d1222

Update README.md: absolute language links, combined results figure

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
  # Alpha-R1: Alpha Screening with LLM Reasoning via Reinforcement Learning
16
 
17
  <p align="center">
18
- <a href="README_en.md">English</a> | <a href="README.md">中文</a>
19
  </p>
20
 
21
  **Alpha-R1** 是一个面向量化 Alpha 筛选的推理增强型 LLM:基于 Qwen3-8B,通过 GRPO 强化学习([verl](https://github.com/volcengine/verl))以市场反馈奖励训练。它阅读 Alpha101 因子的**语义化描述**——每个因子如何起作用、何时有效、何时失效——并针对当前市场环境筛选出最值得激活的因子组合。
@@ -88,8 +88,7 @@ GitHub 仓库的 `src/alpha_r1/parsing/` 提供了配套的校验与解析脚本
88
  12 个月样本外测试(2025-01-01 ~ 2025-12-31,论文 Table 1):
89
 
90
  <p align="center">
91
- <img src="assets/main_result_sp500.png" alt="Backtest NAV comparison on the S&P 500 asset pool" style="width: 49%;">
92
- <img src="assets/main_result_csi300.png" alt="Backtest NAV comparison on the CSI 300 asset pool" style="width: 49%;">
93
  </p>
94
 
95
  <table>
 
15
  # Alpha-R1: Alpha Screening with LLM Reasoning via Reinforcement Learning
16
 
17
  <p align="center">
18
+ <a href="https://huggingface.co/FinStep/Alpha-R1/blob/main/README_en.md">English</a> | <a href="https://huggingface.co/FinStep/Alpha-R1/blob/main/README.md">中文</a>
19
  </p>
20
 
21
  **Alpha-R1** 是一个面向量化 Alpha 筛选的推理增强型 LLM:基于 Qwen3-8B,通过 GRPO 强化学习([verl](https://github.com/volcengine/verl))以市场反馈奖励训练。它阅读 Alpha101 因子的**语义化描述**——每个因子如何起作用、何时有效、何时失效——并针对当前市场环境筛选出最值得激活的因子组合。
 
88
  12 个月样本外测试(2025-01-01 ~ 2025-12-31,论文 Table 1):
89
 
90
  <p align="center">
91
+ <img src="assets/main_results.png" alt="Backtest NAV comparison on S&P 500 (left) and CSI 300 (right)" style="width: 100%;">
 
92
  </p>
93
 
94
  <table>