Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/6618129f75df1d7f0af1c3c0.md

latest2.5 KB
Original Source
<!-- (Audio) Sophie: But what about ethical concerns? Tom: Yeah, we have to make sure AI is used ethically and doesn't generate bias. But researchers and companies are actively working on addressing these issues. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What can you understand from the end of the dialogue?

--answers--

Ethical aspects do not concern researchers and companies

--feedback--

On the contrary, Tom says they are actively working to address these issues.


AI does not produce bias because it is a machine

--feedback--

Even machines, when they receive biased data, might produce biased answers.


There is a concern related to the ethics in AI, and it is being addressed by companies and researchers


Ethical concerns are addressed by researchers, but not by companies

--feedback--

Tom mentions that both researchers and companies are trying to address the ethical issues.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 28.84,
      "finishTimestamp": 39.28
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.5,
      "dialogue": {
        "text": "But what about ethical concerns?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 2.84
    },
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 2.84
    },
    {
      "character": "Tom",
      "startTime": 3.18,
      "finishTime": 6.84,
      "dialogue": {
        "text": "Yeah, we have to make sure AI is used ethically and doesn't generate bias.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 7.48,
      "finishTime": 11.44,
      "dialogue": {
        "text": "But researchers and companies are actively working on addressing these issues.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 11.94
    }
  ]
}