AI News selected for Professionals and Decision Makers
Primary Research Stream

A Three-Phase Foundation Model for Tax-Aware Personalized Portfolio Management

06:00 · July 1, 2026 · arXiv cs.AI RSS

A Three-Phase Foundation Model for Tax-Aware Personalized Portfolio Management

We present a three-phase deep reinforcement learning system for personalized portfolio management that addresses three limitations shared by all prior financial RL work: 1) ticker lock-in, 2) monolithic objectives , and 3) static user models. Phase 1 pretrains a ticker-identity-free cross asset encoder via self-supervised learning on a multi-asset corpus, augmented by a frozen parallel branch using Chronos, a T5-based time series foundation model, fused via a learned gating mechanism. To our knowledge, this is the first application of a time series foundation model to portfolio management RL. The encoder generalizes to any publicly traded asset via a 50-dimensional observable metadata vector that requires no retraining for new tickers. Phase 2 fine-tunes a MoE (Mixture of Experts) portfolio actor critic with PPO under an objective-conditioned reward that simultaneously serves six distinct investment goals sampled per episode: short-term alpha, short-term gain, long-term gain, capital preservation, tax-loss harvesting, and long-term-gains-only. A MoE architecture assigns each objective to a specialized expert head (momentum, growth, defensive, tax-aware), and a learned intent router blends experts based on the active objective and current market regime, which eliminates cross-objective gradient conflict. Phase 3 adds a lightweight personalization layer further adapted at inference time to each individual via a 76-parameter LoRA module fine-tuned on real brokerage transaction history, inferring investment objectives from revealed trading behavior rather than questionnaires. A natural language intent parser converts free-form goals directly into structured investment objective parameters.

Summary

The article presents a three-phase deep reinforcement learning architecture for tax-aware, personalized portfolio management that explicitly targets three longstanding constraints in financial RL: models locked to fixed ticker universes, reward functions that enforce a single monolithic objective such as Sharpe ratio, and user profiles that remain static after initial questionnaire elicitation.

Phase 1 pre-trains a cross-asset encoder through self-supervised learning on a multi-asset corpus. A parallel frozen branch incorporates Chronos, a T5-based time-series foundation model pretrained on more than 100 billion observations, with the two streams combined by a learned gating layer. The resulting encoder represents any publicly traded security through a 50-dimensional metadata vector containing sector, fundamentals, analyst consensus, options signals, earnings dates, insider activity and institutional ownership, thereby removing any dependence on learned ticker embeddings and enabling zero-shot generalization to new assets.

Phase 2 fine-tunes a Mixture-of-Experts actor-critic policy with proximal policy optimization. An objective-conditioned reward samples one of six investment goals per episode—short-term alpha, short-term gain, long-term gain, capital preservation, tax-loss harvesting or long-term-gains-only—while four specialized expert heads (momentum, growth, defensive, tax-aware) and a learned intent router allocate computation according to both the active goal and prevailing market regime. This design isolates gradient updates across conflicting objectives and avoids the need for separate policies per goal.

Phase 3 introduces a lightweight personalization layer that adapts at inference time via a 76-parameter LoRA module fine-tuned on an individual’s real brokerage transaction history. A natural-language intent parser maps free-form statements such as “buy a house in three years” into the structured objective parameters used by the router, allowing preferences to be inferred from observed behavior rather than declared once and frozen. The complete system is exposed through a FastAPI service that integrates live brokerage feeds and presents inferred preferences for user confirmation before any adaptation occurs.

Why it matters

This research is highly relevant for Dutch AI researchers and fintech enterprises looking to deploy advanced, personalized financial AI systems. The integration of foundation models, MoE, and LoRA offers cutting-edge methodologies that can be adapted by the strong Dutch financial sector to improve algorithmic trading and wealth management.

More in this beat
Chronosfoundation-modelsloramixture-of-expertspeft-and-fine-tuningreinforcement-learning
Unified Semantic Modeling Framework for Large-Scale Job Understanding at LinkedIn

06:00 · July 29, 2026

Unified Semantic Modeling Framework for Large-Scale Job Understanding at LinkedIn

This research is highly relevant for Dutch AI practitioners, particularly those in the strong local HR tech sector, as it provides a scalable, cost-effective methodology for extracting structured data from unstructured text using SLMs. The technical depth regarding LoRA adapters and attribute grouping offers actionable insights for researchers deploying NLP models in production.

Relevance 85 · Audience 95

Cura 1T: Specialized Model for Agentic Healthcare

06:00 · July 20, 2026

Cura 1T: Specialized Model for Agentic Healthcare

This research is highly relevant for Dutch AI researchers and healthcare institutions developing specialized clinical models. The data-centric, self-evolving training methodology offers a transparent and rigorous approach to building reliable healthcare AI, aligning with EU regulatory standards for clinical deployment.

Relevance 85 · Audience 95

Fine-tune video and image models at scale with NVIDIA NeMo Automodel and 🤗 Diffusers

17:57 · July 17, 2026

Fine-tune video and image models at scale with NVIDIA NeMo Automodel and 🤗 Diffusers

Directly addresses production-level challenges for ML Engineers: distributed training setups, VRAM efficiency via sharding, parameter-efficient fine-tuning, and reproducible MLOps configs. Actionable recipes enable Dutch teams to fine-tune large models without checkpoint conversion while balancing quality and compute cost.

Relevance 88 · Audience 92

Welcome Inkling by Thinking Machines

02:00 · July 15, 2026

Welcome Inkling by Thinking Machines

Directly addresses ML Engineers with concrete architecture details, latency/memory trade-offs, distributed serving patterns, and fine-tuning workflows for a frontier multimodal model, enabling immediate experimentation and production deployment.

Relevance 85 · Audience 90

Introducing Grok 4.5

02:00 · July 8, 2026

Introducing Grok 4.5

This update is highly relevant for product teams and builders as it introduces a powerful new AI model integrated directly into development workflows via Cursor. It offers actionable pricing, SDK access, and expanded capabilities beyond standard coding tasks, enabling Dutch AI practitioners to accelerate product development.

Relevance 85 · Audience 95

Discrete Diffusion Language Models for Interactive Radiology Report Drafting

06:00 · July 3, 2026

Discrete Diffusion Language Models for Interactive Radiology Report Drafting

This research is highly relevant for Dutch AI researchers and MedTech enterprises focusing on clinical workflow automation. The introduction of diffusion models for text generation offers a novel, faster, and more flexible alternative to autoregressive models in healthcare applications.

Relevance 85 · Audience 95

Epistemic Goggles: A Pretrained Module that Induces an Epistemic Frame via Gradient Editing

06:00 · July 3, 2026

Epistemic Goggles: A Pretrained Module that Induces an Epistemic Frame via Gradient Editing

Novel gradient-editing technique for epistemic control directly supports ethical and transparent AI goals emphasized in Dutch and EU policy. Researchers can reproduce and extend the method using the provided code and datasets. The approach offers practical value for Dutch labs and SMEs working on safe fine-tuning pipelines.

Relevance 78 · Audience 88

Can Agents Generalize to the Open World? Unveiling the Fragility of Static Training in Tool Use

06:00 · July 2, 2026

Can Agents Generalize to the Open World? Unveiling the Fragility of Static Training in Tool Use

This research is highly relevant for Dutch AI researchers and developers building autonomous agents, as it addresses critical robustness and generalization challenges in real-world tool use. Improving agent reliability aligns with the EU's focus on trustworthy AI, making the proposed fine-tuning strategies actionable for enterprise AI deployments in the Netherlands.

Relevance 85 · Audience 95

Internalizing the Future: A Unified Agentic Training Paradigm for World Model Planning

06:00 · June 29, 2026

Internalizing the Future: A Unified Agentic Training Paradigm for World Model Planning

This research is highly relevant for AI researchers and advanced practitioners in the Netherlands developing autonomous LLM agents. The proposed training paradigm offers actionable methodologies to overcome the reactive limitations of current agents, aligning with the Dutch focus on advanced, capable, and reliable AI systems.

Relevance 85 · Audience 95