We lifted 2 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| timoschick/self-debiasing | canonical | 2 of 2 |
| Function | Status | Where it lives |
|---|---|---|
| build_input_text | Ran | timoschick/self-debiasing/self_diagnosis.py code served (permissive licence) · get_code("cddd714f1eabde13") |
| get_accuracy | Ran | timoschick/self-debiasing/self_diagnosis.py code served (permissive licence) · get_code("8afdbc78a7c0edb2") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
When trained on large, unfiltered crawls from the internet, language models pick up and reproduce all kinds of undesirable biases that can be found in the data: they often generate racist, sexist, violent or otherwise toxic language. As large models require millions of training examples to achieve good performance, it is difficult to completely prevent them from being exposed to such content. In this paper, we first demonstrate a surprising finding: pretrained language models recognize, to a considerable degree, their undesirable biases and the toxicity of the content they produce. We refer to this capability as self-diagnosis. Based on this finding, we then propose a decoding algorithm that, given only a textual description of the undesired behavior, reduces the probability of a language model producing problematic text. We refer to this approach as self-debiasing. Self-debiasing does not rely on manually curated word lists, nor does it require any training data or changes to the model's parameters. While we by no means eliminate the issue of language models generating biased text, we believe our approach to be an important step in this direction.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2103.00453")
get_code_for_paper("2103.00453")
have("2103.00453")
Connect an agent — have() is free.