LESSWRONG
LW

Logic & Mathematics Probabilistic ReasoningProbability & StatisticsRationality
Frontpage

3

[ Question ]

Current State of Probabilistic Logic

by lunatic_at_large
7th Oct 2023
1 min read
A
1
2

3

Logic & Mathematics Probabilistic ReasoningProbability & StatisticsRationality
Frontpage

3

Current State of Probabilistic Logic
2Quinn
4abramdemski
New Answer
New Comment

1 Answers sorted by
top scoring

Quinn

Oct 07, 2023

20

Semanticists have been pretty productive https://www.cambridge.org/core/books/foundations-of-probabilistic-programming/819623B1B5B33836476618AC0621F0EE and may help you approach what matters to you, there are certainly adjacent questions and concerns.

A bunch of PL papers building on like the giry monad have floated around in stale tabs on my machine for a couple years. open agency architecture actually provides bread crumbs to this sort of thing in a footnote about infrabayesianism https://www.lesswrong.com/posts/pKSmEkSQJsCSTK6nH/an-open-agency-architecture-for-safe-transformative-ai#fnnlogfgcev2e and a lot of the open games folks pushed on this cuz they wanted it for bayesian Nash equilibria.

Add Comment
1 comment, sorted by
top scoring
Click to highlight new comments since: Today at 3:08 AM
[-]abramdemski2y42

The question seems too huge for me to properly try to answer. Instead, I want to note that academics have been making some progress on models which are trying to do something similar to, but perhaps subtly different from, Paul's reflective probability distribution you cite.

  • https://philpapers.org/archive/CAMSP-5.pdf
  • https://arxiv.org/pdf/2102.07854.pdf
  • https://etheses.whiterose.ac.uk/30548/1/Bowen_MSJ_PRHS_PhD_2021.pdf
  • https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=7c1a05652186980b039ead82cea3aeec0f851187
Reply
Moderation Log
Curated and popular this week
A
1
1

So I've been thinking about how to assign probabilities to true/false assignments over claims in the context of a probabilistic argument mapping program.[1] Inevitably I've been confronted with the liar's paradox and a million related headaches. I have some tentative ideas on how I'd address these: basically allowing sentences in a language to access the probabilities of truth assignments but then replacing those probabilities with conditional probabilities to ensure existence and doing some entropy maximization stuff to hopefully get uniqueness. However, before I write this all up I want to check what the current state of probabilistic logic is on Lesswrong. When I search I mostly see stuff like http://intelligence.org/files/DefinabilityTruthDraft.pdf or more recently https://www.lesswrong.com/posts/KbCHcb8yyjAMFAAPJ/when-wishful-thinking-works. Are these kind of texts the current forefront of this topic that I should put my post in conversation with? If not, what is? Thanks!

  1. ^

    I'm trying to follow up on the formalism I described in my first post while incorporating the suggestions in the comments.