| ---
|
| license: apache-2.0
|
| ---
|
|
|
| # SEER: Facilitating Structured Reasoning and Explanation via Reinforcement Learning (ACL 2024)
|
|
|
| [](https://github.com/Chen-GX/SEER)
|
| [](https://aclanthology.org/2024.acl-long.321/)
|
|
|
| This repository contains the ckpt for Task 3 in the EntailmentBank benchmark.
|
|
|
| ## Citation
|
| ```bash
|
| @inproceedings{chen-etal-2024-seer,
|
| title = "{SEER}: Facilitating Structured Reasoning and Explanation via Reinforcement Learning",
|
| author = "Chen, Guoxin and
|
| Tang, Kexin and
|
| Yang, Chao and
|
| Ye, Fuying and
|
| Qiao, Yu and
|
| Qian, Yiming",
|
| booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
|
| month = aug,
|
| year = "2024",
|
| address = "Bangkok, Thailand",
|
| publisher = "Association for Computational Linguistics",
|
| url = "https://aclanthology.org/2024.acl-long.321",
|
| doi = "10.18653/v1/2024.acl-long.321",
|
| pages = "5901--5921",
|
| }
|
|
|
| ``` |