Papers.Data.Code
18 subscribers
101 links
Only meaningful ML signals: papers, repos & datasets. Selected, not collected. 3–4 posts/day. πŸ“„πŸ’»πŸ“Š
papers.data.code@gmail.com
Download Telegram
πŸ’» Repo #Repo #AgentSkills #AgentSkills #Dspy

⭐ intertwine/dspy-agent-skills β€” 148 stars (+148 3d)
Python

🎯 Task
DSPy agent skills for coding agents

πŸ’‘ Idea
The repo packages five DSPy skills covering fundamentals, evaluation, GEPA optimization, RLM, and an advanced workflow. It provides spec-compliant docs, runnable examples, dual-agent installation, and validation tests.

✨ Why it's interesting
Includes 80 validation tests and committed example gains up to +24.23 points after GEPA.


via @Papers.Data.Code
πŸ“Š Dataset #Dataset #DocumentParsing #DocumentParsing #OCR

ParseBench
Creator: llamaindex

🎯 Task
Document parsing evaluation

πŸ’‘ Idea
It provides human-verified pages and rule-based evaluations for five parsing capabilities, with task-specific metrics and source documents in PDF, JPG, and PNG formats.

✨ Why it's interesting
Covers 2,078 pages from 1,211 documents with 169,011 test rules across five dimensions.

Size: 2,078 pages, 1,211 documents, 169,011 test rules

Downloads: 12.6k | Likes: 68

πŸ”— dataset

via @Papers.Data.Code
πŸ’» Repo #Repo #LLM #AIAgents #TelegramBots

⭐ cosmicstack-labs/mercury-agent β€” 476 stars (+476 3d)
TypeScript

🎯 Task
Permission-aware AI assistant

πŸ’‘ Idea
Mercury runs as a 24/7 agent across CLI and Telegram, using permission-hardened tools, folder-scoped access, command blocklists, and approval flows. It also supports daily token budgets, provider fallback, scheduling, and markdown-defined personality files.

✨ Why it's interesting
It asks before acting and includes 31 built-in tools with daemon and Telegram support.


via @Papers.Data.Code
πŸ“„ Paper #Paper #AutonomousDriving #AutonomousDriving #TrajectoryPrediction

OneVL: One-Step Latent Reasoning and Planning with Vision-Language Explanation
πŸ‘€ Jinghui Lu, Jiayi Guan, Zhijian Huang et al.

🎯 Task
Autonomous driving trajectory planning

πŸ’‘ Idea
OneVL trains compact latent tokens with two auxiliary decoders: one reconstructs text chain-of-thought, and one predicts future visual tokens as a world model. At inference, the decoders are removed and all latents are prefilled in a single pass.

✨ Why it's interesting
It is the first latent CoT method reported to outperform explicit CoT across four benchmarks.

πŸ”— paper

via @Papers.Data.Code
πŸ“„ Paper #Paper #CV #VideoGeneration #DiffusionTransformers

CoInteract: Physically-Consistent Human-Object Interaction Video Synthesis via Spatially-Structured Co-Generation
πŸ‘€ Xiangyang Luo, Xiaozhe Xin, Tao Feng et al.

🎯 Task
Human-object interaction video synthesis

πŸ’‘ Idea
It adds a human-aware MoE for hand and face regions and jointly trains RGB video with an auxiliary HOI structure stream to inject interaction geometry priors. The HOI branch is removed at inference for zero-overhead RGB generation.

✨ Why it's interesting
It significantly outperforms prior methods in structural stability and interaction realism.

πŸ’» Repo
⭐ luoxyhappy/CoInteract β€” 44 stars

πŸ”— paper

via @Papers.Data.Code
πŸ’» Repo #Repo #LLM #PromptEngineering #TechnicalWriting

⭐ yzhao062/agent-style β€” 203 stars (+203 3d)
Python

🎯 Task
LLM writing style control

πŸ’‘ Idea
It packages 21 writing rules, adapters for tools like Claude Code, Codex, Cursor, Copilot, and Aider, plus a review command that audits drafts against the same rules.

✨ Why it's interesting
Bench results report fewer style violations: 45% drops on Claude Opus 4.7 and GPT-5.4, 82% on Gemini 3 Flash.


via @Papers.Data.Code
πŸ“„ Paper #Paper #CV #MultimodalLearning #ImageGeneration

LLaDA2.0-Uni: Unifying Multimodal Understanding and Generation with Diffusion Large Language Model
πŸ‘€ Inclusion AI, Tiwei Bie, Haoxing Chen et al.

🎯 Task
Unified multimodal understanding and generation

πŸ’‘ Idea
The model discretizes images with a semantic SigLIP-VQ tokenizer, processes text and vision with a shared block-level masked diffusion MoE backbone, and reconstructs images with a distilled diffusion decoder. It also supports interleaved generation and reasoning.

✨ Why it's interesting
It matches specialized VLMs on understanding while showing strong image generation and editing.

πŸ’» Repo
⭐ inclusionAI/LLaDA2.0-Uni β€” 98 stars

πŸ”— paper

via @Papers.Data.Code
πŸ“Š Dataset #Dataset #LLM #SyntheticData #Personas

Nemotron-Personas-Korea
πŸ‘€ nvidia

🎯 Task
Korean persona generation

πŸ’‘ Idea
The dataset synthesizes adult Korean personas from official population statistics and public sources, covering demographics, geography, occupations, and multiple persona descriptions. It was built with NeMo Data Designer to better reflect real-world Korean population diversity.

✨ Why it's interesting
Notable as the first large-scale Korean-language persona dataset with 1M records and 7M personas.

Size: 1M records, 7M personas, 2.0 GB

Downloads: 2.0k | Likes: 46

πŸ”— dataset

via @Papers.Data.Code
πŸ’» Repo #Repo #SearchEvaluation #SearchEvaluation #CitationAnalysis

Geo Citation Lab
πŸ‘€ yaojingang

🎯 Task
AI search citation analysis

πŸ’‘ Idea
It provides 602 prompts, raw citation/search CSVs, page crawls, 72-feature citation records, and scripts to analyze search triggering, source preferences, and citation influence across three platforms.

✨ Why it's interesting
Includes 21,143 citation records, 18,151 crawled pages, and a full reproducible analysis pipeline.

πŸ’» Repo
⭐ yaojingang/geo-citation-lab β€” 130 stars (+130 3d)
Python


via @Papers.Data.Code
πŸ“„ Paper #Paper #NLP #LLMAgents #WorkflowOrchestration

AgentSPEX: An Agent SPecification and EXecution Language
πŸ‘€ Pengcheng Wang, Jerry Huang, Jiarui Yao et al.

🎯 Task
LLM agent workflow specification

πŸ’‘ Idea
It defines agent workflows declaratively with typed steps, branching, loops, parallelism, reusable submodules, and explicit context/state management, then runs them in a harness with tools, sandboxing, checkpointing, logging, and replay.

✨ Why it's interesting
It outperformed compared baselines on 7 benchmarks and was rated more interpretable in a user study.

πŸ’» Repo
⭐ ScaleML/AgentSPEX β€” 43 stars

πŸ”— paper

via @Papers.Data.Code
πŸ“‹ Weekly Digest | Apr 18 – Apr 25
#WeeklyDigest

πŸ“„ Papers

LLaDA2.0-Uni: Unifying Multimodal Understanding and Generation with Diffusion Large Language Model
#MultimodalLearning #ImageGeneration #DiffusionModels
Discrete diffusion LLM ⟢ unifies understanding and generation
β†’ Learn more...

AgentSPEX: An Agent SPecification and EXecution Language
#LLMAgents #WorkflowOrchestration #ProgramSynthesis
YAML agent workflows ⟢ beats baselines on 7 benchmarks
β†’ Learn more...

OneVL: One-Step Latent Reasoning and Planning with Vision-Language Explanation
#AutonomousDriving #TrajectoryPrediction #WorldModels
Latent CoT VLA ⟢ beats explicit CoT
β†’ Learn more...

CoInteract: Physically-Consistent Human-Object Interaction Video Synthesis via Spatially-Structured Co-Generation
#VideoGeneration #DiffusionTransformers #HumanObjectInteraction
CoInteract diffusion framework ⟢ more stable realistic HOI videos
β†’ Learn more...

Extending One-Step Image Generation from Class Labels to Text via Discriminative Text Representation
#TextToImage #FewStepGeneration #FlowMatching
Text-conditioned MeanFlow ⟢ 0.90 GenEval in 4 steps
β†’ Learn more...

πŸ’» Repos

cosmicstack-labs/mercury-agent ⭐
#AIAgents #TelegramBots #ToolUse
TypeScript CLI Telegram agent ⟢ approval-based 24/7 tool use
β†’ Learn more...

yaojingang/geo-citation-lab ⭐
#SearchEvaluation #CitationAnalysis #WebCrawling
Citation analysis dataset ⟢ studies search and citation choices
β†’ Learn more...

intertwine/dspy-agent-skills ⭐
#AgentSkills #Dspy #Gepa
DSPy agent skills ⟢ coding workflows with tests
β†’ Learn more...

πŸ“Š Datasets

ParseBench
#DocumentParsing #OCR #LayoutDetection
ParseBench dataset ⟢ evaluates enterprise document parsers
β†’ Learn more...

Nemotron-Personas-Korea
#SyntheticData #Personas #Korean
Synthetic Korean persona dataset ⟢ model training and evaluation
β†’ Learn more...

➑️ Tomorrow β€” NLP & LLM Monthly

via @Papers.Data.Code
πŸ“Š Monthly: NLP & LLM | April 2026
#MonthlyDigest #NLPAndLLM

πŸ“„ Papers

AgentSPEX: An Agent SPecification and EXecution Language
#LLMAgents #WorkflowOrchestration #ProgramSynthesis
YAML agent workflow language ⟢ beats baselines on 7 benchmarks
β†’ Learn more...

πŸ’» Repos

cosmicstack-labs/mercury-agent ⭐
#AIAgents #TelegramBots #ToolUse
TypeScript AI agent ⟢ CLI Telegram with approval actions
β†’ Learn more...

yzhao062/agent-style ⭐
#PromptEngineering #TechnicalWriting #AIAgents
Writing ruleset CLI ⟢ reduces style violations
β†’ Learn more...

πŸ“Š Datasets

Nemotron-Personas-Korea
#SyntheticData #Personas #Korean
Korean persona dataset ⟢ trains and evaluates persona models
β†’ Learn more...

⚑ Trends

β–Έ Agent tooling emphasizes explicit workflows, permissions, and human approval safeguards.
β–Έ Recent LLM agent systems package reusable controls for execution and output quality.
β–Έ Synthetic, structured persona data is expanding beyond English into localized demographics.

🧭 TL;DR

πŸ“„ AgentSPEX: An Agent SPecification and EXecution Language
Declarative agent language improves benchmark performance and interpretability with executable workflows.

⭐ cosmicstack-labs/mercury-agent ⭐
Practical permission-aware agent offers approvals, daemon mode, Telegram, and 31 tools.

πŸ’‘ LLM tooling is shifting toward controllable, operationally safe agent systems.

via @Papers.Data.Code
πŸ“„ Paper #Paper #Robotics #HumanoidControl #WorldModels

UniT: Toward a Unified Physical Language for Human-to-Humanoid Policy Learning and World Modeling
πŸ‘€ Boyu Chen, Yi Chen, Lu Qiu et al.

🎯 Task
Human-to-humanoid policy learning and world modeling

πŸ’‘ Idea
Tri-branch visual-action-fusion tokenizer with cross-reconstruction maps heterogeneous actions into shared discrete tokens; actions predict vision and vision reconstructs actions to capture embodiment-agnostic physical intent.

✨ Why it's interesting
Achieves SOTA data efficiency, robust OOD generalization, and zero-shot task transfer on sim and real humanoids.

πŸ’» Repo
⭐ xpeng-robotics/UniT β€” 37 stars

πŸ”— paper

via @Papers.Data.Code
πŸ“Š Dataset #Dataset #3DEditing #3DEditing #InstructionFollowing

HΒ³D: High-quality Holistic 3D Editing Dataset
πŸ‘€ ART-3D

🎯 Task
Instruction-following 3D editing

πŸ’‘ Idea
~102.7K records across 10 shards: each sample has before/after 3D SLAT latents, one aligned 518Γ—518 RGB view per side, and an edit prompt for deletion, addition, modification, scale, material, color, or global style.

✨ Why it's interesting
Paired latent+image edits across 7 types enable training and evaluation of part-level 3D editors.

Size: 102,704 records across 10 shards, ~54.5 GB total

Downloads: 441 | Likes: 10

πŸ”— dataset

via @Papers.Data.Code
πŸ”₯1
πŸ”₯ Repo #Repo #MixtureOfExperts #MixtureOfExperts #Quantization

Tile Kernels
πŸ‘€ deepseek-ai

🎯 Task
LLM GPU kernel optimization

πŸ’‘ Idea
Optimized TileLang kernels for LLM ops, including top-k MoE gating/routing, FP8/FP4/E5M6 quantization, batched transpose, Engram, and Manifold HyperConnection, plus trainable torch.autograd.Function wrappers for higher-level layers.

✨ Why it's interesting
Authors say most kernels approach hardware limits for compute intensity and memory bandwidth.

πŸ’» Repo
⭐ deepseek-ai/TileKernels β€” 1.2k stars (+1.1k 3d)
Python


via @Papers.Data.Code
πŸ“„ Paper #Paper #CV #NovelViewSynthesis #VideoDiffusion

Vista4D: Video Reshooting with 4D Point Clouds
πŸ‘€ Kuan Heng Lin, Zhizheng Liu, Pablo Salamanca et al.

🎯 Task
Video reshooting

πŸ’‘ Idea
4D-grounded point clouds with temporally persistent static pixels guide a video diffusion model, plus training on noisy reconstructed multiview data to preserve seen content and improve camera control under real-world artifacts.

✨ Why it's interesting
Best camera/3D consistency; user study wins 67.06% preservation, 68.17% camera, 77.38% fidelity.

πŸ’» Repo
⭐ Eyeline-Labs/Vista4D β€” 88 stars

πŸ”— paper

via @Papers.Data.Code
❀1
Channel photo updated
πŸ“„ Paper #Paper #LLM #TimeSeries #VisionLanguageModels

LLaTiSA: Towards Difficulty-Stratified Time Series Reasoning from Visual Perception to Semantics
πŸ‘€ Yueyang Ding, HaoPeng Zhang, Rui Dai et al.

🎯 Task
Time series reasoning

πŸ’‘ Idea
Dual-view VLM input uses a time-series plot plus an index-value table for precise numerical grounding, then curriculum fine-tunes across L1-L3 reasoning levels on the 83k-sample HiTSR dataset.

✨ Why it's interesting
Best OOD results: 86.8% L1, 75.6% local L2, 97.5% global L2, 67.0% L3 accuracy.

πŸ’» Repo
⭐ RainingNovember/LLaTiSA β€” 76 stars

πŸ”— paper

via @Papers.Data.Code
πŸ“Š Dataset #Dataset #Classification #Classification #Regression

Sleep Health & Daily Performance Dataset
πŸ‘€ mohankrishnathalla

🎯 Task
Sleep health prediction

πŸ’‘ Idea
100K records, 32 columns, and 3 targets spanning regression, multiclass, and binary tasks. Structured daily snapshots cover sleep metrics, behaviors, mental state, cognitive outcomes, 12 occupations, and 15 countries with no missing values.

✨ Why it's interesting
100K rows + 3 targets enable benchmarkable sleep, risk, and cognition models from beginner to expert level.

Size: 100K records, 32 columns, 14.3 MB

Downloads: 2.9k | Likes: 49

πŸ”— dataset

via @Papers.Data.Code
πŸ€—1
πŸ“„ Paper #Paper #LLM #AgenticRL #ToolUse

DR-Venus: Towards Frontier Edge-Scale Deep Research Agents with Only 10K Open Data
πŸ‘€ Venus Team, Sunhao Dai, Yong Deng et al.

🎯 Task
Edge-scale deep research agents

πŸ’‘ Idea
Cleaned and resampled long-horizon trajectories plus IGPO-based turn-level RL with information-gain rewards and format penalties train a 4B agent from ~10K open data, targeting dense credit assignment for long research runs.

✨ Why it's interesting
Beats prior agentic models under 9B on multiple deep research benchmarks.

πŸ’» Repo
⭐ inclusionAI/DR-Venus β€” 50 stars
⭐ verl-project/verl β€” 50 stars

πŸ”— paper πŸ”— dataset πŸ”— dataset

via @Papers.Data.Code
πŸ’» Repo #Repo #CV #FaceVerification #Webassembly

Face X
πŸ‘€ facex-engine

🎯 Task
Face verification

πŸ’‘ Idea
Local face embedding engine for browser, C, Go, Python, and CLI. It computes 512-d embeddings and cosine similarity, with no dependencies, optional encrypted weights, and SIMD-optimized CPU inference.

✨ Why it's interesting
Claims 3.0 ms native latency, 99.73% LFW accuracy, and 1.30x faster inference than ONNX Runtime.

πŸ’» Repo
⭐ facex-engine/facex β€” 82 stars (+82 3d)
C

πŸ”— paper

via @Papers.Data.Code