Register and share your invite link to earn from video plays and referrals.

Dongxi 东锡 NLP
@dongxi_nlp
Prev. PhD @Stockholm_Uni | Alumni @KTHuniversity @uppsalauni Sharing insights on AI, autonomous agents, and large language & reasoning models
931 Following    40.4K Followers
We are announcing a long-term strategic partnership with NVIDIA. NVIDIA is making a substantial investment in SSI that will let us 10x our compute in the next 12 months. We reached the point where our research is worth scaling and with this partnership we will be able to. We are honored by NVIDIA’s conviction.
Show more
0
329
13.7K
865
Forward to community
上周三篇: ISO: An RLVR-Native Optimization Stack Re-Centering Humans in LLM Personalization ABot-World-0: Infinite Interactive World Rollout on a Single Desktop GPU
I already pay attention to China-related AI safety/governance updates, but I still learned a lot from this report. It's such a rare resource to help one build a comprehensive picture of what's going on in China, and avoid having an extremist/single-perspective opinion, especially the "China-whataboutism". People against US/EU AI policy/standard setting saying that "China is doing worse" should read this report seriously and see what China cares about and its reaction speed to incidents. The wide range of state departments/regulation bodies publishing "warnings" (essentially a soft version of regulation in China) within 2-3 weeks of OpenClaw gaining popularity, is quite fast compared to most Western regulators. Especially after the recent OpenAI cybersecurity incident, I'm curious about how and how fast US/EU policymakers can react to it.
Show more
For my first post, I’m sharing a letter @NVIDIA signed on why open models matter. AI will transform every industry, power every company, and be built by every country. Open models strengthen safety and cybersecurity, accelerate innovation and diffusion, and enable sovereignty. The world needs both frontier closed models and frontier open models.
Show more
0
16.2K
173.2K
29.8K
Forward to community
ISO: An RLVR-Native Optimization Stack
People keep asking me: what's different about optimization in RL? Seemingly nothing — the pre-training stack just works (Adam, even SGD 👀 @saagnikkk). Bringing some answers from my last work (sorry for the delay — been cooking 🚀). We introduce ISO: Isospectral Optimization: an RLVR-native optimization stack. Built on one simple observation, spectral inheritance: RLVR can reuse the base model's spectrum and acquire new behavior purely through the singular frames. 🧩 Offline: ISO-Merger — consolidates RL experts into one model with no data, no rollouts, no OPD. Checkpoints only. ⚙️ Online: ISO-Optimizer — a drop-in wrapper on AdamW / Muon that matches AdamW's accuracy with ~2.7× fewer steps on Qwen3-8B-Base. 📄 🌐 🧵👇
Show more
本周三篇: Value Leakage: An LLM's Answers Are Silently Shaped by Its Own Values Bridging the Gap Between Latent and Explicit Reasoning with Looped Transformers Video = World + Event Stream
Show more
New paper: LLMs should give accurate answers. 
Yet we find their answers are often biased to favor their own values and they don’t disclose this in their reasoning. 
E.g. Claude’s answer below favors Anthropic. On other tasks, Gemini & GPT-5.5 show similar biases.
Show more
Value Leakage: An LLM's Answers Are Silently Shaped by Its Own Values
PACE: A Proxy for Agentic Capability Evaluation
🚀Excited to release PACE: A Proxy for Agentic Capability Evaluation! Evaluating LLM agents on benchmarks like SWE-Bench and GAIA is expensive, slow, and infrastructure-heavy, often costing $$$ and taking hours or days per model. ❓But do we always need to run full agentic evaluations? In PACE, we show that agentic benchmark performance can be accurately predicted from a small, carefully selected set of cheap non-agentic benchmark instances. PACE automatically selects proxy instances from existing benchmarks covering skills like instruction following, planning, tool use, reasoning, coding, retrieval, and multimodal understanding. Across 14 models, 4 agentic benchmarks, and 19 non-agentic benchmarks, PACE-BENCH achieves: ✅ 3.80% MAE for absolute score prediction ✅ 0.81 Spearman correlation for model ranking ✅ ~84% pairwise preference accuracy ✅ ~100× lower cost than target benchmark sampling Beyond prediction, PACE also reveals what capabilities different agentic benchmarks actually require, e.g., planning, verification, long-context aggregation, and instruction following. We hope PACE makes agentic evaluation cheaper, faster, and more accessible for model development, model selection, and routing :) 📃 Paper: 💻 Code: I'm incredibly grateful to have worked with @lintangsutawika, @Jiarui_Liu_, @lltjuatja, @JiayiiGeng, @lrzneedresearch, @daniel_js_lee, @Aditya_Soni_8, @Vincent92965015, @xiangyue96, and @gneubig .
Show more
Hy2 -> Hy3 preview -> Hy3 Another massive leap forward, under half a year. Not just a leap of reasoning or agentic capabilities. Also a leap of anti-hallucination, reliability, and product experiences. More on the way and so proud of the team! 🧑‍🍳🧑‍🍳🧑‍🍳
Show more
0
82
1.1K
88
Forward to community
本周两篇: Nvidia: Nemotron-Labs-TwoTower: Diffusion Language Modeling with Pretrained Autoregressive Context ByteDance Seed: EdgeBench: Unveiling Scaling Laws of Learning from Real-World Environments
Show more
EdgeBench: Unveiling Scaling Laws of Learning from Real-World Environments
Introducing EdgeBench, a benchmark designed to study how agents learn from environments over at least 12~72-hour runs. We find that performance follows a log-sigmoid function of environment interaction time with high precision. EdgeBench is built with three ingredients: - 🌍 Real & Diverse: 134 real-world tasks across 6 task categories, spanning scientific problems, professional knowledge work, software engineering, optimization, formal math, and games. - ⏳ Ultra-Long-Horizon: Each task supports 12–72 hours of agent work. Recorded human effort averages 57.2 hours. - 🔁 Informative Feedback: Agents receive real-world feedback for continuous improvement. After 38,000 hours of agent runs on EdgeBench, a scaling law for learning from environments emerges: - 📈 As agents interact with task environments over time, their aggregate performance is precisely fit by a log-sigmoid function. - 🧠 This phenomenon can be explained by an elegant theory of graph exploration. We are releasing an initial 51 of the 134 tasks, together with the full evaluation framework, to help advance long-horizon agent research. Check our blog & paper for more findings! Blog Paper GitHub Dataset Details below 👇🧵
Show more
Nemotron-Labs-TwoTower: Diffusion Language Modeling with Pretrained Autoregressive Context
We took a 30B model and split it in two to write tokens in parallel instead of one at a time. Introducing Nemotron-Labs-TwoTower: a diffusion language model from NVIDIA Research adapted from Nemotron-3-Nano-30B-A3B. Here’s how it works: one half holds the context, the other writes the tokens, with both reusing the pretrained model instead of training a new one from scratch. We found it kept 98.7% of the original model’s quality at 2.42× faster generation.
Show more