Add model card
Browse filesThis PR adds a model card for the paper [REFACT: Adaptive Fact Restatement for Compact and Faithful Chain-of-Thought Reasoning](https://huggingface.co/papers/2607.20833).
It adds a link to the paper page, the license, library name, pipeline tag, and code repository.
Please review and merge this PR if everything looks good.
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
This repository contains the model of the paper [REFACT: Adaptive Fact Restatement for Compact and Faithful Chain-of-Thought Reasoning](https://huggingface.co/papers/2607.20833).
|
| 8 |
+
|
| 9 |
+
Code: https://github.com/NEUIR/REFACT.
|