Add pipeline_tag and library_name metadata (#1)
Browse files- Add pipeline_tag and library_name metadata (ff5e11440f79e5225f83a0f0fe36422db0808cba)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- rebalance
|
| 5 |
- steering-vector
|
| 6 |
- reasoning
|
| 7 |
- llm
|
| 8 |
- iclr-2026
|
| 9 |
-
language:
|
| 10 |
-
- en
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
| 15 |
<h1 align="center">ReBalance Steering Vectors</h1>
|
| 16 |
|
| 17 |
<p align="center">
|
|
@@ -26,6 +26,13 @@ language:
|
|
| 26 |
<a href="https://github.com/yu-lin-li/ReBalance/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
|
| 27 |
</p>
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
## Overview
|
| 30 |
This repository provides **steering vectors only** for ReBalance.
|
| 31 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: mit
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
library_name: transformers
|
| 7 |
tags:
|
| 8 |
- rebalance
|
| 9 |
- steering-vector
|
| 10 |
- reasoning
|
| 11 |
- llm
|
| 12 |
- iclr-2026
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
|
|
|
|
|
|
| 15 |
<h1 align="center">ReBalance Steering Vectors</h1>
|
| 16 |
|
| 17 |
<p align="center">
|
|
|
|
| 26 |
<a href="https://github.com/yu-lin-li/ReBalance/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
|
| 27 |
</p>
|
| 28 |
|
| 29 |
+
## Description
|
| 30 |
+
This repository contains the steering vectors presented in the paper **"Efficient Reasoning with Balanced Thinking"** (ICLR 2026).
|
| 31 |
+
|
| 32 |
+
**Authors**: Yulin Li, Tengyao Tu, Li Ding, Junjie Wang, Huiling Zhen, Yixin Chen, Yong Li, Zhuotao Tian.
|
| 33 |
+
|
| 34 |
+
ReBalance is a training-free framework that achieves efficient reasoning by identifying and mitigating "overthinking" (redundant computational steps) and "underthinking" (insufficient exploration) in Large Reasoning Models (LRMs). It leverages confidence as a dynamic indicator to modulate reasoning trajectories using the steering vectors provided here.
|
| 35 |
+
|
| 36 |
## Overview
|
| 37 |
This repository provides **steering vectors only** for ReBalance.
|
| 38 |
|