Forecasting Compliance Burden : A Data-Driven Approach to Regulatory Cost Estimation

Group 6 Team Members- Arjun Ghosh, Sujoy Banerjee, Saurabh Pal, Shaheryar Nadeem, Shubha Kotian

2024-12-10

Data Summary and Example Data

Analytics Plan (Part 1)

Example Rows of the Dataset
document_id year document_reference title part agency_parent_name agency_name restrictions wordcount shall must may_not prohibited required restrictions_v2 sentence_length conditionals_per_100_sentences last_updated long_word_score acronyms_per_100_sentences unique_acronyms Compliance
1.91e+10 2022 Title 1, Part 1 1 1 administrative committee of federal register administrative committee of federal register 0 256 0 0 0 0 0 0 25 10 1985-03-28 38.38362 0 0 Non-Compliant

Analytics Plan (Part 2)

Peer Comments Summary

Data Exploration (EDA - Part 1)

Data Exploration (EDA - Part 2)

Machine Learning Approach (Part 1)

Machine Learning Approach (Part 2)

Model Results

##   |                                                                              |                                                                      |   0%  |                                                                              |======================================================================| 100%
## [1] "AUC: 0.999641414173515"
## [1] "MSE: 0.01138214445232"

XAI Method 1: Feature Importance

The feature importance plot highlights the relative contributions of various features to the best-performing model’s predictions. Key insights include:

  1. Top Features:
    • shall: The most influential feature, indicating its strong predictive power in determining compliance.
    • wordcount: A critical feature, suggesting that longer documents are more likely to comply with regulations.
    • required: A significant feature, highlighting its importance in compliance classification.
  2. Secondary Features:
    • Features like restrictions, may_not, and must have moderate influence, reflecting their partial relevance to compliance prediction.
  3. Least Influential Features:
    • Features such as acronyms_per_100_sentences, part, and long_word_score show minimal contributions, suggesting they play a negligible role in the model’s decisions.

This visualization provides transparency into how the model prioritizes different features, helping validate the model’s alignment with domain knowledge and guiding future feature engineering efforts.

SHAP Explanation for New Observation

The SHAP explanation plot provides insights into the contribution of individual features to the model’s prediction for a specific observation. Below is a summary of the key insights from the analysis:

Key Insights:

Other Features:

Neutral or Minimal Impact:

Interpretation:

This SHAP analysis provides transparency into how the model arrives at its decision for this specific observation. Features with larger bars (positive or negative) have a stronger influence, while smaller bars indicate negligible impact. This ensures interpretability and aligns the model’s predictions with domain knowledge.

Insight and Explanation of the Partial Dependence Profile for sentence_length

The Partial Dependence Profile (PDP) for the feature sentence_length illustrates its relationship with the average prediction made by the best-performing model. This graph helps to understand how varying the values of sentence_length influences the likelihood of the target outcome (e.g., compliance vs. non-compliance) predicted by the model.

Conclusion

The H2O-based predictive model successfully categorized compliance costs with strong performance metrics, achieving a high AUC and low MSE on the test data. Key predictors, such as the frequency of terms like shall and required, along with document length, played a significant role in determining compliance.

Insights from Explainable AI

Practical Applicability

The findings underscore the practical applicability of our model in regulatory environments: - Enhanced Compliance Strategies: Organizations can leverage the model to focus on impactful document features, thereby reducing risks and associated compliance costs. - Feature-Driven Insights: The focus on key predictors enables targeted improvements in documentation, aligning with regulatory expectations.