Skip to content

Commit 3121214

Browse files
committed
Add seminar
1 parent 514e8fb commit 3121214

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

content/event/2024-10-03/index.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
# Documentation: https://wowchemy.com/docs/managing-content/
3+
4+
title: "Seminar: \"Atom-based Approaches to Creating Interpretable NLI Models\""
5+
# event:
6+
# event_url:
7+
location: Abacws
8+
# address:
9+
# street:
10+
# city:
11+
# region:
12+
# postcode:
13+
# country:
14+
summary: Talk by [Joe Stacey](https://www.linkedin.com/in/joe-stacey-74572754/) (Apple/Imperial College London)
15+
abstract: "Joe's talk will focus on **atomic inference**, an approach to model interpretability that involves decomposing a task into discrete atoms, before making predictions for each individual atom and combining these atom-level predictions using interpretable rules. Unlike most interpretability methods, which identify influential features without any guarantees of faithfulness, atomic inference identifies exactly which components of an input are responsible for each model decision. While early work applied atomic inference to simple datasets such as SNLI, these methods have now proven to be successful on challenging datasets such as ANLI. Joe will share why he's excited by these methods, and will discuss some open challenges that remain for future work.
16+
Joe will also discuss some of his recent work on model robustness, including his 2024 ACL paper about creating more robust NLI models by generating synthetic data with LLMs. Joe will highlight some of the data quality issues with LLM-generated data, and will discuss ideas for further research in this area."
17+
18+
# Talk start and end times.
19+
# End time can optionally be hidden by prefixing the line with `#`.
20+
date: 2024-10-03T13:00:00Z
21+
date_end: 2024-10-03T14:00:00Z
22+
all_day: false
23+
24+
# Schedule page publish date (NOT event date).
25+
publishDate: 2024-09-27T00:00:00Z
26+
27+
authors: [camachocolladosj]
28+
tags: []
29+
30+
# Is this a featured event? (true/false)
31+
featured: false
32+
33+
# Featured image
34+
# To use, add an image named `featured.jpg/png` to your page's folder.
35+
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
36+
image:
37+
caption: ""
38+
focal_point: ""
39+
preview_only: false
40+
41+
# Custom links (optional).
42+
# Uncomment and edit lines below to show custom links.
43+
# links:
44+
# - name: Follow
45+
# url: https://twitter.com
46+
# icon_pack: fab
47+
# icon: twitter
48+
49+
# Optional filename of your slides within your event's folder or a URL.
50+
url_slides:
51+
52+
url_code:
53+
url_pdf:
54+
url_video:
55+
56+
# Markdown Slides (optional).
57+
# Associate this event with Markdown slides.
58+
# Simply enter your slide deck's filename without extension.
59+
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`.
60+
# Otherwise, set `slides = ""`.
61+
slides: ""
62+
63+
# Projects (optional).
64+
# Associate this post with one or more of your projects.
65+
# Simply enter your project's folder or file name without extension.
66+
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`.
67+
# Otherwise, set `projects = []`.
68+
projects: []
69+
---
70+
71+
**Invited Speaker:** [Joe Stacey](https://www.linkedin.com/in/joe-stacey-74572754/) (Apple/Imperial College London)
72+
73+
**Bio:**
74+
Joe is an Apple AI/ML scholar in the 4th year of his PhD at Imperial College London, supervised by Marek Rei. Joe's research involves creating more robust and interpretable NLP models, focusing on the task of Natural Language Inference. Prior to his PhD, Joe worked at PwC for 6 years as an analytics consultant, and also previously taught maths in a challenging secondary school.

0 commit comments

Comments
 (0)