Skip to main content

Skills neste repositório

ndpvt-web/arxiv-claude-skills - Página 11

O SkillsMP coletou 651 skills de ndpvt-web/arxiv-claude-skills. Abra uma skill para revisar a origem e os detalhes.

ndpvt-web/arxiv-claude-skills

Mostrando 40 de 651 skills coletadas.

ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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:…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

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',…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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',…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dadosDesenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Coordenadores pedagógicos
descrição

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',…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Agentes comunitários de saúde
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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,…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Coordenadores pedagógicos
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computadorDesenvolvedores de software
descrição

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).…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 651 skills coletadas.