Improve model card, add pipeline tag
Browse filesThis PR improves the model card by adding the `pipeline_tag: question-answering` to better categorize the model and linking the Github repository.
README.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
---
|
4 |
-
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: question-answering
|
4 |
---
|
5 |
+
|
6 |
+
The repository for the paper "LADDER: Self-Improving LLMs Through Recursive Problem Decomposition". The paper can be found [here](https://arxiv.org/abs/2503.00735).
|
7 |
+
|
8 |
+
Code: https://github.com/jzhang-research/ladder
|