_index.org

Stanford UG Courses Index

Last edited: June 6, 2026

Stanford UG Y1, Aut

Stanford UG Y1, Win

Stanford UG Y1, Spr

Stanford UG Y2, Aut

Stanford UG Y2, Win

Stanford UG Y2, Spr

Stanford UG Y3, Aut

Stanford UG Y3, Win

Stanford UG Y3, Spr

Stanford UG Talks

DateTopicPresenterLink
<2023-09-20 Wed>UG Research ProgramBrian ThomasStanford UG Research Program
<2023-09-28 Thu>Bld an Ecosystem, Not MonolithColin RaffelBuild a System
<2023-10-05 Thu>Training Helpful CHatbotsNazeen RajaniTraining Helpful Chatbots
<2023-10-26 Thu>AI Intepretability for BioGasper BegusAI Intepretability
<2023-11-02 Thu>PT Transformers on Long SeqsMike LewisPretraining Long Transformers
<2023-11-07 Tue>Transformers!A. VaswaniTransformers
<2023-11-09 Thu>Towards Interactive AgentsJessy LinInteractive Agent
<2023-11-16 Thu>Dissociating Language and ThoughtAnna IvanovaDissociating Language and Thought
<2024-01-11 Thu>Language AgentsKarthik NarasimhanLanguage Agents with Karthik
<2024-02-01 Thu>Pretraining Data
<2024-02-08 Thu>value alignmentBeen KimLM Alignment
<2024-02-15 Thu>model editingPeter HaseKnowledge Editing
<2024-07-18 Thu>Knowledge Localization
<2024-11-11 Mon>PresentationsSydney KatzPresentations
<2025-01-06 Mon>Video Generation with Learned PriorMeenakshi SarkarPriors
<2025-01-06 Mon>Theoretical Drone ControlSliding Mode UAV Control
<2025-01-09 Thu>VLM to AgentsTao YuVLM to Agents
<2025-01-13 Mon>Social RLNatasha JaquesSocial Reinforcement Learning
<2025-02-10 Mon>Model Predictive Control + PromptingGabriel MaherLLM MPC
<2025-03-03 Mon>Planning for Learning
<2025-03-06 Thu>Theorem ProvingSelf-Play Conjection Generalization
<2025-04-10 Thu>Safety for TrucksSafety for Autonomous Trucking
<2025-08-04 Mon>Collaborate Multiagent DMCollaborative Multiagent DM
<2025-09-22 Mon>AI Safety TalksAI Safety Annual Meeting
<2025-10-02 Thu>Pretraining under infinite computeLimited Samples and Infinite Compute
<2025-10-06 Mon>Mel KrusniakDecisions.jl
<2025-10-11 Sat>SISL Flash TalksSISL Talks
<2025-10-16 Thu>Predicting Scaling Performance
<2025-12-08 Mon>mixed-autonomy traffic with LLMSmixed-autonomy traffic with LLMs
<2026-01-05 Mon>AI Incidents PolicyAI Incidents Policy
<2026-01-12 Mon>Reliable RLReliable RL
<2026-01-15 Thu>Words to ConceptsWords to Concepts
Zen’s Defense
<2026-03-30 Mon>multi-agent LLMMulti-Agent LLMs
<2026-04-27 Mon>Alex’s Defense

Contacts

Talk Contacts

SU-COLLEGE110 First Essay Planning

Last edited: June 6, 2026

Several authors we have read questioned the possibility or appropriateness of democracy in countries where certain social structures and cultural ideologies are dominant—e.g., cases of Singapore and China. Do you think that particular cultures hinder the practice of democracy? Evaluate the debate on whether democracy has a universal appeal or is only appropriate to some cultures. What evidence exists to support each side of the debate and is it compelling? Take a position in this debate and make an argument for that position.

SU-COLLEGE110 Second Essay Planning

Last edited: June 6, 2026

General Information

Due DateTopicImportant Documents
SaturdayPolarization

> Please indicate which prompt you have selected (Q1, Q2, or Q3) at the beginning of your essay.

In recent years, political polarization has increased in many democratic societies. As Diamond has observed, “among the liberal democracies, partisan and ideological polarization is often worrisomely high, while political tolerance and trust have eroded.” This trend also manifests itself in the growing ideological distance between political parties, increasing partisanship among the electorate, and the erosion of civility in public discourse.

SU-CS224N Paper Review

Last edited: June 6, 2026

Key Information

  • Title: Fine-Grained Language Model Detoxification with Dense, Token-Level Rewards
  • Team Member (in 224n): Houjun Liu <[email protected]>
  • External Collaborators: Amelia Hardy <[email protected]>, Bernard Lange <[email protected]>
  • Custom Project
  • Mentor: we have no particular mentor within 224n
  • Sharing Project: this project is shared with AA222, and is a part of a research project PI’d by Mykel Kochenderfer <[email protected]>, of which Houjun is taking a leading role

Research Paper Summary

TitleFine-Grained Human Feedback Gives Better Rewards for Language Model Training
VenueNeurIPS (Spotlight)
Year2023
URLhttps://arxiv.org/pdf/2306.01693

Background

Reinforcement Learning with Human Feedback (RLHF) has demonstrated superb effect for improving performance of a language model (LM) via human preference judgments of LM output desirability–reducing incidences of toxic or false generation trajectories ((Ziegler et al. 2020)). Naive application of RLHF directly has shown success in reducing the toxicity in language model outputs, yet its effects could sometimes be inconsistent without further in-context guidance of the resulting model ((Ouyang et al. 2022)).

Transformer Speech Diarization

Last edited: June 6, 2026

Background

Current deep-learning first approaches have shown promising results for the speech text diarization task. For ASR-independent diarization, specifically, two main methods appear as yielding fruitful conclusions:

  1. Auditory feature extraction using deep learning to create a trained, fixed-size latent representation via Mel-frequency cepstral coefficients slices that came from any existing voice-activity detection (VAD) scheme ((Snyder et al. 2018)), where the features extracted with the neural network are later used with traditional clustering and Variational Bayes refinement ((Sell et al. 2018; Landini et al. 2022)) approaches to produce groups of diarized speakers