Two Definitions of Generalization

post by ozziegooen · 2021-05-29T04:20:28.115Z · LW · GW · 4 comments

Contents

    Object
    Abstraction
    Generalization
  Why is this important?
  Asides:
    Short rant on semantic search
    Objectivist epistemology
    Another (similar) definition
None
4 comments

Epistemic Status: Research notes, plus an appeal for the reader to give their best attempt.

The words “abstraction” and “generalization” are often used fairly interchangeably. This is a pity. We only have so many well known words for abstract concepts.

One distinction I like is the one suggested in this Stack Overflow post. The following images are from the top answer:

Object

Abstraction

Generalization

Simple, right? 

Well, I think there are two important definitions of generalization that could apply both that merit discussion.

The first, and perhaps the better known, is essentially what's stated on Wikipedia:

generalization (1) (Wikipedia): A generalization is a form of abstraction whereby common properties of specific instances are formulated as general concepts or claims.

This definition is about identifying the similar properties of supersets and removing the other information. So, for the desert example above, generalizing the cake would mean identifying the common properties it shares with other deserts.

However, this definition doesn't work for many of our uses of the term.

From these, we could imagine a different definition. Something like,

generalization (2) (Here): A generalization is a pointer to a set of things.

I use the word set here because it's mostly correct, but there could clearly be modifications. It might really be more of a fuzzy set.

One way I could write a general function would be to remove all of the differentiating details between items. This would be generalization(1). But I could also write this function by just moving a complexity into it and adding a big switch statement. This would be generalization(2).

I'm tempted to say that generalization(2) corresponds somewhat to set theory, and generalization(1) more to type theory.

With all that out of the way, we can attempt some more specific generalization(1) definition:

generalization(1)(Wikipedia complexified): A generalization is an abstraction made up some of common properties of a set. 

Generalization(1) is doing more work than generalization(2), though the result a smaller thing.

Why is this important?

I'm interested in this question because I think it might be useful to study generalization(2). My recent sequence on questions and discernment [? · GW] wound up getting into this area.

It might be easy to dismiss generalization(2) as trivial once we already have set theory, but I think there's more here. Set theory is typically discussed abstractly. If we have "Judgemental Forecasting", it seems to me like we could also have something like "Judgemental Set Theory". 

Asides:

Short rant on semantic search

I'm sure this discussion exists somewhere in philosophical literature, but it's very difficult to search for. The word "generalization" is used all over the place and often isn't defined.  Google search is quite poor for such queries. I imagine it would require some semantic search capabilities. 

Objectivist epistemology

I wrote a short description of the above on Facebook, and Jason Crawford [LW · GW] responded with an useful comment.

In Objectivist epistemology, “generalization” refers to scope of a concept, and “abstraction” refers to distance from the perceptual level. So “plumber” is less general than “human”, but it's more abstract. Some steps of abstraction are generalizations (human -> organism), but many are narrowings. 

He said that he believe he remembered it from this lecture. Unfortunately the lecture costs $34. I haven't purchased it, but I'll keep it in mind. I did some searches for generalization around objectivist epistemology but couldn't find this distinction written publicly in my brief time spent searching. 

Another (similar) definition

Some would call the statement "rich people are greedy" a generalization. Here, the generalization isn't referring to "rich people", but rather to the "are greedy" portion. Perhaps "rich people" only act as a generalization if it's used to make queries, maybe only overconfident queries.

I think generalization here means the same thing as overgeneralization. I'd vote to not use definitions of generalization that do this. Ideally, it could leave space for undergeneralization.

4 comments

Comments sorted by top scores.

comment by Ericf · 2021-05-31T01:35:42.175Z · LW(p) · GW(p)

Notes:

  1. "Common elements" could mean "the intersection of two sets" (which is probably what you meant) or "a set of attributes that are correlated with the set of interest" (which is where "most people find church boring" fits).
  2. Generalizing could be a means of abstracting the important elements from a set, or a means of predicting elements to be found in future examples of a set. So, saying "pies are desert," could mean that a peach pie shares important features with cake (more so than sharing features with a particular shade of off-white paint), or that when a menu says pie the diner can expect it to be sweet and come after the primary meal (even though some pies are savory).
comment by Liron · 2021-05-31T20:03:01.139Z · LW(p) · GW(p)

Upvoted for teaching concepts well by using specific and concrete examples, even when the concepts are ironically "generalization" and "abstraction"

comment by DirectedEvolution (AllAmericanBreakfast) · 2021-05-29T15:52:21.842Z · LW(p) · GW(p)

This article on “Generic Generalizations” seems potentially relevant? https://plato.stanford.edu/entries/generics/

Replies from: ozziegooen
comment by ozziegooen · 2021-05-29T19:20:04.682Z · LW(p) · GW(p)

Yes, thanks!