akariasai commited on
Commit
76d9d4c
1 Parent(s): 3346aef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - facebook/contriever
7
+ ---
8
+
9
+ OpenScholar_Retriever is a continued pre-trained version of [facebook/contriever](https://huggingface.co/facebook/contriever) for scientific literature synthesis.
10
+
11
+
12
+
13
+ ### Model Description
14
+
15
+ <!-- Provide a longer summary of what this model is. -->
16
+
17
+ - **Developed by:** University of Washigton, Allen Institute for AI (AI2)
18
+ - **Model type:** a masked language model.
19
+ - **Language(s) (NLP):** English
20
+ - **License:** The code and model are released under Apache 2.0.
21
+ - **Date cutoff:** The pre-training data is mixture of [peS2o](https://huggingface.co/datasets/allenai/peS2o), [CCNews](https://huggingface.co/datasets/vblagoje/cc_news) and [Proofpile2](https://huggingface.co/datasets/EleutherAI/proof-pile-2).
22
+
23
+ ### Model Sources
24
+
25
+ <!-- Provide the basic links for the model. -->
26
+
27
+ - **Project Page:** https://open-scholar.allen.ai/
28
+ - **Repositories:**
29
+ - Core repo (training, inference, fine-tuning etc.): https://github.com/AkariAsai/OpenScholar
30
+ - Evaluation code: https://github.com/AkariAsai/ScholarQABench
31
+ - **Paper:** [Link](https://openscholar.allen.ai/paper)
32
+ - **Technical blog post:** https://allenai.org/blog/openscholar
33
+ <!-- - **Press release:** TODO -->
34
+
35
+ ### Citation
36
+ If you find it useful in this work, cite our paper.
37
+
38
+ ```
39
+ @article{openscholar,
40
+ title={{OpenScholar}: Synthesizing Scientific Literature with Retrieval-Augmented Language Models},
41
+ 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},
42
+ journal={Arxiv},
43
+ year={2024},
44
+ }
45
+ ```