Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| courses:xai:p1_2025 [2025/11/20 12:12] – [TSProto for Colab] admin | courses:xai:p1_2025 [2025/12/01 09:24] (current) – [Programming Assignment I] admin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Assignments marked with {{: | Assignments marked with {{: | ||
| Projects marked with {{: | Projects marked with {{: | ||
| + | |||
| + | Select your project: | ||
| + | * [Monday group]: [[https:// | ||
| Line 44: | Line 47: | ||
| {{: | {{: | ||
| - | Find ready to use frameworks that allwos to measure [[https:// | + | Find ready to use frameworks that allwos to measure [[https:// |
| You may start by lookint this paper and its references: [[https:// | You may start by lookint this paper and its references: [[https:// | ||
| Line 54: | Line 57: | ||
| {{: | {{: | ||
| - | How to use [[LLN|https:// | + | How to use [[https:// |
| For instance how to extract the activated predicates to outrput the rule that resulted in final decission? | For instance how to extract the activated predicates to outrput the rule that resulted in final decission? | ||
| Line 75: | Line 78: | ||
| - | ===== TSProto for Colab ===== | ||
| - | Try to run tutorials of [[https:// | ||
| - | Once done, create a pull request to include the changes in the current implementation of TSProto | ||
| + | ===== Counterfactual Analysis ===== | ||
| + | {{: | ||
| + | Benchmark 3 models on 3 datasets (e.g., Breast Cancer, Adult, Heart Disease), explain the best model using (SHAP, Lime, and feature importance), | ||
| + | |||
| + | **Extra**: Evaluate the counterfactual explanations. | ||
| + | |||
| + | ===== Human-Constrained Counterfactuals ===== | ||
| + | {{: | ||
| + | |||
| + | Train a classifier on a tabular dataset (e.g., Breast Cancer, Adult, Heart Disease), generate counterfactual explanations for selected instances without any constraints using (ACFX, DICE, CLUE, CFNOW) , then regenerate counterfactuals while forbidding changes to sensitive or immutable features (e.g., age, gender, race, marital status, education). Compare both sets of explanations in a before/ | ||
| + | Example: “A bank cannot change a customer’s age or marital status, but can suggest financial improvements.” | ||
| + | |||
| + | **Extra**: Quantify how many counterfactuals become invalid or infeasible when constraints are applied. | ||
| + | |||
| + | ===== Correlation Problems in XAI ===== | ||
| + | |||
| + | Train a model on a dataset with correlated features (e.g., Breast Cancer, Adult, Heart Disease). Visualize the correlation structure, then generate explanations using two XAI methods (e.g., SHAP and LIME). Identify at least one case where the model attributes importance to a feature that is likely acting as a proxy for another correlated variable. Show before/ | ||
| + | |||
| + | **Extra**: Propose and implement one strategy to reduce misleading explanations (e.g., feature grouping, PCA, domain-level feature merging…). | ||
| + | |||
| + | |||
| + | ===== TSProto for Colab ===== | ||
| + | |||
| + | Try to run tutorials of [[https:// | ||
| + | Once done, create a pull request to include the changes in the current implementation of TSProto | ||