🧐 Human researchers rarely write a report in a single shot as we iteratively draft and revise from peer feedback or self-reflection. Can Deep Research Agents also reliably revise their reports in response to user feedback?
Unfortunately, no. Even though they follow your feedback, they may silently break 16–27% of the content you didn't ask them to touch! 🧵
Tevatron Meets Megatron: Expert-Parallel LLM Reranker Training on an Academic Budget
@zhichaoxu_ir et al. add a Megatron backend for expert-parallel MoE reranker training on an academic budget.
📝 https://t.co/LEd7SmHCwM
🤗 https://t.co/Ltg177UcMU
Just landed in SD🌊 for ACL! MR DRE will be in Oral Session G @ Harbor A on July 7th, 12:10PM🥳
Recently I’m thinking about the {post-training, eval, controllability, personalization} of {long-horizon, interactive} agents. Let’s connect and hang!
🧐 Human researchers rarely write a report in a single shot as we iteratively draft and revise from peer feedback or self-reflection. Can Deep Research Agents also reliably revise their reports in response to user feedback?
Unfortunately, no. Even though they follow your feedback, they may silently break 16–27% of the content you didn't ask them to touch! 🧵
Can LLMs generate diverse outputs for open-ended questions? Is it helpful if we ensemble outputs from multiple models? We study 18 LLMs on 4 datasets and find that no single model is best at generating diverse outputs 👇/ 🧵
🧐 Human researchers rarely write a report in a single shot as we iteratively draft and revise from peer feedback or self-reflection. Can Deep Research Agents also reliably revise their reports in response to user feedback?
Unfortunately, no. Even though they follow your feedback, they may silently break 16–27% of the content you didn't ask them to touch! 🧵
Glad to see that OpenAI's Deep Research can now take follow-up requests from users, which is a crucial missing piece in many current Deep Research Agents' training and system design! We built an evaluation suite for such multi-turn report revision scenarios. Check it out at https://t.co/hqcdvtfWYZ !
Now in deep research you can:
- Connect to apps in ChatGPT and search specific sites
- Track real-time progress and interrupt with follow-ups or new sources
- View fullscreen reports
What if an LLM could EDIT its own tokens in real-time, not just generate them? 🤯
Introducing LLaDA2.1 — a diffusion model that breaks from autoregressive dominance. It drafts fast, then fixes its own mistakes on the fly with Token-to-Token editing.
The result? 892 tokens/sec on a 100B model. 🔥
⚡ 892 TPS on HumanEval+ (coding)
⚡ 801 TPS on BigCodeBench
🧠 Real-time self-correction via T2T editing
✅ @lmsysorg SGLang Day 0 support — production-ready now
A "non-consensus" architecture now challenging the mainstream. Open-sourced TODAY. 👇
#LLaDA #TokenEditing #OpenSource #LLM #dLLM
[6/n] We view multi-turn report revision as a critical missing piece in developing truly useful DRAs, and our Mr Dre aims to track and drive progress toward agents that can both conduct complex research and reliably adapt to users' evolving needs.
Check out our paper and codebase for more details!
📝Paper: https://t.co/hqcdvtfWYZ
💻Code: https://t.co/Foo0lGQhz0 (Note that we designed the unified and lean evaluation protocol for any Deep Research benchmark with question-specific checklist evaluation, so give it a try if you are also working on DRAs!)
My awesome collaborators: @biji13429782393, Ping Nie, Yuyu Zhang, @xiye_nlp, @henryzhao4321.
🧐 Human researchers rarely write a report in a single shot as we iteratively draft and revise from peer feedback or self-reflection. Can Deep Research Agents also reliably revise their reports in response to user feedback?
Unfortunately, no. Even though they follow your feedback, they may silently break 16–27% of the content you didn't ask them to touch! 🧵
[5/n] We then proposed two inference-time fixes to see whether such issues can be simply resolved through prompt engineering or by adding a sub-agent specifically for report revision. Although both fixes show some improvements, the high break rate and citation degradation problems remain unsolved.
We will have a pre-EMNLP workshop about LLMs next Monday at @nyushanghai campus! Speakers are working on diverse and fantastic problems, really looking forward to it! We also provide a zoom link for those who cannot join in person :) (see poster)
Check out our new work on making reasoning models think broadly! 🤔
We find a minimalist, surprisingly effective recipe to THINK for CHAT: RLVR + a strong reward model, trained on real-world prompts.
This project was fun and surprised me in a few ways 👇
📌 We can run RL directly on a base model (no SFT), showing base models might already chat well.
Llama-3.1-8B-Base with only 7K prompts ends up chatting well, matching Llama-3.1-8B-Instruct. This is interesting since Instruct was trained with a complex multi-stage pipeline. Also nice to see this working on Llama, while most RLVR papers only show success on Qwen.
📌 Interesting findings about rewards. Leaderboard scores of reward models aren’t always the best indicator of downstream performance. We also tested checklist-based rewards, which helps on synthetic instruction-following tasks (IFEval) but didn’t generalize well to chat. I still believe in this direction, and would love to see more open-source efforts.
📌 Real user prompts (shout out to WildChat @wzhao_nlp ) were the most effective.
These prompts often require “thinking before answering,” which makes them fit for teaching models general thinking. The recipe is simple, we need good ingredients to cook better.
📌 Algorithms, like GRPO vs PPO, has a bigger impact when training directly from base models, but once warm-started with SFT, models are less sensitive to the choice.
Overall, my feeling is: if we start with a strong base LM, and put it in the right “chat environment” (good prompts + good rewards), simple RL training goes a long way. Thus we are quite excited to explore more on pretraining and reward design!
[1/8] How embeddings from Text Diffusion Models ✨compare to those from LLMs 🦙? Check out our work “Diffusion vs. AR Language Models: A Text Embedding Perspective”! We introduce a new diffusion-based embedding model that excels in long-document and reasoning-intensive retrieval.