Skip to main content

이 저장소의 skills

ADu2021/skillXiv - 24페이지

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

ADu2021/skillXiv

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

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

Guide LLM exploration through rubric-based scaffolding that gradually diminishes, enabling models to internalize reasoning patterns while maintaining exploration quality for robust RL training.

원문 언어: 영어

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

Train LLM agents to anticipate environment consequences by learning world models through reinforcement learning with embedding-space similarity rewards, avoiding task-specific labels while enabling robust environment adaptation.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Recover safety alignment in fine-tuned LLMs using only a single safety example, without sacrificing utility. Leverages low-rank structure of safety gradients to enable minimal-cost correction even when models have been compromised by extensive harmful…

원문 언어: 영어

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

Implement Saffron's multifurcation reward model approach to achieve efficient inference-time safety scaling, improving robustness against prompt injection attacks while reducing computational overhead.

원문 언어: 영어

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

Enable agents to reason over long videos through multi-turn reasoning for complex questions and single-turn answering for simpler queries. Equip orchestrator VLM with multiple tools (web search, speech transcription, temporal grounding). Use synthetic data…

원문 언어: 영어

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

Build effective retrieval systems for deep research agents by understanding query-retriever mismatch, preferring BM25 for keyword-oriented queries, and augmenting corpus documents with metadata and LLM-generated keywords to improve information discovery.

원문 언어: 영어

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

Enable agents to continuously improve by accumulating reusable skills across sequential task chains. Train via GRPO across task sequences where skills persist and compound, provide dual rewards for both task completion and skill generation/reuse—improving…

원문 언어: 영어

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

Inject privileged hints during GRPO training to reshape rollout distributions when advantage collapses occur, increasing outcome diversity without changing task rewards. Hints removed at deployment; policy automatically learns when to use hints via online…

원문 언어: 영어

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

Teach multimodal models to determine when deep reasoning is necessary and how to reason effectively through dual-reward reinforcement learning, preventing both overthinking on simple tasks and underthinking on complex ones while reducing hallucinations.

원문 언어: 영어

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

Implement techniques from SALAD: Achieve High-Sparsity Attention via Efficient Linear Attention Tuning for Video Diffusion Transformer. Diffusion Transformers have recently demonstrated remarkable performance in video generation

원문 언어: 영어

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

Group Filtered Policy Optimization (GFPO) reduces inference-time computation by sampling larger groups during training and filtering responses based on length and token efficiency to teach models efficient reasoning.

원문 언어: 영어

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

Tokenize any region mask into two special tokens, enabling pixel-wise tasks like segmentation and region understanding in multimodal language models without architectural changes. Use when adapting vision-language models to perform pixel-level understanding…

원문 언어: 영어

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

Decomposes math problems into sequential sub-problems, assesses difficulty, and allocates simple ones to fast System 1 reasoning while directing complex ones to deliberate System 2. Save 33-53% tokens while improving accuracy by up to 13.75 points on AIME.

원문 언어: 영어

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

Build scalable open-source agents that autonomously operate graphical user interfaces across Windows, macOS, Linux, Android, iOS, and web platforms using large-scale cross-platform training data and vision-language models for GUI understanding, element…

원문 언어: 영어

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

SCALER: Synthetic Scalable Adaptive Learning Environment for Reasoning. From arXiv:2601.04809

원문 언어: 영어

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

Train video game-playing foundation models discovering that increasing training data and network depth enables learning more causal policies. Release 8300+ hours of gameplay data and open-source models for real-time consumer GPU inference.

원문 언어: 영어

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

Scales reasoning depth through internal iteration rather than explicit generation. Ouro models perform repeated computation in latent space with entropy-regularized objectives enabling learned depth allocation. Smaller 1.4B model matches 12B standard models…

원문 언어: 영어

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

Establish language-specific scaling laws for multilingual code pre-training across 7 programming languages (0.2B-14B models, 1T tokens). Show interpreted languages scale better than compiled, synergy gains depend on syntax similarity, and parallel pairing…

원문 언어: 영어

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

Predict optimal data mixture proportions for multi-domain LLM training using scaling laws that require only 10-20 small experiments. Determine which domains should contribute how much data across model sizes (186M-7B), reducing computational waste in…

원문 언어: 영어

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

Accelerate diffusion LLM decoding by halting when confidence stabilizes using progress-dependent thresholds. SchED achieves 3.8-4.0× speedup while retaining 99.8-100% quality—training-free and model-agnostic for any dLLM.

원문 언어: 영어

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

Build community-driven evaluation platforms for scientific tasks using pairwise model comparisons and human voting. Assess foundation models on literature-grounded reasoning without automated metrics.

원문 언어: 영어

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

Implement techniques from Scientific Image Synthesis: Benchmarking, Methodologies, and Downstream Utility. While synthetic data has proven effective for improving scientific reasoning in the text domain, multimodal reasoning remains constrained by the…

원문 언어: 영어

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

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

원문 언어: 영어

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

Framework enabling LLMs to actively manage internal working memory and context through tools for fragmentation, summarization, and semantic search. Mitigates proactive interference and improves reasoning at extended context lengths.

원문 언어: 영어

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

Accelerate diffusion models through spectral-evolution-aware caching. Exploit insight that early timesteps establish low-frequency structure while later timesteps refine high-frequency details. Apply FFT-based frequency filtering to feature cache decisions:…

원문 언어: 영어

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

Vision-based computer use agent that self-improves through experiential learning, curriculum generation, and reward-based RL on diverse software.

원문 언어: 영어

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

Evaluate search-augmented language models on fact-seeking questions with conflicting or unhelpful search results, revealing critical reasoning gaps in frontier models and testing robustness to noisy information.

원문 언어: 영어

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

Decompose search-integrated reasoning into actor (generates trajectories) and refiner (identifies and corrects flawed steps). Refiner performs surgical cut-and-regenerate correction preserving valid prefixes. Trained end-to-end with GRPO; adds minimal…

원문 언어: 영어

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

Unify LLM reasoning with embedding generation by training models to output embeddings as direct outputs of step-by-step reasoning. Trigger: improve performance on complex retrieval tasks requiring deep reasoning.

원문 언어: 영어

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

Train multi-turn AI agents with convergence guarantees using sequential backward-induction updates, eliminating the need for separate critic networks while maintaining theoretical optimality. Use for long-horizon agentic reasoning where monotonic improvement…

원문 언어: 영어

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

Fast parallel code generation using discrete-state diffusion models with curriculum learning and trajectory optimization, achieving 2,146 tokens/second inference speed.

원문 언어: 영어

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

Enable LLM agents to incrementally construct formal proofs through strategic tool orchestration rather than one-shot generation. Combines natural language reasoning, sketch translation, and formal verification in an agentic workflow trained via PPO and Rubric…

원문 언어: 영어

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

Framework combining formal verification feedback with long chain-of-thought reasoning to enable deep and broad mathematical reasoning for automated theorem proving. Achieves 78.1% on formalized IMO problems through lemma-based refinement and test-time…

원문 언어: 영어

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

Achieves single-step video restoration at 1080p resolution with 4x speedup over multi-step diffusion approaches via adversarial training, adaptive window attention, and feature matching loss.

원문 언어: 영어

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

Segment-level credit assignment for RL in LLMs using Monte Carlo advantage estimation, enabling precise reward attribution without critic models for improved reasoning task performance.

원문 언어: 영어

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

Train text-to-image models from scratch for any inference step count via self-evaluation mechanism. Model evaluates its own generated samples using current score estimates as dynamic self-teacher, enabling global distribution matching without external…

원문 언어: 영어

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

Enable agents to learn continuously from execution experience through hierarchical memory and autonomous reflection. Trigger: improve agent performance on long-horizon tasks by accumulating and applying experience.

원문 언어: 영어

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

Address exposure bias in video generation by training on self-generated sequences, achieving 17 FPS real-time performance while matching quality of slower baselines.

원문 언어: 영어

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

Enable VLMs to self-assess visual perception accuracy through decomposed two-stage reasoning: perception generation then validation, eliminating external supervision dependency

원문 언어: 영어

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

Add explicit visual supervision to VLMs by training models to autoregressively reconstruct semantic image tokens, achieving 2-3% average gains and 10-point improvements on hallucination robustness.

원문 언어: 영어

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