Skip to main content

Skills في هذا المستودع

ADu2021/skillXiv - الصفحة ٢٨

جمع SkillsMP عدد ١٬٢٢٨ من skills من ADu2021/skillXiv. افتح أي skill لمراجعة مصدره وتفاصيله.

ADu2021/skillXiv

عرض ٤٠ من أصل ١٬٢٢٨ skills مجمعة.

المهنة
علماء البيانات
الوصف

Route reasoning between discrete token space (when uncertain) and latent soft embeddings (when confident). Use maximum next-token probability as a routing threshold to dynamically select the reasoning space, improving accuracy under latent reasoning while…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Control LLM reasoning effort through discrete modes (High/Medium/Low) using budget-aware supervised fine-tuning and adaptive reward shaping, enabling compression-performance tradeoffs.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء أبحاث الحوسبة والمعلومات
الوصف

Improve agent reasoning for spatial tasks by augmenting LLMs with map tools and parallel test-time exploration. Framework uses reinforcement learning to train agents to iteratively refine hypotheses using map feedback. Parallel exploration enables agents to…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء أبحاث الحوسبة والمعلومات
الوصف

Demonstrates that chain-of-thought reasoning improves LLM factual retrieval through computational buffering and self-priming. Improves single-hop factual accuracy by enabling models to generate contextual bridge facts before recalling answers.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء أبحاث الحوسبة والمعلومات
الوصف

Leverage video generation models as unified multimodal reasoning engines that bridge text and vision by embedding reasoning as dynamic visual processes, enabling models to tackle both spatial puzzles and mathematical problems within a single temporal…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Train unified models to generate interleaved reasoning steps combining text and image thoughts as complementary modalities, enabling adaptive behavior like autonomous mode-switching and superior test-time scaling for vision-centric tasks without requiring…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

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

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Align reasoning models to be safe without external supervision by prepending refusal instructions to harmful queries and training on self-generated safe responses. Unlocks latent safety knowledge within the model's native distribution.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Generates high-quality audio through three-stage CoT reasoning pipeline: foundational foley synthesis, object-focused refinement, and instruction-guided editing. Uses fine-tuned VideoLLaMA for reasoning and flow-matching audio foundation model. Apply for…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Train LLMs for tool-integrated mathematical reasoning via hierarchical RL combining episode-level problem correctness with step-level code execution quality. Addresses sparse rewards in reasoning chains through TIRGen data construction and self-correcting…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء أبحاث الحوسبة والمعلومات
الوصف

Enable parallel reasoning threads on standard autoregressive inference engines without modifications to position embeddings or KV cache. ThreadWeaver achieves 1.53× speedup while maintaining chain-of-thought quality—ideal when you need faster reasoning…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Combine diffusion-based parallel drafting with autoregressive sampling in a single forward pass using structured attention masks—achieving 5x+ token throughput while maintaining autoregressive-level output quality through hybrid generation.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Guarantee LLM inference completes within time budgets via response length prediction, execution time estimation, and adaptive KV cache eviction. Three-stage pipeline predicts response length, estimates end-to-end time with 1.22% accuracy, adjusts cache…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Automate univariate time series forecasting through a four-agent system orchestrating preprocessing, model selection, validation, and reporting. Use when reducing manual effort in forecasting pipelines and improving reproducibility.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Evaluate multimodal models on agentic visual reasoning through 13 diverse tasks requiring novel tool use for image processing and manipulation in chain-of-thought, revealing that strong performance requires genuine thinking-with-images capabilities.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Compress reasoning models by dynamically re-weighting short-CoT (System-1) and long-CoT (System-2) training data, achieving 40% token reduction while maintaining accuracy.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Autonomously synthesize task-specific agent planning architectures by optimizing for correctness, stability, and efficiency via impedance-guided preference optimization.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Learn to compress entire scenes into a single bottleneck token that captures temporal dynamics. Enables efficient visual tracking and robotic manipulation by forcing reconstruction from minimal target hints, achieving superior performance with training costs…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Improve LM performance with token order prediction (TOP) auxiliary loss using learning-to-rank instead of exact multi-token prediction, achieving gains across math, code, and NLP tasks

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Dynamically select important tokens at the attention head level, performing dense attention only on selected tokens and scattering results back. Achieves 3.23x attention speedup at 128K context with 1% accuracy loss through layer-wise representation stability…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

The Confidence Dichotomy: Analyzing and Mitigating Miscalibration in Tool-Use Agents. From arXiv:2601.07264

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء أبحاث الحوسبة والمعلومات
الوصف

Implements ET-Agent from arXiv:2601.06860

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Two-stage post-training framework combining rejection-sampled SFT and RL for LLM-guided repository code search and issue localization.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء أبحاث الحوسبة والمعلومات
الوصف

Prove that tool-augmented learning unboundedly scales factual knowledge recall compared to parameter-constrained memorization, enabling efficient knowledge retrieval via external tools

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

8B parameter orchestrator trained with end-to-end RL balancing outcome, efficiency, and user preference rewards to strategically coordinate diverse tools and models. Generate realistic tool-use data via ToolScale synthetic pipeline for verifiable multi-turn…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Tool-R0 trains tool-use agents through self-play between Generator and Solver, creating curriculum-like progression without manual task curation.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Enable non-English language models to reliably generate function calls and tool invocations through continued training on bilingual function-calling datasets. Achieves 28% improvement in parsing accuracy while preserving language understanding.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Tool Verification stabilizes self-improving reasoning models by using external tool execution as ground-truth evidence to prevent spurious consensus from becoming reinforced training signals.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Reward-guided search methods have demonstrated strong potential in enhancing tool-using agents by effectively guiding sampling and exploration over complex action spaces. As a core design, those search methods utilize process reward models (PRMs) to provide…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Specialized outcome reward models (1.7B-14B) for evaluating tool-calling performance in LLMs. Addresses the critical gap in reward modeling where general-purpose models miss key signals of effective tool use. Enables better Best-of-N sampling, data filtering,…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو أمن المعلومات
الوصف

Detects and prevents unsafe tool invocations in LLM agents through proactive step-level guardrails, reducing harmful tool calls by 65% while improving task success rates by 10% against prompt injection attacks.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generate 1.5M realistic agent training trajectories from 495 real-world MCP servers without human annotation. Use to build tool-agentic training datasets with authentic tool execution, multi-turn conversations, and error handling.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Synthesize large-scale training data for LLM agents by generating diverse tool-use trajectories from real Model Context Protocol (MCP) environments. A 1.5M-example dataset created via multi-stage pipeline: query generation, quality filtering, trajectory…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Implements TourPlanner from arXiv:2601.04698

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء أبحاث الحوسبة والمعلومات
الوصف

Recent years have witnessed increasing interest in extending large language models into agentic systems. While the effectiveness of agents has continued to improve, efficiency, which is crucial for real-world deployment, has often been overlooked. This paper…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Linguistic expressions of emotions such as depression, anxiety, and trauma-related states are pervasive in clinical notes, counseling dialogues, and online mental health communities, and accurate recognition of these emotions is essential for clinical triage,…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Implement techniques from Towards Pixel-Level VLM Perception via Simple Points Prediction. We present SimpleSeg, a strikingly simple yet highly effective approach to endow Multimodal Large Language Models (MLLMs) with native pixel-level perception

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو ضمان جودة البرمجيات والمختبرون
الوصف

Evaluate LLM agent capabilities using tower defense game environment with multimodal observations (pixel, text, structured state). Benchmark reveals critical agent limitations: inadequate planning validation, inflexible decision-making, and inefficient action…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Build multilingual LLMs that excel at machine translation while preserving general-purpose capabilities through a staged training pipeline combining continued pretraining, SFT, preference optimization, and RL with verifiable rewards.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
علماء البيانات
الوصف

Trace unsafe LLM outputs back to conflicting beliefs in training data using suffix-array matching and Belief Conflict Index.

لغة النص الأصلي: الإنجليزية

آخر تحديث
عرض ٤٠ من أصل ١٬٢٢٨ skills مجمعة.