Byunghwee commited on
Commit
573aecd
·
verified ·
1 Parent(s): 0e5c475

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -11,7 +11,12 @@ tags:
11
 
12
  # {MODEL_NAME}
13
 
14
- This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
 
 
 
 
 
15
 
16
  <!--- Describe your model here -->
17
 
 
11
 
12
  # {MODEL_NAME}
13
 
14
+ This is a [sentence-transformers](https://www.SBERT.net) model fine-tuned on the Belief Triplet Dataset. It maps sentences and paragraphs into a 768-dimensional dense vector space, making it suitable for tasks such as clustering and semantic search.
15
+
16
+ The base model, [roberta-base-nli-stsb-mean-tokens](sentence-transformers/roberta-base-nli-stsb-mean-tokens) , was fine-tuned using belief triplets extracted from the Debate.org dataset. This fine-tuning enhances the model’s ability to capture contextual relationships between various beliefs.
17
+
18
+ For more details, refer to our paper:
19
+ "Neural Embedding of Beliefs Reveals the Role of Relative Dissonance in Human Decision-Making" (arXiv:2408.07237).
20
 
21
  <!--- Describe your model here -->
22