π Paper #Paper #CV #VideoGeneration #DiffusionModels
AnyFlow: Any-Step Video Diffusion Model with On-Policy Flow Map Distillation
π€ Yuchao Gu, Guian Fang, Yuxin Jiang et al.
π― Task
Any-step video generation
π‘ Idea
Instead of endpoint consistency maps for fixed few-step sampling, it learns arbitrary-time flow-map transitions along the full ODE path, then uses shortcut backward simulation for on-policy distillation to cut discretization error and causal exposure bias.
β¨ Why it's interesting
On 14B T2V, it gets 84.05 VBench at 4 NFEs and 84.41 at 32; beats Krea-Realtime-14B's 83.25 at 4 and rCM-14B's 83.73 at 4.
π» Repo
β NVlabs/AnyFlow β 202 stars
β NVLabs/AnyFlow β 202 stars
π paper
via @Papers.Data.Code
AnyFlow: Any-Step Video Diffusion Model with On-Policy Flow Map Distillation
π€ Yuchao Gu, Guian Fang, Yuxin Jiang et al.
π― Task
Any-step video generation
π‘ Idea
Instead of endpoint consistency maps for fixed few-step sampling, it learns arbitrary-time flow-map transitions along the full ODE path, then uses shortcut backward simulation for on-policy distillation to cut discretization error and causal exposure bias.
β¨ Why it's interesting
On 14B T2V, it gets 84.05 VBench at 4 NFEs and 84.41 at 32; beats Krea-Realtime-14B's 83.25 at 4 and rCM-14B's 83.73 at 4.
π» Repo
β NVlabs/AnyFlow β 202 stars
β NVLabs/AnyFlow β 202 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - NVlabs/AnyFlow
Contribute to NVlabs/AnyFlow development by creating an account on GitHub.
π Paper #Paper #LLM #ReinforcementLearning #AgentTraining
RubricEM: Meta-RL with Rubric-guided Policy Decomposition beyond Verifiable Rewards
π€ Gaotang Li, Bhavana Dalvi Mishra, Zifeng Wang et al.
π― Task
Long-form deep research agent training
π‘ Idea
Instead of using rubrics only to score final answers, RubricEM uses them to structure execution, reward each stage, and store experience. It decomposes research into Plan/Research/Review/Answer, applies stagewise GRPO for denser credit, and jointly trains a reflection policy as reusable memory.
β¨ Why it's interesting
RubricEM-8B outperforms comparable open models on 4 long-form research benchmarks and approaches proprietary deep-research systems after 1400 RL steps.
π paper
via @Papers.Data.Code
RubricEM: Meta-RL with Rubric-guided Policy Decomposition beyond Verifiable Rewards
π€ Gaotang Li, Bhavana Dalvi Mishra, Zifeng Wang et al.
π― Task
Long-form deep research agent training
π‘ Idea
Instead of using rubrics only to score final answers, RubricEM uses them to structure execution, reward each stage, and store experience. It decomposes research into Plan/Research/Review/Answer, applies stagewise GRPO for denser credit, and jointly trains a reflection policy as reusable memory.
β¨ Why it's interesting
RubricEM-8B outperforms comparable open models on 4 long-form research benchmarks and approaches proprietary deep-research systems after 1400 RL steps.
π paper
via @Papers.Data.Code
arXiv.org
RubricEM: Meta-RL with Rubric-guided Policy Decomposition beyond...
Training deep research agents, namely systems that plan, search, evaluate evidence, and synthesize long-form reports, pushes reinforcement learning beyond the regime of verifiable rewards. Their...
π Dataset #Dataset #NLP #StemReasoning #VisualQuestionAnswering
open-mm-rl
π€ TuringEnterprises
π― Task
Multimodal STEM question answering
π‘ Idea
40 MIT-licensed STEM QA examples across physics, math, biology, and chemistry, spanning single-image, multi-panel, and multi-image formats with deterministic final answers.
β¨ Why it's interesting
Deterministic, programmatically checkable answers make advanced multimodal STEM reasoning benchmarkable for RL and outcome-supervised training.
Size: 40 examples, 15.5 MB
π Dataset
π₯ 2.6k downloads
β€οΈ 94 likes
π dataset
via @Papers.Data.Code
open-mm-rl
π€ TuringEnterprises
π― Task
Multimodal STEM question answering
π‘ Idea
40 MIT-licensed STEM QA examples across physics, math, biology, and chemistry, spanning single-image, multi-panel, and multi-image formats with deterministic final answers.
β¨ Why it's interesting
Deterministic, programmatically checkable answers make advanced multimodal STEM reasoning benchmarkable for RL and outcome-supervised training.
Size: 40 examples, 15.5 MB
π Dataset
π₯ 2.6k downloads
β€οΈ 94 likes
π dataset
via @Papers.Data.Code
huggingface.co
TuringEnterprises/Open-MM-RL Β· Datasets at Hugging Face
Weβre on a journey to advance and democratize artificial intelligence through open source and open science.
π» Repo #Repo #CV #ImageToVideo #2kGeneration
Swifti2v
π€ HKUST-LongGroup
π― Task
high-resolution image-to-video generation
π‘ Idea
Generate native 2K videos from a single image by first producing a low-res motion reference, then refining to high resolution while conditioning on both the input image and the Stage I video.
β¨ Why it's interesting
Matches strong 2K end-to-end I2V baselines on key VBench-I2V metrics with 202Γ less GPU-time; 81-frame 2K output runs in ~111s on one H800 and fits on a 24 GB RTX 4090.
π» Repo
β HKUST-LongGroup/SwiftI2V β 71 stars (+47 3d)
HTML
π paper
via @Papers.Data.Code
Swifti2v
π€ HKUST-LongGroup
π― Task
high-resolution image-to-video generation
π‘ Idea
Generate native 2K videos from a single image by first producing a low-res motion reference, then refining to high resolution while conditioning on both the input image and the Stage I video.
β¨ Why it's interesting
Matches strong 2K end-to-end I2V baselines on key VBench-I2V metrics with 202Γ less GPU-time; 81-frame 2K output runs in ~111s on one H800 and fits on a 24 GB RTX 4090.
π» Repo
β HKUST-LongGroup/SwiftI2V β 71 stars (+47 3d)
HTML
π paper
via @Papers.Data.Code
GitHub
GitHub - HKUST-LongGroup/SwiftI2V: Project page for paper "SwiftI2V: Efficient High-Resolution Image-to-Video Generation via Conditionalβ¦
Project page for paper "SwiftI2V: Efficient High-Resolution Image-to-Video Generation via Conditional Segment-wise Generation" - HKUST-LongGroup/SwiftI2V
π Weekly Digest Β· May 09 β May 16
#WeeklyDigest
π Papers
AnyFlow: Any-Step Video Diffusion Model with On-Policy Flow Map Distillation
#VideoGeneration #DiffusionModels #Distillation
Any-step video diffusion βΆ 84.05 VBench at 4 NFEs
β Learn more...
Flow-OPD: On-Policy Distillation for Flow Matching Models
#TextToImage #KnowledgeDistillation #ReinforcementLearning
On-policy flow distillation βΆ boosts GenEval and OCR
β Learn more...
SenseNova-U1: Unifying Multimodal Understanding and Generation with NEO-unify Architecture
#VisionLanguageModels #ImageGeneration #MixtureOfExperts
NEO-unify multimodal model βΆ unifies understanding and generation
β Learn more...
Ξ΄-mem: Efficient Online Memory for Large Language Models
#MemoryMechanisms #Attention #ParameterEfficientTuning
Online associative memory βΆ steers attention for long-horizon tasks
β Learn more...
LLMs Improving LLMs: Agentic Discovery for Test-Time Scaling
#TestTimeScaling #Reasoning #AgenticSearch
Offline replay controller βΆ improves accuracy-cost tradeoffs
β Learn more...
RubricEM: Meta-RL with Rubric-guided Policy Decomposition beyond Verifiable Rewards
#ReinforcementLearning #AgentTraining #LongContextReasoning
Rubric-guided meta-RL βΆ stagewise credit for research agents
β Learn more...
π» Repos
antirez/ds4 β
#Metal #KvCache #OpenaiCompatible
Metal local inference βΆ 1M context with disk KV cache
β Learn more...
facebookresearch/ProgramBench β
#Benchmark #SoftwareEngineering #ReverseEngineering
Program reconstruction benchmark βΆ tests LM reverse engineering
β Learn more...
sparolab/KISS-IMU β
#InertialOdometry #SelfSupervised #LidarPseudoLabels
Self-supervised IMU odometry βΆ denoises raw IMU with LiDAR labels
β Learn more...
π Datasets
AI Index Data: Growth, Talent (Cambridge/Harvard)
#GlobalAI #CountryIndicators #LongitudinalData
Global AI panel dataset βΆ cross-country trend forecasting
β Learn more...
giant-permissive-image-corpus
#ImageGeneration #PermissiveLicense #ImageDataset
Permissive image corpus βΆ trains visual generation
β Learn more...
β‘οΈ Tomorrow β Efficient ML Monthly
via @Papers.Data.Code
#WeeklyDigest
π Papers
AnyFlow: Any-Step Video Diffusion Model with On-Policy Flow Map Distillation
#VideoGeneration #DiffusionModels #Distillation
Any-step video diffusion βΆ 84.05 VBench at 4 NFEs
β Learn more...
Flow-OPD: On-Policy Distillation for Flow Matching Models
#TextToImage #KnowledgeDistillation #ReinforcementLearning
On-policy flow distillation βΆ boosts GenEval and OCR
β Learn more...
SenseNova-U1: Unifying Multimodal Understanding and Generation with NEO-unify Architecture
#VisionLanguageModels #ImageGeneration #MixtureOfExperts
NEO-unify multimodal model βΆ unifies understanding and generation
β Learn more...
Ξ΄-mem: Efficient Online Memory for Large Language Models
#MemoryMechanisms #Attention #ParameterEfficientTuning
Online associative memory βΆ steers attention for long-horizon tasks
β Learn more...
LLMs Improving LLMs: Agentic Discovery for Test-Time Scaling
#TestTimeScaling #Reasoning #AgenticSearch
Offline replay controller βΆ improves accuracy-cost tradeoffs
β Learn more...
RubricEM: Meta-RL with Rubric-guided Policy Decomposition beyond Verifiable Rewards
#ReinforcementLearning #AgentTraining #LongContextReasoning
Rubric-guided meta-RL βΆ stagewise credit for research agents
β Learn more...
π» Repos
antirez/ds4 β
#Metal #KvCache #OpenaiCompatible
Metal local inference βΆ 1M context with disk KV cache
β Learn more...
facebookresearch/ProgramBench β
#Benchmark #SoftwareEngineering #ReverseEngineering
Program reconstruction benchmark βΆ tests LM reverse engineering
β Learn more...
sparolab/KISS-IMU β
#InertialOdometry #SelfSupervised #LidarPseudoLabels
Self-supervised IMU odometry βΆ denoises raw IMU with LiDAR labels
β Learn more...
π Datasets
AI Index Data: Growth, Talent (Cambridge/Harvard)
#GlobalAI #CountryIndicators #LongitudinalData
Global AI panel dataset βΆ cross-country trend forecasting
β Learn more...
giant-permissive-image-corpus
#ImageGeneration #PermissiveLicense #ImageDataset
Permissive image corpus βΆ trains visual generation
β Learn more...
β‘οΈ Tomorrow β Efficient ML Monthly
via @Papers.Data.Code
π1
π Monthly Β· Efficient ML Β· Apr 17 β May 17
#MonthlyDigest #EfficientML
π Papers
Trees to Flows and Back: Unifying Decision Trees and Diffusion Models
#DiffusionModels #DecisionTrees #KnowledgeDistillation
Trees and flows βΆ faster tabular generation
β Learn more...
π Datasets
MSR-ACC/TAE25
#QuantumChemistry #AtomizationEnergy #CoupledCluster
Quantum chemistry dataset βΆ trains atomization energy models
β Learn more...
AI Index Data: Growth, Talent (Cambridge/Harvard)
#GlobalAI #CountryIndicators #LongitudinalData
Global AI panel dataset βΆ cross-country trend forecasting
β Learn more...
WHO Global Health Indicators for Prediction
#GlobalHealth #CountryLevel #WorldBank
Global health panel data βΆ cross-country trend analysis
β Learn more...
β‘ Trends
βΈ Longitudinal country-level datasets increasingly target forecasting and cross-country trend analysis.
βΈ Wide, linked, multi-table dataset formats are becoming standard for benchmarking.
βΈ Efficiency gains come from unifying model families and distilling complex systems.
π§ TL;DR
π Trees to Flows and Back: Unifying Decision Trees and Diffusion Models
Unifies trees and diffusion, delivering faster tabular generation and effective distillation.
π‘ Efficiency advances increasingly come from unifying classical structures with generative modeling.
via @Papers.Data.Code
#MonthlyDigest #EfficientML
π Papers
Trees to Flows and Back: Unifying Decision Trees and Diffusion Models
#DiffusionModels #DecisionTrees #KnowledgeDistillation
Trees and flows βΆ faster tabular generation
β Learn more...
π Datasets
MSR-ACC/TAE25
#QuantumChemistry #AtomizationEnergy #CoupledCluster
Quantum chemistry dataset βΆ trains atomization energy models
β Learn more...
AI Index Data: Growth, Talent (Cambridge/Harvard)
#GlobalAI #CountryIndicators #LongitudinalData
Global AI panel dataset βΆ cross-country trend forecasting
β Learn more...
WHO Global Health Indicators for Prediction
#GlobalHealth #CountryLevel #WorldBank
Global health panel data βΆ cross-country trend analysis
β Learn more...
β‘ Trends
βΈ Longitudinal country-level datasets increasingly target forecasting and cross-country trend analysis.
βΈ Wide, linked, multi-table dataset formats are becoming standard for benchmarking.
βΈ Efficiency gains come from unifying model families and distilling complex systems.
π§ TL;DR
π Trees to Flows and Back: Unifying Decision Trees and Diffusion Models
Unifies trees and diffusion, delivering faster tabular generation and effective distillation.
π‘ Efficiency advances increasingly come from unifying classical structures with generative modeling.
via @Papers.Data.Code
π Paper #Paper #LLM #Reasoning #ReinforcementLearning
Achieving Gold-Medal-Level Olympiad Reasoning via Simple and Unified Scaling
π€ Yafu Li, Runzhe Zhan, Haoran Zhang et al.
π― Task
Olympiad-level mathematical and scientific reasoning
π‘ Idea
Instead of domain-specific systems, it uses one scaling recipe: reverse-perplexity long-CoT SFT to instill proof search and self-checking, then coarse verifiable-reward RL, proof-level RL with self-refinement/replay, and test-time verification loops.
β¨ Why it's interesting
SU-01 gets 57.6% on IMO-ProofBench, 70.2% with test-time scaling, and reaches the IMO 2025 gold line with 35 points.
π» Repo
β Simplified-Reasoning/SU-01 β 68 stars
π paper
via @Papers.Data.Code
Achieving Gold-Medal-Level Olympiad Reasoning via Simple and Unified Scaling
π€ Yafu Li, Runzhe Zhan, Haoran Zhang et al.
π― Task
Olympiad-level mathematical and scientific reasoning
π‘ Idea
Instead of domain-specific systems, it uses one scaling recipe: reverse-perplexity long-CoT SFT to instill proof search and self-checking, then coarse verifiable-reward RL, proof-level RL with self-refinement/replay, and test-time verification loops.
β¨ Why it's interesting
SU-01 gets 57.6% on IMO-ProofBench, 70.2% with test-time scaling, and reaches the IMO 2025 gold line with 35 points.
π» Repo
β Simplified-Reasoning/SU-01 β 68 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - Simplified-Reasoning/SU-01: SU-01: Achieving Gold-Medal-Level Olympiad Reasoning via Simple and Unified Scaling
SU-01: Achieving Gold-Medal-Level Olympiad Reasoning via Simple and Unified Scaling - Simplified-Reasoning/SU-01
π Dataset #Dataset #LLM #SoftwareEngineering #ToolUse
Orchard
π€ microsoft
π― Task
Agentic software engineering and web GUI interaction
π‘ Idea
~110K agent trajectories in 2 parallel subsets: 107,185 SWE chat+tool rollouts over 2,788 GitHub repos with hidden-test pass/fail labels, plus 3,070 GUI decision-point rows with screenshots, chat context, and judge-verified rewards across 409 web tasks.
β¨ Why it's interesting
Verified patch outcomes and judge-scored GUI steps make agent training and evaluation measurable across real coding and browser tasks.
β 110,255 samples, ~10.97 GB
π dataset
via @Papers.Data.Code
Orchard
π€ microsoft
π― Task
Agentic software engineering and web GUI interaction
π‘ Idea
~110K agent trajectories in 2 parallel subsets: 107,185 SWE chat+tool rollouts over 2,788 GitHub repos with hidden-test pass/fail labels, plus 3,070 GUI decision-point rows with screenshots, chat context, and judge-verified rewards across 409 web tasks.
β¨ Why it's interesting
Verified patch outcomes and judge-scored GUI steps make agent training and evaluation measurable across real coding and browser tasks.
β 110,255 samples, ~10.97 GB
π dataset
via @Papers.Data.Code
huggingface.co
microsoft/Orchard Β· Datasets at Hugging Face
Weβre on a journey to advance and democratize artificial intelligence through open source and open science.
π» Repo #Repo #CV #DepthEstimation #CameraPose
vggt Omega
π€ facebookresearch
π― Task
multi-view camera and depth reconstruction
π‘ Idea
Infer camera parameters and per-image depth from a set of images in one forward pass, and optionally produce text-aligned embeddings for the same visual inputs.
β¨ Why it's interesting
Runs end-to-end on a single A100 with 6.02 GB for 1 frame and 43.15 GB for 500 frames, with released 1B checkpoints and demo code.
π» Repo
β facebookresearch/vggt-omega β 413 stars (+413 3d)
Python
via @Papers.Data.Code
vggt Omega
π€ facebookresearch
π― Task
multi-view camera and depth reconstruction
π‘ Idea
Infer camera parameters and per-image depth from a set of images in one forward pass, and optionally produce text-aligned embeddings for the same visual inputs.
β¨ Why it's interesting
Runs end-to-end on a single A100 with 6.02 GB for 1 frame and 43.15 GB for 500 frames, with released 1B checkpoints and demo code.
π» Repo
β facebookresearch/vggt-omega β 413 stars (+413 3d)
Python
via @Papers.Data.Code
GitHub
GitHub - facebookresearch/vggt-omega: [CVPR 2026 Oral] VGGT Omega
[CVPR 2026 Oral] VGGT Omega. Contribute to facebookresearch/vggt-omega development by creating an account on GitHub.
π Paper #Paper #CV #VideoGeneration #DiffusionModels
Causal Forcing++: Scalable Few-Step Autoregressive Diffusion Distillation for Real-Time Interactive Video Generation
π€ Min Zhao, Hongzhou Zhu, Kaiwen Zheng et al.
π― Task
Real-time autoregressive video generation
π‘ Idea
Instead of costly AR-teacher ODE trajectory distillation, it initializes few-step AR students with causal consistency distillation: same AR flow-map target, but learned from single online adjacent-step teacher updates, making frame-wise 1-2 step rollout practical.
β¨ Why it's interesting
At frame-wise 2-step, beats 4-step chunk-wise Causal Forcing by +0.1 VBench Total, +0.3 Quality, +0.335 VisionReward; 50% lower first-frame latency, ~4x cheaper Stage 2.
π» Repo
β thu-ml/Causal-Forcing β 665 stars
π paper
via @Papers.Data.Code
Causal Forcing++: Scalable Few-Step Autoregressive Diffusion Distillation for Real-Time Interactive Video Generation
π€ Min Zhao, Hongzhou Zhu, Kaiwen Zheng et al.
π― Task
Real-time autoregressive video generation
π‘ Idea
Instead of costly AR-teacher ODE trajectory distillation, it initializes few-step AR students with causal consistency distillation: same AR flow-map target, but learned from single online adjacent-step teacher updates, making frame-wise 1-2 step rollout practical.
β¨ Why it's interesting
At frame-wise 2-step, beats 4-step chunk-wise Causal Forcing by +0.1 VBench Total, +0.3 Quality, +0.335 VisionReward; 50% lower first-frame latency, ~4x cheaper Stage 2.
π» Repo
β thu-ml/Causal-Forcing β 665 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - thu-ml/Causal-Forcing: [ICML 2026] Official codebase for "Causal Forcing: Autoregressive Diffusion Distillation Done Rightβ¦
[ICML 2026] Official codebase for "Causal Forcing: Autoregressive Diffusion Distillation Done Right for High-Quality Real-Time Interactive Video Generation" & Causal Forci...
π Paper #Paper #Multimodal #LongContextModeling #VisionLanguageModels
Training Long-Context Vision-Language Models Effectively with Generalization Beyond 128K Context
π€ Zhaowei Wang, Lishu Luo, Haodong Duan et al.
π― Task
Long-context vision-language modeling
π‘ Idea
Instead of OCR-style long-data training, use instruction-formatted long-document VQA. A balanced length mix and retrieval-heavy task mixture beat 128K-focused or transcription-based training for extending LVLM context.
β¨ Why it's interesting
With 5B tokens, MMProLong improves long-doc VQA by 7.1%, stays strong at 256K/512K beyond 128K training, and exceeds baselines by 20%+ there.
π paper
via @Papers.Data.Code
Training Long-Context Vision-Language Models Effectively with Generalization Beyond 128K Context
π€ Zhaowei Wang, Lishu Luo, Haodong Duan et al.
π― Task
Long-context vision-language modeling
π‘ Idea
Instead of OCR-style long-data training, use instruction-formatted long-document VQA. A balanced length mix and retrieval-heavy task mixture beat 128K-focused or transcription-based training for extending LVLM context.
β¨ Why it's interesting
With 5B tokens, MMProLong improves long-doc VQA by 7.1%, stays strong at 256K/512K beyond 128K training, and exceeds baselines by 20%+ there.
π paper
via @Papers.Data.Code
arXiv.org
Training Long-Context Vision-Language Models Effectively with...
Long-context modeling is becoming a core capability of modern large vision-language models (LVLMs), enabling sustained context management across long-document understanding, video analysis, and...
π Dataset #Dataset #LLM #HallucinationDetection #Multilingual
LLM Hallucination Benchmark Dataset
π€ alitaqishah
π― Task
LLM hallucination detection and analysis
π‘ Idea
200 annotated LLM responses spanning 5 models, 8 domains, 7 languages, 7 hallucination types, 4 annotator types, and 4 mitigation strategies, with prompt, response, hallucination label, span, severity, and verified correction.
β¨ Why it's interesting
Makes cross-model, multilingual hallucination detection and mitigation evaluation directly measurable with typed error labels and corrected references.
β 200 annotated responses
π dataset
via @Papers.Data.Code
LLM Hallucination Benchmark Dataset
π€ alitaqishah
π― Task
LLM hallucination detection and analysis
π‘ Idea
200 annotated LLM responses spanning 5 models, 8 domains, 7 languages, 7 hallucination types, 4 annotator types, and 4 mitigation strategies, with prompt, response, hallucination label, span, severity, and verified correction.
β¨ Why it's interesting
Makes cross-model, multilingual hallucination detection and mitigation evaluation directly measurable with typed error labels and corrected references.
β 200 annotated responses
π dataset
via @Papers.Data.Code
Kaggle
LLM Hallucination Benchmark Dataset
Multi-model hallucination labels across domains, tasks & languages (2024β25)
π Paper #Paper #LLM #ReinforcementLearning #KnowledgeDistillation
Self-Distilled Agentic Reinforcement Learning
π€ Zhengxi Lu, Zhiyuan Yao, Zhuowen Han et al.
π― Task
Agentic RL for multi-turn LLMs
π‘ Idea
Instead of naively mixing OPSD with RL, SDAR keeps RL as the backbone and uses detached token-level gates to apply distillation selectivelyβamplifying positive teacher-student gaps and softening negative teacher rejections.
β¨ Why it's interesting
Beats GRPO by +9.4% on ALFWorld, +7.0% on Search-QA, and +10.2% WebShop-Acc, while avoiding naive GRPO+OPSD instability.
π» Repo
β ZJU-REAL/SDAR β 96 stars
π paper
via @Papers.Data.Code
Self-Distilled Agentic Reinforcement Learning
π€ Zhengxi Lu, Zhiyuan Yao, Zhuowen Han et al.
π― Task
Agentic RL for multi-turn LLMs
π‘ Idea
Instead of naively mixing OPSD with RL, SDAR keeps RL as the backbone and uses detached token-level gates to apply distillation selectivelyβamplifying positive teacher-student gaps and softening negative teacher rejections.
β¨ Why it's interesting
Beats GRPO by +9.4% on ALFWorld, +7.0% on Search-QA, and +10.2% WebShop-Acc, while avoiding naive GRPO+OPSD instability.
π» Repo
β ZJU-REAL/SDAR β 96 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - ZJU-REAL/SDAR: Official code for "Self-Distilled Agentic Reinforcement Learning"
Official code for "Self-Distilled Agentic Reinforcement Learning" - ZJU-REAL/SDAR
π» Repo #Repo #CV #VideoGeneration #CameraControl
Warp As History
π€ yyfz
π― Task
camera-controlled video generation
π‘ Idea
Generate videos that follow user-specified camera trajectories from one input frame, using a single training video and optional interactive/autoregressive control in a drop-in Helios pipeline.
β¨ Why it's interesting
Enables interactive viewpoint control from only one camera-annotated training example, with released training, inference, and browser demo code.
π» Repo
β yyfz/Warp-as-History β 117 stars (+58 3d)
Python
π paper
via @Papers.Data.Code
Warp As History
π€ yyfz
π― Task
camera-controlled video generation
π‘ Idea
Generate videos that follow user-specified camera trajectories from one input frame, using a single training video and optional interactive/autoregressive control in a drop-in Helios pipeline.
β¨ Why it's interesting
Enables interactive viewpoint control from only one camera-annotated training example, with released training, inference, and browser demo code.
π» Repo
β yyfz/Warp-as-History β 117 stars (+58 3d)
Python
π paper
via @Papers.Data.Code
GitHub
GitHub - yyfz/Warp-as-History: Warp-as-History: Generalizable Camera-Controlled Video Generation from One Training Video
Warp-as-History: Generalizable Camera-Controlled Video Generation from One Training Video - yyfz/Warp-as-History
π Paper #Paper #NLP #TheoremProving #RetrievalAugmentedGeneration
OProver: A Unified Framework for Agentic Formal Theorem Proving
π€ David Ma, Kaijing Ma, Shawn Guo et al.
π― Task
Formal theorem proving
π‘ Idea
Instead of bolting retrieval and self-repair onto a fixed prover at test time, OProver trains that agentic loop itself: multi-round proof revision conditioned on retrieved verified proofs and raw Lean feedback, with new verified proofs and repair traces fed back into training.
β¨ Why it's interesting
OProver-32B gets best Pass@32 on MiniF2F 93.3%, ProverBench 58.2%, PutnamBench 11.3%, and second on MathOlympiad 22.8% and ProofNet 33.2%.
π» Repo
β multimodal-art-projection/OProver β 7 stars
π paper
via @Papers.Data.Code
OProver: A Unified Framework for Agentic Formal Theorem Proving
π€ David Ma, Kaijing Ma, Shawn Guo et al.
π― Task
Formal theorem proving
π‘ Idea
Instead of bolting retrieval and self-repair onto a fixed prover at test time, OProver trains that agentic loop itself: multi-round proof revision conditioned on retrieved verified proofs and raw Lean feedback, with new verified proofs and repair traces fed back into training.
β¨ Why it's interesting
OProver-32B gets best Pass@32 on MiniF2F 93.3%, ProverBench 58.2%, PutnamBench 11.3%, and second on MathOlympiad 22.8% and ProofNet 33.2%.
π» Repo
β multimodal-art-projection/OProver β 7 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - multimodal-art-projection/OProver
Contribute to multimodal-art-projection/OProver development by creating an account on GitHub.
π Dataset #Dataset #Tabular #Education #MentalHealth
Impact of Ai on Students
π€ laveshjadon
π― Task
Student outcome and burnout prediction
π‘ Idea
50,000 student records with 16 features spanning academic profile, GenAI usage, study habits, institutional policy, anxiety, skill retention, and burnout, with targets for GPA regression, skill retention, and burnout classification.
β¨ Why it's interesting
Makes it possible to model academic and well-being outcomes against AI usage and policy in one complete, balanced student dataset.
β 50,000 samples, 16 columns, CSV
π dataset
via @Papers.Data.Code
Impact of Ai on Students
π€ laveshjadon
π― Task
Student outcome and burnout prediction
π‘ Idea
50,000 student records with 16 features spanning academic profile, GenAI usage, study habits, institutional policy, anxiety, skill retention, and burnout, with targets for GPA regression, skill retention, and burnout classification.
β¨ Why it's interesting
Makes it possible to model academic and well-being outcomes against AI usage and policy in one complete, balanced student dataset.
β 50,000 samples, 16 columns, CSV
π dataset
via @Papers.Data.Code
Kaggle
Impact of Ai on Students
Is AI a Tutor or a Cheat Code? 50,000 Student Records on GenAI Usage and Burnout
π» Repo #Repo #LLM #FederatedLearning #Lora
Smart Fed
π€ benmagnifico
π― Task
federated LLM fine-tuning with LoRA reuse
π‘ Idea
Compose a frozen pool of existing task LoRAs into a federated adapter by splitting them into rank-wise experts and learning a small input-conditioned router that selects and combines them on each client.
β¨ Why it's interesting
Cuts training, communication, and energy cost versus federated train-from-scratch baselines, and beats both knowledge-free and knowledge-reuse baselines on three skill-composition tasks.
π» Repo
β benmagnifico/SmartFed β 15 stars (+15 3d)
via @Papers.Data.Code
Smart Fed
π€ benmagnifico
π― Task
federated LLM fine-tuning with LoRA reuse
π‘ Idea
Compose a frozen pool of existing task LoRAs into a federated adapter by splitting them into rank-wise experts and learning a small input-conditioned router that selects and combines them on each client.
β¨ Why it's interesting
Cuts training, communication, and energy cost versus federated train-from-scratch baselines, and beats both knowledge-free and knowledge-reuse baselines on three skill-composition tasks.
π» Repo
β benmagnifico/SmartFed β 15 stars (+15 3d)
via @Papers.Data.Code
GitHub
GitHub - benmagnifico/SmartFed: [ICML 2026 Spotlight] SmartFed is a resource-efficient framework that circumvents expensive trainingβ¦
[ICML 2026 Spotlight] SmartFed is a resource-efficient framework that circumvents expensive training from scratch by intelligently reusing knowledge embedded in existing LoRA modules. - benmagnific...
π Paper #Paper #Multimodal #ImageGeneration #VideoGeneration
Lance: Unified Multimodal Modeling by Multi-Task Synergy
π€ Fengyi Fu, Mengqi Huang, Shaojin Wu et al.
π― Task
Unified multimodal understanding and generation
π‘ Idea
Instead of one shared visual path or bolted-on modules, Lance uses a shared interleaved multimodal context with dual MoE streams: one expert for text+semantic understanding, one for VAE-latent generation, plus modality-aware RoPE and staged multi-task training.
β¨ Why it's interesting
With only 3B activated params and a 128-GPU budget, it substantially outperforms prior open-source unified models on image and video generation while keeping strong understanding.
π» Repo
β bytedance/Lance β 314 stars
π paper
via @Papers.Data.Code
Lance: Unified Multimodal Modeling by Multi-Task Synergy
π€ Fengyi Fu, Mengqi Huang, Shaojin Wu et al.
π― Task
Unified multimodal understanding and generation
π‘ Idea
Instead of one shared visual path or bolted-on modules, Lance uses a shared interleaved multimodal context with dual MoE streams: one expert for text+semantic understanding, one for VAE-latent generation, plus modality-aware RoPE and staged multi-task training.
β¨ Why it's interesting
With only 3B activated params and a 128-GPU budget, it substantially outperforms prior open-source unified models on image and video generation while keeping strong understanding.
π» Repo
β bytedance/Lance β 314 stars
π paper
via @Papers.Data.Code
GitHub
GitHub - bytedance/Lance: A 3B-active-parameter native unified multimodal model for image and video understanding, generation,β¦
A 3B-active-parameter native unified multimodal model for image and video understanding, generation, and editing. - bytedance/Lance
π Paper #Paper #Multimodal #ComputerUseAgents #Benchmarking
OpenComputer: Verifiable Software Worlds for Computer-Use Agents
π€ Jinbiao Wei, Qianran Ma, Yilun Zhao et al.
π― Task
Computer-use agent evaluation and benchmark generation
π‘ Idea
Instead of screenshot or LLM-judge evaluation, uses app-specific state verifiers over real software, then self-refines them from execution disagreements to synthesize and score realistic desktop tasks automatically.
β¨ Why it's interesting
Covers 33 apps and 1,000 tasks. Verifiers align better with humans than LLM judges. Best agent hits 68.3% success; open models drop sharply vs OSWorld.
π» Repo
β echo0715/OpenComputer
π paper
via @Papers.Data.Code
OpenComputer: Verifiable Software Worlds for Computer-Use Agents
π€ Jinbiao Wei, Qianran Ma, Yilun Zhao et al.
π― Task
Computer-use agent evaluation and benchmark generation
π‘ Idea
Instead of screenshot or LLM-judge evaluation, uses app-specific state verifiers over real software, then self-refines them from execution disagreements to synthesize and score realistic desktop tasks automatically.
β¨ Why it's interesting
Covers 33 apps and 1,000 tasks. Verifiers align better with humans than LLM judges. Best agent hits 68.3% success; open models drop sharply vs OSWorld.
π» Repo
β echo0715/OpenComputer
π paper
via @Papers.Data.Code
GitHub
GitHub - echo0715/OpenComputer
Contribute to echo0715/OpenComputer development by creating an account on GitHub.
π Paper #Paper #LLM #ReinforcementLearning #LongContext
GoLongRL: Capability-Oriented Long Context Reinforcement Learning with Multitask Alignment
π€ Minxuan Lv, Tiehua Mei, Tanlong Du et al.
π― Task
Long-context reinforcement learning for LLMs
π‘ Idea
Instead of retrieval-path-heavy QA data and uniform rewards, it trains on 9 long-context capability tasks with task-native metrics, then replaces vanilla GRPO's prompt-level scaling with task-mean normalization plus difficulty-adaptive reweighting.
β¨ Why it's interesting
On Qwen3-30B-A3B, average long-context score rises from 60.1 to 69.8; TMN-Reweight reaches 63.0 on 4B vs 62.2 with vanilla GRPO.
π» Repo
β xiaoxuanNLP/GoLongRL
π paper
via @Papers.Data.Code
GoLongRL: Capability-Oriented Long Context Reinforcement Learning with Multitask Alignment
π€ Minxuan Lv, Tiehua Mei, Tanlong Du et al.
π― Task
Long-context reinforcement learning for LLMs
π‘ Idea
Instead of retrieval-path-heavy QA data and uniform rewards, it trains on 9 long-context capability tasks with task-native metrics, then replaces vanilla GRPO's prompt-level scaling with task-mean normalization plus difficulty-adaptive reweighting.
β¨ Why it's interesting
On Qwen3-30B-A3B, average long-context score rises from 60.1 to 69.8; TMN-Reweight reaches 63.0 on 4B vs 62.2 with vanilla GRPO.
π» Repo
β xiaoxuanNLP/GoLongRL
π paper
via @Papers.Data.Code
GitHub
GitHub - xiaoxuanNLP/GoLongRL: GoLongRL: Capability-Oriented Long Context Reinforcement Learning with Multitask Alignment
GoLongRL: Capability-Oriented Long Context Reinforcement Learning with Multitask Alignment - xiaoxuanNLP/GoLongRL
π₯ Repo #Repo #LLM #Pretraining #HierarchicalReasoningModel
Hrm Text
π€ sapientinc
π― Task
efficient foundation model pretraining
π‘ Idea
Pretrain HRM text generation models from scratch on 8-16 H100s with built-in data packing, distributed training, benchmark evaluation, and checkpoint export to Transformers format.
β¨ Why it's interesting
Claims 130-600x less compute and 150-900x less data; reference runs train 0.6B-1B models in 46-50 hours on 8-16 H100s.
π» Repo
β sapientinc/HRM-Text β 580 stars (+580 3d)
Python
via @Papers.Data.Code
Hrm Text
π€ sapientinc
π― Task
efficient foundation model pretraining
π‘ Idea
Pretrain HRM text generation models from scratch on 8-16 H100s with built-in data packing, distributed training, benchmark evaluation, and checkpoint export to Transformers format.
β¨ Why it's interesting
Claims 130-600x less compute and 150-900x less data; reference runs train 0.6B-1B models in 46-50 hours on 8-16 H100s.
π» Repo
β sapientinc/HRM-Text β 580 stars (+580 3d)
Python
via @Papers.Data.Code
GitHub
GitHub - sapientinc/HRM-Text: HRM-Text is a 1B text generation model based on the HRM architecture, strengthened by task completionβ¦
HRM-Text is a 1B text generation model based on the HRM architecture, strengthened by task completion and latent space reasoning. - sapientinc/HRM-Text