-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagent_bank222_inclass.html
56 lines (48 loc) · 4.26 KB
/
agent_bank222_inclass.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>CS 222: AI Agents and Simulations</title>
<!-- Bootstrap, Font Awesome, Aminate, Owl Carausel, Normalize CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="static_dir/css/main.css">
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; }
h1, h2, h3 { color: #990615; }
code { background-color: #f4f4f4; padding: 2px 4px; border-radius: 4px; }
pre { background-color: #f4f4f4; padding: 10px; border-radius: 4px; overflow-x: auto; }
table { border-collapse: collapse; width: 100%; margin-bottom: 20px; }
th, td { border: 1px solid #ddd; padding: 8px; text-align: left; }
th { background-color: #f2f2f2; }
</style>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="static_dir/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="static_dir/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="static_dir/favicon_io/favicon-16x16.png">
<link rel="manifest" href="static_dir/favicon_io/site.webmanifest">
</head>
<body>
<h1 style="margin-bottom:0em; padding-top:2em"><a href="index.html"><strong style="font-weight:700">CS 222:</strong> AI Agents and Simulations</a></h1>
<div class="header-row" style="margin-bottom:2em; padding-top:1.5em">
<div class="course-info">
<h5>STANFORD UNIVERSITY, FALL 2024</h5>
<h5><strong>Location:</strong> M W 01:30p-02:50p; Lathrop Library, Rm 299</h5>
<h5 style="margin-top:0.4em"><strong>Contact:</strong> cs222-ai-simulations@cs.stanford.edu</h5>
</div>
</div>
<h2>AgentBank-CS222</h2>
<h2>In class activity pt 1: Interview your classmate <small>(Due: 10/23 11:59pm)</small></h2>
<p><strong>Instruction:</strong> Find a partner in the classroom and take turns interviewing each other. Please note that the responses you share will be shared with your classmates, so you do not have to share information you are not comfortable with. If you feel like you shared something you are uncomfortable with, redact portions of the interview afterward.</p>
<p>Copy the Google Doc below. Interview your partner using the provided interview script. Write or transcribe your partner's responses in as much detail as possible. Fill in the interviewee’s responses below, and submit everything below the == line on Canvas once you have completed the interview.</p>
<p><a href="https://docs.google.com/document/d/1sj62ZJzZ-bPZwfmQY_CgeK871-gMR94WmWM4ZOyIRdY/edit?usp=sharing" target="_blank">Google Doc</a></p>
<h2>In class activity pt 2: Take the CS222 Survey <small>(Due: 10/23 11:59pm)</small></h2>
<p><strong>Instruction:</strong> Copy the spreadsheet below and answer the survey questions. Once you are done, download it as a CSV file and submit it on Canvas.</p>
<p>Please note that the responses you share will be shared with your classmates, so you do not have to share any information you are uncomfortable with. If there are questions you prefer not to answer, simply write "Prefer not to answer" in the response column.</p>
<p><a href="https://docs.google.com/spreadsheets/d/1JUwLDu1zPV49Xy_Oj_fW6ZRNtNiR4q9xFxQvmOC1loE/edit?usp=sharing" target="_blank">Spreadsheet</a></p>
<h2>Extra credit: Predict your interviewee's survey responses <small>(Due: 10/25 11:59pm)</small></h2>
<p>Craft a prompt to ChatGPT that aims to predict your interviewee's responses to the CS222 Survey. The prompt should include the transcript or notes from the interview you conducted and ask the language model to role-play as your interviewee.</p>
<p>Once you have generated your predictions, ask your interviewee for their actual responses to the CS222 Survey. In 2-3 paragraphs, describe where your predictions succeeded and failed, and provide a hypothesis on why this may have occurred.</p>
</body>
</html>