CoolFace
Apppublic

ijsasif/Module-1-Ranking-Debiasing

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
13 commits on main
00471ae3mo ago

Fix amplified per-attribute after values using friend's heuristic

ijsasif
d60336b3mo ago

Fix per-attr after values: preserve sign using |before| x |residual|/|adj_total|

MD. ASIF ALI
d94322e3mo ago

Add after_removed_pct.total using (before-after)/before formula

MD. ASIF ALI
2cedd883mo ago

Add per-attribute before/after bias decomposition to demographic_adjustments

MD. ASIF ALI
4d9f95d3mo ago

Fix bias_removed_pct: use (|biased - fair| / biased) × 100

MD. ASIF ALI
12128993mo ago

Include resume text in ranking response for skill extraction

MD. ASIF ALI, Claude Sonnet 4.6
c7a76353mo ago

Strip demographic header before passing CV text to models

MD. ASIF ALI, Claude Sonnet 4.6
9b394973mo ago

Fix regex alternation bug in _extract_profile_field

MD. ASIF ALI, Claude Sonnet 4.6
1b969e73mo ago

Add traceback to 500 error detail for debugging

MD. ASIF ALI, Claude Sonnet 4.6
e8f87b43mo ago

Fix NoneType strip error for missing form fields

MD. ASIF ALI, Claude Sonnet 4.6
386327b3mo ago

Parse candidate profiles from uploaded CVs

MD. ASIF ALI
fefa80b3mo ago

Add Module 1 ranking debiasing backend

MD. ASIF ALI
ddbbf373mo ago

initial commit

ijsasif