Skip to content
View yullieyang's full-sized avatar

Block or report yullieyang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yullieyang/README.md

Yullie Yang

Data Scientist & Quantitative Analyst | Model Validation, Experimentation & AI/LLM Evaluation | Relocating to the SF Bay Area

I work on whether models, metrics, and AI systems are reliable enough to support real decisions. That comes down to three things I keep returning to: credit-risk model validation, product experimentation, and applied LLM/AI evaluation. The common thread is checking when an output can be trusted, and being clear when it can't.

Right now I'm a Quantitative Analyst on Risk Analytics at CoStar. Before that I did federal analytics and RAG/LLM evaluation at Guidehouse, and research tooling at the Federal Reserve Board. I'm also pursuing a Master of Applied Science in Computer Science at Penn.

📍 Based in Boston · relocating to the San Francisco Bay Area

What I work on

  • Risk & model validation — validating model outputs before they inform a decision: stress testing, scenario and sensitivity analysis, model monitoring, credit-risk analytics.
  • Experimentation & metrics — designing and reading A/B tests so a result reflects a real effect and not noise: power/MDE, CUPED, SRM checks, metric design.
  • AI & LLM evaluation — checking whether LLM and agent workflows stay grounded and calibrated enough to act on: RAG evaluation, confidence calibration, human-in-the-loop review, failure-mode analysis.

Featured projects

  • What it evaluates: Whether an LLM-based QA agent can review model-monitoring anomalies while staying grounded, calibrated, and reviewable by a person.
  • Methods: 600 synthetic cases, 15 failure types, precision/recall, confidence calibration, unsupported-claim analysis, human-in-the-loop review.
  • Why it matters: AI tools inside risk workflows have to be auditable and evidence-grounded before an analyst can rely on them.
  • What it evaluates: Whether a simulated feed-ranking change improves 7-day retention without moving guardrail metrics the wrong way.
  • Methods: 100K users, SRM check, power/MDE, CUPED, segmentation, and a ship / no-ship decision.
  • Why it matters: Good product decisions need both a statistical result and judgment about which metrics actually matter.
  • What it evaluates: How macro and market stress scenarios move commercial-real-estate risk indicators, using only public data.
  • Methods: scenario analysis, stress testing, forecasting, model monitoring, reproducible pipeline.
  • Why it matters: A risk model is only useful if its outputs can be tested across changing economic conditions.
  • What it evaluates: Macro, trade, and commodity indicators built from FRED data in a reproducible R pipeline.
  • Methods: FRED, ARIMA, distributed-lag regression, Quarto, GitHub Actions.
  • Why it matters: Connects the macro-policy side of my background to versioned, reproducible tooling.

Skills & toolbox

  • Languages: Python, SQL, R
  • AI / LLM evaluation: RAG evaluation, LLM evaluation, agent workflows, prompt experimentation, human-in-the-loop review, retrieval-quality analysis
  • Analytics & experimentation: A/B testing, CUPED, SRM checks, power/MDE, metric design, forecasting
  • Risk & model validation: stress testing, sensitivity analysis, model monitoring, credit-risk analytics
  • Engineering: Git, GitHub Actions, Streamlit, Quarto, pytest, SQLAlchemy
  • Visualization: Tableau, Power BI, Streamlit dashboards, Quarto

Contact

📫 yullieyang@gmail.com · Portfolio · LinkedIn

📍 Based in Boston · relocating to the San Francisco Bay Area

Currently looking at roles in AI evaluation, model risk, Trust & Safety analytics, Responsible AI, experimentation, and model validation.

Pinned Loading

  1. r-macro-trade-commodity-forecast r-macro-trade-commodity-forecast Public

    Reproducible R workflow: FRED macro/trade/commodity panel, auto.arima forecasts for net exports, real GDP, and WTI, FX pass-through regression.

    R

  2. llm-research-workflow-assistant llm-research-workflow-assistant Public

    Responsible AI workflow prototype for research QA, documentation, and human-in-the-loop review.

    Python

  3. cre_stress_test cre_stress_test Public

    Production-style CRE credit-risk modeling pipeline — Python package + R/auto.arima companion + SQLAlchemy persistence + Streamlit dashboard. FRED, Google Mobility, Boston Zoning. pytest + CI.

    HTML

  4. agentic-ai-evaluation-platform agentic-ai-evaluation-platform Public

    Applied research study of LLM-based QA agents on synthetic model-monitoring anomaly review: scenario-labelled synthetic data, deterministic baselines, schema-constrained agent + reviewer, calibrati…

    Python

  5. product-ab-experiment product-ab-experiment Public

    End-to-end A/B experimentation analysis: North Star metric, SRM check, power/MDE, CUPED, guardrails, segmentation, and ARIMA forecasting. Reproducible.

    Python