Skip to main content

このリポジトリの skills

ADu2021/skillXiv - 13ページ

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

ADu2021/skillXiv

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

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

Train language models for formal theorem proving via expert iteration with verifier-guided self-correction and checkpoint merging.

原文の言語: 英語

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

Synthesize unlimited verifiable training tasks from unverifiable text by converting reasoning passages into multiple-choice problems. Creates higher-quality training data for RLHF systems without requiring new human labels.

原文の言語: 英語

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

Separates generative policy optimization through latent encoder (standard RL algorithms) and conditional decoder (frozen then refined), using two-timescale alternating schedule to eliminate gradient instability from direct generative policy optimization.

原文の言語: 英語

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

Balance LLM flexibility with domain rigor in scientific agents through dual-layer architecture. Enforce role-based access control and artifact-centric state management to prevent hallucinations, while preserving free-form reasoning for lower-risk tasks.

原文の言語: 英語

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

Improve adaptive learning rates by clustering gradient statistics within layers and applying cluster-specific scaling.

原文の言語: 英語

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

Compress long context into compact memory tokens via iterative gradient descent. Learn to write information into prefix memory without storing full KV-caches, enabling efficient long-context reasoning and retrieval.

原文の言語: 英語

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

Unifies supervised fine-tuning and reinforcement learning through GRAO framework that combines multiple-output generation with group direct alignment loss for improved preference learning.

原文の言語: 英語

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

Unify positional encoding methods via group action theory, encompassing RoPE and ALiBi as special cases. GRAPE enables exploration of cross-subspace feature coupling—ideal when you need principled positional encoding beyond standard implementations.

原文の言語: 英語

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

Optimize test-time computation through graph-based collaborative architecture where nodes represent models, edges represent information flow, and topology itself is optimizable via reinforcement learning to discover ideal model assignments and configurations.

原文の言語: 英語

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

Train robot controllers via five-stage curriculum progressing from base vision-language models to embodiment-specific RL-refined policies. Unified action space enables cross-embodiment transfer with minimal performance loss.

原文の言語: 英語

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

Improve ranking quality via groupwise reranking with RL—process document groups jointly for within-group comparisons using GRPO with composite rewards (recall, ranking metrics, distribution alignment).

原文の言語: 英語

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

Enables efficient MoE architectures through heterogeneous expert sizing and dynamic activation mechanisms that adjust parameter count based on input complexity.

原文の言語: 英語

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

Build language models layer-by-layer on frozen embeddings, training new Transformer blocks sequentially while keeping lower layers frozen. Achieves 5% improvement over monolithic baselines on MMLU while fitting 740M trainable parameters per stage on single…

原文の言語: 英語

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

Stabilize and accelerate chain-of-thought RL training by sampling multiple answers per generated thought. GRPO-MA reduces gradient noise and improves convergence across math, code, vision, and manipulation tasks while cutting computational cost versus naive…

原文の言語: 英語

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

Eliminate expensive external teacher dependencies in VLM RL training via merged-checkpoint teachers. Uses TIES merging of historical RL checkpoints to create free, stable teacher models for step-level guidance—matching external teacher performance while…

原文の言語: 英語

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

Recover fine details at soft boundaries (hair, fur) through depth refinement networks and view synthesis. Integrate plug-and-play with existing depth models via adaptive combination across monocular, stereo, and novel view tasks.

原文の言語: 英語

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

Enable training and evaluation of desktop computer-using agents through 1.2M action steps across diverse Windows applications, covering GUI grounding, screen parsing, and action prediction with hybrid GUI+API action space reflecting modern agent designs.

原文の言語: 英語

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

Enable GUI agents to ground actions without generating pixel coordinates by using attention-based patch-level alignment and a verifier for selecting optimal action regions from candidates.

原文の言語: 英語

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

Improve GUI agent planning and action grounding through test-time scaling and reinforcement learning. Sample and evaluate multiple action candidates, then use RL to precisely target visual interface elements.

原文の言語: 英語

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

Implement techniques from Guidelines to Prompt Large Language Models for Code Generation: An Empirical Characterization. Large Language Models (LLMs) are nowadays extensively used for various types of software engineering tasks, primarily code generation

原文の言語: 英語

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

Eliminate fixed tokenization by learning data-dependent segmentation jointly with the model through dynamic chunking, matching BPE-tokenized Transformers at equivalent compute while showing improved robustness and better downstream task performance without…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Generate comprehensive test cases for code problems that reliably detect wrong solutions through LLM-based edge case synthesis and test quality ranking.

原文の言語: 英語

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

Evaluate LLM-based document rerankers using hardware-agnostic FLOPs metrics instead of latency, enabling fair comparison of ranking quality per unit of computation across different models and deployment scenarios.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Multi-agent framework that balances safety compliance with task completion through adaptive policy extraction and dual-objective optimization. Achieves 38% improvement in policy compliance while maintaining 20% higher task completion.

原文の言語: 英語

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

Compute step-level credit assignments via hindsight generative verification: condition the LLM on successful outcomes to compute importance ratios that filter credit by causal relevance. Synergizes macro stability with micro precision.

原文の言語: 英語

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

Use KV cache as hierarchical memory for real-time video stream understanding with minimal GPU overhead, achieving 10x faster response times compared to standard methods. Use when processing continuous video streams where latency and memory efficiency are…

原文の言語: 英語

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

Scale disaggregated LLM inference (prefill-decode) via topology-aware scheduling and metric-driven policies, achieving 26.6% GPU utilization improvement and conserving hundreds of thousands GPU-hours daily

原文の言語: 英語

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

Reason about long-horizon dynamics by disentangling structure and motion in video VAE latents. Learn continuous latent motion chains that preserve temporal coherence while predicting terminal keyframes, enabling efficient reasoning about multi-step scenarios.

原文の言語: 英語

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

Optimize only high-entropy tokens during RL training to achieve better reasoning performance with 80% fewer gradient updates.

原文の言語: 英語

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

Enable data-dependent higher-order interactions in attention using prefix-sufficient statistics that maintain linear time and constant state, replacing quadratic dot-product attention while preserving expressivity through compact matrix operations.

原文の言語: 英語

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

Solves long-horizon planning problems with global constraints by decoupling planning into strategic (resource allocation) and tactical (execution) levels. Prevents constraint drift through synchronized state tracking and cooperative bargaining.

原文の言語: 英語

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

Novel error categorization framework examining failures across hops (diversity), coverage, and overthinking. Combines human annotation with automated metrics to diagnose why reasoning models hallucinate on multi-step tasks.

原文の言語: 英語

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

A VLM-based preference scoring system trained on 1.17M annotated comparisons to evaluate text-to-image generation quality at scale. Uses uncertainty-aware ranking loss for fine-grained assessment across diverse images and supports iterative quality…

原文の言語: 英語

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

Improve multimodal reasoning by requiring explicit context understanding before reasoning. Use specialized reward mechanisms and context-aware training to prevent information-skipping shortcuts.

原文の言語: 英語

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

Design hybrid architectures mixing linear and full attention at optimal ratios. Superior standalone linear models don't necessarily excel in hybrids; recall improves significantly with more full attention layers at ratios below 3:1, enabling efficient…

原文の言語: 英語

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

Combine sparse verifier rewards with dense reward model scores using stratified normalization to overcome limitations of either approach alone.

原文の言語: 英語

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

Enable AI systems to recursively improve themselves by making the meta-level modification procedure itself editable, achieving open-ended capability growth.

原文の言語: 英語

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

Build hypergraph-structured memory systems for multi-step RAG that capture high-order relationships between facts, enabling stronger reasoning across long contexts. Use when combining multiple retrieved documents in complex reasoning chains that require…

原文の言語: 英語

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

Improve LLM reasoning through iterative refinement where the model refines its best previous attempts. Two-stage training: exploratory draft generation, then conditioned refinement using GRPO. Dynamic conditioning signals evolve with policy, enabling…

原文の言語: 英語

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

Enable robust image editing by decomposing free-form instructions into sequential atomic operations executed through a neural program interpreter.

原文の言語: 英語

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