Improve language tag

#1
by lbourdois - opened
Files changed (1) hide show
  1. README.md +47 -35
README.md CHANGED
@@ -1,36 +1,48 @@
1
- ---
2
- language:
3
- - en
4
- base_model:
5
- - Qwen/Qwen2.5-7B
6
- license: apache-2.0
7
- ---
8
-
9
- # ScholarCopilot-v1 Model
10
-
11
- ScholarCopilot-v1 is the foundation model of [Scholar Copilot](https://arxiv.org/abs/2504.00824). 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).
12
-
13
- 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.
14
-
15
- | [**🚀Project Page**](https://tiger-ai-lab.github.io/ScholarCopilot/) | [**📖Paper**](https://arxiv.org/abs/2504.00824) | [**🔗Github**](https://github.com/TIGER-AI-Lab/ScholarCopilot/) | [**🤗Data**](https://huggingface.co/datasets/TIGER-Lab/ScholarCopilot-Data-v1) | [**🤗Demo**](https://huggingface.co/spaces/TIGER-Lab/ScholarCopilot) |
16
-
17
-
18
- ## 🌟 Key Features
19
-
20
- - ** 📝 Next-3-Sentence Suggestions: Facilitates writing by predicting the next sentences with automatic retrieval and citation of relevant reference papers.
21
- - ** 📚 Citation Suggestions on Demand: Provides precise, contextually appropriate paper citations whenever needed.
22
- - ** ✨ Full Section Auto-Completion: Assists in brainstorming and drafting comprehensive paper content and structure.
23
-
24
- 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 releases.
25
-
26
- ## Citation
27
-
28
- Please cite our paper with
29
- ```
30
- @article{wang2024scholarcopilot,
31
- title={ScholarCopilot: Training Large Language Models for Academic Writing with Accurate Citations},
32
- author = {Wang, Yubo and Ma, Xueguang and Nie, Ping and Zeng, Huaye and Lyu, Zhiheng and Zhang, Yuxuan and Schneider, Benjamin and Lu, Yi and Yue, Xiang and Chen, Wenhu},
33
- journal={arXiv preprint arXiv:2504.00824},
34
- year={2025}
35
- }
 
 
 
 
 
 
 
 
 
 
 
 
36
  ```
 
1
+ ---
2
+ language:
3
+ - zho
4
+ - eng
5
+ - fra
6
+ - spa
7
+ - por
8
+ - deu
9
+ - ita
10
+ - rus
11
+ - jpn
12
+ - kor
13
+ - vie
14
+ - tha
15
+ - ara
16
+ base_model:
17
+ - Qwen/Qwen2.5-7B
18
+ license: apache-2.0
19
+ ---
20
+
21
+ # ScholarCopilot-v1 Model
22
+
23
+ ScholarCopilot-v1 is the foundation model of [Scholar Copilot](https://arxiv.org/abs/2504.00824). 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).
24
+
25
+ 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.
26
+
27
+ | [**🚀Project Page**](https://tiger-ai-lab.github.io/ScholarCopilot/) | [**📖Paper**](https://arxiv.org/abs/2504.00824) | [**🔗Github**](https://github.com/TIGER-AI-Lab/ScholarCopilot/) | [**🤗Data**](https://huggingface.co/datasets/TIGER-Lab/ScholarCopilot-Data-v1) | [**🤗Demo**](https://huggingface.co/spaces/TIGER-Lab/ScholarCopilot) |
28
+
29
+
30
+ ## 🌟 Key Features
31
+
32
+ - ** 📝 Next-3-Sentence Suggestions: Facilitates writing by predicting the next sentences with automatic retrieval and citation of relevant reference papers.
33
+ - ** 📚 Citation Suggestions on Demand: Provides precise, contextually appropriate paper citations whenever needed.
34
+ - ** ✨ Full Section Auto-Completion: Assists in brainstorming and drafting comprehensive paper content and structure.
35
+
36
+ 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 releases.
37
+
38
+ ## Citation
39
+
40
+ Please cite our paper with
41
+ ```
42
+ @article{wang2024scholarcopilot,
43
+ title={ScholarCopilot: Training Large Language Models for Academic Writing with Accurate Citations},
44
+ author = {Wang, Yubo and Ma, Xueguang and Nie, Ping and Zeng, Huaye and Lyu, Zhiheng and Zhang, Yuxuan and Schneider, Benjamin and Lu, Yi and Yue, Xiang and Chen, Wenhu},
45
+ journal={arXiv preprint arXiv:2504.00824},
46
+ year={2025}
47
+ }
48
  ```