akariasai commited on
Commit
f371d9d
1 Parent(s): 4b17696

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - BAAI/bge-reranker-large
7
+ ---
8
+
9
+ OpenScholar_Reranker is a fine-tuned version of [bge-reranker-large](https://huggingface.co/BAAI/bge-reranker-large) for scientific literature synthesis.
10
+
11
+ ### Model Description
12
+
13
+ <!-- Provide a longer summary of what this model is. -->
14
+
15
+ - **Developed by:** University of Washigton, Allen Institute for AI (AI2)
16
+ - **Model type:** a masked language model.
17
+ - **Language(s) (NLP):** English
18
+ - **License:** The code and model are released under apache-2.0.
19
+ - **Date cutoff:** The fine-tuning data is generated by Llama 3 70B for synthetically generated queries.
20
+
21
+ ### Model Sources
22
+
23
+ <!-- Provide the basic links for the model. -->
24
+
25
+ - **Project Page:** https://open-scholar.allen.ai/
26
+ - **Repositories:**
27
+ - Core repo (training, inference, fine-tuning etc.): https://github.com/AkariAsai/OpenScholar
28
+ - Evaluation code: https://github.com/AkariAsai/ScholarQABench
29
+ - **Paper:** [Link](https://openscholar.allen.ai/paper)
30
+ - **Technical blog post:** https://allenai.org/blog/openscholar
31
+ <!-- - **Press release:** TODO -->
32
+
33
+ ### Citation
34
+ If you find it useful in this work, cite our paper.
35
+
36
+ ```
37
+ @article{openscholar,
38
+ title={{OpenScholar}: Synthesizing Scientific Literature with Retrieval-Augmented Language Models},
39
+ author={ Asai, Akari and He*, Jacqueline and Shao*, Rulin and Shi, Weijia and Singh, Amanpreet and Chang, Joseph Chee and Lo, Kyle and Soldaini, Luca and Feldman, Tian, Sergey and Mike, D’arcy and Wadden, David and Latzke, Matt and Minyang and Ji, Pan and Liu, Shengyan and Tong, Hao and Wu, Bohao and Xiong, Yanyu and Zettlemoyer, Luke and Weld, Dan and Neubig, Graham and Downey, Doug and Yih, Wen-tau and Koh, Pang Wei and Hajishirzi, Hannaneh},
40
+ journal={Arxiv},
41
+ year={2024},
42
+ }
43
+ ```
44
+
45
+