Machine Learning · New York

Tingxuan
Wu.

Machine Learning Engineer working at the intersection of large language models, multimodal reasoning, and quantitative finance.

Based in
New York, NY
Currently
M.S. @ NYU
Focus
LLM · RLHF · Multimodal
Contact
tw3196@nyu.edu
Tingxuan Wu
“Building systems that reason — from alpha signals to aligned agents.”
SCROLL
§ 01 — About

A researcher-engineer building the next generation of reasoning systems.

I am a machine learning engineer and graduate researcher at NYU, where I study large language models, reinforcement learning from human feedback, and multimodal reasoning. My work has been published at ACL and EMNLP, and recognized with the AAAI Workshop Best Poster Award.

Before academia I spent three summers deploying production ML systems inside top-tier Chinese investment banks — building RAG pipelines over analyst reports, multi-modal alpha signals from financial text, and learning-to-rank systems serving live trading decisions.

I care about systems that actually work at the boundary of research and production: low-latency, auditable, aligned.

“The interesting problems live where statistics, engineering, and language collide — and where latency, correctness, and alignment all have to be right at once.”
3
Peer-reviewed
publications
8
Top venue
PC service
3
Industry ML
deployments
$250B+
AUM across
employers
§ 02 — Experience

Shipping ML where milliseconds and millions meet.

Jun — Aug 2024
Machine Learning Engineer intern
Founder Securities · Top-10 Chinese investment bank · $50B+ AUM · Hangzhou

Architected a production RAG system serving GPT-4 QA/summarization over 10K+ analyst reports and Fed statements at <100ms p99 — reducing analyst manual review by 60%. Benchmarked 15+ forecasting architectures (TFT / LSTM / XGBoost / LightGBM), achieving 15% RMSE reduction on out-of-sample data. Scaled serving infra to 300+ QPS with MLflow-tracked A/B testing and automated retraining.

RAGTIME-SERIESPRODUCTION MLFASTAPIMLFLOW
Sep — Oct 2022
Machine Learning Engineer intern
Everbright Futures · Top-5 Chinese futures broker · subsidiary of Everbright Group

Independently developed a multi-modal market signal system — fine-tuned FinBERT-large on a proprietary Chinese financial corpus and fused embeddings with microstructure features via gated cross-attention, reaching 71% directional accuracy (+9pp over baseline). Built a NODE + TabTransformer stacked ensemble processing 1M+ daily predictions across 20+ contracts at <50ms p99, with β-VAE feature compression and purged k-fold CV.

FINBERTTABTRANSFORMERALPHAβ-VAEPURGED CV
Jul — Aug 2021
Data Engineer intern
Guosen Securities · Top-5 Chinese full-service broker · $200B+ AUM

Engineered a production-grade Airflow ETL for 4,000+ healthcare companies with Great Expectations + isolation-forest anomaly detection, cutting daily data cleaning from 8 hours to 45 minutes. Designed a 50-factor LambdaMART learning-to-rank stock screener with 85% top-decile precision over a 3-year walk-forward backtest, plus an IC-decay / mRMR / Shapley factor-quality framework for regime robustness.

AIRFLOWLAMBDAMARTIC ANALYSISFACTOR RESEARCH
§ 03 — Selected Research

Published work on multimodal learning & language models.

ACL2026

Music Performance Audio-Visual Question Answering Requires Specialized Multimodal Designs

Wenhao You*, Xingjian Diao*, Chunhui Zhang, Wenjun Huang, Keyi Kong, Weiyi Wu, Zhongyu Ouyang, Chiyu Ma, Tingxuan Wu, Ming Cheng, Soroush Vosoughi, Jiang Gui

Systematic analysis of how specialized multimodal architectures with spatio-temporal modeling enable reliable reasoning over musical performances — establishing design principles for audio–visual QA beyond generic multimodal baselines.

AAAI · Workshop2025
★ Best Poster Award

Multimodal Social Media Bot Detection Using Heterogeneous Information

Tingxuan Wu, Zhaorui Ma, Yanjun Cui, Ziyi Zhou, Eric Wang

Proposed MSM-BD, a multimodal bot detection framework integrating profile images, tweet sequences, and user metadata through modality-specialized encoders and a novel Cross-Modal Residual Cross-Attention (CMRCA) fusion module — achieving state-of-the-art accuracy and F1 on TwiBot-22.

EMNLP2024

Learning Musical Representations for Music Performance Question Answering

Xingjian Diao, Chunhui Zhang, Tingxuan Wu, Ming Cheng, Zhongyu Ouyang, Weiyi Wu, Jiang Gui

A specialized framework for audio–visual modeling in music understanding, addressing underexplored multimodal interactions, distinctive musical characteristics, and temporal alignment. Introduced annotated rhythmic and source features; achieved state-of-the-art on Music-AVQA 1.0 and 2.0.

§ 04 — Selected Projects

Building LLMs and reasoning systems from first principles.

PROJECT / 01JAN — FEB 2026

Decoder-Only LLM with GRPO Alignment, from Scratch

Implemented a decoder-only transformer in PyTorch without reference to existing codebases — custom BPE tokenizer, multi-head causal attention with RoPE, RMSNorm, SwiGLU (LLaMA-3 parity). Scaled to 125M params via DDP + BF16, then built a full GRPO alignment pipeline with rule- and model-based reward functions, replicating the core mechanics of DeepSeek-R1 at small scale.

1.45
Val perplexity
TinyStories
125M
Parameters
DDP · BF16
+15%
Preference
alignment
PROJECT / 02SEP — DEC 2025

Process-Supervised Multi-Agent Reasoning with LLM-as-Judge

Test-time compute scaling: parallel generator ensemble (Llama-3 + GPT-4) producing N candidates under temperature-diverse sampling, supervised by a Process Reward Model scoring intermediate reasoning steps via Monte Carlo rollouts — replicating OpenAI’s PRM800K methodology. A meta-judge layer audits verifier reliability using structured LLM-as-judge rubrics.

+20%
Accuracy
vs single-agent CoT
−23%
Verifier
error rate
log·N
Best-of-N
scaling law
§ 05 — Technical Stack

The tools of the trade.

Languages

Python — primary
C++ — systems
Java
R — statistics
SQL

ML / Deep Learning

PyTorch — core
JAX
Keras
scikit-learn
XGBoost · LightGBM · CatBoost

LLM & GenAI

Hugging Face — Transformers · PEFT
LangChain · RAG
Multi-agent systems
LLM-as-judge

Reinforcement Learning

PPO · DPO · GRPO
DAPO · GSPO
Reward modeling
RLHF pipelines

Data & Storage

FAISS — vector search
PostgreSQL
MongoDB
MySQL

MLOps & Cloud

Docker · MLflow
AWS — EC2 · S3
PyTorch DDP
GPU optimization
§ 06 — Education

Academic foundations.

New York UniversityNew York, NY
M.S. in Information Systems
Sep 2025 — Exp. 2027

Coursework — Machine Learning, Deep Learning, Realtime & Big Data Analytics, Big Data Application Development, Fundamental Algorithms, Database Systems.

London School of EconomicsLondon, United Kingdom
B.S. in Financial Mathematics & Statistics
Sep 2021 — Jun 2024

Honour — one of only two international undergraduate students awarded the Highest-level Merit-based Scholarship. Coursework — Probability, Distribution Theory & Inference, Regression & GLM, Stochastic Processes, Computational Methods, Operations Research.

§ 07 — Academic Service

Reviewer & PC member at top venues.

ACL
2026
EMNLP
2025
NAACL
2025
EACL
2026
ICASSP
2025 · 2026
ICME
2025 · 2026
Google Scholar
Profile
LinkedIn
Profile