Skip to main content

Skills dans ce dépôt

ndpvt-web/arxiv-claude-skills - Page 11

SkillsMP a collecté 651 skills depuis ndpvt-web/arxiv-claude-skills. Ouvrez un skill pour examiner sa source et ses détails.

ndpvt-web/arxiv-claude-skills

Affichage de 40 skills collectés sur 651.

métier
Développeurs de logiciels
description

Build Extract-and-Evaluate (EaE) hierarchical monitoring pipelines that detect sabotage and misbehavior in LLM agent outputs. Uses information filtering to exploit the "less-is-more" effect where monitors perform better with curated excerpts than full…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Rational preference utilization for personalized LLM assistants. Implements RP-Reasoner's pragmatic reasoning to selectively integrate user memory/preferences, avoiding irrational personalization. Use when: 'build a personalized assistant with memory', 'add…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Build hierarchical causal knowledge graphs for RAG pipelines that suppress spurious correlations and enable cross-document causal reasoning. Use when: 'build a causal knowledge graph from my documents', 'add causal reasoning to my RAG pipeline', 'set up…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Enhance programming answers by classifying user feedback comments as actionable or non-actionable, then surgically incorporating valid concerns while preserving original intent. Based on the AUTOCOMBAT technique from Bappon et al. (2026). Trigger phrases:…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Analyze AI agent social network activity using topic taxonomy classification and multi-level toxicity scoring. Detects content flooding, topic concentration, temporal risk patterns, and manipulative rhetoric in agent-generated discourse. Use when: 'classify…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Autonomously explore databases and datasets to extract key insights without predefined queries, using investigatory intelligence (hypothesis-driven, goal-setting exploration) rather than executional intelligence (completing assigned tasks). Applies the Deep…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build hybrid classifier-then-LLM pipelines to extract actionable suggestions from unstructured customer reviews. Use when the user says 'extract suggestions from reviews', 'mine actionable feedback', 'analyze customer complaints for improvements', 'build a…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design and implement compiler-driven hierarchical memory offloading for LLM inference and training on multi-tier memory systems. Applies graph-level scheduling of data movement to hide memory transfer latency behind computation. Use when: 'optimize LLM memory…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Harden ICL classification prompts against zero-query black-box evasion attacks. Audit in-context learning pipelines for Fake Claim, Template, and Needle-in-a-Haystack vulnerabilities, then apply the joint defense recipe. Triggers: 'harden my ICL prompt',…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Apply IDE-Bench's structured agent workflow for tackling real-world software engineering tasks: systematic exploration before editing, intent-driven tool transitions, and iterative test validation. Use when asked to 'fix a bug across multiple files',…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Classify bug reports as concurrency-related using a four-level linguistic pattern taxonomy (word, phrase, sentence, report-level). Use when asked to 'triage concurrency bugs', 'find race condition reports', 'classify bug reports for threading issues', 'detect…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Audit and instrument agentic AI systems for system-level interpretability and accountability. Embeds traceability, causal analysis, and oversight mechanisms across the agent lifecycle—from goal formation through environmental interaction to outcome…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des donnéesDéveloppeurs de logiciels
description

Learn and apply natural-language constitutions that map prompt edits to predictable model behavior changes. Use atomic concept edits (ACEs) to systematically probe, interpret, and steer LLM or text-to-image model outputs. Trigger phrases: 'learn a…

Langue du texte source : anglais

mis à jour
métier
Coordinateurs pédagogiques
description

Build and evaluate LLM-based Instructional Design agents using the ADDIE framework, Context Matrix scenario generation, and multi-judge evaluation. Triggers: 'design a course using ADDIE', 'build an instructional design agent', 'evaluate my ISD pipeline',…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Implement the Judge Agent Forest (JAF) pattern: evaluate and refine AI-generated outputs by judging cohorts of related query-response pairs together rather than in isolation, using peer exemplars to surface cross-instance patterns and inconsistencies. Use…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Build and evaluate multilingual machine reading comprehension systems for HR documents (resumes and job descriptions). Implements the JobResQA pipeline: tiered QA generation, cross-document reasoning, placeholder-based bias testing, TEaR translation, and…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Audit and defend LLM-powered applications against system prompt extraction attacks using the JustAsk framework's UCB-based probing strategy. Helps security engineers red-team their own AI deployments and harden prompt confidentiality. Trigger phrases: - "Test…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Implement JitRL-style continual learning for LLM agents: training-free policy optimization via experience memory, advantage estimation, and logit modulation. Use when asked to 'add experience memory to an agent', 'implement continual learning without…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Fact-check claims using knowledge graph-based contrastive reasoning. Constructs a KG from claims and evidence sources, generates contrastive questions ("Why X rather than Y?") grounded in the KG structure, distills evidence through targeted Q&A, and…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Iteratively optimize LLM prompts for information extraction tasks using self-evaluation feedback loops. Applies the KRPO framework: extract structured data, restore it to natural language, score semantic consistency via NLI, then generate textual gradients to…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Detect anomalies in application logs using KRONE's hierarchical decomposition: parse flat log sequences into Entity/Action/Status trees, build modular Krone Seqs, and apply two-stage detection (pattern matching + LLM reasoning). Use when: 'analyze these logs…

Langue du texte source : anglais

mis à jour
métier
Agents de santé communautaire
description

Extract and geocode location mentions from humanitarian and crisis texts using a two-step LLM pipeline: few-shot NER for toponym extraction followed by agent-based geocoding for coordinate resolution. Handles ambiguous place names, distinguishes literal from…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

LLM-assisted translation annotation: build parallel corpus annotation pipelines with template-based prompt management, structured JSON output constraints, stand-off annotation architecture, and human-in-the-loop review for sentence alignment, word alignment,…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Selectively apply LoRA adapters to only the most important transformer layers using CKA similarity-based layer importance scoring. Cuts trainable parameters by 50% with negligible performance loss. Use when: 'fine-tune with fewer parameters', 'select which…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate cross-domain agentic workflows using decompose-recompose-decide composition over reusable capability bases. Use when asked to: 'design a multi-step agent workflow', 'create a pipeline that works across different task types', 'build a reusable agentic…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Multi-agent query reformulation and LLM reranking for retrieval over legal, regulatory, or domain-specific corpora. Use when building legal search systems, statute retrieval pipelines, or any RAG system where user queries are ambiguous, colloquial, or…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Orchestrate multi-agent workflows using the Lemon Agent orchestrator-worker pattern with hierarchical scheduling, progressive context compression, and self-evolving memory. Use when asked to 'break this into parallel subtasks', 'orchestrate agents for a…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Extract and normalize skills from job postings using a two-stage LLM pipeline: dynamic few-shot skill identification followed by embedding retrieval + LLM reranking against a standardized taxonomy (ESCO). Optimized for morphologically complex and low-resource…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build multi-agent benchmarking systems with role-separated agents (simulator, interviewer, evaluator) for structured multi-turn dialogue evaluation. Inspired by the LingxiDiagBench psychiatric consultation framework. Trigger phrases: 'build a multi-agent…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Implement online self-evolving memory for LLM agents using dual-bank architecture (Experience Bank + Meta-Guideline Bank) with reinforcement-weighted retrieval. Use when asked to: 'build an agent that learns from past mistakes', 'add evolving memory to my…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build omnimodal benchmarks and evaluation pipelines for interactive video understanding (livestreams, real-time comments, multi-speaker audio). Applies LiViBench's multi-agent annotation workflow, seed-question-driven QA generation, and Video-to-Comment…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate correct RTL (Verilog/SystemVerilog) implementations of finite-state machines from natural-language specifications using a structured YAML intermediate representation. Use when the user asks to: 'generate Verilog for this state machine', 'convert this…

Langue du texte source : anglais

mis à jour
métier
Coordinateurs pédagogiques
description

Systematically design, evaluate, and rank LLM prompts for educational applications using tournament-style Glicko-2 comparison and pedagogical alignment criteria. Use when the user says 'evaluate my prompts', 'compare prompt templates', 'which prompt is better…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Build constraint-compliant multi-objective recommendation systems using a dual-agent architecture coordinated by an LLM. Implements the DualAgent-Rec framework: an Exploitation Agent that optimizes accuracy under hard business constraints and an Exploration…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Apply context management strategies from LOCA-bench to prevent context rot in long-running agent tasks. Implements programmatic tool calling, tool-result clearing, thinking-block clearing, context awareness, and memory tools to maintain agent accuracy as…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build and evaluate cognitive memory systems for LLM dialogue agents that retain implicit user constraints (state, goals, values, causal context) across long conversations -- not just explicit facts. Use when: 'design a memory system for my chatbot', 'evaluate…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Evaluate the logical integrity of LLM-generated multi-hop answers using Horn Rule backward chaining. Scores Completeness (gap-free reasoning), Conciseness (no redundant steps), and Determinateness (answer entailment). Use when: 'evaluate my QA pipeline…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiquesDéveloppeurs de logiciels
description

Reduce verbose CI/CD build logs before LLM analysis using RCA-aware semantic filtering. Removes boilerplate lines (dependency downloads, progress bars, timestamps, env setup) while preserving diagnostic content (error traces, test failures, compiler errors).…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Evolve compiler optimization heuristics by coupling LLM code generation with evolutionary search and autotuning. Synthesizes executable C++ decision logic that integrates directly into LLVM or other compilers, replacing hand-crafted rules with empirically…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design and orchestrate multi-agent companion systems where each agent maintains a distinct persona and contributes diverse, non-redundant dialogue. Uses MASCOT's bi-level optimization: persona-level behavioral alignment + group-level collaborative dialogue…

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 651.