Skip to main content

이 저장소의 skills

ADu2021/skillXiv - 18페이지

SkillsMP는 ADu2021/skillXiv에서 1,228개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

ADu2021/skillXiv

수집된 skill 1,228개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Run draft and target models in parallel across GPU/NPU using bidirectional speculation: draft predicts forward continuations while target speculates correction paths simultaneously. Achieve 2.8x-5.8x wall-time speedup on 14B-66B models.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Score reasoning paths using PMI to identify question-specific relevant steps without rollout simulations, enabling efficient tree search 12× faster than MCTS while improving reasoning accuracy.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Improve reasoning efficiency by dynamically adjusting elaboration depth within a single response. Difficult steps receive extensive chain-of-thought; straightforward steps use concise inference. Mix reasoning modes to achieve 57-79% token savings under…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Allow attention heads to reference features from multiple depths by accessing both current-layer and depth key-value pairs. Prevent signal degradation in deep models while maintaining computational efficiency.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Optimize Mixture-of-Experts efficiency by decoupling token-level expert activation from layer architecture. Use dynamic threshold routing where expert count per token varies by input complexity, and apply layer-wise capacity scheduling to match…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Enable LLMs to autonomously select and apply diverse reasoning strategies without prompt engineering. Trains models with diverse thought templates covering 50-500 distinct reasoning approaches, achieving 2-13% improvements over baseline prompting methods.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Build parameter-efficient models that assign different computation depths per token via learned routing, combining weight sharing with dynamic computation complexity. Use when you need to maximize model capacity within compute budgets or create models that…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Train multimodal models for long-chain reflective reasoning (iterative thinking, backtracking) using Adaptive Hybrid Policy Optimization. Trigger: improve VLM performance on tasks requiring iterative refinement and error correction.

원문 언어: 영어

업데이트
직업 분류
컴퓨터·정보 연구 과학자
설명

Deep Research Agents (DRAs) generate citation-rich reports via multi-step search and synthesis, yet existing benchmarks mainly target text-only settings or short-form multimodal QA, missing end-to-end multimodal evidence use. We introduce MMDeepResearch-Bench…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Evaluate whether generative models possess foundational reasoning capabilities. Develop five-ability framework (physical, logical, 3D spatial, 2D spatial, temporal reasoning) across abstract reasoning, embodied navigation, and physical commonsense benchmarks.…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Compresses MoE language models through shared basis factorization of expert weight matrices, achieving 24-30% parameter reduction with minimal accuracy loss.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Build GUI automation agents using self-evolving trajectory generation, trajectory-aware policy optimization, and integrated action semantics for cross-platform interaction.

원문 언어: 영어

업데이트
직업 분류
컴퓨터·정보 연구 과학자
설명

Transform pre-trained vision-language models into powerful bidirectional multimodal embeddings through modality-aware continual pre-training and heterogeneous contrastive fine-tuning. 3B model matches 7B baselines.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Enable small vision-language models to reason over diverse data types by converting latent embeddings into visual representations, achieving specialized performance without domain-specific training.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Merges multiple fine-tuned models by operating in input-representation space rather than parameter space. Creates synthetic inputs whose gradients align with task vectors, bridging joint training and post-hoc merging for robust multi-task model combination.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Optimize data mixtures across diverse vision-language domains when applying RL with verifiable rewards to multimodal LLMs, balancing task-specific performance with generalization.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Train large models efficiently across heterogeneous hardware (GPUs, TPUs, Trainium) using strict encapsulation principles, achieving constant code complexity when adding features across hundreds of modules.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Prevents MoE router instability during RL training by recording and replaying inference-phase routing distributions back into training. Reduces training-inference routing divergence and KL divergence, enabling stable MoE RL scaling without sacrificing…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Determine optimal MoE sparsity by separating memorization and reasoning trade-offs: active FLOPs improve reasoning while total parameters improve memorization, requiring joint optimization

원문 언어: 영어

업데이트
직업 분류
컴퓨터·정보 연구 과학자
설명

Improve agent reasoning by designing thought structures that balance deep analysis, self-reflection, and exploratory thinking. Framework discovers that effective long-form reasoning exhibits molecular-like interaction patterns—specific bonds between reasoning…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Enable multimodal LLMs to generate and reason with latent visual embeddings as intermediate thoughts: implement supervised fine-tuning to produce continuous visual representations, then optimize via VLPO to treat embeddings as learnable actions in…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Generate videos at 29 FPS with interactive motion control through teacher-student distillation of motion-conditioned video models, using sliding-window causal attention and attention sinks to maintain constant latency for indefinite-length generation.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Improve factuality in large reasoning models by analyzing reasoning state transitions and reweighting preference optimization signals, suppressing defective reasoning segments while amplifying patterns that lead to factual outputs.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Improve agent search through meta-RL: generate multiple episodes sequentially, each building on prior attempts with explicit self-reflection. Use turn-level RLOO advantage estimation to provide dense credit without value models.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Prevent unrecoverable gradient explosions in LLM training by periodically restoring weight matrix stable rank through SVD-based matrix sign operations, eliminating sudden training failures without computational burden.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Apply μ-parametrization to Mixture-of-Experts architectures to enable reliable hyperparameter transfer across model sizes, eliminating costly retuning when scaling to trillion-parameter systems.

원문 언어: 영어

업데이트
직업 분류
컴퓨터·정보 연구 과학자
설명

Enables LLM self-improvement without external verification through multi-agent co-evolution. Proposer generates questions, Solver attempts solutions, Judge evaluates both. All agents evolve together via RL, achieving 4.54% improvement on reasoning benchmarks…

원문 언어: 영어

업데이트
직업 분류
컴퓨터·정보 연구 과학자
설명

Design multi-agent systems with brain-inspired memory mechanisms that enable efficient information sharing and coordination. Implement hierarchical memory structures (working memory, episodic memory, semantic memory) similar to neuroscience models to improve…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build persistent, structured memory systems for LLM agents that remember user context across sessions, organize information semantically, and retrieve relevant knowledge automatically before responding. Achieves 35% accuracy gains over RAG baselines with…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Train planner and worker agent roles within a single LLM via role-specific prompts and RL, avoiding multi-instance overhead while preserving specialization. Trigger: improve tool-use planning robustness to noisy outputs without deploying separate models.

원문 언어: 영어

업데이트
직업 분류
컴퓨터·정보 연구 과학자
설명

Accelerate autoregressive image generation via multi-resolution drafting with spatially-informed verification. Local rejection and resampling enable efficient error correction focusing on spatial neighborhoods, achieving 1.7× speedup over baselines.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Enable balanced multi-task GRPO training via robustness-aware optimization and improvement-aware task reweighting, dynamically adjusting task weights based on both reward and loss trajectory improvement, achieving 6-28% worst-task improvements while…

원문 언어: 영어

업데이트
직업 분류
컴퓨터·정보 연구 과학자
설명

Enable agents to communicate through shared latent thoughts rather than natural language, recovering both shared and private latent representations with theoretical guarantees for more efficient collaboration.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Train specialized agents in pipelines using dense per-action process rewards from AI coaching. Solves credit assignment in sequential workflows, enabling better generalization and faster convergence than outcome-only training.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Improve text-image alignment in diffusion transformers through Temperature-Adjusted Cross-modal Attention (TACA), addressing token imbalance and timestep-dependent weighting with parameter-efficient LoRA fine-tuning.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Generate unified embeddings for videos, images, and visual documents enabling semantic similarity, retrieval, and clustering across heterogeneous visual content types.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Enable native parallel token generation in language models by implementing adaptive task decomposition and merge strategies, achieving 2x speedup with 1.87% performance gains.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Improve LLM training efficiency by selectively applying Muon optimizer to Value-Output attention weights and FFN layers, which function as associative memories. Use when training data exhibits heavy-tailed distributions requiring robust rare-fact learning.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Enhanced language model pre-training methodology improving linguistic competence across languages, strengthening foundational capabilities for multilingual agent systems.

원문 언어: 영어

업데이트
수집된 skill 1,228개 중 40개를 표시합니다.