An open API service indexing awesome lists of open source software.

https://github.com/structural-explainability/paper-100-neutral-substrate

Paper establishing that for an ontological substrate to remain neutral and stable under allowable frameworks that include persistent disagreement, causal or normative commitments cannot be part of the substrate itself.
https://github.com/structural-explainability/paper-100-neutral-substrate

academic-paper accountability causal deontic explainability formal-ontology foundations latex neutrality-constraints neutrality-theorem ontological-neutrality structural-explainability substrate-stability

Last synced: about 2 months ago
JSON representation

Paper establishing that for an ontological substrate to remain neutral and stable under allowable frameworks that include persistent disagreement, causal or normative commitments cannot be part of the substrate itself.

Awesome Lists containing this project

README

          

# The Ontological Neutrality Theorem

[![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-blue.svg)](https://creativecommons.org/licenses/by/4.0/)
[![arXiv](https://img.shields.io/badge/arXiv-2601.16152-b31b1b.svg)](https://arxiv.org/abs/2601.16152)
[![Build PDF](https://github.com/structural-explainability/paper-100-neutral-substrate/actions/workflows/build-latex.yml/badge.svg?branch=main)](https://github.com/structural-explainability/paper-100-neutral-substrate/actions/workflows/build-latex.yml)
[![Check Links](https://github.com/structural-explainability/paper-100-neutral-substrate/actions/workflows/links.yml/badge.svg?branch=main)](https://github.com/structural-explainability/paper-100-neutral-substrate/actions/workflows/links.yml)
[![ArXiv Prep](https://github.com/structural-explainability/paper-100-neutral-substrate/actions/workflows/arxiv-prep.yml/badge.svg?branch=main)](https://github.com/structural-explainability/paper-100-neutral-substrate/actions/workflows/arxiv-prep.yml)
[![DOI](https://img.shields.io/badge/DOI-10.48550/arXiv.2601.14271-blue)](https://doi.org/10.48550/arXiv.2601.14271)

> This paper derives necessary structural constraints for ontological substrates
> intended to support stable reference under persistent disagreement.

## Paper

- [PDF](./se100_the_ontological_neutrality_theorem.pdf)
- Status: Submitted to journal; under review.

## Repository Structure

```
.github/ # CI workflows
.vscode/ # Editor settings
bibliography/ # BibTeX references
glossary/ # Term definitions
tools/ # Scripts
```

## Building Locally

Requires a LaTeX distribution with `latexmk` (MiKTeX, TeX Live, or MacTeX):

```bash
latexmk -pdf se100_the_ontological_neutrality_theorem.tex

texcount -inc -sum -total se100_the_ontological_neutrality_theorem.tex
```

Windows:

```pwsh
.\tools\build\build.ps1
```

## Stats

```text
Sum count: 10939
Words in text: 10624
Words in headers: 170
Words outside text (captions, etc.): 9
Number of headers: 46
Number of floats/tables/figures: 1
Number of math inlines: 136
Number of math displayed: 0
Files: 11
```

## Annotations

[ANNOTATIONS.md](./ANNOTATIONS.md)

## Citation

See [CITATION.cff](./CITATION.cff).

## License

[CC BY 4.0](./LICENSE)

## SE Manifest

[SE_MANIFEST](./SE_MANIFEST.toml)