STOCK TITAN

Waton Financial Highlights AlphaSchema Research Progress in Structured AI-Assisted Trading Signal Discovery

(Neutral)
Tags
AI

Waton Financial (NASDAQ: WTF) announced research progress on AlphaSchema, a framework for structured, large-language-model-assisted discovery of candidate quantitative trading signals. The work is described in a new arXiv preprint and a public GitHub repository covering the core factor-mining workflow, prompts, schema library and configuration examples.

According to Waton, AlphaSchema prioritizes explicit, inspectable trading hypotheses before code generation, using semantic plans defined by event, context, qualities, direction and output. Main experiments use historical CSI 300 and CSI 500 Chinese equity data. The company stresses these are hypothetical backtests, not live trading, product features, investment advice or evidence of commercial performance.

Loading...
Loading translation...

Positive

  • None.

Negative

  • None.

Market Context

Waton’s AI-tagged history showed an average 24-hour move of 1.93% across five events. That record pl...
Analysis

Waton’s AI-tagged history showed an average 24-hour move of 1.93% across five events. That record places AlphaSchema within an established AI narrative, while non-peer-reviewed research and no live results remain key limitations to monitor.

Key Figures

Training period: 2016–2020 Validation period: 2021–2022 Held-out test period: 2023–2025 +2 more
5 metrics
Training period 2016–2020 CSI 300 historical data
Validation period 2021–2022 CSI 300 historical data
Held-out test period 2023–2025 CSI 300 historical data
Discovery runs 5 runs Independent AlphaSchema experiments
Candidate plan fields 5 fields Event, Context, Qualities, Direction and Output

Previous AI Reports

5 past events · Latest: May 08 (Positive)
Same Type Pattern 5 events
Date Event Sentiment 24h Move Catalyst
May 08 AI platform preview Positive +2.1% Preview emphasized structured human-AI investment workflows.
Apr 16 AI platform unveiling Positive +0.8% MoTA unveiling highlighted compliance, audit trails and human-in-the-loop decisions.
Apr 14 AI platform announcement Positive +1.9% MOTA announcement described multi-agent orchestration and regulated infrastructure.
Nov 26 AI trading launch Positive +9.6% TradingWTF launch introduced autonomous AI traders and copy-trading functionality.
Nov 06 AI agent delivery Positive -4.7% DeMarc delivery marked the first commercial InfoMan implementation.

24h Move is the share-price change in the day after each event; other market factors may also have contributed.

Pattern Detected

Waton’s AI-tagged announcements produced four positive and one negative 24-hour reactions, averaging 1.93%.

Key Terms

large-language-model-assisted, factor-mining, backtesting, data contracts
4 terms
large-language-model-assisted technical
"structured, large-language-model-assisted discovery of candidate quantitative trading signals"
Use of large language models (LLMs) — advanced artificial intelligence systems that read, summarize, and generate human-like text — to support or automate business tasks such as drafting reports, analyzing documents, answering questions, or powering customer interactions. It matters to investors because it can change a company’s cost structure, speed of execution, product features and operational risks in ways analogous to hiring a highly capable assistant that scales rapidly but also brings potential errors, data‑privacy and oversight challenges.
factor-mining technical
"deep sequence models, factor-mining libraries and agent systems"
A research process that searches large sets of financial data to discover statistical patterns, or “factors,” that have historically explained or predicted asset returns. Think of it like panning for gold in a river of numbers: analysts test many candidate signals (price momentum, valuation ratios, volatility measures, etc.) to find those that consistently separate winners from losers. It matters to investors because the discovered factors can form the basis for portfolio strategies, risk controls, and performance attribution.
backtesting technical
"Under that historical backtesting protocol, the authors report the strongest results"
Backtesting is the practice of applying an investment strategy or trading rule to historical market data to see how it would have performed. It matters to investors because it helps reveal strengths, weaknesses, and potential risks of a strategy before real money is at stake—like replaying past games to refine tactics—while remembering that past results do not guarantee future outcomes.
View in glossary
data contracts technical
"checked against data contracts and leakage rules before evaluation"
Data contracts are agreements between organizations that specify how data is shared, used, and maintained. They set clear rules about what information is exchanged, how accurate it must be, and how often it is updated, similar to a service contract or a recipe. For investors, data contracts matter because they help ensure the quality and reliability of the information that influences business decisions and market movements.

AI-generated analysis. How Rhea-AI works. Not financial advice.

See more from StockTitan in Google Search and AI answers. Adds StockTitan as a preferred source · opens Google
Add on Google

New arXiv preprint and public core research code reflect Waton’s continued investment in systematic, inspectable and evidence-led quantitative research

HONG KONG, Aug. 10, 2026 (GLOBE NEWSWIRE) -- Waton Financial Limited (NASDAQ: WTF) ("Waton" or the "Company") today highlighted recent progress associated with AlphaSchema, a research framework for structured, large-language-model-assisted discovery of candidate quantitative trading signals. The work is described in a publicly available arXiv preprint and also disclosed by a public source-code repository covering the core research workflow.

The research reflects Waton’s long-term approach to AI trading, which approach is to turn model-generated ideas into explicit, reviewable hypotheses before implementation, and then test those hypotheses under defined data, validation and evaluation rules. Waton views the preprint as an early research milestone—not a product launch and not evidence of live trading performance.

The preprint was titled “AlphaSchema: Exploring the Space of Trading Semantics for LLM-Based Alpha Mining” and was authored by Jingyang Yi, Jian Yang, Yifei Jin, Yuqi Li and Jian Li. The authors’ listed affiliations include X-Tech, the Xtech-PandaAI-Waton Joint Lab, Monash University, PandaAI and the Institute for Interdisciplinary Information Sciences at Tsinghua University. These affiliations identify the authors’ research associations and do not imply institutional endorsement of Waton or its products.

Separately, in March 2026, Waton Securities International Limited ("WSI"), a Hong Kong subsidiary of Waton, announced a strategic cooperation agreement with Pandaai Quantum Global Pte. Limited and X-Tech (Beijing) Co., Ltd. to establish an AI and Fintech Joint Lab. Waton regards research collaboration, product development and regulated operating capabilities as complementary but distinct workstreams.

Preprint: AlphaSchema on arXiv

Public source-code repository: AlphaSchema on GitHub

Prior company announcement: March 2026 strategic cooperation announcement

Making Candidate Ideas Explicit Before Code

The authors begin from a practical research problem: many LLM-based factor-mining approaches ask a model to invent an idea and implement it in code at the same time, making it harder to inspect what is being tested and why. AlphaSchema, instead, treats a semantic plan as the primary object of a search and delays code generation until a plan has been selected.

Each candidate plan is represented through five fields:

  • Event — the market phenomenon being observed
  • Context — the conditions under which that phenomenon occurs
  • Qualities — optional confirmation, consistency or filtering criteria
  • Direction — the expected trading interpretation, such as continuation or reversal
  • Output — the numerical form of the resulting candidate signal

The search process combines broad exploration with surrogate-guided selection and local mutation of promising plans. Selected plans are translated into executable research code and checked against data contracts and leakage rules before evaluation. The workflow records the plan, generates code, validates status and results, and supports traceability and iteration.

This separation matters to Waton because practical AI-assisted trading research requires more than model output. It also requires reproducible data pipelines, evaluation discipline, risk controls, human review and governed paths from research to any potential production use.

What the Preprint Reports

According to the authors, the main experiments use historical Chinese equity data for the CSI 300 universe, with 2016–2020 data used for training, 2021–2022 data used for validation, and 2023–2025 data used as a held-out historical test period. The paper reports five independent discovery runs and comparisons with representative machine-learning methods, deep sequence models, factor-mining libraries and agent systems under its stated protocol.

Under that historical backtesting protocol, the authors report the strongest results on certain predictive and portfolio metrics and competitive results on others. They also report additional CSI 500 experiments using factors mined separately for that universe. These outcomes have not been independently validated, are based on a limited number of runs over a single historical test period, do not cover live execution or real-account results, and should not be read as proof of future returns or of results in other markets or periods.

The public repository includes the core factor-mining workflow, schema library, prompts, configuration examples, tests and a lightweight demo. Market data, private experiment histories and API credentials are not included; users must provide their own data, model endpoint and configuration. The repository makes important parts of the method inspectable, but it is not presented as a fully packaged production or research environment.

Why This Matters to Waton’s Long-Term AI Strategy

Waton views AI trading as a long-term challenge spanning research, data engineering, model engineering, risk controls, human oversight and regulated operations. The value of AlphaSchema for Waton lies less in any single backtest than in the design choice to make trading hypotheses explicit before code—making assumptions easier to inspect, test, reject and refine.

“Our confidence in this strategy does not rest on a single backtest. It comes from sustained execution across research, validation, product workflows and regulated operations. AlphaSchema is an early research milestone: it structures candidate trading hypotheses before code generation and makes the research process easier to inspect and iterate. We are encouraged by the direction while remaining clear that historical testing is not live performance and that any production use would require further validation, controls and review.” — Zhou Kai, Chairman of the Board and Chief Technology Officer of Waton Financial Limited

Within this broader roadmap, research collaboration, MoTA (Manager of Trading Agents, the Company’s native investment-team workbench) product development and WSI’s regulated operating infrastructure remain complementary but distinct. AlphaSchema is a distinct research framework and is not being announced as a current MoTA feature or a live trading system. Waton intends to evaluate whether insights from this work may inform future AI-assisted workflows, subject to further technical validation, product governance and applicable regulatory requirements.

Potential next research priorities include evaluation across market regimes and asset universes; sensitivity to data definitions, costs and model choices; reproducibility; robustness and failure analysis; and clearer human-oversight procedures. These are research objectives, not commitments to commercial deployment or a timetable.

Important Research Context

AlphaSchema is described in a preprint that has not completed peer review. All metrics discussed in the paper or this release are historical and hypothetical. They do not reflect the results of actual trading or any customer account and are subject to limitations, including data quality and revision, market impact, liquidity, transaction costs, implementation delay, model choice and changing market conditions. There can be no assurance that the results can be independently replicated or that the approach will prove commercially viable.

Nothing in this release is investment advice, research advice, or a recommendation regarding any security or trading strategy, and it should not be relied upon in making any investment decision. This press release does not constitute an offer to sell, or the solicitation of an offer to buy, any security. Waton does not warrant or guarantee the accuracy, completeness or reliability of any data, methodology or results described in the preprint or this press release. No assurance is given that AlphaSchema will be commercialized, integrated into MoTA or another product, achieve any particular outcome, or receive any required regulatory approval, and any such development remains subject to further validation, risk and compliance review, and applicable law.

About Waton Financial Limited

Waton Financial Limited is a holding company registered in the British Virgin Islands, conducting business primarily through its wholly owned subsidiaries in Hong Kong. Waton offers comprehensive financial services, including securities brokerage, asset management and software licensing to retail and institutional investors. Driven by technology and a customer-centric philosophy, Waton is committed to delivering innovative and reliable financial solutions. For more information, visit www.wtf.us.

Forward-Looking Statements

Certain statements in this press release constitute "forward-looking statements" within the meaning of U.S. federal securities laws, including, but not limited to, statements regarding Waton’s AI strategy, research priorities, continued investment in research and development, the potential relevance or future application of AlphaSchema-related insights, the possibility or timing of any integration into MoTA or another product, the possibility or timing of any required regulatory approval, future AI-assisted workflows, and other plans, outcomes, results, estimates, objectives, expectations or timelines. These statements are based on the Company’s current expectations and projections about future events and involve known and unknown risks and uncertainties. Investors can identify forward-looking statements by words such as "believe," "plan," "expect," "intend," "should," "seek," "estimate," "will," "target" and similar expressions, although not all forward-looking statements contain these identifying words.

Actual results may differ materially from those expressed or implied due to numerous factors, including the reliance of any reported results on historical, backtested and hypothetical data; the risk that results are not replicated in out-of-sample periods, other markets or asset universes; the fact that the preprint has not completed peer review and may be revised or corrected; intellectual property, licensing and data-rights risks associated with collaborative research and publicly released source code; technology and model limitations; data and cybersecurity risks; regulatory developments and requirements applicable to the Company’s research, product development and operating activities in the jurisdictions in which it operates; commercialization and integration challenges ; market, economic and competitive conditions; and the other risks described in the Company’s filings with the U.S. Securities and Exchange Commission. Except as required by law, the Company undertakes no obligation to update any forward-looking statement. Investors are encouraged to review the Company’s registration statements and other SEC filings at the SEC’s EDGAR website.

Contacts

Media Inquiries: pr@waton.com | Investor Relations: ir@waton.com


FAQ

What is Waton Financial's AlphaSchema framework mentioned in the August 10, 2026 announcement for WTF?

AlphaSchema is a research framework for structured, LLM-assisted discovery of candidate quantitative trading signals. According to Waton, it focuses on turning model-generated ideas into explicit, reviewable hypotheses before code, emphasizing traceable workflows, data contracts, validation rules and governed paths from research to any potential production use.

Is AlphaSchema currently used in live trading or Waton Financial's MoTA platform (NASDAQ: WTF)?

AlphaSchema is not being announced as a live trading system or current MoTA feature. According to Waton, it is an early research milestone, and any potential production use would require further technical validation, risk controls, governance, regulatory review and is not assured or scheduled.

What markets and data did Waton Financial use to test AlphaSchema in its 2026 research update?

AlphaSchema experiments use historical Chinese equity data for the CSI 300 and additional CSI 500 tests. According to Waton, training covers 2016–2020, validation 2021–2022 and a held-out historical test period of 2023–2025, under a defined backtesting protocol with five independent discovery runs.

Where can investors or researchers access the AlphaSchema preprint and code from Waton Financial (WTF)?

The AlphaSchema research is available as an arXiv preprint and a public GitHub repository. According to Waton, the repository includes the core factor-mining workflow, schema library, prompts, examples and tests, but excludes market data, private experiment histories and API credentials, which users must supply themselves.

Do AlphaSchema backtest results indicate future returns for Waton Financial (NASDAQ: WTF) or its clients?

The AlphaSchema results do not indicate future returns or actual trading performance. According to Waton, all metrics are historical, hypothetical backtests, limited to specific datasets and periods, not independently validated, and subject to risks such as data quality, costs, model choices and changing market conditions.

How does AlphaSchema fit into Waton Financial's long-term AI trading strategy for WTF shareholders?

AlphaSchema supports Waton’s goal of systematic, evidence-led AI trading research rather than immediate products. According to Waton, its value lies in making trading hypotheses explicit and inspectable, complementing broader work across research collaboration, MoTA product development and WSI’s regulated infrastructure without implying commercialization commitments.

What limitations and disclaimers did Waton Financial highlight about AlphaSchema in its August 2026 release?

Waton emphasized that AlphaSchema is described in a non–peer-reviewed preprint and all results are hypothetical. According to Waton, there is no assurance of replication, commercialization, regulatory approval or commercial viability, and nothing in the announcement constitutes investment advice, research advice or an offer regarding any security.