Skip to content

IAA-AITF/Actuarial-AI-Case-Studies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actuarial AI Case Studies

License: MIT License: CC BY 4.0 Contributions Welcome

A curated collection of actuarial AI case studies, created by the International Actuarial Association's (IAA) AI Task Force. This repository demonstrates how AI — encompassing machine learning, generative AI, agentic AI, and more — can be applied to real-world actuarial problems.


Featured Case Studies

Case Study Topics Level
Car Damage Classification and Localization Fine-Tuning, Vision Models, Structured Outputs Advanced
Data Analysis Multi-Agent System Multi-Agent Systems, Agent Orchestration, Automated Reporting Advanced
GenAI-Driven Market Comparison RAG Pipelines, Structured Outputs, Document Analysis Advanced
Claim Cost Prediction with LLM-Extracted Features LLMs, Feature Engineering, Claims Severity Advanced

Browse the full catalog of case studies (including external references) in the Case Studies Directory.


Repository Structure

Actuarial-AI-Case-Studies/
├── case-studies/          # Case studies organized by year
│   └── 2025/              # Notebooks, data, and documentation
├── templates/             # Templates for new case study submissions
├── CONTRIBUTING.md        # Contribution guidelines
└── LICENSE                # MIT (code) + CC BY 4.0 (content)

Getting Started

Each case study is self-contained in its own directory with a README.md, a Jupyter notebook (.ipynb), and a requirements.txt. To run a case study locally:

git clone https://github.com/IAA-AITF/Actuarial-AI-Case-Studies.git
cd Actuarial-AI-Case-Studies/case-studies/2025/<case-study-name>
pip install -r requirements.txt
jupyter notebook <notebook-name>.ipynb

Alternatively, open the .ipynb files directly in Google Colab or Kaggle.


Contributing

We welcome contributions from actuaries, data scientists, and AI practitioners. Please review the CONTRIBUTING.md for submission guidelines, or use one of the provided templates to get started.


License


Contact

For questions or suggestions, open an issue or contact us via email.

About

A curated collection of actuarial AI case studies covering machine learning, generative AI, agentic AI, and more, designed to support actuaries in applying AI to real-world problems.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors