mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2025-10-09 13:40:09 +03:00
docs: Add ACRE dataset attribution to NOTICE.txt and source file
This commit is contained in:
14
NOTICE.txt
14
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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user