generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added blocking and renamed implicit explicit
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
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,12 @@ | ||
--- | ||
layout: page | ||
title: Blocking in LLMs | ||
description: Do LLMs know the badness of badity? | ||
img: /assets/img/luzern-panorama-proj.jpg | ||
importance: 3 | ||
category: llm | ||
--- | ||
|
||
Blocking is a well-known linguistic phenomenon. In brief, constructions (including words) are dispreferred if there is an already established construction with the same meaning. For example, *childs* is dispreferred as a plural of *child* (even though it follows the regular rule for pluralization in English) because it is “blocked” by the semantically identical word *children*. | ||
|
||
In this project, we investigate the hypothesis that LLMs do not display blocking behavior in the same way the humans do. |