Skip to content

Author

Z. Iklassov

3 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Book Open access Aug 2026

Generative AI and Large Language Models for Financial Markets: From Behavioral Prediction to Autonomous Trading

Financial markets are one of the few machine-learning settings where feedback is fast, mistakes are expensive, and deployment is constrained by execution and regulation. Yet most existing tutorials still treat finance either as an NLP benchmark or as a classical forecasting problem. This tutorial takes a different view. We show how recent progress in generative AI becomes genuinely useful in markets when it helps model participant behavior, ground reasoning in live documents and order-flow data, and support research and execution workflows that can survive contact with production. The material therefore moves in three steps: behavioral and market foundations; grounded LLM systems, including RAG, critique models, and agentic workflows; and responsible deployment, including corrected backtesting, execution, risk controls, and governance. Two live demonstrations and three optional Colab notebooks connect the lecture material to implementation.

Z. Iklassov, Hachem Madmoun, J. Duhot et al. · 0 citations
Preprint Aug 2026

How Robust Are Automated Fact-Checking Systems? A Cross-Benchmark Evaluation

Automated fact-checking (AFC) systems retrieve evidence and predict claim veracity, yet evaluations omit simple baselines, systems are developed for a single benchmark and cannot be trusted to generalise across domains. No prior work cross-evaluates the full two-stage retrieve-then-verify pipeline across diverse datasets, complementing retrieval-only studies (Thakur et al., 2021) and single-stage benchmarking studies (Calamai et al., 2025). We benchmark nine models, ranging from random and sparse baselines to fine-tuned transformers, zero-shot LLMs, and the two highest-ranked systems from the AVeriTeC 2025 shared task, across four datasets spanning scientific, open-web, and climate domains. Three findings stand out: (1) on ClimateCheck claim-only and fine-tuned models outperform zero-shot LLM and top-performing AVeriTeC 2025 systems, highlighting that noisy evidence can degrade veracity prediction; (2) system rankings are strongly domain- and metric-dependent: the best model on SciFact (macro-F1 0.70) drops to 0.31 on ClimateCheck, while the AVeriTeC 2025 winner and runner-up swap rankings based on evaluation metrics and datasets; (3) replacing retrieved evidence with gold annotations improves veracity accuracy by 14-22 points across models, confirming retrieval remains primary bottleneck. We release code, pre-processed datasets, and all results to support reproducible AFC research.

Aida Usmanova, Z. Iklassov, Markus Leippold et al. · 0 citations
Preprint Jul 2026

SymStep: Symbolic Step Verification for Logical Reasoning

SymStep: an LLM makes one atomic claim at a time (DEDUCE: Alice, pet, Cat), then a lightweight constraint propagator checks the claim for consistency with prior accepted deductions, rejects contradictions, and cascades implied facts automatically.

Aida Usmanova, Rui Gao, Dilshod Azizov et al. · 0 citations