april-tools / cirkit

a python framework to build, learn and reason about probabilistic circuits and tensor networks
https://cirkit-docs.readthedocs.io/en/latest/
GNU General Public License v3.0
71 stars 1 forks source link

An overview of inference queries #294

Open mlnpapez opened 3 days ago

mlnpapez commented 3 days ago

Hi,

cirkit contains components that allow the construction of many probabilistic circuits. However, some of these circuits are specific in certain inference queries, e.g., NPC2s sample in an autoregressive way (https://arxiv.org/pdf/2310.00724). Would it be possible to add an overview table summarizing different architectures and what queries are or are not currently implemented?

Best regards, Milan