Add ACRE(Abstract Causal REasoning Beyond Covariation) python generators (#199)

* Add acre python generators
* acre: improved prompt & formatting of examples, support arbitrary sizes

---------

Co-authored-by: Andreas Koepf <andreas.koepf@provisio.com>
This commit is contained in:
Adefioye 2025-03-09 18:09:54 -05:00 committed by GitHub
parent 46013e4640
commit e2f096f113
6 changed files with 1152 additions and 4 deletions

View file

@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
ONOFFOFF_MIN_POTENTIAL = 2
ONOFFOFF_MAX_POTENTIAL = 3
ONOFFOFF_MIN_NON = 3
ONOFFOFF_MAX_NON = 5
ONONOFF_MIN_POTENTIAL = 2
ONONOFF_MAX_POTENTIAL = 4
ONONOFF_MIN_NON = 3
ONONOFF_MAX_NON = 4
ATTR_CONFIG_SIZE = 24
ALL_CONFIG_SIZE = 48