Add model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: transformers
4
+ pipeline_tag: feature-extraction
5
+ ---
6
+
7
+ This repository contains the SimCSE model used for generating text embeddings in the paper [Don't Get Lost in the Trees: Streamlining LLM Reasoning by Overcoming Tree Search Exploration Pitfalls](https://arxiv.org/abs/2502.11183). These embeddings are used to merge semantically similar states, improving the efficiency of tree search algorithms for LLM reasoning.
8
+
9
+ Code: https://github.com/LTH14/mar