--- license: cc-by-nc-4.0 pretty_name: PaperGuard task_categories: - image-text-to-text - text-generation language: - en size_categories: - 1K-1.png`), or null | | `result_figure` | image | the result figure (`-2.png`), or null | ## Usage ```python from datasets import load_dataset ds = load_dataset("rellabear/PaperGuard", split="test") row = ds[0] fig = row["method_figure"] # PIL.Image or None ``` ## License & Attribution Released for **non-commercial research** under **CC-BY-NC-4.0**. Please cite the original sources: - **F1000** — via [NLPeer](https://github.com/UKPLab/nlpeer) (Dycke et al., ACL 2023); F1000Research content is CC-BY. - **iclr_2017** — via [PeerRead](https://github.com/allenai/PeerRead) (Kang et al., NAACL 2018). - **AgentReview** — via [AgentReview](https://github.com/Ahren09/AgentReview) (Jin et al., EMNLP 2024). ICLR/OpenReview-derived content remains subject to [OpenReview's terms](https://openreview.net/legal/terms).