paper-with-me

Papers

The Larger They Are, the Harder They Fail: Language Models do not Recognize Identifier Swaps in Python

2023-05-24 · Antonio Valerio Miceli-Barone, Fazl Barez, Ioannis Konstas, Shay B. Cohen

Large Language Models (LLMs) have successfully been applied to code generation tasks, raising the question of how well these models understand programming. Typical programming languages have invariances and equivariances in their semantics that human programmers intuitively understand and exploit, such as the (near) invariance to the renaming of identifiers. We show that LLMs not only fail to properly generate correct Python code when default function names are swapped, but some of them even become more confident in their incorrect predictions as the model size increases, an instance of the recently discovered phenomenon of Inverse Scaling, which runs contrary to the commonly observed trend of increasing prediction quality with increasing model size. Our findings indicate that, despite their astonishing typical-case performance, LLMs still lack a deep, abstract understanding of the content they manipulate, making them unsuitable for tasks that statistically deviate from their training data, and that mere scaling is not enough to achieve such capability.

📄 PDF Abstract BibTeX arXiv:2305.15507

Code (1)

avmb/inverse_scaling_prize_code_identifier_swap 공식 구현

Tasks

Code Generation

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

The Hot Mess of AI: How Does Misalignment Scale With Model Intelligence and Task Complexity?

2026-01-30 · Alexander Hägele, Aryo Pradipta Gema, Henry Sleight, Ethan Perez 외 arxiv

As AI becomes more capable, we entrust it with more general and consequential tasks. The risks from failure grow more severe with increasing task scope. It is therefore important to understand how extremely capable AI mo…

Self-critiquing models for assisting human evaluators

2022-06-12 · William Saunders, Catherine Yeh, Jeff Wu, Steven Bills 외

We fine-tune large language models to write natural language critiques (natural language critical comments) using behavioral cloning. On a topic-based summarization task, critiques written by our models help humans find …

The Benchmark Illusion: Pruned LLMs Can Pass Multiple Choice but Fail to Answer

2026-06-16 · Rui Wen, Lu Sun, Jiayang Liu, Zesheng Xu 외 arxiv

Compressing large language models reduces memory use and inference cost, but it can also create failures that standard benchmarks miss. A pruned model may still perform well on multiple-choice evaluations, yet fail to an…

Question Answering

Adversarial ML Problems Are Getting Harder to Solve and to Evaluate

2025-02-04 · Javier Rando, Jie Zhang, Nicholas Carlini, Florian Tramèr

In the past decade, considerable research effort has been devoted to securing machine learning (ML) models that operate in adversarial settings. Yet, progress has been slow even for simple "toy" problems (e.g., robustnes…

Position

When Generator Replay Degrades: Projected Rehearsal Orchestration for Heterogeneous Federated Class-Incremental Learning

2026-06-14 · Thinh T. H. Nguyen, Khoa D. Doan, Binh T. Nguyen, Danh Le-Phuoc 외 arxiv

Federated class-incremental learning (FCIL) becomes substantially harder when clients observe different label subsets, progress through tasks at different stages, and provide uneven supervision for the same semantic conc…

class-incremental learning