ubowang commited on
Commit
c03e69a
·
verified ·
1 Parent(s): 10f7b97

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ScholarCopilot-v1 Model
2
+
3
+ [GitHub](https://github.com/TIGER-AI-Lab/ScholarCopilot) | [Demo Playground](https://fc08561cb587866f9a.gradio.live/)
4
+
5
+ ScholarCopilot-v1 is the foundation model of ScholarCopilot. Scholar Copilot improves the academic writing process by seamlessly integrating automatic text completion and intelligent citation suggestions into a cohesive, human-in-the-loop AI-driven pipeline. Designed to enhance productivity and creativity, it provides researchers with high-quality text generation and precise citation recommendations powered by iterative and context-aware Retrieval-Augmented Generation (RAG).
6
+
7
+ The current version of Scholar Copilot leverages a state-of-the-art 7-billion-parameter language model (LLM) trained on the complete Arxiv full paper corpus. This unified model for retrieval and generation is adept at making context-sensitive decisions about when to cite, what to cite, and how to generate coherent content based on reference papers.
8
+
9
+ ## 🌟 Key Features
10
+
11
+ - ** 📝 Next-3-Sentence Suggestions: Facilitates writing by predicting the next sentences with automatic retrieval and citation of relevant reference papers.
12
+ - ** 📚 Citation Suggestions on Demand: Provides precise, contextually appropriate paper citations whenever needed.
13
+ - ** ✨ Full Section Auto-Completion: Assists in brainstorming and drafting comprehensive paper content and structure.
14
+
15
+ The current version of ScholarCopilot primarily focuses on the introduction and related work sections of academic papers. We will support full paper writing in future release.
16
+