-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
1,170 additions
and
87 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,19 @@ | |
<atom:link href="https://llmrisks.github.io/index.xml" rel="self" type="application/rss+xml" /> | ||
|
||
|
||
<item> | ||
<title>Week 7: GANs and DeepFakes</title> | ||
<link>https://llmrisks.github.io/week7/</link> | ||
<pubDate>Mon, 16 Oct 2023 00:00:00 +0000</pubDate> | ||
<author>[email protected] (David Evans)</author> | ||
<guid>https://llmrisks.github.io/week7/</guid> | ||
<description>(see bottom for assigned readings and questions) | ||
Presenting Team: Aparna Kishore, Elena Long, Erzhen Hu, Jingping Wan | ||
Blogging Team: Haochen Liu, Haolin Liu, Ji Hyun Kim, Stephanie Schoch, Xueren Ge | ||
Monday, 9 October: Generative Adversarial Networks and DeepFakes Today's topic is how to utilize generative adversarial networks to create fake images and how to identify the images generated by these models. | ||
Generative Adversarial Network (GAN) is a revolutionary deep learning framework that pits two neural networks against each other in a creative showdown.</description> | ||
</item> | ||
|
||
<item> | ||
<title>Week 5: Hallucination</title> | ||
<link>https://llmrisks.github.io/week5/</link> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,24 @@ | |
<language>en-us</language> | ||
<managingEditor>[email protected] (David Evans)</managingEditor> | ||
<webMaster>[email protected] (David Evans)</webMaster> | ||
<lastBuildDate>Wed, 04 Oct 2023 00:00:00 +0000</lastBuildDate> | ||
<lastBuildDate>Mon, 16 Oct 2023 00:00:00 +0000</lastBuildDate> | ||
|
||
<atom:link href="https://llmrisks.github.io/post/index.xml" rel="self" type="application/rss+xml" /> | ||
|
||
|
||
<item> | ||
<title>Week 7: GANs and DeepFakes</title> | ||
<link>https://llmrisks.github.io/week7/</link> | ||
<pubDate>Mon, 16 Oct 2023 00:00:00 +0000</pubDate> | ||
<author>[email protected] (David Evans)</author> | ||
<guid>https://llmrisks.github.io/week7/</guid> | ||
<description>(see bottom for assigned readings and questions) | ||
Presenting Team: Aparna Kishore, Elena Long, Erzhen Hu, Jingping Wan | ||
Blogging Team: Haochen Liu, Haolin Liu, Ji Hyun Kim, Stephanie Schoch, Xueren Ge | ||
Monday, 9 October: Generative Adversarial Networks and DeepFakes Today's topic is how to utilize generative adversarial networks to create fake images and how to identify the images generated by these models. | ||
Generative Adversarial Network (GAN) is a revolutionary deep learning framework that pits two neural networks against each other in a creative showdown.</description> | ||
</item> | ||
|
||
<item> | ||
<title>Week 5: Hallucination</title> | ||
<link>https://llmrisks.github.io/week5/</link> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
<!doctype html> | ||
<html class="no-js" lang="en-us"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Posts | Risks (and Benefits) of Generative AI and Large Language Models</title> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<link rel="stylesheet" href="https://llmrisks.github.io/css/foundation.min.css"> | ||
<link rel="stylesheet" href="https://llmrisks.github.io/css/highlight.min.css"> | ||
<link rel="stylesheet" href="https://llmrisks.github.io/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="https://llmrisks.github.io/css/academicons.min.css"> | ||
<link rel="stylesheet" href="https://llmrisks.github.io/css/fonts.css"> | ||
<link rel="stylesheet" href="https://llmrisks.github.io/css/finite.css"> | ||
<link rel="shortcut icon" href="/images/uva.png"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-AfEj0r4/OFrOo5t7NnNe46zW/tFgW6x/bCJG8FqQCEo3+Aro6EYUG4+cU+KJWu/X" crossorigin="anonymous"> | ||
|
||
|
||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-g7c+Jr9ZivxKLnZTDUhnkOnsh30B4H0rpLUpJ4jAIKs4fnJI+sEnkvrMWph2EDg4" crossorigin="anonymous"></script> | ||
|
||
|
||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-mll67QQFJfxn0IYznZYonOWZ644AWYC+Pt2cHqMaRhXVrursRwvLnLaebdGIlYNa" crossorigin="anonymous" | ||
onload="renderMathInElement(document.body);"></script> | ||
|
||
<script> | ||
document.addEventListener("DOMContentLoaded", function() { | ||
renderMathInElement(document.body, { | ||
delimiters: [ | ||
{left: "$$", right: "$$", display: true}, | ||
{left: "$", right: "$", display: false} | ||
] | ||
}); | ||
}); | ||
</script> | ||
|
||
|
||
</head> | ||
<body> | ||
|
||
<header> | ||
<nav class="nav-bar"> | ||
|
||
<div class="title-bar" data-responsive-toggle="site-menu" data-hide-for="medium"> | ||
<button class="site-hamburger" type="button" data-toggle> | ||
<i class="fa fa-bars fa-lg" aria-hidden="true"></i> | ||
</button> | ||
<div class="title-bar-title site-title"> | ||
<a href="https://llmrisks.github.io/">Risks (and Benefits) of Generative AI and Large Language Models</a> | ||
</div> | ||
<div class="title-bar-right pull-right"> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
|
||
<div class="top-bar" id="site-menu" > | ||
<div class="top-bar-title show-for-medium site-title"> | ||
<a href="https://llmrisks.github.io/">Risks (and Benefits) of Generative AI and Large Language Models</a> | ||
</div> | ||
<div class="top-bar-left"> | ||
<ul class="menu vertical medium-horizontal"> | ||
|
||
|
||
</ul> | ||
</div> | ||
<div class="top-bar-right show-for-medium"> | ||
|
||
<p class="groupstyle">Computer Science</br>University of Virginia</p> | ||
|
||
</div> | ||
</div> | ||
|
||
</nav> | ||
|
||
</header> | ||
|
||
<main> | ||
|
||
|
||
<div class="container"> | ||
<div class="content"> | ||
<div class="row"> | ||
|
||
|
||
<h2><a href="/welcome/">Welcome to the LLM Risks Seminar</a></h2> | ||
<div class="post-metadata"> | ||
<span class="post-date"> | ||
<time datetime="2023-05-26 00:00:00 +0000 UTC" itemprop="datePublished">26 May 2023</time> | ||
</span> | ||
|
||
</div> | ||
|
||
|
||
Full Transcript | ||
Seminar Plan The actual seminar won’t be fully planned by GPT-4, but more information on it won’t be available until later. | ||
I’m expecting the structure and format to that combines aspects of this seminar on adversarial machine learning and this course on computing ethics, but with a topic focused on learning as much as we can about the potential for both good and harm from generative AI (including large language models) and things we can do (mostly technically, but including policy) to mitigate the harms. | ||
<p class="text-right"><a href="/welcome/">Read More…</a></p> | ||
|
||
|
||
|
||
<div class="row"> | ||
<div class="column small-12"> | ||
<ul class="pagination" role="navigation" aria-label="Pagination"> | ||
|
||
<li><span>Page 2 of 2</span></li> | ||
|
||
<li class="arrow" aria-disabled="true"><a href="/post/"><em>Newer<span class="show-for-sr"> blog entries</span></em>: »</a></li> | ||
|
||
</ul> | ||
All Posts by <a href="https://llmrisks.github.io/categories">Category</a> or <a href="https://llmrisks.github.io/tags">Tags</a>. | ||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
</main> | ||
|
||
|
||
<footer class="whatisthis"> | ||
<hr /> | ||
<div class="row"> | ||
<div class="column small-12 medium-6"> | ||
<a href="//llmrisks.github.io"><b>cs 6501: Risks (and Benefits) of Generative AI</b></a><br> | ||
Fall 2023<br> | ||
<a href="//www.cs.virginia.edu">University of Virginia</a> | ||
</div> | ||
<div class="column small-14 medium-5"> | ||
<font size="-1"> | ||
Subscribe to | ||
the <a href="/index.xml"><i class="fa fa-rss-square"></i> RSS feed</a>. | ||
<a id="searchsite"> | ||
<form method="get" action="https://duckduckgo.com/"> | ||
<label for="search-field" class="show-for-sr">Search with DuckDuckGo</label> | ||
<input type="search" name="q" maxlength="255" placeholder="Search with DuckDuckGo" id="search-field"> | ||
<input type="hidden" name="sites" value="https://llmrisks.github.io/"/> | ||
<input type="hidden" name="k7" value="#faf8f8"/> | ||
<input type="hidden" name="kj" value="#b33"/> | ||
<input type="hidden" name="ky" value="#fafafa"/> | ||
<input type="hidden" name="kx" value="b"/> | ||
<input type="hidden" name="ko" value="-1"/> | ||
<input type="hidden" name="k1" value="-1"/> | ||
<input type="submit" value="DuckDuckGo Search" style="visibility: hidden;" /> | ||
</form> | ||
</a> | ||
</font> | ||
</div> | ||
</div> | ||
</hr> | ||
</footer> | ||
|
||
|
||
|
||
<div class="endofpage"> | ||
</div> | ||
|
||
<script src="/js/jquery.js"></script> | ||
<script src="/js/what-input.js"></script> | ||
<script src="/js/foundation.min.js"></script> | ||
<script src="/js/finite.js"></script> | ||
|
||
|
||
<script src="/js/highlight.pack.js"></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.