docs: Add ACRE dataset attribution to NOTICE.txt and source file

This commit is contained in:
Andreas Koepf (aider)
2025-03-10 00:21:57 +01:00
parent c8c3930797
commit ec47c527a3
2 changed files with 15 additions and 0 deletions

View File

@@ -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.

View File

@@ -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