diff --git a/NOTICE.txt b/NOTICE.txt index ee533699..7979a3f7 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -85,5 +85,19 @@ or served as inspiration for parts of our codebase: } ``` +### ACRE Dataset +- Source: https://github.com/WellyZhang/ACRE +- License: GPL-3.0 +- Website: wellyzhang.github.io/project/acre.html +- Citation: +``` +@inproceedings{zhang2021acre, + title={ACRE: Abstract Causal REasoning Beyond Covariation}, + author={Zhang, Chi and Jia, Baoxiong and Edmonds, Mark and Zhu, Song-Chun and Zhu, Yixin}, + booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, + year={2021} +} +``` + We are deeply grateful to all authors of these projects for making their work available under open source licenses, enabling us to build upon their contributions. diff --git a/reasoning_gym/induction/acre/acre.py b/reasoning_gym/induction/acre/acre.py index 344c9dc8..b6ef86a3 100644 --- a/reasoning_gym/induction/acre/acre.py +++ b/reasoning_gym/induction/acre/acre.py @@ -1,6 +1,7 @@ """ACRE(Abstract Causal REasoning Beyond Covariation) dataset""" # Culled and Adapted from https://github.com/WellyZhang/ACRE +# Licensed under GPL-3.0 from dataclasses import dataclass from random import Random