First reasoning-enhanced ColBERT for code search
Browse files
README.md
CHANGED
|
@@ -25,9 +25,9 @@ pipeline_tag: sentence-similarity
|
|
| 25 |
|
| 26 |
# Reason-Code-ModernColBERT
|
| 27 |
|
| 28 |
-
|
| 29 |
|
| 30 |
-
Extends the [ReasonIR methodology](https://arxiv.org/abs/2504.20595) to the code domain — generating reasoning-intensive queries that require understanding algorithms, edge cases, and design patterns, not just keyword matching.
|
| 31 |
|
| 32 |
## Why Reasoning-Enhanced Training for Code?
|
| 33 |
|
|
|
|
| 25 |
|
| 26 |
# Reason-Code-ModernColBERT
|
| 27 |
|
| 28 |
+
The **first reasoning-enhanced ColBERT model for code search and retrieval**.
|
| 29 |
|
| 30 |
+
Extends the [ReasonIR methodology](https://arxiv.org/abs/2504.20595) to the code domain — generating reasoning-intensive queries that require understanding algorithms, edge cases, and design patterns, not just keyword matching. Built on research from [LightOn AI](https://huggingface.co/lightonai) (ColBERT for code) and [Facebook Research](https://github.com/facebookresearch/ReasonIR) (reasoning-enhanced retrieval).
|
| 31 |
|
| 32 |
## Why Reasoning-Enhanced Training for Code?
|
| 33 |
|