All authors
ADu2021 avatar

Claude Skills by ADu2021

github.com/ADu2021
1,228 skillsA× 1,227B× 10 installs224 views
Treecua Gui AutomationA

Scale GUI automation by organizing trajectories into tree structures for reuse and branching exploration, reducing data cost while maximizing step-level diversity through adaptive topology.

toolspythongo
0
6
Treegrpo Tree Advantage RlA

Achieve 2.4× faster RL training for diffusion models by restructuring denoising as tree search with shared computation. TreeGRPO computes fine-grained step advantages instead of trajectory-level rewards—crucial for efficient diffusion model optimization.

developmentpythongo
0
6
Treevgr Visual Grounded Reasoning EvidenceA

Train vision-language models to produce visually grounded reasoning by enforcing traceable evidence via bounding box localization, using a novel benchmark (TreeBench) and RL-based training with dual IoU rewards for both recall and precision.

developmentpythonrust
0
6
Truncated PpoA

T-PPO improves training efficiency via truncated rollouts and extended GAE, enabling batch continuity without waiting for full sequence completion.

toolspythongit
0
6
Truncated Step Level Retrieval ReasoningA

Improve credit assignment in retrieval-augmented reasoning by truncating trajectories at single decision points. Generate k samples sharing a common prefix, differing only at the next step to isolate variation and reduce gradient variance by T-fold on T-step tasks.

ai-agentspythongit
0
6
Trust Sql Rl Text To SqlA

Convert natural language to SQL for unknown database schemas by formulating the task as a partially observable MDP. Use dual-track GRPO (token-level masked advantages) to learn schema discovery and query generation jointly.

ai-agentspythonrust
0
6
Truth Rl Ternary Reward HallucinationA

Train LLMs to reduce hallucinations by 28.9% using a ternary reward scheme that explicitly incentivizes abstention (+0) over false claims (-1) while rewarding correct answers (+1). Apply when improving factual reliability is critical and verification signals are available.

ai-agentspythonrust
0
6
Truthrl Ternary Reward Hallucination ReductionA

Reduce LLM hallucinations by training with a ternary reward signal that distinguishes correct answers, hallucinations, and abstentions. This technique incentivizes truthfulness over accuracy-only metrics, enabling safer, more calibrated language models through GRPO-based optimization.

ai-agentspython
0
6
Ttcs Test Time CurriculumA

Improve model performance at test time by dynamically synthesizing curriculum of problem variants. Co-evolving synthesizer and solver agents create reinforcing feedback for continuous improvement without external labels.

ai-agentspythonperformance
0
6
Ttrv Test Time Rl Vision LanguageA

Adapt vision-language models at test time without labels by extracting implicit reward signals (prediction frequency and entropy) and optimizing via GRPO.

ai-agentspythongit
0
6
Ttt E2e Long ContextA

Enable long-context modeling via test-time training with meta-learning. Inner loop continues training on context, compressing information into weights rather than KV cache, outer loop optimizes initialization—maintaining full-attention quality with RNN-like constant inference latency across 8K-128K token contexts.

testingpythonperformance
0
6
Tuna Unified Visual MultimodalA

Cascaded VAE+SigLIP encoders creating single continuous representation space supporting both vision understanding and generation, trained jointly on both tasks without format mismatches. Deploy for unified multimodal models where understanding and generation enhance each other.

business
0
6
Turbodiffusion VideoA

Achieve 100-200× video generation speedup via algorithm-system co-optimization. Combines sparse attention acceleration (SageAttention + trainable Sparse-Linear Attention), step distillation, W8A8 quantization, and custom CUDA kernels—maintaining quality through modular optimizations that compose for cumulative gains.

developmentpythongo
0
6
Turn PpoA

Stabilize multi-turn agent RL by shifting from token-level to turn-level MDPs. Reformulates states and actions at conversation-turn granularity, uses learned turn-level critics, and applies Generalized Advantage Estimation—eliminating misalignment that destabilizes GRPO training on long-horizon agentic tasks.

ai-agentspythonperformance
0
6
Tv2tv Interleaved Video TextA

Mixture-of-Transformers jointly learning language modeling and video flow matching, enabling interleaved text-video generation where semantic decisions happen in language, pixel generation in video, and users can intervene textually at any step.

ai-agentspythongit
0
6
Twinbrainvla Unleashing The Potential Of GeneralisA

Implement techniques from TwinBrainVLA: Unleashing the Potential of Generalist VLMs for Embodied Tasks via Asymmetric Mixture-of-Transformers. The fundamental premise of Vision-Language-Action (VLA) models is to harness the extensive general capabilities of pre-trained Vision-Language Models (VLMs) for generalized embodied intelligence

research
0
6
Twinflow One Step GenerationA

Train single-step image generators without teacher models or standard adversarial networks. Achieves 0.83 GenEval score at 1-NFE with 100× computational efficiency gains—when you need real-time image synthesis from pre-trained diffusion models.

devopspythonperformance
0
6
Two Grpo Contrastive EfficiencyA

Reduce GRPO training cost by 87.5% using only 2 rollouts instead of 16 while achieving 98.1% of baseline performance. Leverage the insight that GRPO's group mechanism serves contrastive learning rather than advantage estimation.

ai-agentspythongo
0
6
Typhoon Ocr Open Vision Language Model For ThaiA

Document extraction is a core component of digital workflows, yet existing vision-language models (VLMs) predominantly favor high-resource languages. Thai presents additional challenges due to script complexity from non-latin letters, the absence of explicit word boundaries, and the prevalence of highly unstructured real-world documents, limiting the effectiveness of current open-source models. This paper presents Typhoon OCR, an open VLM for document extraction tailored for Thai and English....

researchgitperformance
0
6
U Net Like Spiking Neural Networks For Single ImagA

Research contribution advancing agent and reasoning capabilities through novel approaches to model development, training, and evaluation.

toolsperformance
0
6
Ultramemv2 Memory NetworksA

Scale memory networks to 120B parameters with improved long-context learning through integrated memory layers, simplified value projection, and optimized parameter ratios for superior memory-intensive tasks.

developmentpythongit
0
6
Uncertainty Metric Control SignalsA

Transform uncertainty quantification in LLMs from passive reliability measurement into active control signals for reasoning optimization, autonomous agent decision-making, and reinforcement learning. Use when building systems where uncertainty drives real-time behavior modification and improved reliability.

ai-agentspython
0
6
Unicom Compressed Multimodal RepresentationsA

Compress visual embeddings into compact latent space for unified image understanding and generation. Combines attention-based compression with diffusion decoding to bridge comprehension and generation through a shared semantic bottleneck.

developmentpythongo
0
6
Unicorn Towards Self Improving Unified MultimodalA

Advanced computer vision technique for robust spatial understanding in complex scenes, supporting agent navigation and environmental reasoning capabilities.

toolsperformance
0
6
Unified Thinker A General Reasoning Modular Core FA

Advanced reasoning approach for optimizing inference efficiency through meta-cognitive planning, enabling agents to make better decisions with reduced computational overhead.

toolsperformance
0
6
Uniql Quantization PruningA

Single cloud-side weight-sorting and fine-tuning supporting multiple on-device pruning rates via efficient SVD and MLP decomposition, achieving 4-5.7× memory reduction and 2.7-3.4× throughput across Transformers, SSMs, and hybrid architectures.

devopspython
0
6
Uniqueness Aware RlA

Improves LLM reasoning by rewarding correct solutions that exhibit rare high-level strategies, preventing exploration collapse and discovering more diverse solution approaches across mathematics, physics, and medical reasoning.

ai-agentspythongo
0
6
Universal Reasoning ModelA

Enhance Universal Transformers for complex reasoning through ConvSwiGLU modules integrating depthwise convolution into feed-forward blocks and truncated backpropagation through loops (TBPTL) restricting gradient computation to final iterations. Achieve state-of-the-art on ARC-AGI: 53.8% on ARC-1, 16.0% on ARC-2.

developmentperformance
0
6
Uniworld Semantic VisionA

Combine semantic encoders from multimodal LLMs with contrastive learning to create unified high-resolution encoders for both visual understanding and generation tasks without relying on VAE compression.

researchpythongit
0
6
Unmasking Diffusion PoliciesA

Learn which tokens to unmask during diffusion sampling via reinforcement learning instead of heuristics. Policies eliminate manual tuning and scale across block sizes—crucial when semi-autoregressive generation needs dynamic, learned unmasking strategies.

developmentpythongit
0
6
Unreasonable Scaling Computer Use AgentsA

Scale computer-use agents from 30% to 72% success rate by generating parallel rollouts and selecting best trajectories through behavior narrative evaluation. Use when deploying desktop agents on complex, high-variance task scenarios.

toolspythonrust
0
6
Urbanllava Urban Multimodal IntelligenceA

Unified MLLM processing four urban data types simultaneously: geospatial structures, trajectory information, satellite imagery, and street-view photos. Outperforms general-purpose models on 12-task urban benchmark with 31-375% improvements. Use for urban planning, traffic analysis, location intelligence, and smart city applications requiring integrated spatial reasoning.

developmentpythongo
0
6
V Thinker Interactive Visual ReasoningA

Enable vision-centric interactive reasoning by synthesizing diverse reasoning datasets through co-evolutionary loops, then training models with progressive curriculum that starts with perception and advances to tool-based problem solving.

code-qualitypythongit
0
6
Va Pi Pixel ArA

Align autoregressive image models with pixel-space quality via variational optimization. Formulates alignment as ELBO combining reconstruction (pixel supervision) and prior regularization (token distribution), treating model as RL policy with tokenizer reconstruction as reward—achieving 86.6% cost reduction vs standard RL fine-tuning.

ai-agentspythonperformance
0
6
Vcrl Variance Curriculum RlA

VCRL improves LLM mathematical reasoning by dynamically adjusting training sample difficulty based on group reward variance. Uses variance-based sampling with memory replay to focus on moderately-difficult samples where models succeed ~50% of the time, achieving 4.67-point improvement over GRPO on 8B models.

datapythongo
0
6
VeriGuard Agent Safety VerificationA

Generate safety policies as executable code with formal verification, enabling provably-correct agent behavior through offline policy generation and online runtime enforcement.

ai-agentspythonreact
0
6
Vericot Neuro Symbolic Chain ValidationA

Validate LLM multi-step reasoning chains by converting natural language steps to first-order logic and checking logical consistency against established facts and sourced premises—enabling error detection and self-correction for more reliable reasoning.

testingpythongo
0
6
Verifier Free Test Time SamplingA

Use model confidence and prediction consistency to select high-quality actions at test time without external verifiers, enabling reliable action selection in VLA systems.

code-qualitypython
0
6
Verltool Agentic Rl Tool UseA

Train agents to leverage external tools across domains using VerlTool's unified RL framework. Coordinate code execution, search, SQL queries, and vision utilities in multi-turn interactions without domain-specific redesign. 2× faster asynchronous rollouts on mathematical reasoning, knowledge QA, and software engineering tasks.

businesspythongo
0
6
Versatile Controls Video DiffusionA

Enable flexible control over video diffusion models through multi-modal control signals (edges, masks, poses) without retraining. Apply lightweight Transformer-based auxiliary modules to add Canny edge, segmentation, and pose constraints to frozen pre-trained generators.

developmentpython
0
6
Versatileffn Adaptive FfnA

Enable parameter-efficient computation through dual-pathway feed-forward networks. Create virtual experts via hidden subspace slicing (width-versatile) and recursive weight application (depth-versatile). Use difficulty-aware gating to balance pathways, adding computation not memory to fixed parameter budget.

toolsgo
0
6
Verse Craft Video World ModelsA

Control video generation via 4D geometric representation combining static background point clouds and per-object 3D Gaussian trajectories. Enable category-agnostic control over camera and multi-object motion in realistic video synthesis.

researchgoperformance
0
6
Verse Embedding Visualization DocumentsA

Optimize vision-language models for document tasks via embedding visualization and clustering-guided data generation. Identify error-prone regions in visual space and synthetically augment training data targeting weak areas.

researchperformance
0
6
Vespo Variational Sequence RlA

Stabilize off-policy RL training for LLMs by deriving principled importance weight reshaping from variational optimization. Instead of heuristic clamping, VESPO uses closed-form exponential weighting W^c1 * exp(c2*(1-W)) to suppress overweighted samples while maintaining smooth gradients. Enables stable training at 64× policy staleness and under fully asynchronous execution with sequence-level operations that avoid length-dependent biases.

documentationpythongo
0
6
Vfm Visual TokenizerA

Use frozen vision foundation models like DINOv2 and CLIP as image tokenizers for autoregressive generation. Region-adaptive quantization identifies semantically coherent areas and reduces redundancy. Achieves 256-token encoding (vs. 576), 3× AR model speedup, state-of-the-art 1.36 gFID on ImageNet while eliminating classifier-free guidance.

developmentpythonexpress
0
6
Video Deep Research AgentA

Implements video deep research for multi-hop reasoning combining video analysis, web search, and evidence synthesis. Evaluates workflow vs agentic paradigms with 100-sample benchmark across 6 semantic domains, revealing goal drift and long-horizon consistency as core bottlenecks.

researchgotesting
0
6
Video Generation Latent RewardsA

Use pre-trained video generation models (VGMs) as efficient reward models by evaluating video quality directly in latent space at any denoising timestep, enabling process-reward learning across the entire generation trajectory without expensive VAE decoding to RGB.

ai-agentspythongo
0
6
Video Reasoning GroundingA

Ground video reasoning in explicit visual evidence by highlighting timestamps, objects, and bounding boxes, making reasoning verifiable and improving accuracy through RL rewards for spatio-temporal alignment.

developmentpythongo
0
6
Video Rts Reinforcement Learning Test Time ScalingA

Train video QA models on 6K examples using pure RL instead of costly supervised fine-tuning, then adaptively sample video frames at inference by monitoring answer consensus across multiple reasoning trajectories.

businesspythonperformance
0
6
Video Temporal ReasoningA

Diagnose and improve temporal pattern recognition in video-language models using SpookyBench, which isolates temporal information from spatial cues.

developmentpython
0
6