| ---
|
| license: apache-2.0
|
| ---
|
|
|
| # SEER: Facilitating Structured Reasoning and Explanation via Reinforcement Learning (ACL 2024)
|
|
|
| <div>
|
| <a href='https://github.com/Chen-GX/SEER'><img src='https://badgen.net/badge/icon/github?icon=github&label'></a>
|
| <a href='https://aclanthology.org/2024.acl-long.321'><img src='https://img.shields.io/badge/Paper-ACL_2024-red'></a>
|
| </div>
|
|
|
| This repository contains the ckpt for Task 1 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",
|
| }
|
|
|
| ``` |