Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog post: LLMs Don't Hallucinate #233

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
37f6aa6
Centre-aligns images in blog posts
jcarstairs-scottlogic May 13, 2024
bb2406e
LLMs don't hallucinate
jcarstairs-scottlogic Jul 31, 2024
195bf4f
Minor style/grammar/punctuation fixes
jcarstairs-scottlogic Aug 29, 2024
53a9b57
More minor style/grammar fixes
jcarstairs-scottlogic Aug 29, 2024
b20f667
More minor style fixes
jcarstairs-scottlogic Aug 29, 2024
8434838
More style improvements
jcarstairs-scottlogic Aug 29, 2024
f777b21
Spelling: ingeneous -> ingenious
jcarstairs-scottlogic Aug 29, 2024
eb34820
Typo
jcarstairs-scottlogic Aug 29, 2024
8788163
Moves first footnote
jcarstairs-scottlogic Aug 29, 2024
4c7c4e4
Moves references in paragraph 2 to footnotes
jcarstairs-scottlogic Aug 29, 2024
d03b94c
Removes 'epistemically'
jcarstairs-scottlogic Aug 29, 2024
d39d158
Simplifies 'have an incentive to lie' -> 'lie'
jcarstairs-scottlogic Aug 29, 2024
b03e908
Style: 'unfactuality' -> 'non-factuality'
jcarstairs-scottlogic Aug 29, 2024
0de672f
Style: "the concept 'hallucination'" -> "the concept of 'hallucination'"
jcarstairs-scottlogic Aug 29, 2024
1a9c657
Moves more links to footnotes
jcarstairs-scottlogic Aug 29, 2024
47b4a15
Reference to personal blog for evidence on usage of the word 'halluci…
jcarstairs-scottlogic Aug 29, 2024
2232d5a
Optimises images
jcarstairs-scottlogic Aug 30, 2024
9f24e61
Marks all child elements of figure as role=presentation
jcarstairs-scottlogic Aug 30, 2024
888486b
Hides figures from AT with aria-hidden instead of role=presentation
jcarstairs-scottlogic Aug 30, 2024
772da27
'Lie' -> 'literally lie'
jcarstairs-scottlogic Sep 2, 2024
5e671e1
Updates publish date to 6 Sep
jcarstairs-scottlogic Sep 6, 2024
139e0cc
Bumps date to 10th Sept
jcarstairs-scottlogic Sep 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ active-authors:
- jarnstein
- jbeckles
- jbickleywallace
- jcarstairs
- jcwright
- jdunleavy
- jgrant
Expand Down Expand Up @@ -502,6 +503,10 @@ authors:
picture: picture.jpg
jcardy:
name: "Jonathan Cardy"
jcarstairs:
name: "Joe Carstairs"
author-summary: "<p>Developer at Scott Logic. Find me on <a href=\"https://joeac.net\">joeac.net</a>.</p>"
picture: picture.webp
jcwright:
name: "Jay Wright"
author-summary: "<p>I'm a developer at Scott Logic, based in Newcastle. My primary interest is in backend development, primarily in Java, and cloud technologies. I also have experience building web applications in React.<p>\n<p>Away from work I'm a keen petrol head and avid Formula One fan. I support McLaren, in case you were wondering.</p>"
Expand Down
465 changes: 465 additions & 0 deletions _posts/2024-08-29-llms-dont-hallucinate.md
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcarstairs-scottlogic I'm fairly sure this file shouldn't have been merged. There are now two blog posts

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I didn't spot that - @jcarstairs-scottlogic am I ok to delete the earlier date?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NVM, I see the other PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Large diffs are not rendered by default.

465 changes: 465 additions & 0 deletions _posts/2024-09-10-llms-dont-hallucinate.md

Large diffs are not rendered by default.

Binary file added jcarstairs/assets/ai-safety-summit.webp
Binary file not shown.
Binary file added jcarstairs/assets/crumple-zone.webp
Binary file not shown.
Binary file added jcarstairs/assets/dice.webp
Binary file not shown.
Binary file added jcarstairs/assets/mirage.webp
Binary file not shown.
Binary file added jcarstairs/assets/picture-falling-off-wall.webp
Binary file not shown.
Binary file added jcarstairs/assets/predictive-text.webp
Binary file not shown.
Binary file added jcarstairs/assets/whisky.webp
Binary file not shown.
4 changes: 4 additions & 0 deletions jcarstairs/atom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
author: jcarstairs
layout: atom_feed
---
4 changes: 4 additions & 0 deletions jcarstairs/feed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
author: jcarstairs
layout: rss_feed
---
5 changes: 5 additions & 0 deletions jcarstairs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Joe Carstairs
author: jcarstairs
layout: default_author
---
Binary file added jcarstairs/picture.webp
Binary file not shown.
5 changes: 5 additions & 0 deletions scss/_default-post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
ul {
list-style-type: disc;
}

img {
display: block;
margin-inline: auto;
}
}

.author-information {
Expand Down
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.