overfitting

Tag

Cards List
#overfitting

Why don't machine learning research agents overfit?

Hacker News Top · yesterday Cached

The article explains why machine learning research agents avoid overfitting during iterative benchmark evaluations, attributing the phenomenon to compression and the role of few-token fits in generalization.

0 favorites 0 likes
#overfitting

Recreating Minecraft Is Not a Benchmark

Hacker News Top · 2026-09-06 Cached

The author argues that viral 'demo-benchmarks' like recreating Minecraft or generating SVG pelicans are easily overfit and measure marketing preparation rather than true AI capability, urging the community to rely on dynamic or private evaluations instead of static public tests.

0 favorites 0 likes
#overfitting

@0xkvro: this quant paper is f*cking insane it explains why the best trades often appear only after you remove everything the ma…

X AI KOLs Timeline · 2026-08-22 Cached

The paper explains how removing market beta and factor exposure reveals true trading signals, emphasizing rigorous stress testing to avoid overfitting and false confidence in backtests.

0 favorites 0 likes
#overfitting

Fine-tuning Cactus Needle 2 can match DeepSeek v4 on the specific task

Reddit r/LocalLLaMA · 2026-08-20

Cactus Compute demonstrates that fine-tuning their Needle 2 model on specific tasks can outperform DeepSeek v4 Flash, emphasizing the importance of avoiding benchmark overfitting and providing tools for user customization.

0 favorites 0 likes
#overfitting

The benchmarkpocalypse

Lobsters Hottest · 2026-08-18 Cached

The article highlights how LLMs make it easy to game performance benchmarks, leading to deceptive software optimization claims, as shown with a regex engine that overfits to benchmarks.

0 favorites 0 likes
#overfitting

Are there any theoretically-guided practices left in machine learning nowadays? [D]

Reddit r/MachineLearning · 2026-08-14

The article questions whether theoretical principles still guide machine learning practices, highlighting how many once-standard theories have been challenged by empirical evidence.

0 favorites 0 likes
#overfitting

Beyond Full-Model Rollback: AuroSFT for Adapter-State Multi-Task Fine-Tuning

arXiv cs.LG · 2026-08-07 Cached

AuroSFT introduces a parameter-efficient adapter-based framework for multi-task supervised fine-tuning that rolls back adapter checkpoints at task-wise peaks instead of full-model checkpoints, achieving higher average accuracy than mSFT.

0 favorites 0 likes
#overfitting

Why does an agent that nails every test case still go sideways after a few hundred real conversations?

Reddit r/AI_Agents · 2026-07-29

Explores why AI agents that perform perfectly on test cases often fail in real-world conversations, highlighting issues like distribution shift and overfitting.

0 favorites 0 likes
#overfitting

The qlora 2e-4 default is wrong under 10k samples and nobody talks about it [D]

Reddit r/MachineLearning · 2026-07-16

The author argues that the commonly recommended learning rate of 2e-4 for QLoRA fine-tuning is too high for datasets under 10k samples, leading to overfitting and poor evaluation, and suggests using a lower learning rate like 1e-4.

0 favorites 0 likes
#overfitting

Rethinking the Evaluation of Harness Evolution for Agents

arXiv cs.AI · 2026-07-15 Cached

This paper re-evaluates the methodology of automatic harness evolution for LLM agents, highlighting that its gains may stem from additional test-time search rather than improved harness design, and that evaluation on the same benchmark risks overfitting. Experiments show that harness evolution does not consistently outperform simpler test-time scaling methods.

0 favorites 0 likes
#overfitting

Are we Merging the Right Models? Impact of Expert Training Duration on Model Merging for LLMs

arXiv cs.LG · 2026-07-15 Cached

This paper challenges the common assumption that domain experts for model merging should be trained to their optimal validation loss, showing that the optimal training duration depends strongly on the merging method. Simple averaging degrades with overfitting while sparsification-based methods benefit from training past the optimum, suggesting that training duration and merging method should be chosen jointly.

0 favorites 0 likes
#overfitting

Mitigating Early Training Collapse in CTR Models

arXiv cs.LG · 2026-07-14 Cached

This paper analyzes the early training collapse phenomenon in deep neural models for click-through rate prediction and proposes mitigation strategies such as sparse feature removal and value filtering, demonstrating improvements on large-scale industrial datasets.

0 favorites 0 likes
#overfitting

Can we use SLMs to compress data?

Reddit r/LocalLLaMA · 2026-07-03

Explores whether small language models (SLMs) can achieve lossless data compression by deliberately overfitting on training data, rethinking the typical aversion to overfitting in machine learning.

0 favorites 0 likes
#overfitting

Applicability of memorization indicators for early spotting of overfitting while recalibrating sEMG-decoders on low sample sizes

arXiv cs.LG · 2026-06-29 Cached

This paper explores using ReLU activation statistics as memorization indicators to detect overfitting during fine-tuning of sEMG decoders with limited calibration data, without requiring a validation set.

0 favorites 0 likes
#overfitting

Overfitted a 900KB Transformer to Compress a 100MB CSV into 7MB

Hacker News Top · 2026-06-23 Cached

A developer overfits a small 900KB transformer model to compress a 100MB CSV file down to 7MB, demonstrating a novel approach to data compression using overfitted neural networks.

0 favorites 0 likes
#overfitting

Demystifying Training-Time Augmentation for Data-Constrained Language Model Pretraining

Hugging Face Daily Papers · 2026-06-19 Cached

This paper investigates training-time data augmentation techniques to mitigate overfitting in autoregressive language model pretraining under data-constrained, compute-abundant regimes, finding that combining token-level noise, sequence permutations, and target offset prediction improves validation loss.

0 favorites 0 likes
#overfitting

A Training-Time Diagnostic for Generalization via the Log-Alignment Ratio

arXiv cs.LG · 2026-05-29 Cached

This paper introduces the log-alignment ratio (LAR), a training-time metric that measures parameter-activation alignment and predicts generalization by capturing the spread of weight and activation spectra. Experiments on grokking and a 3B-parameter language model show LAR tracks the transition from memorization to generalization and flags overfitting without held-out data.

0 favorites 0 likes
#overfitting

R2R2: Robust Representation for Intensive Experience Reuse via Redundancy Reduction in Self-Predictive Learning

arXiv cs.LG · 2026-05-15 Cached

Proposes R2R2, a regularization method for self-predictive learning in reinforcement learning to mitigate overfitting under high update-to-data ratios, achieving significant improvements on continuous control tasks.

0 favorites 0 likes
#overfitting

Dropping learning rate fixed my Qlora fine-tune more than anything else i tried

Reddit r/LocalLLaMA · 2026-05-14

A user found that reducing the learning rate from 2e-4 to 1e-4 significantly improved QLoRA fine-tuning of Llama 3.1 8B on a small dataset (8k samples), preventing overfitting and leading to better evaluation results.

0 favorites 0 likes
#overfitting

Scaling Laws for Mixture Pretraining Under Data Constraints

arXiv cs.LG · 2026-05-14 Cached

This paper studies the trade-off between scarce target data and abundant generic data in mixture pretraining, finding that repetition is a key driver of performance and that mixture training tolerates 15-20 repetitions of target data. It introduces a repetition-aware scaling law to optimize mixture configurations under data constraints.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback