Skip to content

Latest commit

 

History

History
90 lines (71 loc) · 3.08 KB

File metadata and controls

90 lines (71 loc) · 3.08 KB
title Overview

Manulife AI Research

This site shares our peer-reviewed journal and conference publications, academic partnerships, and related research artefacts such as open-source code and datasets.

Latest Updates

{% assign recent_items = site.library | sort: "year" | reverse | limit: 5 %}

    {% for item in recent_items %}
  • {{ item.year }} {{ item.title }} {{ item.type }}
  • {% endfor %}

[View all publications →]({{ '/library/' | relative_url }})


Embedded Domains

AI capabilities are developed within dedicated teams across the organization:

{% for domain in site.domains %} {% assign domain_library_count = site.library | where_exp: "item", "item.domains contains domain.slug" | size %} {% assign domain_collab_count = site.data.partnership | where: "domain", domain.slug | size %} {% if domain_library_count >= 1 or domain_collab_count >= 1 %}

{{ domain.blurb }}

{% else %}

{{ domain.title }}

{{ domain.blurb }}

{% endif %} {% endfor %}

[View all domains →]({{ '/domains/' | relative_url }})


Responsible AI

Our approach to AI is grounded in responsible development and deployment practices:

🛡️
Our Principles
  • Governance: All production models undergo review by model risk management
  • Three Lines of Defense: Business units, risk management, and internal audit maintain independent oversight
  • Transparency: We prioritize interpretable models and explainable outputs where feasible
  • Fairness: Bias testing and monitoring are integrated into our model development lifecycle
  • Privacy: Data minimization and privacy-preserving techniques are core design principles

Open Source

We contribute to the broader ML community through open source projects:

{% for project in site.data.open_source %}

{% if project.kind == 'dataset' %}🤗 {% endif %}{{ project.name }} {% if project.kind == 'dataset' %}dataset{% endif %}

{{ project.status }}

{{ project.description }}

{{ project.team_owner }} · {{ project.license }}
{% endfor %}

[View all projects →]({{ '/open-source/' | relative_url }})