symbolic-logic
There are 13 repositories under symbolic-logic topic.
xf-zhao/LoT
Official implementation of LoT paper: "Enhancing Zero-Shot Chain-of-Thought Reasoning in Large Language Models through Logic"
Merlin04/truthtabl.es
Truth table generator, (basic) proof builder, and more, built with Next.js and Ohm
chanind/tensor-theorem-prover
First-order logic theorem prover supporting unification with approximate vector similarity
Rajil1213/cs50AI
Contains my solution to selected projects in CS50AI
fuzzy-reasoner/fuzzy-reasoner
Simple symbolic reasoner which supports fuzzy unification in Python
Strong-AI-Lab/PARARULE-Plus
PARARULE Plus: A Larger Deep Multi-Step Reasoning Dataset over Natural Language
pansophos/LOGOS
“We should let ourselves be guided by what is common to all… Yet, although the Lógos is common to all, most people live as if each of them had their own private understanding.” - Ἡράκλειτος ὁ Ἐφέσιος
CallumBeaney/Symbolic-Notation-Converter
A webapp that converts English coded input to mathematical notation. e.g. [all var in dd goe pi] → [∀𝑥 ∈ 𝔻 ≥ π ]
HussainAther/computerscience
puzzles, problems, search, sort, graph, constraint, theory, symbolic
anthonyescobar/language-logic-exploration
To make logic solution or statement verification more consistent and efficient than human processing.
tlan95/Udacity-AI-nanodegree-project2-Build-a-Forward-Planning-Agent
My code and report of Udacity AI nanodegree project2 Build a Forward-Planning Agent
SageBinder/TruthTableGenerator
Takes a logical expression (for example, "(A & B) | ~C") and produces a truth table.