From 89bc8d919fb7084777c3896788755a143ee25ac8 Mon Sep 17 00:00:00 2001 From: "Zack M. Davis" Date: Mon, 18 Nov 2024 22:47:51 -0800 Subject: [PATCH] finish drafting "Prediction Markets Are Not a Drop-In" --- ...-not-a-drop-in-replacement-for-concepts.md | 43 +++++++++--------- .../yudkowsky-keltham_isnt_proposing.png | Bin 0 -> 17793 bytes 2 files changed, 22 insertions(+), 21 deletions(-) create mode 100644 content/images/yudkowsky-keltham_isnt_proposing.png diff --git a/content/drafts/prediction-markets-are-not-a-drop-in-replacement-for-concepts.md b/content/drafts/prediction-markets-are-not-a-drop-in-replacement-for-concepts.md index 94fa39c..cb654e0 100644 --- a/content/drafts/prediction-markets-are-not-a-drop-in-replacement-for-concepts.md +++ b/content/drafts/prediction-markets-are-not-a-drop-in-replacement-for-concepts.md @@ -1,10 +1,10 @@ Title: Prediction Markets Are Not a Drop-In Replacement for Concepts -Date: 2024-10-14 20:00 +Date: 2024-11-20 20:00 Category: commentary -Tags: Eliezer Yudkowsky, literary critcism, worldbuilding, prediction markets +Tags: Eliezer Yudkowsky, literary criticism, worldbuilding, prediction markets Status: draft -In ["Comment on a Scene from _Planecrash_: 'Crisis of Faith'"](http://unremediatedgender.space/2022/Jun/comment-on-a-scene-from-planecrash-crisis-of-faith/), I critiqued a scene in which Keltham (a [magical universe-teleportation victim](https://en.wikipedia.org/wiki/Isekai) from alternate Earth called dath ilan) plays dumb about why a pre-industrial Society would only choose males for military conscription. +In ["Comment on a Scene from _Planecrash_: 'Crisis of Faith'"](http://unremediatedgender.space/2022/Jun/comment-on-a-scene-from-planecrash-crisis-of-faith/), I criticized a scene in which Keltham (a [magical universe-teleportation victim](https://en.wikipedia.org/wiki/Isekai) from alternate Earth called dath ilan) plays dumb about why a pre-industrial Society would only choose males for military conscription. _Planecrash_ coauthor [Eliezer Yudkowsky comments](http://unremediatedgender.space/2022/Jun/comment-on-a-scene-from-planecrash-crisis-of-faith/#isso-583): @@ -55,7 +55,7 @@ def prediction_market_sort(my_list): next_comparison_markets = { (i, j): prediction_markets.create( f"Will this list be sorted with no more than {op_budget} comparisons, if the" - f"next comparision is between indicies {i} and {j}?", + f"next comparison is between indices {i} and {j}?", static_data=my_list, ) for i in range(n) @@ -124,43 +124,44 @@ Barbara objects. "Stop! What are you doing?" I wrote the restaurant-choice scenario as an illustrative example for this blog post, but I want you to imagine how you would react if someone _actually behaved that way in real life_: stopped you when you searched for Italian restaurants and insisted you start a prediction market instead. That would be pretty weird, right? -It's not that there's anything particularly wrong with the idea of using prediction markets to get restaurant suggestions. I can easily believe that you might get some good suggestions that way, even in a sparsely-traded play-money market on Earth. (In a similar vein, Yudkowsky has [a "What books will I enjoy reading?" market](https://manifold.markets/EliezerYudkowsky/what-book-will-i-enjoy-reading).) +It's not that there's anything particularly wrong with the idea of using prediction markets to get restaurant suggestions. I can easily believe that you might get some good suggestions that way, even in a sparsely-traded play-money market on Earth, _i.e._, the real world. (In a similar vein, Yudkowsky has [a "What books will I enjoy reading?" market](https://manifold.markets/EliezerYudkowsky/what-book-will-i-enjoy-reading).) -The weird part is the implication that the form of reasoning you would use to make a decision in the absence of a prediction market can be dismissed as "a way based not on predicted outcomes" and regarded as obviated by the existence of the market. I don't think anyone really believes this, as contrasted to [believing they believe](https://www.lesswrong.com/posts/CqyJzDZWvGhhFJ7dY/belief-in-belief) it in order to ease the cognitive dissonance of trying to simultaneously adhere to the religious committments of both _Less Wrong_ "rationalism" and American progressivism. +The weird part is the implication that the form of reasoning you would use to make a decision in the absence of a prediction market can be dismissed as "a way based not on predicted outcomes" and regarded as obviated by the existence of the market. I don't think anyone really believes this, as contrasted to [believing they believe](https://www.lesswrong.com/posts/CqyJzDZWvGhhFJ7dY/belief-in-belief) it in order to ease the cognitive dissonance of trying to simultaneously adhere to the religious commitments of both _Less Wrong_ "rationalism" and American progressivism. The `prediction_market_sort` code doesn't obviate standard sorting algorithms like quicksort, because if you run `prediction_market_sort`, the first thing the traders in the market are going to do is run a standard sorting algorithm like quicksort to decide which comparisons to bet on. -The restaurant-enjoyment market doesn't obviate the concept of Italian food, because if you post a market for "Where should we go for dinner given that Vinnie's is closed?", the first thing traders are going to do is search for "Italian restaurants near [market author's location]"—not because they're fools who think that "Italian food" is somehow ontologically fundamental and eternal, but because there contingently do happen to be [approximate conditional indpendence relationships](https://www.readthesequences.com/Conditional-Independence-And-Naive-Bayes) between the features of meals served by different restaurants. A decision made on the basis of a [statistical compression](https://www.lesswrong.com/posts/mB95aqTSJLNR9YyjH/message-length) of meal features is based on predicted outcomes insofar as and to the extent that meal features predict outcomes. +The restaurant-enjoyment market doesn't obviate the concept of Italian food, because if you post a market for "Where should we go for dinner given that Vinnie's is closed?", the first thing traders are going to do is search for "Italian restaurants near [market author's location]"—not because they're fools who think that "Italian food" is somehow ontologically fundamental and eternal, but because there contingently do happen to be [approximate conditional independence relationships](https://www.readthesequences.com/Conditional-Independence-And-Naive-Bayes) between the features of meals served by different restaurants. A decision made on the basis of a [statistical compression](https://www.lesswrong.com/posts/mB95aqTSJLNR9YyjH/message-length) of meal features is based on predicted outcomes insofar as and to the extent that meal features predict outcomes. -To be sure, there are all sorts of nuances and caveats that one could go into here about exactly when and why categorization works or fails as a cognitive algorithm—how categories are sometimes [used for coordination](https://www.lesswrong.com/posts/edEXi4SpkXfvaX42j/schelling-categories-and-simple-membership-tests) [and not](http://unremediatedgender.space/2019/Oct/self-identity-is-a-schelling-point/) [just predictions](http://unremediatedgender.space/2019/Dec/more-schelling/), how categories should [change when the distribution of data in the world changes](https://www.lesswrong.com/posts/WikzbCsFjpLTRQmXn/declustering-reclustering-and-filling-in-thingspace) (_e.g._, if [fusion cuisines](https://en.wikipedia.org/wiki/Fusion_cuisine) become popular), whether categories might perversely distort the territory to fit the map via self-fulfilling prophecies[^self-fulfilling] (_e.g._, if entrepreneurs only open restaurants in established ethnic categories because that's what customers are used to, thereby stifiling culinary innovation) ... +To be sure, there are all sorts of nuances and caveats that one could go into here about exactly when and why categorization works or fails as a cognitive algorithm—how categories are sometimes [used for coordination](https://www.lesswrong.com/posts/edEXi4SpkXfvaX42j/schelling-categories-and-simple-membership-tests) [and not](http://unremediatedgender.space/2019/Oct/self-identity-is-a-schelling-point/) [just predictions](http://unremediatedgender.space/2019/Dec/more-schelling/), how categories should [change when the distribution of data in the world changes](https://www.lesswrong.com/posts/WikzbCsFjpLTRQmXn/declustering-reclustering-and-filling-in-thingspace) (_e.g._, if [fusion cuisines](https://en.wikipedia.org/wiki/Fusion_cuisine) become popular), whether categories might perversely distort the territory to fit the map via self-fulfilling prophecies[^self-fulfilling] (_e.g._, if entrepreneurs only open restaurants in established ethnic categories because that's what customers are used to, thereby stifling culinary innovation) ... [^self-fulfilling]: Although this is _also_ a potential problem for prediction markets [and other cognitive systems](https://www.lesswrong.com/posts/SwcyMEgLyd4C3Dern/the-parable-of-predict-o-matic). But, bluntly? The kind of person who asks what use there is in "creating a law that asymmetrically treats different sapient beings in a way based not on predicted outcomes" is not interested in the nuances and caveats. (I know because [I used to be this kind of person](/2021/May/sexual-dimorphism-in-the-sequences-in-relation-to-my-gender-problems/#antisexism).) It's not an honest question that expects an answer; it's a rhetorical question asked in the hope that the respondent doesn't have one.[^isolated-demands-for-rigor] -[^isolated-demands-for-rigor]: Which, to be fair, is usually a good bet in the service of the goal of suppressing anti-egalitarian memes. I've specialized in patiently answering [isolated demands for rigor](https://slatestarcodex.com/2014/08/14/beware-isolated-demands-for-rigor/), but most people aren't philosophically sophisticated enough to do that, and the ones that are have competing demands on their time. +[^isolated-demands-for-rigor]: Which is usually a good bet in the service of the goal of suppressing anti-egalitarian memes. I've specialized in patiently answering [isolated demands for rigor](https://slatestarcodex.com/2014/08/14/beware-isolated-demands-for-rigor/), but most people aren't philosophically sophisticated enough to do that, and the ones that are have competing demands on their time. -"If there's more information to be gained from measuring biological sex than by just measuring height, it'll show up in the military prediction markets," Yudkowsky writes. I agree, of course, that that sentence [is literally true](https://www.lesswrong.com/posts/MN4NRkMw7ggt9587K/firming-up-not-lying-around-its-edge-cases-is-less-broadly), but the conditional mood implies such a bizarre prior. "If"? "Just measuring _height_"? Are we pretending to be uncertain about whether a troop of 5'6" males (15th percentile) or 5'6" females (80th percentile) would prevail in high medieval warfare? (Yes, _on average_—but outlier groups are exponentially[^exponentially] rarer than outlier individuals!) Does Yudkowsky want to bet on this? +"If there's more information to be gained from measuring biological sex than by just measuring height, it'll show up in the military prediction markets," Yudkowsky writes. I agree, of course, that that sentence [is literally true](https://www.lesswrong.com/posts/MN4NRkMw7ggt9587K/firming-up-not-lying-around-its-edge-cases-is-less-broadly), but the conditional mood implies such a bizarre prior. "If"? "Just measuring _height_"? Are we pretending to be uncertain about whether a troop of 5'6" males (15th percentile) or 5'6" females (80th percentile) would prevail in high medieval warfare? (Yes, _on average_—but outlier groups are exponentially[^exponentially] rarer than outlier individuals!) Does anyone want to bet on this? [^exponentially]: In the size of the group. ----- -Perhaps at this point the advocate of prediction markets will complain that I'm the one performatively missing the point: the claim isn't that sex is useless for predicting military performance or that restaurant category is useless for predicting meal enjoyment; the claim is that prediction markets can do better by incorporating all other sources of information not encapsulated in a crude, lossy categorization. If the only other Italian place in town is lousy, then we probably want to go somewhere else. +Perhaps at this point the advocate of prediction markets will complain that I'm the one performatively missing the point: the claim isn't that sex is useless for predicting military performance or that restaurant category is useless for predicting meal enjoyment; the claim is that prediction markets can do better by incorporating all other sources of information not encapsulated in a crude, lossy categorization only tangentially relevant to the decision being made. Some men would make terrible soldiers. If the only other Italian place in town is lousy, then you and Barbara obviously want to go somewhere else. Therefore, use prediction markets to pick the actually best soldiers/restaurant, don't just pick the ones with a penis or from Italy. Right? -[TODO: The claim isn't that ethnic or sex categories are useless, but that prediction markets are better, because you can scoop up the exceptions. I've already agreed that if you ignore efficiency, prediction markets can do anything you can do by any other procedure—by construction! So my reply here is that efficiency actually does matter. (If efficiency didn't matter, there would be no gounds to object to the prediction market sort—in principle, it should work.) anti-discrimination law prohibits not just stupid forms of discrimination, but also subtler systems that use categories but also have exception handling. Actually existing militaries don't literally go "anyone with a penis, that's our only criterion"! But they also don't bother drafting women, which was the point under dispute. The choice is "category only" versus prediciton market, you can also search for Italian with good reviews, and that's _doing most of the work of the market_] +But what's at issue isn't whether making decisions _solely_ on the basis of category membership is a good idea, but whether institutions should be able to take category membership into account as a matter of explicit policy (rather than only implicitly via the black box of a prediction market, whose traders are allowed to notice things that the policy isn't). -[TODO: manipulation of small markets?] +Real-world militaries that practice conscription _don't_ just take males indiscriminately with no other requirements than having a Y chromosome, because that would be crazy. The draft board does administer fitness tests and psych evals, consider relevant skills, _&c_. (Similarly, real-world diners craving Italian food also take Yelp ratings into account.) But one of the features real-world militaries _do_ consider is sex, thereby running afoul of the principle of not asymmetrically treating different sapient beings in a way (allegedly) "based not on predicted outcomes." For example, [Israel drafts women](https://en.wikipedia.org/wiki/Women_in_the_Israel_Defense_Forces), but for a shorter term, and [not in all combat roles](https://www.ynetnews.com/articles/0,7340,L-5089566,00.html). (There are a few mixed-sex battalions, like [the 33rd "Caracal"](https://en.wikipedia.org/wiki/Caracal_Battalion), named after [a species of cat with low sexual dimorphism](https://en.wikipedia.org/wiki/Caracal), but it's an exception rather than the norm.) -[TODO: "just go by the presence of penises, don't use anything else" would be stupid, but it's also _not what real-world militaries do, replacing the draft board with a prediction market doesn't seem like it would satisfy the principled antisexist thing Keltham was trying to do ] +If Keltham's objection to Osiriani patriarchy (which restricts women's education and right to hold property) also condemns real-world Israel (which doesn't), it would appear that something has gone wrong with his reasoning. If the problem is that excluding women from education and property ownership is oppressive and not justified on the empirical merits, Keltham should expect to make that case on the empirical merits: that women's economic liberty works great in dath ilan, and the Osiriani don't seem to be a different species for which the empirical merits would be different. -[TODO: you might say that the market is superior because it can account for exceptions—which can indeed exist— -some restraurants or books or solidier defy classification +That's not what we see in the text. Keltham challenges a native to explain things that would go wrong if foreigners imposed a strict Equal Rights Amendment, and when presented with a sensible example (military conscription), rather than saying, "okay, I can see how that one makes pragmatic sense, but that doesn't explain or justify the property thing", he persistently refuses to acknowledge the point. "[H]ow is [unusually strong women being drafted] more terrible than strong men being forced to join an army for less than their self-set wage for that?" [he asks](https://www.projectlawful.com/replies/1817425#reply-1817425), he asks, and when he receives a sensible answer to _that_ (that the women might get taken advantage of sexually, which would have lasting consequences for them), he [objects that truthspell-enabled governance would prevent rapes, and patronizingly wonders whether the Osiriani are aware of the human gestation period](https://www.projectlawful.com/replies/1817432#reply-1817432). -but the original context was Ketlham proposing that the law _cannot_ take categories into account, which is different from having an exception-handling procedure. Real-world conscription systems don't just take everyone with a penis, they also have a draft board which issues nuanced classifications on an individual basis, -https://en.wikipedia.org/wiki/Selective_Service_System#Classifications -] +Of course nothing about Keltham's behavior in this scene entails him affirmatively believing any unambiguously false atomic statement. [Word of God](https://tvtropes.org/pmwiki/pmwiki.php/Main/WordOfGod) claims that "Keltham isn't proposing to actually enforce that prohibition [of laws that mention sex] on Osirion, he's trying to figure out _what the laws are trying to do and why_".[^word-of-god] As I mentioned in ["Comment on a Scene"](http://unremediatedgender.space/2022/Jun/comment-on-a-scene-from-planecrash-crisis-of-faith/), anti-discrimination policy makes sense as game theory: [if you don't trust decisionmakers not to misconstrue group differences in a way that benefits them, forcing them to behave as if all groups were equal is the obvious Schelling point for preventing exploitation](http://unremediatedgender.space/2020/Apr/book-review-human-diversity/#schelling-point-for-preventing-group-conflicts). (The government can't oppress people on the basis of sex if the government isn't allowed to see sex.) ------- +[^word-of-god]: [Eliezerfic Discord server, #dath-ilan channel, 12 June 2022](/images/yudkowsky-keltham_isnt_proposing.png) + +One could construe Keltham's line of questioning as deliberately trying to play that strategy against Osirion: it's not that Keltham is denying that predictively useful categories are also useful for making decisions; he just doesn't trust Osirion's irrationally sexist culture to do that sanely and is eager to explain how good decisions can be recovered in terms of lower-level features at some extra expense. + +I just don't _buy it_. Almost everywhere else in the dath ilan mythos that dath ilan is compared to Earth (_i.e._, the real world) or Golarion, the comparison is unflattering; we're supposed to believe that dath ilan is a superior civilization, a utopia of reason where average intelligence is 2.6 standard deviations higher, where everyone is trained in Bayesian reasoning from childhood. One of the rare places in canon that dath ilan is depicted as not having already thought of something good and useful in the real world is in [the April Fool's Day confession](https://yudkowsky.tumblr.com/post/81447230971/my-april-fools-day-confession), when [NGDP targeting](https://en.wikipedia.org/wiki/Nominal_income_target) is identified as a clever and characteristically un–dath ilani hack. Dath ilan is accustomed to solving coordination problems by the effort of "serious people [...] get[ting] together and try[ing] not to have them be so bad": the mode of thinking that would lead one to propose automatically canceling out the sticky wage effect by printing more money to keep spending constant is alien to them. -[TODO: the original context was about liteary flaws in dath ilan, fictional aliens who "just happen" to share the author's predjudices break suspension of disbelief. (And there should be a careful way to word this principle that's agnostic about whether the author's pet beliefs are true.) Anti-discrimination makes sense as game-theoretic Earth-craziness, but that's not supposed to be dath ilan's M.O.! (It sounds like Keltham actually believes in anti-discrimination as a principle, it's not just a pragmatic bias canceler like NGDP targeting, which dath ilan isn't suppose to have; "cheap hacks to route around other people's irrationality" is not supposed to be what they're going for); Keltham should be able to say "women own property in dath ilan and it works fine _on the empirical merits_" and concede re: conscription; the fact that he can't marks the text as being from Berkeley, not another world] +Anti-discrimination norms are like NGDP targeting: prohibiting certain probabilistic inferences in order to cancel out widespread irrational bigotry is similar to printing money to cancel out a widespread irrational tendency to fire workers instead of lowering nominal wages in that it's not something you would think of in a world where people are just doing decision Bayesian decision theory—and it's not something you would _portray as superior_ if you came from a world that prides itself on just doing Bayesian decision theory and were trying to enlighten the natives of a strange and primitive culture. Yudkowsky's reply to "Comment on a Scene" tries to patch the problem by suggesting that Civilization doesn't need to make those probabilistic inferences anyway because it has prediction markets, but this is an obvious rationalization. (If you disagree, I have an amazing new sorting algorithm that may interest you ...) diff --git a/content/images/yudkowsky-keltham_isnt_proposing.png b/content/images/yudkowsky-keltham_isnt_proposing.png new file mode 100644 index 0000000000000000000000000000000000000000..da4f4e04adb42be5eb85666031726e32f775e17e GIT binary patch literal 17793 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