paper-with-me

Papers

Regression Bugs Are In Your Model! Measuring, Reducing and Analyzing Regressions In NLP Model Updates

2021-05-07 · ACL 2021 5 · Yuqing Xie, Yi-An Lai, Yuanjun Xiong, Yi Zhang, Stefano Soatto

Behavior of deep neural networks can be inconsistent between different versions. Regressions during model update are a common cause of concern that often over-weigh the benefits in accuracy or efficiency gain. This work focuses on quantifying, reducing and analyzing regression errors in the NLP model updates. Using negative flip rate as regression measure, we show that regression has a prevalent presence across tasks in the GLUE benchmark. We formulate the regression-free model updates into a constrained optimization problem, and further reduce it into a relaxed form which can be approximately optimized through knowledge distillation training method. We empirically analyze how model ensemble reduces regression. Finally, we conduct CheckList behavioral testing to understand the distribution of regressions across linguistic phenomena, and the efficacy of ensemble and distillation methods.

📄 PDF Abstract BibTeX arXiv:2105.03048

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillationmodelnegative flip rateregression

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

The Definitive Guide to Automated Regression Testing

2022-03-03 · bqurious 2022 3 · Govind

Software testing is one of the most important things you can do to protect your software from bugs and improve conversion rates. I’ve been using automated regression testing for several years and wanted to share these tr…

regressionsoftware testing

From Empirical Evaluation to Context-Aware Enhancement: Repairing Regression Errors with LLMs

2025-06-16 · Anh Ho, Thanh Le-Cong, Bach Le, Christine Rizkallah

[...] Since then, various APR approaches, especially those leveraging the power of large language models (LLMs), have been rapidly developed to fix general software bugs. Unfortunately, the effectiveness of these advance…

regression

Precise Debugging Benchmark: Is Your Model Debugging or Regenerating?

2026-04-19 · Wang Bill Zhu, Miaosen Chai, Shangshang Wang, Yejia Liu 외 arxiv

Unlike code completion, debugging requires localizing faults and applying targeted edits. We observe that frontier LLMs often regenerate correct but over-edited solutions during debugging. To evaluate how far LLMs are fr…

Code Completion

How to Translate Your Samples and Choose Your Shots? Analyzing Translate-train & Few-shot Cross-lingual Transfer

2022-07-01 · DeepLo 2022 7 · Iman Jundi and Gabriella Lapesa

t

Cross-Lingual Transfer

Multi-Agent Code Verification via Information Theory

2025-11-20 · Shreshth Rajan arxiv

LLMs generate buggy code: 29.6% of SWE-bench solved patches fail, 62% of BaxBench solutions have vulnerabilities, and existing tools only catch 65% of bugs with 35% false positives. We built CodeX-Verify, a multi-agent s…