Skip to content

Commit

Permalink
Rebuilt site
Browse files Browse the repository at this point in the history
  • Loading branch information
evansuva committed Oct 16, 2023
1 parent 2d120f3 commit 508e4c0
Show file tree
Hide file tree
Showing 9 changed files with 1,170 additions and 87 deletions.
464 changes: 398 additions & 66 deletions index.html

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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&#39;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>
Expand Down
38 changes: 21 additions & 17 deletions post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,24 @@
<div class="row">


<h2><a href="/week7/">Week 7: GANs and DeepFakes</a></h2>
<div class="post-metadata">
<span class="post-date">
<time datetime="2023-10-16 00:00:00 &#43;0000 UTC" itemprop="datePublished">16 October 2023</time>
</span>

</div>


(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.
<p class="text-right"><a href="/week7/">Read More…</a></p>



<h2><a href="/week5/">Week 5: Hallucination</a></h2>
<div class="post-metadata">
<span class="post-date">
Expand Down Expand Up @@ -243,27 +261,13 @@ <h2><a href="/survey/">Welcome Survey</a></h2>



<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 &#43;0000 UTC" itemprop="datePublished">26 May 2023</time>
</span>

</div>


Full Transcript
Seminar Plan The actual seminar won&rsquo;t be fully planned by GPT-4, but more information on it won&rsquo;t be available until later.
I&rsquo;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 1 of 1</span></li>
<li class="arrow" aria-disabled="true"><a href="/post/page/2/">&laquo; <em>Older<span class="show-for-sr"> blog entries</span></em></a></li>

<li><span>Page 1 of 2</span></li>

</ul>
All Posts by <a href="https://llmrisks.github.io/categories">Category</a> or <a href="https://llmrisks.github.io/tags">Tags</a>.
Expand Down
15 changes: 14 additions & 1 deletion post/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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&#39;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>
Expand Down
173 changes: 173 additions & 0 deletions post/page/2/index.html
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 &#43;0000 UTC" itemprop="datePublished">26 May 2023</time>
</span>

</div>


Full Transcript
Seminar Plan The actual seminar won&rsquo;t be fully planned by GPT-4, but more information on it won&rsquo;t be available until later.
I&rsquo;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>:&nbsp;&raquo;</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>&nbsp;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>
7 changes: 6 additions & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

<url>
<loc>https://llmrisks.github.io/post/</loc>
<lastmod>2023-10-04T00:00:00+00:00</lastmod>
<lastmod>2023-10-16T00:00:00+00:00</lastmod>
</url>

<url>
<loc>https://llmrisks.github.io/week7/</loc>
<lastmod>2023-10-16T00:00:00+00:00</lastmod>
</url>

<url>
Expand Down
4 changes: 2 additions & 2 deletions src/content/post/week7.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
+++
date = "16 Oct 2023"
draft = true
draft = false
title = "Week 7: GANs and DeepFakes"
slug = "week6"
slug = "week7"
+++

(see bottom for assigned readings and questions)
Expand Down
2 changes: 2 additions & 0 deletions week5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ <h2 id="questions-for-the-second-class-104">Questions for the second class (10/4
<li class="arrow" aria-disabled="true"><a href="https://llmrisks.github.io/week4/">&laquo; <em>Previous<span class="show-for-sr"> page</span></em>: Week 4: Capabilities of LLMs</a></li>


<li class="arrow" aria-disabled="true"><a href="https://llmrisks.github.io/week7/"><em>Next<span class="show-for-sr"> page</span></em>: Week 7: GANs and DeepFakes&nbsp;&raquo;</a></li>

</ul>

</div>
Expand Down
Loading

0 comments on commit 508e4c0

Please sign in to comment.