This is an unofficial draft document and has not been formally endorsed by any standards body. It is intended for discussion and feedback from the AI research, development, and policy communities. Comments and contributions are welcome via the GitHub repository.

Introduction

Purpose

The proliferation of terms such as Human-Centered AI (HCAI), Human-Centric AI (HCA), and People-Centered AI has led to ambiguity in describing the characteristics, goals, and ethical implications of software agents and systems. This document proposes an ontological framework to systematically describe these entities, enabling precise communication and alignment with human values.

Scope

The ontology applies to software agents, platforms, systems, or software with AI components, focusing on their human-interaction properties, ethical considerations, and societal impact. It addresses both technical and non-technical characteristics.

Audience

This document targets:

Motivation and Problem Statement

Ambiguity in Existing Terms

Terms like Human-Centered AI and Human-Centric AI are often used interchangeably despite distinct connotations. This lack of standardized definitions hinders collaboration and evaluation. For example, HCAI emphasizes transparency and oversight, while HCA prioritizes symbiotic human-AI integration.

Need for an Ontological Framework

Ontologies provide structured representations of knowledge, enabling clear classification and relationships. A dedicated ontology for AI agents can address ambiguity, support interoperability, and guide ethical development.

Goals

Terminology and Scope

Definitions

Software Agent
An autonomous or semi-autonomous computational entity capable of performing tasks or decision-making.
Human-Centered AI (HCAI)
AI systems designed with a focus on transparency, accountability, fairness, and human oversight.
Human-Centric AI (HCA)
AI systems prioritizing human needs, emotions, and symbiotic integration into human life.
Ontology
A formal representation of knowledge as a set of concepts, properties, and relationships within a domain.

Scope Limitations

This ontology focuses on AI-driven systems; non-AI software is out of scope unless integrated with AI components. It does not prescribe specific implementation technologies.

Proposed Ontological Framework

Core Components

The ontology consists of:

Taxonomy of Agent Characteristics

Human-Interaction Properties

Transparency
Degree to which system decisions are explainable.
Accountability
Mechanisms for assigning responsibility for outcomes.
Adaptability
Ability to adjust to user needs or contexts.
Symbiosis
Extent of integration with human cognition or behavior.

Ethical Properties

Fairness
Equitable treatment of users or stakeholders.
Sustainability
Environmental and societal impact of the system.
Responsibility
Human oversight and accountability for consequences.

Technical Properties

Autonomy
Level of independent decision-making.
Scalability
Ability to handle increased complexity or users.
Interoperability
Compatibility with other systems or standards.

Relationships

Key relationships include:

Proposed Acronyms and Terms

To disambiguate and standardize:

Formal Representation

The ontology will be expressed in OWL (Web Ontology Language). Example structure:

        Class: Agent
          SubClassOf: System
          Properties: hasTransparency, hasAdaptability
          Relationships: augments(Human), adaptsTo(Context)
      

Application of the Framework

Use Cases

Example Annotations

System: AI-driven healthcare platform

Benefits

Implementation Considerations

Technical Implementation

Adoption Strategies

Challenges

Future Work

References

Acknowledgments

Contributions from the AI ethics and ontology communities are gratefully acknowledged. Specific contributors will be listed in future revisions.

Appendix: Glossary of Terms

Software Agent
A computational entity with autonomy.
Human-Centered AI
AI prioritizing transparency and oversight.
Human-Centric AI
AI emphasizing symbiosis and personalization.
Ontology
A structured knowledge representation.