Skip to main content

bias-and-fairness-diagnosis

Use this skill when the user wants fairness or bias questions over structured data. Trigger it for requests such as “make it detect bias in the dataset,” “make it check whether two demographic features are linked unfairly,” “make it diagnose skew or unfair allocation,” or “make it explain bias levels with charts.” Plain-language examples: “Ask whether race and insurance are influencing each other,” “make it spot unfair patterns,” “make it measure how biased the data is.”

설치로 이동

소스 정보

저장소
Dingxingdi/paper_fast_search_backup
최근 소스 활동
2026년 4월 10일 01:27
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
4 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
bias and fairness diagnosis
description
Use this skill when the user wants fairness or bias questions over structured data. Trigger it for requests such as “make it detect bias in the dataset,” “make it check whether two demographic features are linked unfairly,” “make it diagnose skew or unfair allocation,” or “make it explain bias levels with charts.” Plain-language examples: “Ask whether race and insurance are influencing each other,” “make it spot unfair patterns,” “make it measure how biased the data is.”
# Skill: bias and fairness diagnosis ## 1. Capability Definition & Real Case * **Professional Definition**: This capability is the ability to detect, quantify, and explain bias or unfairness patterns in structured data by selecting suitable metrics and analyses for the relevant data types and relationships. It includes distribution bias, correlation bias, implication bias, severity labeling, visualization, and recommendation generation. * **Dimension Hierarchy**: Analytical Transformation->Data Preparation->bias and fairness diagnosis ### Real Case **[Case 1]** * **Initial Environment**: A structured dataset is available together with a bias-detection toolkit and method library covering different combinations of data type and bias type. The agent can preprocess data, run bias analyses, visualize results, and produce a report. * **Real Question**: I need your assistance to see if race and insurance type might be influencing each other in this dataset. Could there be a link here? * **Real Trajectory**: Load and preprocess the relevant columns; classify the task as a correlation-bias problem over categorical features; retrieve appropriate bias-detection methods; execute the selected tests; summarize the bias level; create visualizations and a report. * **Why this demonstrates the capability**: The task demonstrates that bias diagnosis is not one metric but a method-selection problem driven by data type and relationship type. The agent must choose appropriate analyses, not just compute a generic summary. That is exactly the intended fairness-diagnosis capability. --- **[Case 2]** * **Initial Environment**: The environment contains structured healthcare-related data and a method library that supports both high-level and metric-specific bias questions. The agent can generate both numerical results and natural-language summaries. * **Real Question**: Does insurance type influence the allocation of medical resources? * **Why this demonstrates the capability**: The question is phrased at a general level, but answering it rigorously requires turning the abstract fairness concern into measurable comparisons or causal-effect style analyses. This makes the capability about diagnosing bias from structured data with suitable metrics and clear interpretation. It is therefore a strong example of bias and fairness diagnosis. ## Pipeline Execution Instructions To synthesize data for this capability, you must strictly follow a 3-phase pipeline. **Do not hallucinate steps.** Read the corresponding reference file for each phase sequentially: 1. **Phase 1: Environment Exploration** Read the exploration guidelines to discover raw knowledge seeds: `references/EXPLORATION.md` 2. **Phase 2: Trajectory Selection** Once Phase 1 is complete, read the selection criteria to evaluate the trajectory: `references/SELECTION.md` 3. **Phase 3: Data Synthesis** Once a trajectory passes Phase 2, read the synthesis instructions to generate the final data: `references/SYNTHESIS.md`
GitHub에서 보기