Some papers i was reading in figuring this out:
Apr 2025 — R2E-Gym (AgentGym) https://t.co/nwC8iWfHbZ
Apr 2025 — SWE-smith https://t.co/87ZsnDbymY
May 2025 — RandomWorld https://t.co/IG0tuwHLeC
May 2025 — Reasoning Gym https://t.co/0ALyt5ahkM
Jun 2025 — random-crypto https://t.co/1d3mtKUmbG
Jan 2026 — Endless Terminals https://t.co/PIcA8SHL0l
Feb 2026 — Agent World Model (AWM) https://t.co/sT4ke8zang
This is huge
Continuing our foundational work to enable anyone to train state of the art AI model, we’re thrilled to release « FinePDFs »
3T tokens of textual data that until now was locked away in PDFs, arguably some of the highest quality publicly available data out there.
We gathered FinePDF to create the largest permissively licensed corpus sourced exclusively from PDFs.
Amazingly challenging infra and processing work, h/t to the fineweb team
Fuck it. Today, we open source FineVision: the finest curation of datasets for VLMs, over 200 sources!
> 20% improvement across 10 benchmarks
> 17M unique images
> 10B answer tokens
> New capabilities: GUI navigation, pointing, counting
FineVision 10x’s open-source VLMs.
Stop optimizing your retrieval. Fix your chunking first.
It's not your embedding model, prompt engineering, or vector database. It's your chunking strategy creating invisible walls between your users and the information they need.
𝗖𝗵𝘂𝗻𝗸𝗶𝗻𝗴 is the pre-processing step of splitting texts into smaller pieces of text, or "chunks". Each chunk becomes the unit of information that gets vectorized and stored in your vector database.
Here are 6 essential chunking techniques you need to know:
→ 𝗙𝗶𝘅𝗲𝗱-𝗦𝗶𝘇𝗲 𝗖𝗵𝘂𝗻𝗸𝗶𝗻𝗴 https://t.co/8ASea5S9iZ
→ 𝗥𝗲𝗰𝘂𝗿𝘀𝗶𝘃𝗲 𝗖𝗵𝘂𝗻𝗸𝗶𝗻𝗴 https://t.co/nlVaq7S43r
→ 𝗗𝗼𝗰𝘂𝗺𝗲𝗻𝘁-𝗕𝗮𝘀𝗲𝗱 𝗖𝗵𝘂𝗻𝗸𝗶𝗻𝗴 https://t.co/F38bYXvdOL
→ 𝗦𝗲𝗺𝗮𝗻𝘁𝗶𝗰 𝗖𝗵𝘂𝗻𝗸𝗶𝗻𝗴 https://t.co/P5Rljuoe4T
→ 𝗟𝗟𝗠-𝗕𝗮𝘀𝗲𝗱 𝗖𝗵𝘂𝗻𝗸𝗶𝗻𝗴 https://t.co/PWLZQxIlBD
→ 𝗟𝗮𝘁𝗲 𝗖𝗵𝘂𝗻𝗸𝗶𝗻𝗴 https://t.co/0jfAeyw4tC
💡 𝗣𝗿𝗼 𝘁𝗶𝗽s:
• There's no one-size-fits-all chunking strategy.
• Your choice affects both information retrieval and the amount of contextual information provided to your RAG system.
• Start simple with fixed-size chunking, then experiment based on your specific use case.
→ Are you dealing with technical documentation? Try document-based.
→ Working with conversational data? Semantic chunking might be your best bet.
A brief introduction to chunking: https://t.co/BApWBOwnte
Reinforcement Learning of Large Language Models, Spring 2025(UCLA)
Great set of new lectures on reinforcement learning of LLMs. Covers a wide range of topics related to RLxLLMs such as basics/foundations, test-time compute, RLHF, and RL with verifiable rewards(RLVR).
What’s really going on inside LLMs when they handle non-English queries?
@BafnaNiyati's recent work introduces the **translation barrier hypothesis**, a framework for understanding multilingual model behavior.
This hypothesis says that : (1) Multilingual generation, internally, follows a "task-solving"→"translation" cascade. (2) Translation failure *despite task-solving success* is a large part of the overall failures. That is, the model often solves the task but fails to articulate the answer.
Highlighting a key result in the figure: when we inspect intermediate layers, we see that models often solve the task in the wrong (off-target_ language; that is, high off-target accuracy early on. Only in the later layers does the answer get translated into the intended language.
Paper: https://t.co/Xo1J0VIsGh
We made a Guide on mastering LoRA Hyperparameters, so you can learn to fine-tune LLMs correctly!
Learn to:
• Train smarter models with fewer hallucinations
• Choose optimal: learning rates, epochs, LoRA rank, alpha
• Avoid overfitting & underfitting
🔗https://t.co/CZrxv4JCtj
Ok a few quick things.
Most CS students who get into elite PhD programs in AI especially have already usually published multiple first author papers in "top" conferences. 1/
From Bytes to Ideas: Language Modeling with Autoregressive U-Nets
Presents an autoregressive U-Net that processes raw bytes and learns hierarchical token representation
Matches strong BPE baselines, with deeper hierarchies demonstrating promising scaling trends
🚨 Paper Alert: “RL Finetunes Small Subnetworks in Large Language Models”
From DeepSeek V3 Base to DeepSeek R1 Zero, a whopping 86% of parameters were NOT updated during RL training 😮😮
And this isn’t a one-off. The pattern holds across RL algorithms and models.
🧵A Deep Dive
Could a major opportunity to improve representation in deep learning be hiding in plain sight? Check out our new position paper: Questioning Representational Optimism in Deep Learning: The Fractured Entangled Representation Hypothesis. The idea stems from a little-known observation about networks trained to output a single image: when they are discovered through an unconventional open-ended search process, their representations are incredibly elegant and exhibit astonishing modular decomposition. In contrast, when SGD (successfully) learns to output the same image its underlying representation is fractured, entangled - an absolute mess!
This stark difference in the underlying representation of the same "good" output behavior carries deep lessons for deep learning. It shows you cannot judge a book by its cover - an LLM with all the right responses could similarly be a mess under the hood. But also, surprisingly, it shows us that it doesn't have to be this way! Without the unique examples in this paper that were discovered through open-ended search, we might assume neural representation has to be a mess. These results show that is clearly untrue. We can now imagine something better because we can actually see it is possible.
We give several reasons why this matters: generalization, creativity, and learning are all potentially impacted. The paper shows examples to back up these concerns, but in brief, there is a key insight: Representation is not only important for what you're able to do now, but for where you can go from there. The ability to imagine something new (and where your next step in weight space can bring you) depends entirely upon how you represent the world. Generalization, creativity, and learning itself depend upon this critical relationship. Notice the difference in appearance between the nearby images to the skull in weight space shown in the top-left and top-right image strips of the attached graphic. The difference in semantics is stark.
The insight that representation could be better opens up a lot of new paths and opportunities for investigation. It raises new urgency to understand the representation underlying foundation models and LLMs while exposing all kinds of novel avenues for potentially improving them, from making learning processes more open-ended to manipulating architectures and algorithms.
Don't mistake this paper as providing comfort for AI pessimists. By exposing a novel set of stark and explicit differences between conventional learning and something different, it can act as an accelerator of progress as opposed to a tool of pessimism. At the least, the discussion it provokes should be quite illuminating.
it's been more than a decade since KD was proposed, and i've been using it all along .. but why does it work? too many speculations but no simple explanation. @_sungmin_cha and i decided to see if we can come up with the simplest working description of KD in this work.
we ended up with a very simple explanation for any mixture distribution, starting from a mixture of gaussians. the key hypothesis was that using lower-entropic, approximate sampling from a teacher, results in a higher-precision but lower-recall student. since an autogressive LM is nothing but an infinite cascade of mixture distribution, we confirm this with SmolLM (thanks, @huggingface!)
this is probably not the complete picture of KD, but i can definitely sleep better after writing down and confirming this minimal working explanation.
as an extra take-away, this implies that our eval tends to be overly precision focused. we should really think of what we lose in terms of recalls, as this directly relates to what we miss out for whom when we build these large-scale, general-purpose models.
J1 just launched on Hugging Face
A Reinforcement Learning recipe for training Thinking-LLM-as-a-Judge models. It trains J1-Llama-8B and J1-Llama-70B that outperform existing models.
I am pleased to announce a new version of my RL tutorial. Major update to the LLM chapter (eg DPO, GRPO, thinking), minor updates to the MARL and MBRL chapters and various sections (eg offline RL, DPG, etc). Enjoy!
https://t.co/SjMdabl0yW
🐂🍺Introducing our recent preprint: Prioritizing Image-Related Tokens Enhances Vision-Language Pre-Training!
We present PRIOR, a simple vision-language pre-training algorithm that addresses the challenge of irrelevant textual content in image-caption pairs. PRIOR enhances pre-training by implementing differential weighting in the next token prediction (NTP) loss function, effectively prioritizing image-related tokens during training.
Adapting pretrained LLMs for vision tasks often degrades their language abilities or requires full retraining.
X-Fusion introduces a dual-tower design.
It freezes LLM weights, adding a trainable vision tower.
This enables multimodal tasks while preserving original language skills.
Methods Explored in this Paper 🔧:
→ X-Fusion uses separate, trainable vision weights in each layer alongside frozen language layers.
→ It processes vision tokens conditioned on text for generation. It extracts visual features for understanding.
→ Outputs from text and vision blocks combine selectively. Vision blocks can initialize from language layers.
→ Training uses autoregressive language loss (weight 0.2) and image diffusion loss (weight 1.0).
📌 Frozen LLM core preserves strong language skills, vital for coherent multimodal reasoning.
📌 Decoupled vision tower allows flexible, modality-specific architectural changes without LLM alteration.
📌 Clean image-to-text data strategy directly boosts unified model performance across tasks.
----------------------------
Paper - arxiv. org/abs/2504.20996v1
Paper Title: "X-Fusion: Introducing New Modality to Frozen LLMs"