Skip to main content

このリポジトリの skills

ADu2021/skillXiv - 9ページ

SkillsMP は ADu2021/skillXiv から 1,228 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

ADu2021/skillXiv

収集済み skill 1,228 件中 40 件を表示しています。

職業分類
コンピュータ・情報研究科学者
説明

Combines DeepSeek Sparse Attention (DSA) achieving O(Lk) complexity, scalable RL framework allocating 10%+ compute to post-training, and large-scale agentic task synthesis with 1,800+ environments. Matches proprietary models in reasoning;…

原文の言語: 英語

更新
職業分類
コンピュータ・情報研究科学者
説明

Enable efficient speculative decoding by training discrete diffusion language models for parallel draft generation. Use AR-style distillation and scribe refinement to train dLLMs. Eliminate left-to-right error accumulation through independent parallel…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Improve diffusion model alignment by assigning step-wise rewards during denoising instead of terminal rewards. Fixes sparse reward signal mismatch in multi-step generation processes through ODE-based reward estimation.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Extend monocular depth models to handle adverse conditions (weather, darkness, sensor noise) using only 540K training samples. Applies perturbation-based consistency learning and spatial constraints to maintain robust depth prediction across challenging…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Replace LayerNorm with Derf(x) = erf(αx + s) for improved generalization in transformers. Derf outperforms LayerNorm across vision, speech, and DNA modeling—ideal when normalization-free training provides benefits without architectural complexity.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Accelerate LLM inference 6x by using block diffusion for parallel token drafting with tight coupling to the target model's hidden representations, achieving higher speedups than existing speculative methods without quality loss.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Unlocks parallelism in recurrent memory transformers through diagonal batching of the layers-segments grid, achieving 3.3x speedup on 131K-token sequences without model retraining.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Train diffusion language models to generate optimized CUDA kernels using bi-phase reinforcement learning. First phase masks and regenerates core kernel logic with provided scaffolding to prevent PyTorch shortcuts. Second phase enables end-to-end generation.…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Recast chain-of-thought reasoning as iterative denoising using diffusion principles to overcome exposure bias in autoregressive reasoning. DiffCoT enables retrospective refinement of intermediate steps while maintaining temporal consistency through causal…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Improve state-space model performance on language modeling and retrieval by applying differential mechanisms to reduce noise in intermediate representations and enhance long-context reasoning.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Apply diffusion models as native generative agents for vision-centric reasoning tasks (sequential planning, constraint satisfaction, spatial configuration) instead of text-based LLM chains. Achieves 3x+ improvements over GPT-5 and Gemini-3 on visual…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Train masked diffusion models for code generation using coupled-GRPO to optimize non-autoregressive generation. Achieves 4.4% improvement on code benchmarks while reducing autoregressive bias.

原文の言語: 英語

更新
職業分類
数学者
説明

Extract fine-grained visual features from pretrained text-to-image diffusion models to improve multimodal LLMs beyond CLIP, achieving up to 6% gains through strategic fusion of unconditional and conditional diffusion representations.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Convert pre-trained autoregressive vision-language models into diffusion VLMs without architectural modifications. Use block diffusion strategy enabling arbitrary-length generation and KV-cache reuse. Hybrid attention enforces bidirectional within blocks,…

原文の言語: 英語

更新
職業分類
コンピュータ・情報研究科学者
説明

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

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Apply reasoning-focused RL to vision foundation models using GRPO to develop deep visual understanding and abstract reasoning beyond visual recognition.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Improve diffusion model capacity efficiency by directly predicting clean data instead of noise—leverage the manifold assumption that natural data occupies low-dimensional space while noise spans full dimensionality.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Optimize diffusion models for preference alignment by learning directly from group-level preferences without stochastic policies, enabling efficient and stable training.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Enable effective RL for diffusion language models via DiPO (unbiased GRPO for dLLMs) and framework optimizations. FlexAttention accelerates blockwise training, LMDeploy optimizes inference, achieving training-inference consistency—improving dLLM math…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Enables diffusion LLMs to achieve 2.5× faster inference than autoregressive models through block-wise generation with parallel inter-block decoding.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Reformulate discrete diffusion using signal-to-noise ratio for hybrid masked-uniform noise scheduling. Derive compute-optimal scaling laws through careful hyperparameter tuning, showing uniform diffusion scales more favorably in token-constrained settings…

原文の言語: 英語

更新
職業分類
コンピュータ・情報研究科学者
説明

Understand fundamental limitations of applying diffusion to discrete text: position-agnostic corruption ignores linguistic structure, and token-wise training misses multi-token dependencies. Design text diffusion systems satisfying five essential properties:…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Evaluate and optimize tool-integrated reasoning in LLMs through empirical benchmarking, performance-cost metrics (PAC, AUC-PCC), and measurement frameworks for diverse reasoning tasks.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Convert inference-time feedback into persistent, retrievable guidelines stored as agent memory. Framework enables LLMs to improve performance over time by systematically accumulating and applying learned critiques. Augmented models rapidly match test-time…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Align latent distributions with arbitrary reference distributions via explicit matching constraints rather than fixed priors. DMVAE achieves gFID 3.2 on ImageNet with 64 epochs—when you need flexibility in latent representation design for image generation.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Synthesize diverse, verifiable training tasks by executing real tools first, then reverse-deriving tasks from execution traces. Ensure diversity across tools and reasoning patterns while maintaining grounding by construction.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Train models to decompose complex problems into subproblems via divide-and-conquer reasoning. Structured approach enables systematic solution assembly and improved long-horizon reasoning compared to end-to-end generation.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Improve multimodal reasoning at test-time through confidence-guided latent optimization without retraining. Iteratively refine learnable latent think tokens via policy gradient using confidence reward. Dynamically select and update relevant image patches…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Generate multiple tokens simultaneously by having late transformer layers directly predict multiple outputs after early layer processing. No auxiliary parameters or verification needed. Achieve up to 2x generation speedup.

原文の言語: 英語

更新
職業分類
コンピュータ・情報研究科学者
説明

Systematic evaluation toolkit for assessing large language models across multiple dimensions, enabling comprehensive benchmarking of agent capabilities and comparative analysis of model performance.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Build open-source agents for document question-answering by modeling DocQA as information-seeking with explicit tool utilization. DocDancer uses an exploration-then-synthesis pipeline to generate high-quality training data, addressing the scarcity that limits…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Improve long-context length extrapolation by denoising instabilities in Rotary Position Embeddings (RoPE) through spectral analysis and selective head rewriting—training-free post-hoc intervention for longer context windows.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Compress LLMs by 20-30% in width while preserving functionality through optimal transport-based neuron merging. Instead of discarding neurons, redistribute their signal to retained neurons via learned transport maps. Use when you need to reduce model size…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Diagnose and fix multi-agent system failures through targeted interventions (message edits, plan changes) rather than static log analysis. DoVer recovers 18-28% of failed trials with 30-60% hypothesis validation—essential for autonomous multi-agent…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Enable Diffusion Language Models to achieve 8.5x inference speedup (24-30 steps vs. 256) through certainty-forcing distillation that trains models to achieve simultaneous high confidence across multiple tokens. Use when optimizing inference latency for dLLM…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Replace PPO's heuristic ratio-based clipping with Divergence Proximal Policy Optimization (DPPO) that directly constrains policy divergence using either Total Variation or KL, enabling lightweight approximations (Binary, Top-K) for vocabulary-scale…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Implements DPWriter from arXiv:2601.09609

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Use per-layer routers trained with Monte Carlo Tree Search to dynamically skip, execute, or repeat transformer layers for each token. Saves ~5 layers per example while maintaining accuracy on diverse benchmarks.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Enable stable multi-agent reinforcement learning by normalizing advantages per-agent rather than globally, preventing gradient-norm inflation in heterogeneous multi-agent systems.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Dr. Zero: Self-Evolving Search Agents without Training Data. From arXiv:2601.07055

原文の言語: 英語

更新
収集済み skill 1,228 件中 40 件を表示しています。