Skip to content
View WonderfulClaire's full-sized avatar

Block or report WonderfulClaire

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.

Content in all repositories owned by your account will be closed.
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
WonderfulClaire/README.md

Hi, I'm Claire

M.S. student at Tsinghua University, based in Shenzhen. My current focus is LLM post-training, reinforcement learning, and tool-using agents, with related work in multimodal learning and speech/audio processing.

I build small, inspectable training and evaluation systems: define the task, trace the learning signal, test the implementation, and document what the evidence supports.

Academic homepage · Email · X

Selected work

Project What to explore Start here
5G Diagnostic Agent Multi-turn tool use, evidence-gated diagnosis, LoRA-SFT/GRPO training, and evaluation Learning loop · Synthetic-data experiment
BLM Multimodal Audit Visual representation learning, distributed contrastive training, reviewed data production, and GRPO Data flywheel · Distributed experiments
RL From Scratch Learning implementations and mathematical notes from Bellman equations to PPO, DPO, and GRPO Post-training chapter
Agent the Hard Way Go exercises on tool loops, permissions, context management, and memory, following Leihb's course Exercises and verification
HearWeave Microphone-array simulation, beamforming, localization, and reproducible spatial-audio baselines Tutorial
Career Pro AI A resume-analysis and mock-interview application with a server-side model API and a demo mode Architecture and setup

The research repositories distinguish synthetic experiments, implementation checks, and real-world validation. Training configurations and successful tool calls alone are not evidence of model improvement; the linked reports include limitations and unsuccessful experiments.

What I'm learning

  • Post-training: policy optimization, preference learning, reward design, and training diagnostics.
  • Agents: useful tool interactions, synthetic task data, context management, and evaluation.
  • Multimodal and audio learning: connecting representation learning with signal processing and distributed computation.

For broader projects and learning resources: JobNebula, math foundations, and my learning hub.

Pinned Loading

  1. hokie-career-tutor-mvp hokie-career-tutor-mvp Public

    AI resume analysis and mock interview tutor for college students. Incubated at Virginia Tech's Apex Center for Entrepreneurs.

    TypeScript 2 1

  2. rl-from-scratch rl-from-scratch Public

    强化学习算法全景库:数学推导 + 从零实现(numpy/PyTorch) + 可运行验证。11 章覆盖表格方法到 RLHF 与量化交易。

    Python 2

  3. HearWeave HearWeave Public

    Smart wearable microphone-array toolkit for beamforming, binaural enhancement, simulation, and localization.

    Python

  4. 5G-Diagnostic-Agent 5G-Diagnostic-Agent Public

    5G multi-turn diagnosis agent with evidence-gated tools, step rewards, LoRA-GRPO configuration and layered evaluation

    Python

  5. agent-hard-way agent-hard-way Public

    逐章手写 Learn Agent the Hard Way(Go):从一次 API 调用到生产级 harness,每章 go build 验证

    Go

  6. BLM-Multimodal-Audit BLM-Multimodal-Audit Public

    Multimodal audit: dynamic visual encoding, fine-grained alignment, reviewed data production and GRPO training

    Python