paper-with-me

Papers

AcademicGPT: Empowering Academic Research

2023-11-21 · Shufa Wei, Xiaolong Xu, Xianbiao Qi, Xi Yin, Jun Xia, Jingyi Ren, Peijun Tang, Yuxiang Zhong, Yihao Chen, Xiaoqin Ren, Yuxin Liang, Liankai Huang, Kai Xie, Weikang Gui, Wei Tan, Shuanglong Sun, Yongquan Hu, Qinxian Liu, Nanjin Li, Chihao Dai, Lihua Wang, Xiaohui Liu, Lei Zhang, Yutao Xie

Large Language Models (LLMs) have demonstrated exceptional capabilities across various natural language processing tasks. Yet, many of these advanced LLMs are tailored for broad, general-purpose applications. In this technical report, we introduce AcademicGPT, designed specifically to empower academic research. AcademicGPT is a continual training model derived from LLaMA2-70B. Our training corpus mainly consists of academic papers, thesis, content from some academic domain, high-quality Chinese data and others. While it may not be extensive in data scale, AcademicGPT marks our initial venture into a domain-specific GPT tailored for research area. We evaluate AcademicGPT on several established public benchmarks such as MMLU and CEval, as well as on some specialized academic benchmarks like PubMedQA, SCIEval, and our newly-created ComputerScienceQA, to demonstrate its ability from general knowledge ability, to Chinese ability, and to academic ability. Building upon AcademicGPT's foundation model, we also developed several applications catered to the academic area, including General Academic Question Answering, AI-assisted Paper Reading, Paper Review, and AI-assisted Title and Abstract Generation.

📄 PDF Abstract BibTeX arXiv:2311.12315

Code (0)

등록된 구현이 없습니다.

Tasks

Abstract generationGeneral KnowledgeMMLUQuestion Answering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Multi-Head Attention 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

OverleafCopilot: Empowering Academic Writing in Overleaf with Large Language Models

2024-03-13 · Haomin Wen, Zhenjie Wei, Yan Lin, Jiyuan Wang 외

The rapid development of Large Language Models (LLMs) has facilitated a variety of applications from different domains. In this technical report, we explore the integration of LLMs and the popular academic writing tool, …

A Survey on Knowledge Organization Systems of Research Fields: Resources and Challenges

2024-09-06 · Angelo Salatino, Tanay Aggarwal, Andrea Mannocci, Francesco Osborne 외

Knowledge Organization Systems (KOSs), such as term lists, thesauri, taxonomies, and ontologies, play a fundamental role in categorising, managing, and retrieving information. In the academic domain, KOSs are often adopt…

Articles

Empowering Interdisciplinary Research with BERT-Based Models: An Approach Through SciBERT-CNN with Topic Modeling

2024-04-16 · Darya Likhareva, Hamsini Sankaran, Sivakumar Thiyagarajan

Researchers must stay current in their fields by regularly reviewing academic literature, a task complicated by the daily publication of thousands of papers. Traditional multi-label text classification methods often igno…

ClassificationMulti Label Text ClassificationMulti-Label Text Classificationtext-classification+1

Leveraging Large Language Models to Democratize Access to Costly Datasets for Academic Research

2024-12-03 · Julian Junyan Wang, Victor Xiaoqi Wang

Unequal access to costly datasets essential for empirical research has long hindered researchers from disadvantaged institutions, limiting their ability to contribute to their fields and advance their careers. Recent bre…

RAGRetrieval-augmented Generation

AutoSurvey2: Empowering Researchers with Next Level Automated Literature Surveys

2025-10-29 · Siyi Wu, Chiaxin Liang, Ziqian Bi, Leyi Zhao 외 arxiv

The rapid growth of research literature, particularly in large language models (LLMs), has made producing comprehensive and current survey papers increasingly difficult. This paper introduces autosurvey2, a multi-stage p…