The .bibu
file format and latex plugin, for uncertain bibliographies
#994
quinn-dougherty
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Estimational programming in metascience
In the status quo, authors register their beliefs about the literature with something called citations, which in latex markup looks like this:
The input to the
\cite
operator queries an associatedbiblio.bib
file in the source directory..bib
entries look like the following.If citation
A
makes multiple claims, then authors will\cite{@A}
for each claim they're interested in.The citation mechanism is not where the user qualifies their belief in the claim supported by the resource. Instead, the user relies on natural language to imply qualifications. Additionally, beliefs about the probability of a replication succeeding or a confidence interval around any point estimates in the resource are strictly not supported, awkwardly non-intuitive to force into the paper.
Entries in a
.bibu
fileThe uncertain bibliography file format is a minor adjustment to the traditional
.bib
file format. An entry in a.bibu
file would look like the followingIn other words, for every claim that a user is drawing from a paper, they write a credence that they have in the claim, a replication probability which is their subjective forecast of if it got replicated how it would go, and for quantitative claims a squiggle expression.
Then, the latex compiler/renderer could provide inline sparkline distributions after the citation, and online resources could use the information in a ton of different ways.
Beta Was this translation helpful? Give feedback.
All reactions