Free Riding and Contribution | AI Overview Flashcards

1
Q

Define a private good.

A

goods or services that are excludable and rivalrous.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define a public good.

A

goods or services that are non-excludable and non-rivalrous.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define excludable.

A

a good whose ownership can be restricted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define rivalrous.

A

an individual consuming the good diminishes the utility available to
another person

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explain the biggest challenge faced by private provision of public goods.

A

Under contribution is a major challenge for many communities as many rely on “heavy” contributors, which is even more unbalanced in the digital economy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define the free-rider problem.

A

A type of market failure that occurs when those who benefit from the resources, public goods of a communal nature do not pay for them or under-pay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does the Prisoner’s Dilemma explain underproduction/overconsumption?

A

The prisoner’s dilemma is a paradox in decision analysis in which two individuals acting
in their own self-interests do not produce the optimal outcome. Although there may be a socially optimal outcome, an individual may let others pay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the tragedy of the commons?

A

The situation in which individuals with access to a public resource (also called a common) act in their own interest and, in doing so, ultimately deplete the resource.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How is user participation typically represented?

A

90% are lurkers
9% contribute from time to time
1% actively participate and account for most contributions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Give 6 reasons for contributing to public goods.

A

Pure altruism
Warm-glow giving (emotional reward of giving to others)
Fun
Reputation/Recognition
Reciprocal benefit
Explicit reward

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define intrinsic and extrinsic motivation.

A

Intrinsic motivation involves doing something because it’s personally rewarding to you.

Extrinsic motivation involves doing something because you want to earn an external reward or avoid punishment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Give 4 solutions for undercontribution.

A
  • Make it easier to contribute
  • Reward (without over rewarding) participants
  • Social Comparison
  • Gamification
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Give the hierarchy of AI models from simplest to strongest.

A

Rule-based Model
Machine Learning Model
Deep Learning Model
Transformer
Large Language Model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the 3 characteristics that evolve as AI models progress from simplest to strongest?

A
  • Boundary between statistics and AI becomes clear
  • Decreasing level of human engagement
  • The black box problem becomes more pronounced
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Define Rule-Based Models, and give the pros and cons of them

A

Hard-coded “if-then” rules manually created by humans.

Pros: Simple, explainable, and resource-efficient.
Cons: Inflexible, doesn’t learn from data, limited to predefined scenarios

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define Machine Learning, and give the pros and cons of them

A

Models that learn patterns from data using algorithms like regression, support vector machines, random forests, etc.

Pros: Adapts to data patterns, can generalise beyond training data.

Cons: Requires substantial data; results depend on data quality.

17
Q

Define Deep Learning and give the pros and cons of them

A

Neural networks with multiple layers for extracting complex patterns.

Pros: Handles unstructured data (images, audio, text), highly accurate for complex tasks.
Cons: Requires extensive computation and data, less interpretable.

18
Q

Define Transformers and give the pros and cons of them

A

A type of deep learning model using Attention Mechanism, particularly efficient in natural language processing (NLP) tasks

Pros: Processes data in parallel, excels in NLP tasks.
Cons: Computationally intensive, requires massive datasets.

19
Q

Define LLMs, and give the pros and cons of them

A

Built on transformer architecture and trained on massive amounts of text data.

Pros: Handles diverse tasks, highly flexible, pre-trained on massive data.

Cons: High computational cost, potential for biased outputs.

20
Q

Explain when to use each of the 5 AI Models.

A

Rule-based: Clear, well-defined problems with deterministic outputs.
Machine Learning: Problems with labelled/unlabelled data and measurable patterns.
Deep Learning: Large datasets, problems requiring feature extraction or complex patterns.
Transformers: Large text, sequential, or contextual problems requiring long-range dependencies.
LLMs: Complex, context-sensitive language tasks like summarisation or question answering.

21
Q

Give a use case for each of the 5 AI Models.

A

Rule-based: Automated customer support with predefined FAQs.
ML: Product Recommendations
DL: Image Recognition in medical diagnostics
Transformer: Machine Translation
LLMs: Building conversational AI