Datasets:

ArXiv:
Tags:
avsolatorio commited on
Commit
d0cb4d0
1 Parent(s): ffc8d30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -37,6 +37,8 @@ The code for processing and publishing the raw data to HuggingFace Hub is availa
37
 
38
 
39
  ## Citation
 
 
40
  ```
41
  @article{solatorio2024gistembed,
42
  title={GISTEmbed: Guided In-sample Selection of Training Negatives for Text Embedding Fine-tuning},
@@ -48,4 +50,14 @@ The code for processing and publishing the raw data to HuggingFace Hub is availa
48
  archivePrefix={arXiv},
49
  primaryClass={cs.LG}
50
  }
 
 
 
 
 
 
 
 
 
 
51
  ```
 
37
 
38
 
39
  ## Citation
40
+
41
+ **GISTEmbed**
42
  ```
43
  @article{solatorio2024gistembed,
44
  title={GISTEmbed: Guided In-sample Selection of Training Negatives for Text Embedding Fine-tuning},
 
50
  archivePrefix={arXiv},
51
  primaryClass={cs.LG}
52
  }
53
+ ```
54
+
55
+ **INSTRUCTOR**
56
+ ```
57
+ @inproceedings{INSTRUCTOR,
58
+ title={One Embedder, Any Task: Instruction-Finetuned Text Embeddings},
59
+ author={Su, Hongjin and Shi, Weijia and Kasai, Jungo and Wang, Yizhong and Hu, Yushi and Ostendorf, Mari and Yih, Wen-tau and Smith, Noah A. and Zettlemoyer, Luke and Yu, Tao},
60
+ url={https://arxiv.org/abs/2212.09741},
61
+ year={2022},
62
+ }
63
  ```