基本信息
- 来源: arxiv
- 原始来源: http://arxiv.org/abs/2608.09880v1
- 发布域名: arxiv.org
- 分类: cs.CV
- 作者: Xu Ouyang、Moontae Lee
要点解读
这是什么
该研究把因果语言模型的 token 生成能力直接用于股票收益率预测和 ETF 动态配置,构建了一套统一的无头部接口,实现从预测到仓位生成的全流程。
用在哪里
适用于需要把预测结果直接转化为投资权重的量化研究场景,尤其是探索语言模型在金融决策中端到端应用的从业者和学者。
可以推断的
- 推测:在需要对预测和配置进行联合优化的任务中,端到端的 token 生成方式可能比传统多阶段管道更具灵活性。
- 推测:实现过程可能需要在生成阶段加入约束机制,以满足实际交易的仓位限制和风险控制要求。
来源摘要/节选
Financial prediction typically relies on task-specific regression, ranking, or policy heads, separating the language model from the numerical object ultimately evaluated. We investigate whether a causal language model can instead represent forecasts and decisions directly through constrained token generation. FinATOM introduces a unified, head-free interface for three-step stock-return forecasting and dynamic five-ETF allocation. The forecasting model autoregressively emits volatility-standardized return tokens and is trained with ordinal and ranking supervision followed by a one-epoch token-level policy stage. The allocation model generates normalized long-only weights; supervised fine-tuning imitates a causal mean–variance anchor, and DAPO-augmented GRPO optimizes realized 21-day Sharpe subject to anchor consistency. In 2023–2025 ETF tests, the allocation policy improves pooled gross Sharpe from 1.428 to 1.529 and net Sharpe under a 5-bp transaction-cost model from 1.394 to 1.494. The multimodal allocation input attains the highest three-period mean Sharpe of 1.540, with its clearest advantage in 2025. On FinTexTS, the SFT and policy strategies achieve 73.52%/2.68 and 73.72%/2.69 cumulative-return/Sharpe, respectively. These results support the feasibility of direct language-model token generation for financial numerical prediction and decision-making, while motivating broader tests across assets, regimes, and random seeds.
来源说明
当前保存的是来源摘要,不代表论文全文。请以原始来源为准。
「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。