Red Teaming & RLHF for Compliance-Safe LLM Training
I did a mix of red teaming and RLHF. Basically, I tried to break the model by asking tricky questions that might get it to leak private info (PII, PHI) or give unsafe advice. I also ranked responses for how helpful vs. harmful they were. On top of that, I reviewed Python and SQL code the model generated — checking for correctness and security issues. All together, I completed around 2,500 tasks, including 500+ detailed write-ups on model failures.