Skip to content

Commit

Permalink
Fixed the hyperlink to provenance semiring paper in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Liby99 authored Feb 14, 2024
1 parent 79cece1 commit 9688863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Scallop is a language based on DataLog that supports differentiable logical and relational reasoning.
Scallop program can be easily integrated in Python and even with a PyTorch learning module. You can also use it as another DataLog solver.
Internally, Scallop is built on a generalized [Provenance Semiring](https://repository.upenn.edu/cgi/viewcontent.cgi?article=1022&context=db_research) framework.
Internally, Scallop is built on a generalized [Provenance Semiring](https://dl.acm.org/doi/10.1145/1265530.1265535) framework.
It allows arbitrary semirings to be configured, supporting Scallop to perform discrete logical reasoning, probabilistic reasoning, and differentiable reasoning.

## Example
Expand Down

0 comments on commit 9688863

Please sign in to comment.