llm-training

Tag

Cards List
#llm-training

@PyTorch: Debugging LLM training in production is notoriously challenging because subtle bitwise errors can surface long before t…

X AI KOLs Timeline ↗ · 6h ago Cached

An announcement for a talk at PyTorch Conference North America where Ziming will discuss using OpGuard for bitwise debugging in LLM training.

0 favorites 0 likes
#llm-training

SLCA-GRPO: Resolving Cross-Segment Credit Misattribution in Tool-Calling RL

arXiv cs.AI ↗ · 20h ago Cached

SLCA-GRPO introduces Segment-Locked Credit Assignment to improve reinforcement learning for tool-calling agents by decoupling advantage estimation and using hierarchical rewards, leading to faster convergence and higher accuracy.

0 favorites 0 likes
#llm-training

Back to the Definition: Estimating Step-Level Advantages via Trajectory Graphs for Agentic Reinforcement Learning

arXiv cs.AI ↗ · 20h ago Cached

The paper proposes a graph-based framework (GRAFT) to estimate step-level advantages in agentic reinforcement learning for large language models, addressing biases in group-based methods like GRPO and showing gains on multi-turn benchmarks.

0 favorites 0 likes
#llm-training

Training a local LLM using CPT and RAG (with evals)

Reddit r/ArtificialInteligence ↗ · yesterday

The article describes a project with experiments on training a local LLM using continued pretraining (CPT) and RAG for domain-specific knowledge, featuring comprehensive evaluations and findings.

0 favorites 0 likes
#llm-training

@shao__meng: https://x.com/shao__meng/status/2103072921308877122

X AI KOLs Timeline ↗ · yesterday Cached

Stanford University's CS336 course 'Building Language Models from Scratch' has released 18 complete lecture videos, open-source assignments, and course materials, comprehensively covering the entire workflow of large language model engineering, suitable for self-learners to systematically study LLM development.

0 favorites 0 likes
#llm-training

Counterfactual Constraint-Conditioned On-Policy Distillation for Multi-Constraint Instruction Following

arXiv cs.LG ↗ · yesterday Cached

This paper proposes CC-OPD, a novel on-policy distillation method for multi-constraint instruction following that uses counterfactual ablations to enhance training signals, achieving superior performance where a 1.5B model surpasses its 7B teacher on benchmarks.

0 favorites 0 likes
#llm-training

A reason why AI sentiment is severely negative

Reddit r/artificial ↗ · 2d ago

The author theorizes that AI companies are spreading negativity to contaminate the positive online data sources that competitors rely on, resulting in a predominantly negative sentiment in AI models.

0 favorites 0 likes
#llm-training

Automated Reinforcement Learning should scare you

Reddit r/artificial ↗ · 4d ago

The article discusses how automated reinforcement learning drives rapid AI advancements in chess and math, but warns of potential dangers in biology, calling for urgent action to address safety concerns.

0 favorites 0 likes
#llm-training

@Sumanth_077: Train your own LLM from scratch! A step-by-step repo that walks you through building and training a transformer model f…

X AI KOLs Timeline ↗ · 2026-09-18 Cached

A step-by-step repository guiding users to build and train a transformer model from scratch using PyTorch, with comprehensive coverage of data processing, training, and post-training techniques like SFT and RLHF.

0 favorites 0 likes
#llm-training

Dependency-Aware Trajectory Refinement for Efficient Multi-Turn Agent Fine-Tuning

arXiv cs.CL ↗ · 2026-09-17 Cached

This paper proposes a dependency-aware trajectory refinement method for efficient multi-turn agent fine-tuning, improving accuracy and reducing inference costs.

0 favorites 0 likes
#llm-training

Are AI companies realizing that they have already reached the end of road?

Reddit r/artificial ↗ · 2026-09-16

The article speculates that AI companies may be nearing the end of significant LLM advancements, with rising training costs and diminishing returns potentially leading to slower progress to maintain hype.

0 favorites 0 likes
#llm-training

Guy who has literally trained a frontier LLM AND engineered viruses thinks the AI-supervirus doomer scenario is bogus.

Reddit r/singularity ↗ · 2026-09-15

An expert with experience in training frontier LLMs and engineering viruses argues against the doomer scenario of an AI-created supervirus.

0 favorites 0 likes
#llm-training

ToolGrad: Efficient tool-use dataset generation with textual “gradients” (3 minute read)

TLDR AI ↗ · 2026-09-14 Cached

ToolGrad introduces an efficient method for generating tool-use datasets using textual gradients, enabling better LLM training with lower cost and improved performance on out-of-distribution tasks.

0 favorites 0 likes
#llm-training

Some (mostly historical) issues with the Unix load average

Lobsters Hottest ↗ · 2026-09-10 Cached

The article details the blog author's measures to block old browsers to reduce load from malicious crawlers, likely for LLM training, and addresses specific issues with feed readers like Inoreader and Feedly, as well as browsers like Vivaldi and archive services.

0 favorites 0 likes
#llm-training

Training a 3.8B LLM to 0.384 CORE for $998 – Hugo Vergnes

Hacker News Top ↗ · 2026-09-10 Cached

Hugo Vergnes trained a 3.8B parameter LLM to achieve a 0.384 CORE score for $998, showcasing cost-effective model training methods accessible outside major research labs.

1 favorites 1 likes
#llm-training

DE-Venus: A Data-Efficient RLVR Framework for Large Language Models

arXiv cs.LG ↗ · 2026-09-04 Cached

DE-Venus is a unified framework for data-efficient Reinforcement Learning with Verifiable Rewards in large language models, reducing annotation and training costs while maintaining performance.

0 favorites 0 likes
#llm-training

Learning Evidence Sufficiency Boundaries for Selective Answering in Grounded Multi-Hop QA

arXiv cs.CL ↗ · 2026-09-03 Cached

This paper proposes Evidence Sufficiency Boundary Training to enhance selective answering in grounded multi-hop QA systems by learning when to abstain from answering due to insufficient evidence, leading to improved boundary localization and reduced unsupported-answer rates on benchmarks like HotpotQA and MuSiQue.

0 favorites 0 likes
#llm-training

@rohanpaul_ai: This paper shows a better way to train multi-turn agents: score each turn separately, then use a self-teacher to focus …

X AI KOLs Following ↗ · 2026-08-31 Cached

The paper introduces CREST, a method to improve multi-turn agent training by assigning separate credits to each turn and using a self-teacher to focus learning without overriding rewards, showing performance gains on benchmarks.

0 favorites 0 likes
#llm-training

@PyTorch: TRANSIT (TRANsparent Scale-In for multi-node Training) is a runtime that makes unified virtual memory practical for lar…

X AI KOLs Following ↗ · 2026-08-26 Cached

TRANSIT is a runtime that makes unified virtual memory practical for large-scale LLM training, reducing GPU usage by up to 50% without code changes, and will be presented at PyTorch Conference North America.

0 favorites 0 likes
#llm-training

@lu__jasper: If you are starting to move past sft into rl-style post-training, these are two really good resources for learning on a…

X AI KOLs Timeline ↗ · 2026-08-26 Cached

The tweet recommends two resources for learning practical RL post-training techniques, focusing on GRPO++ tricks to enhance reinforcement learning in large language models.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback