Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ with gr.Blocks() as tutorial:
|
|
5 |
gr.Markdown("**Practice tutorial: Creating Ethical Charters in AI Development**")
|
6 |
gr.Markdown("This tutorial outlines the process of creating ethical charters for AI development projects, focusing on moral value pluralism and collaborative, inclusive practices. We discuss why it’s important to identify common core values to guide projects and navigate tensions, drawing inspiration from Confucian ethical traditions that promote harmony. The session includes steps for determining relevant values, building consensus, and implementing these values within specific AI initiatives. We aim to promote values-informed AI development by utilizing previous work as case studies, such as the BigScience project and other ethical frameworks from major tech companies. Participants will learn techniques for integrating ethics into their work, ultimately influencing priorities and impacts in AI technology development.")
|
7 |
gr.Markdown("# Description")
|
8 |
-
gr.Markdown("The goal in constructing ethical charters is to find common core values that can serve as guidance in a project, operating as a pivot for identifying and articulating different possible priorities and navigating tensions between them. Part of the importance of ethical charters lies in the construction practice itself, as it fosters collaboratively gathering, reflecting, and deliberating together in an inclusive space.
|
9 |
|
10 |
Our approach to constructing ethical charters is based on the ethical concept of moral value pluralism, which allows different value systems present among the collaborators of a project to be considered of equal importance. In line with this approach, we adopt the practice typical of the Confucian ethical tradition that emphasizes, among other things, harmony (和). This guides resolution, focusing on the coexistence of different parties \cite{ConfucianIdeal}. The notion of harmony thus fills one of our primary goals in helping people build ethical charters in AI development: to guide what people ought to do when making choices that affect others. Bottom-up collaboration, the support of ethics as a tool for constructing guidance, and value pluralism based on the notion of harmony make up the beacons of our approach.
|
11 |
|
@@ -22,7 +22,7 @@ We will work through slides presented in-person and virtually if remote particip
|
|
22 |
Introduction (\~8 min): What are ethical charters, and why should we build them?
|
23 |
Identifying Values (\~17 min): Participants in a project or an organization do not come to the table without prior moral beliefs. The process of identifying relevant values for a project embraces this, and can involve either (1) mapping previously defined organizational values to a target project, or (2) articulating values based on the beliefs of the people at the table.
|
24 |
Consensus Building (\~10 min): How to build consensus around values and face potential inconsistencies once a set is elicited.
|
25 |
-
Operationalizing (\~10 min): Techniques for operationalizing these values in projects.")
|
26 |
|
27 |
|
28 |
tutorial.launch()
|
|
|
5 |
gr.Markdown("**Practice tutorial: Creating Ethical Charters in AI Development**")
|
6 |
gr.Markdown("This tutorial outlines the process of creating ethical charters for AI development projects, focusing on moral value pluralism and collaborative, inclusive practices. We discuss why it’s important to identify common core values to guide projects and navigate tensions, drawing inspiration from Confucian ethical traditions that promote harmony. The session includes steps for determining relevant values, building consensus, and implementing these values within specific AI initiatives. We aim to promote values-informed AI development by utilizing previous work as case studies, such as the BigScience project and other ethical frameworks from major tech companies. Participants will learn techniques for integrating ethics into their work, ultimately influencing priorities and impacts in AI technology development.")
|
7 |
gr.Markdown("# Description")
|
8 |
+
gr.Markdown("""The goal in constructing ethical charters is to find common core values that can serve as guidance in a project, operating as a pivot for identifying and articulating different possible priorities and navigating tensions between them. Part of the importance of ethical charters lies in the construction practice itself, as it fosters collaboratively gathering, reflecting, and deliberating together in an inclusive space.
|
9 |
|
10 |
Our approach to constructing ethical charters is based on the ethical concept of moral value pluralism, which allows different value systems present among the collaborators of a project to be considered of equal importance. In line with this approach, we adopt the practice typical of the Confucian ethical tradition that emphasizes, among other things, harmony (和). This guides resolution, focusing on the coexistence of different parties \cite{ConfucianIdeal}. The notion of harmony thus fills one of our primary goals in helping people build ethical charters in AI development: to guide what people ought to do when making choices that affect others. Bottom-up collaboration, the support of ethics as a tool for constructing guidance, and value pluralism based on the notion of harmony make up the beacons of our approach.
|
11 |
|
|
|
22 |
Introduction (\~8 min): What are ethical charters, and why should we build them?
|
23 |
Identifying Values (\~17 min): Participants in a project or an organization do not come to the table without prior moral beliefs. The process of identifying relevant values for a project embraces this, and can involve either (1) mapping previously defined organizational values to a target project, or (2) articulating values based on the beliefs of the people at the table.
|
24 |
Consensus Building (\~10 min): How to build consensus around values and face potential inconsistencies once a set is elicited.
|
25 |
+
Operationalizing (\~10 min): Techniques for operationalizing these values in projects.""")
|
26 |
|
27 |
|
28 |
tutorial.launch()
|