Hi,
I am Claire (Nayoung) Kim, a Computer Science Ph.D. candidate at the School of Computing and Augmented Intelligence (SCAI) at Arizona State University, graduating in 2026. I build and evaluate trustworthy NLP and LLM systems, with research spanning fairness, bias mitigation, hallucination, robustness, and human-centered AI evaluation.
My work is strongest at the intersection of rigorous research and practical AI systems: defining measurable failure modes, designing mitigation methods, running careful evaluations, and building usable ML/LLM prototypes.
- FocusTrustworthy LLMs · Fairness · Hallucination mitigation · LLM evaluation
- Core stackPython · PyTorch · HuggingFace · Transformers · LoRA / PEFT
- LLM systemsRAG · Multi-agent · LLM-as-a-judge · Vector DBs (FAISS, Chroma)
- Cloud & MLOpsAWS (SageMaker, S3, Lambda) · GCP · Docker · MLflow / WandB
- Most recentApplied Scientist Intern @ Amazon (Fall 2025)
- Looking forApplied / Research Scientist · ML / AI Engineer — Fall 2026 start
Download Resume Research Projects Dev Projects Full CV
Experience
- Applied Scientist Intern, Amazon — Bellevue, WA · Sep – Dec 2025
- AI/ML Intern, AMD — Austin, TX · May – Aug 2025
- Software Development Intern, AMD — Austin, TX · Aug – Dec 2024
- Research Assistant, DHS-CAOE — Tempe, AZ · Aug 2022 – May 2025
- Research Assistant, ASU — Tempe, AZ · Aug 2021 – Aug 2022
- Research Assistant, ASU × Mathpresso — Tempe, AZ · Jan – May 2021
- Research Assistant, Korea University DMIS Lab — Seoul, Republic of Korea · Mar 2017 – Feb 2019
For full role details (PIs, scope, responsibilities), see the Full CV.
Skills
Research Projects
A selection of research projects spanning trustworthy LLMs, fairness and bias mitigation, hallucination evaluation, and human-centered AI — grouped chronologically, with the most concrete outcome leading each entry.
Ongoing
Reasoning-Level Fairness in LLMs — Under submission
- Reduced bias scores on the BBQ benchmark while preserving accuracy within 1% across GPT-3.5-Turbo and LLaMA-2-13B baselines.
- Built a reasoning-aware framework that models reasoning as Q → {R} → A to identify how stereotypes emerge during intermediate steps, and introduced a new metric quantifying unsupported demographic assumptions in reasoning traces — a complementary signal beyond answer-level bias.
- Designed hybrid mitigation: process supervision with counterfactual augmentation, fairness-aware RL rewards, and inference-time guided decoding with fairness verifiers (built on OpenR).
Bayesian Learning for Uncertainty-Aware Hallucination Mitigation
- Designing a Bayesian, uncertainty-aware LLM system to detect and mitigate hallucinations in production, paired with evaluation workflows that demonstrate hallucination detection at scale.
2025
MASTOPIA: Transparency in LLM-Assisted Intelligence Analysis
- Showed in a 2³ factorial human-subject study (n = 304) that high-transparency LLM outputs did not improve performance and in marginal conditions decreased it — evidence of overreliance from information overload, motivating adaptive / on-demand transparency design.
- Built MASTOPIA, a multi-agent RAG system (supervisor → retriever → generator agents) powered by GPT-4 / GPT-3.5 that operationalizes Multisource AI Scorecard Table (MAST) tradecraft standards through prompt engineering.
- Shipped an interactive Streamlit demo with model conditions, evidence retrieval, and behavioral logging of verification activity.
2024
Towards Fair Language Modeling via Parameter-Efficient Methods by Machine Feedback
- Mitigated social biases in T5, BERT, and LLaMA-2 for toxicity and hate-speech detection by combining reinforcement learning with parameter-efficient tuning (LoRA, P-tuning).
MEGAWATT: MAST for Evaluating Generative AI in Worker–Automation Team Tasks
- Ran human-subject studies on whether off-the-shelf or improved GPT-4 outputs lead to appropriate use — including correct rejections — for intelligence-analysis (I&A) tasks.
- Applied the MAST trust-assessment framework to evaluate baseline performance and inform adoption decisions for GPT-4 in I&A workflows.
- Improved response quality with prompt engineering and RAG across summarization, NER, and conversational tasks.
Automated Evaluation of Machine-generated Summaries using RLHF
- Trained an LLM classifier to score document–summary pairs via multi-class classification + RLHF on a handcrafted human-preferences dataset; validated with expert evaluation to confirm the learning method.
2023
PADTHAI-MM: Designing Trustworthy, Human-Centered AI Systems Using the MAST Methodology — Published in AI Magazine, 2025
- Designed and validated a principled AI design framework (PADTHAI-MM) for trustworthy decision-support systems; demonstrated effectiveness through a deployed AI system that positively impacted user trust perceptions.
- Conducted association analysis between user ratings and trust-impacting factors, providing a theoretical basis for the framework.
- Released open-source implementation artifacts for the READIT and Facewise prototypes supporting the MAST-based design workflow.
2022
READIT: Reporting Assistant for Defense and Intelligence Tasks
- Built a Transformer-based summarization system for intelligence analysts, deployed via a Node.js + Google Cloud web interface for production access to summarized reports.
- Public implementation available through the PADTHAI-MM research-code repository.
Facewise: AI-based Face ID Verification System
- Built a face ID verification system for security screening, using CNN + ResNet face matching with fine-tuning to optimize verification performance.
- Public implementation available through the PADTHAI-MM research-code repository.
2021
Interpreting Text Classifiers with Counterfactual Explanation
- Final project for CSE 472 (Social Media Mining).
- Implemented counterfactual explanations for a multi-layer neural network used in text classification.
2017
Biomedical Entity Relation Extraction
- Extracted biomedical entities and identified relations using the Comparative Toxicogenomics Database (CTD) via distant supervision.
- Implemented and trained a tree-RNN model (SPINN) combined with a word–character embedding model.
Dev Projects
These projects translate my trustworthy AI research direction into interactive systems, demos, and product-quality prototypes — connecting model behavior, transparency, evaluation, and user interaction in real systems while also showing the engineering judgment needed to build and deploy them.
MASTOPIA — Transparency-Aware LLM Analysis Demo
MASTOPIA is a Streamlit demo for LLM-assisted intelligence analysis. It operationalizes MAST-style transparency ideas through an interactive workflow with model conditions, evidence retrieval, model information, session management, and activity logging.
System highlights
- Multi-agent architecture with supervisor, retriever, and general AI agents.
- Streamlit chat interface with model information controls and sidebar state.
- Session management and activity logging for research evaluation.
- RAG-oriented stack using LangChain / LangGraph, OpenAI APIs, FAISS, and Google Cloud / Firestore components.
Sprout — Product-Quality Engineering Build
Sprout is not a research project, but it shows my interest in building usable real-world systems with care for interaction quality, reliability, and user-facing product details.
- Full-stack bilingual social app with authentication, profiles, public sharing, responsive UI, dark mode, and Supabase-backed persistence.
- Built with a high-quality agentic coding workflow while retaining ownership of product direction, architecture, testing, and final code quality.
- Included here as engineering evidence alongside my primary research work.
