Skip to content

chore/ablation - #57

Merged
EYH0602 merged 13 commits into
mainfrom
chore/ablation
Feb 22, 2026
Merged

chore/ablation#57
EYH0602 merged 13 commits into
mainfrom
chore/ablation

Conversation

@EYH0602

Copy link
Copy Markdown
Member

No description provided.

EYH0602and others added 10 commits February 20, 2026 00:14
The loss was hardcoded as mlm_loss + alpha * contrastive_loss, so the
MLM term always contributed with weight 1. Add mlm_weight (default 1.0)
to make the MLM side controllable, enabling the contrastive-only ablation.
Four ablation configs for CodeBERT: mlm-only (alpha=0), contrastive-only
(mlm_weight=0), no self-contrast, and InfoNCE (vs SupCon control).
@EYH0602
EYH0602 merged commit 55df8a6 into mainFeb 22, 2026
3 checks passed
@EYH0602
EYH0602 deleted the chore/ablation branch February 22, 2026 05:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@EYH0602