-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
205 lines (177 loc) · 8.9 KB
/
index.html
File metadata and controls
205 lines (177 loc) · 8.9 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Trustworthy AI, Spring 2026</title>
<meta name="keywords" content="robert pless, trustworthy AI course notes">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
/* Reset some default styles */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, a {
margin: 10;
padding: 10;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
line-height: 1.6;
background-color: #f4f4f4;
color: #333;
padding: 20px;
}
header {
text-align: center;
padding: 20px 0;
background-color: #35424a;
color: #ffffff;
margin-bottom: 20px;
border-radius: 8px;
}
header h1 {
margin-bottom: 10px;
font-size: 2.5em;
}
header p {
font-size: 1.1em;
}
.container {
max-width: 800px;
margin: auto;
background: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.class-info, .schedule, .syllabus {
margin-bottom: 30px;
}
.class-info h2, .schedule h2, .syllabus h2 {
margin-bottom: 15px;
color: #35424a;
border-bottom: 2px solid #35424a;
padding-bottom: 5px;
}
.class-info p, .schedule ol, .syllabus p {
margin-bottom: 10px;
}
.schedule ol {
padding-left: 20px;
}
.schedule li {
margin-bottom: 10px;
}
.schedule a {
color: #35424a;
text-decoration: none;
}
.schedule a:hover {
text-decoration: underline;
}
.zoom-link {
text-align: center;
margin-top: 20px;
}
.zoom-link a {
display: inline-block;
background-color: #35424a;
color: #ffffff;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease;
}
.zoom-link a:hover {
background-color: #1f2a30;
}
footer {
text-align: center;
margin-top: 40px;
color: #777;
font-size: 0.9em;
}
/* Responsive Design */
@media (max-width: 600px) {
header h1 {
font-size: 2em;
}
.zoom-link a {
padding: 8px 16px;
font-size: 0.9em;
}
}
</style>
</head>
<body>
<header>
<h1>Trustworthy AI, Spring 2026</h1>
<p>CSCI 6907 / EMSE 6992</p>
</header>
<div class="container">
<section class="class-info">
<h2>Class Information</h2>
<p><strong>Classroom:</strong> SEH B1270. This is one of the lecture halls in the basement of the SEH building. If you go into the building and descend the stairs, turn right at the bottom.</p>
<p><strong>Meeting Time:</strong> Mondays 3:30 PM – 6:00 PM. Typically, 3:30 PM – 4:30 PM will feature an invited speaker, followed by an in-class exercise.</p>
<p><strong>Remote Access:</strong> This course is intended to be in-person, but most guest lectures are public. If you can't attend, use the Zoom link below. Note that in-class exercises are essential for learning, so this is not a remote course.</p>
<div class="zoom-link">
<a href="https://us02web.zoom.us/j/81674875049?pwd=VkgRUXifkxx6UhBTMUhI6XO7BLATUm.1" target="_blank">Join Zoom Meeting</a>
<p style="margin-top: 10px; font-size: 0.9em;">
If prompted for a password, use: <strong>12481632</strong> (Sequence: 1, 2, 4, 8, 16, 32)
</p>
</div>
<p><Strong>Syllabus: </strong><a href="Spring2026TrustworthyAISyllabus.docx">Spring2026TrustworthyAISyllabus.docx</a>.
</section>
<section class="goals">
<h2>Course Goals</h2>
<p>This class will explore the technical and societal approaches that are being developed to deploy trustworthy AI (TAI) systems in real-world situations.
The course is open to graduate students across the University and will explore topics that may include bias in AI, misinformation and disinformation, IP rights and credit assignment in generative AI, ethical frameworks for AI deployment, and human oversight and governance models.
Course work will focus on four large projects, structured to be approachable from social, legal, scientific or computational perspectives. </p>
<section class="schedule">
<h2>Lecture Schedule</h2>
<ol>
<li><strong>Monday January 12, 2026:</strong> Introduction to Trust & AI by Robert Pless. <a href="01_IntroToTrustworthy AI _2026.pptx">Slides</a>.</li>
<li><strong>Monday January 19, 2026:</strong> <em>Holiday</em></li>
<li><strong>Monday January 26, 2026:</strong> Combining Vision and Language, by Robert Pless.
<a href="https://openai.com/index/clip/">(Reading)</a>,
<a href="02_VisualLanguageModelIntroduction.pptx">(Slides)</a>,
<a href="https://us02web.zoom.us/rec/share/us2OtuxfCXMByPGn5ALjSsdKxDwOtNNXfdR0bd7p9dY9o3e5VW2C80hSTFDzYBDh.BF_nY2puNKXCIzNZ">(Video -- Password available on blackboard or by e-mail)</a></li>
<li><strong>Monday February 2, 2026:</strong> Leah Kaplan, "AI and High Tech Product Liabilty"</li>
<li><strong>Monday February 9, 2026:</strong> John Warren, "AI, Publishing, and Ethics/Research Integrity", <a href="https://s3.eu-west-2.amazonaws.com/stm.offloadmedia/wp-content/uploads/2026/01/09190308/STM-Research-Integrity-Storytelling_Final-Shared-6th-Jan-2026.pdf">Reading</a></li>
<li><strong>Monday February 16, 2026:</strong> <em>Holiday</em></li>
<li><strong>Monday February 23, 2026:</strong> Shi Feng, Mechanisms of Human Oversight in Training AI Systems</li>
<li><strong>Monday March 2, 2026:</strong> Stacy Dean, "AI Applications and Issues in the Safety Net: A Focus on Federal Food and Nutrition Programs".
Readings:
<ol>
<li><a href="https://digitalgovernmenthub.org/wp-content/uploads/2024/05/2024-usda-ai-framework-benefits.pdf">USDA's Framework for State, Local, Tribal, and Territorial Use of Artificial Intelligence for Public Benefit Administration</a>.
<li><a href="https://www.linkedin.com/in/daveguarino/">Blog posts from Dave Guarino who is experimenting with AI in SNAP or Food Stamps, available on LinkedIn</a>
</ol>
</li>
<li><strong>Monday March 9, 2026:</strong> <em>Spring Break</em></li>
<li><strong>Monday March 16, 2026:</strong> SOTA: AI Agents, Robert Pless.<br>
<a href="https://www.anthropic.com/research/measuring-agent-autonomy">Reading: "Measuring Agent Autonomy"
<a href="https://www.newyorker.com/culture/2025-in-review/why-ai-didnt-transform-our-lives-in-2025">Reading 2: Why A.I. Didn’t Transform Our Lives in 2025</a>
</li>
<li><strong>Monday March 23, 2026:</strong> NLP, Ayah Zirikly</li>
<li><strong>Monday March 30, 2026:</strong> </li>
<li><strong>Monday April 6, 2026:</strong> </li>
<li><strong>Monday April 13, 2026:</strong> David Broniatowski, Trust in AI </li>
<li><strong>Monday April 20, 2026:</strong> Alexander Dent</li>
<li><strong>Monday April 27, 2026:</strong> James Huckenpahler, AI and Art Production</li>
<li><strong>Designated Monday April 29, 2026:</strong></li>
</ol>
</section>
Please submit your questions about readings to the following Google Form, <a href="https://forms.gle/MkxpNywffjjuHrvs8">here</a>.
<section class="Projects">
<ol>
<li><a href="https://pless.github.io/trustworthyAI/Project1">Project 1</a></li>
<li><a href="https://pless.github.io/trustworthyAI/Project2">Project 2</a></li>
<li><a href="https://pless.github.io/trustworthyAI/Project3">Project 3</a></li>
<li><a href="https://pless.github.io/trustworthyAI/Project4">Project 4</a></li>
<li><a href="https://pless.github.io/trustworthyAI/ProjectFinal">Final Project</a></li>
</ol>
</section>
</div>
<footer>
© 2026 Trustworthy AI Course. All rights reserved.
</footer>
</body>
</html>