{
  localUrl: '../page/laplace_rule_of_succession.html',
  arbitalUrl: 'https://arbital.com/p/laplace_rule_of_succession',
  rawJsonUrl: '../raw/21c.json',
  likeableId: '977',
  likeableType: 'page',
  myLikeValue: '0',
  likeCount: '0',
  dislikeCount: '0',
  likeScore: '0',
  individualLikes: [],
  pageId: 'laplace_rule_of_succession',
  edit: '7',
  editSummary: '',
  prevEdit: '6',
  currentEdit: '7',
  wasPublished: 'true',
  type: 'wiki',
  title: 'Laplace's Rule of Succession',
  clickbait: 'Suppose you flip a coin with an unknown bias 30 times, and see 4 heads and 26 tails.  The Rule of Succession says the next flip has a 5/32 chance of showing heads.',
  textLength: '5685',
  alias: 'laplace_rule_of_succession',
  externalUrl: '',
  sortChildrenBy: 'likes',
  hasVote: 'false',
  voteType: '',
  votesAnonymous: 'false',
  editCreatorId: 'OwenCottonBarrat',
  editCreatedAt: '2016-10-31 12:29:12',
  pageCreatorId: 'EliezerYudkowsky',
  pageCreatedAt: '2016-02-17 21:28:43',
  seeDomainId: '0',
  editDomainId: 'AlexeiAndreev',
  submitToDomainId: '0',
  isAutosave: 'false',
  isSnapshot: 'false',
  isLiveEdit: 'true',
  isMinorEdit: 'false',
  indirectTeacher: 'false',
  todoCount: '0',
  isEditorComment: 'false',
  isApprovedComment: 'true',
  isResolved: 'false',
  snapshotText: '',
  anchorContext: '',
  anchorText: '',
  anchorOffset: '0',
  mergedInto: '',
  isDeleted: 'false',
  viewCount: '495',
  text: '[summary:  Suppose you roll an initial billiards ball on a billiards table, letting it bounce off the left and right sides until it comes to a halt.  You mark down where the billiard ball halted.  You then roll additional billiards, and [1ly observe] that M come to rest to the left of the original billiard, and N halt to the right of the original billiard.  If this is all someone knows, what probability should they assign that the next billiard comes to halt on the left, or the right?  Laplace's Rule of succession says that the [1rb odds] are (M + 1) : (N + 1) for left vs. right.  If we flip a coin with an unknown bias and observe 2 heads and 7 tails, our probability of getting heads next time is (2 + 1)/(2 + 7 + 2) = 3/11.  On the very first flip, it's 1 : 1 or 1/2.]\n\n# Theorem and proof\n\nSuppose a sequence $X_1, \\dots, X_n$ of binary values (0 or 1), e.g., a potentially non-fair coin which comes up heads or tails on each flip.\n\nLaplace's Rule of succession says that if:\n\n- 1.  We think each coinflip $X_i$ has an independent, unknown likelihood $f$ of coming up heads, and\n- 2.  We think that all values of $f$ between 0 and 1 have equal probability density *a priori*...\n\nThen, after observing $M$ heads and $N$ tails, the expected probability of heads on the next coinflip is:\n\n$\\dfrac{M + 1}{M + N + 2}$\n\nProof:\n\nFor a hypothetical value of $f$, each coinflip observed has a [1rq likelihood] of $f$ if heads or $1 - f$ if tails.\n\nThe [1rm prior] is uniform between 0 and 1, so a prior density of 1 everywhere.\n\nBy [1zj Bayes's Rule], after seeing M heads and N tails, the [1rp posterior] probability density over $f$ is *proportional* to $1 \\cdot f^M(1 - f)^N.$\n\nThen the [1rk normalizing constant] is:  $\\int_0^1 f^M(1 - f)^N \\operatorname{d}\\!f = \\frac{M!N!}{(M + N + 1)!}.$\n\nSo the posterior probability density function is $f^M(1 - f)^N \\frac{(M + N + 1)!}{M!N!}.$\n\nIntegrating this function, times $f,$ from 0 to 1, will yield the marginal probability of getting heads on the next flip.\n\nThe answer is thus:\n\n$\\dfrac{(M+1)!N!}{(M + N + 2)!} \\cdot \\dfrac{(M + N + 1)!}{M!N!} = \\dfrac{M + 1}{M + N + 2}.$\n\n# Simpler proof by combinatorics\n\nAlthough Laplace's Rule of Succession was originally proved (by Thomas Bayes) by finding the posterior probability density and integrating, and the proof of Laplace's Rule illustrates the core idea of an [21b inductive prior] in Bayesianism, a simpler intuition for the proof also exists.\n\nConsider the problem originally posed by Thomas Bayes:  An initial billiard is rolled back and forth between the left and right edges of an ideal billiards table until friction brings it to a halt.  We then roll M + N additional billiard balls, and observe that M halt to the left of the initial billiard, and N halt to the right of it.  If this is all we know, what is the probability the next ball halts on the left, or right?\n\nSuppose that we rolled a total of 5 additional billiards, and 2 halted to the left of the original, and 3 halted to the right.  Then, using **|** to symbolize the initial billiard, the billiards would have come to rest in the order:\n\n- **LL|RRR**\n\nSuppose we now roll a new billiard, symbolized by **+**, until it comes to a halt.  It's equally likely to appear at:\n\n- **+LL|RRR**\n- **L+L|RRR**\n- **LL+|RRR**\n- **LL|+RRR**\n- **LL|R+RR**\n- **LL|RR+R**\n- **LL|RRR+**\n\nThis means there are 3 ways the ball could be ordered on the left of the **|**, and 4 ways it could be ordered on the right.  Since all left-to-right orderings of 7 randomly rolled billiard balls are equally likely a priori, we assign 3/7 probability that the ball comes to a rest on the left of the original ball's position.\n\nSee also the [Wikipedia page](https://en.wikipedia.org/wiki/Rule_of_succession).\n\n# Use and abuse\n\nLaplace's Rule of Succession assumes that all prior values of the frequency $f$ are undistinguished *a priori* in our subjective knowledge.\n\nFor example, Laplace used the rule to estimate a probability of the sun rising tomorrow, given that it had risen every day for the past 5000 years, and arrived at odds of around 1826251:1.  But today when we have physical knowledge of the Sun's operation, not every possible 'rate at which the Sun rises each day' is undistinguished.  Furthermore, even in Laplace's time, he should have perhaps thought it especially likely a priori that "the Sun always rises" and "the Sun never rises" were distinguished as unusually likely frequencies of the Sun rising, a priori. \n\nThe Rule of Succession follows from assuming approximate ignorance about prior frequencies.  It does not, of itself, justify this assumption. Variations of the rule of succession are obtainable by taking different priors, corresponding to different views of what should count as uninformative. See discussion on the Wikipedia page on [non-informative priors](https://www.wikipedia.com/en/Prior_probability#/Uninformative_priors). For example if starting with the Jeffreys' prior, then after observing $M$ heads and $N$ tails, the expected probability of heads on the next coinflip is:\n\n$\\dfrac{M + \\dfrac{1}{2}}{M + N + 1}$\n\n# Nomenclature\n\nLaplace's Rule of Succession was the famous problem proved by Thomas Bayes in "An Essay towards solving a Problem in the Doctrine of Chances", read to the Royal Society in 1763, after Bayes's death.  Pierre-Simon Laplace, the first systematizer of what we now know as Bayesian reasoning, was so impressed by this theorem that he named the central theorem of his new discipline after Thomas Bayes.  The original theorem proven by Bayes was popularized by Laplace in arguments about the problem of induction, and so became known as Laplace's Rule of Succession.',
  metaText: '',
  isTextLoaded: 'true',
  isSubscribedToDiscussion: 'false',
  isSubscribedToUser: 'false',
  isSubscribedAsMaintainer: 'false',
  discussionSubscriberCount: '1',
  maintainerCount: '1',
  userSubscriberCount: '0',
  lastVisit: '',
  hasDraft: 'false',
  votes: [],
  voteSummary: [
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0'
  ],
  muVoteSummary: '0',
  voteScaling: '0',
  currentUserVote: '-2',
  voteCount: '0',
  lockedVoteType: '',
  maxEditEver: '0',
  redLinkCount: '0',
  lockedBy: '',
  lockedUntil: '',
  nextPageId: '',
  prevPageId: '',
  usedAsMastery: 'true',
  proposalEditNum: '8',
  permissions: {
    edit: {
      has: 'false',
      reason: 'You don't have domain permission to edit this page'
    },
    proposeEdit: {
      has: 'true',
      reason: ''
    },
    delete: {
      has: 'false',
      reason: 'You don't have domain permission to delete this page'
    },
    comment: {
      has: 'false',
      reason: 'You can't comment in this domain because you are not a member'
    },
    proposeComment: {
      has: 'true',
      reason: ''
    }
  },
  summaries: {
    Summary: 'Suppose you roll an initial billiards ball on a billiards table, letting it bounce off the left and right sides until it comes to a halt.  You mark down where the billiard ball halted.  You then roll additional billiards, and [1ly observe] that M come to rest to the left of the original billiard, and N halt to the right of the original billiard.  If this is all someone knows, what probability should they assign that the next billiard comes to halt on the left, or the right?  Laplace's Rule of succession says that the [1rb odds] are (M + 1) : (N + 1) for left vs. right.  If we flip a coin with an unknown bias and observe 2 heads and 7 tails, our probability of getting heads next time is (2 + 1)/(2 + 7 + 2) = 3/11.  On the very first flip, it's 1 : 1 or 1/2.'
  },
  creatorIds: [
    'EliezerYudkowsky',
    'OwenCottonBarrat',
    'Jakubopuszaski'
  ],
  childIds: [],
  parentIds: [
    'inductive_prior'
  ],
  commentIds: [
    '46l',
    '9hx'
  ],
  questionIds: [],
  tagIds: [
    'c_class_meta_tag'
  ],
  relatedIds: [],
  markIds: [],
  explanations: [
    {
      id: '2254',
      parentId: 'laplace_rule_of_succession',
      childId: 'laplace_rule_of_succession',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-06-17 21:58:56',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    }
  ],
  learnMore: [],
  requirements: [
    {
      id: '2255',
      parentId: 'math3',
      childId: 'laplace_rule_of_succession',
      type: 'requirement',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-06-17 21:58:56',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    },
    {
      id: '5822',
      parentId: 'probability',
      childId: 'laplace_rule_of_succession',
      type: 'requirement',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-08-02 16:51:41',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    },
    {
      id: '5823',
      parentId: 'odds',
      childId: 'laplace_rule_of_succession',
      type: 'requirement',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-08-02 16:51:45',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    }
  ],
  subjects: [
    {
      id: '2253',
      parentId: 'inductive_prior',
      childId: 'laplace_rule_of_succession',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-06-17 21:58:56',
      level: '2',
      isStrong: 'false',
      everPublished: 'true'
    },
    {
      id: '2254',
      parentId: 'laplace_rule_of_succession',
      childId: 'laplace_rule_of_succession',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-06-17 21:58:56',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    }
  ],
  lenses: [],
  lensParentId: '',
  pathPages: [],
  learnMoreTaughtMap: {},
  learnMoreCoveredMap: {},
  learnMoreRequiredMap: {},
  editHistory: {},
  domainSubmissions: {},
  answers: [],
  answerCount: '0',
  commentCount: '0',
  newCommentCount: '0',
  linkedMarkCount: '0',
  changeLogs: [
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '22932',
      pageId: 'laplace_rule_of_succession',
      userId: 'Jakubopuszaski',
      edit: '8',
      type: 'newEditProposal',
      createdAt: '2017-12-08 21:04:52',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '3679',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '20341',
      pageId: 'laplace_rule_of_succession',
      userId: 'OwenCottonBarrat',
      edit: '7',
      type: 'newEdit',
      createdAt: '2016-10-31 12:29:12',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18272',
      pageId: 'laplace_rule_of_succession',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-08-03 20:41:19',
      auxPageId: 'c_class_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18085',
      pageId: 'laplace_rule_of_succession',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'deleteRequirement',
      createdAt: '2016-08-02 16:52:31',
      auxPageId: 'bayes_rule_functional',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18083',
      pageId: 'laplace_rule_of_succession',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-08-02 16:51:46',
      auxPageId: 'odds',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18082',
      pageId: 'laplace_rule_of_succession',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-08-02 16:51:41',
      auxPageId: 'probability',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7374',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '6',
      type: 'newEdit',
      createdAt: '2016-02-17 22:26:39',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7369',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '5',
      type: 'newEdit',
      createdAt: '2016-02-17 22:19:50',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7368',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newAlias',
      createdAt: '2016-02-17 22:19:49',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7362',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '4',
      type: 'newRequiredBy',
      createdAt: '2016-02-17 22:08:52',
      auxPageId: '1hh',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7361',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '4',
      type: 'newEdit',
      createdAt: '2016-02-17 22:06:16',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7360',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '3',
      type: 'newEdit',
      createdAt: '2016-02-17 22:06:00',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7359',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '2',
      type: 'newEdit',
      createdAt: '2016-02-17 22:00:18',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7358',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '1',
      type: 'newRequirement',
      createdAt: '2016-02-17 21:29:29',
      auxPageId: 'math3',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7356',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequirement',
      createdAt: '2016-02-17 21:29:25',
      auxPageId: 'math2',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7353',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '1',
      type: 'newTeacher',
      createdAt: '2016-02-17 21:28:57',
      auxPageId: 'laplace_rule_of_succession',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7354',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '1',
      type: 'newSubject',
      createdAt: '2016-02-17 21:28:57',
      auxPageId: 'laplace_rule_of_succession',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7352',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '1',
      type: 'newEdit',
      createdAt: '2016-02-17 21:28:43',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7351',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newSubject',
      createdAt: '2016-02-17 21:28:31',
      auxPageId: 'inductive_prior',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7349',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequirement',
      createdAt: '2016-02-17 21:28:26',
      auxPageId: 'inductive_prior',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7337',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-02-17 20:53:58',
      auxPageId: 'inductive_prior',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7335',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-02-17 20:53:26',
      auxPageId: 'math2',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7333',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-02-17 20:53:11',
      auxPageId: 'bayes_rule_functional',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7322',
      pageId: 'laplace_rule_of_succession',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newParent',
      createdAt: '2016-02-17 20:51:34',
      auxPageId: 'inductive_prior',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '3351',
      pageId: 'laplace_rule_of_succession',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newParent',
      createdAt: '2015-11-11 17:21:10',
      auxPageId: '116',
      oldSettingsValue: '',
      newSettingsValue: ''
    }
  ],
  feedSubmissions: [],
  searchStrings: {},
  hasChildren: 'false',
  hasParents: 'true',
  redAliases: {},
  improvementTagIds: [],
  nonMetaTagIds: [],
  todos: [],
  slowDownMap: 'null',
  speedUpMap: 'null',
  arcPageIds: 'null',
  contentRequests: {
    lessTechnical: {
      likeableId: '4072',
      likeableType: 'contentRequest',
      myLikeValue: '0',
      likeCount: '2',
      dislikeCount: '0',
      likeScore: '2',
      individualLikes: [],
      id: '195',
      pageId: 'laplace_rule_of_succession',
      requestType: 'lessTechnical',
      createdAt: '2017-09-21 22:32:59'
    },
    moreWords: {
      likeableId: '4158',
      likeableType: 'contentRequest',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '211',
      pageId: 'laplace_rule_of_succession',
      requestType: 'moreWords',
      createdAt: '2019-05-07 09:06:06'
    }
  }
}