simcse-large-gsm8k / README.md
xmu-nlp's picture
Update README.md
d7440a1 verified
metadata
license: mit
library_name: transformers
pipeline_tag: feature-extraction

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. These embeddings are used to merge semantically similar states, improving the efficiency of tree search algorithms for LLM reasoning.

Code: https://github.com/Soistesimmer/Fetch