超详细|ChatGPT论文润色教程

本文讲述使用中科大开源ChatGPT论文辅助工具,对论文进行润色
祝看到本教程的小伙伴们都完成论文,顺利毕业。 可以加QQ群交流,一群: 123589938

第一章 介绍

今天给大家分享一款非常不错的ChatGPT论文辅助工具,使用了专业的prompt提示,对论文进行一键优化。功能包括 中英互译、语法错误查找自动纠正、还可以自动将ChatGPT输出的LaTex格式的公式进行转换。为了验证该工具,我将八篇本科论文进行润色,进行对比,效果挺不错的。所以推荐给大家。该工具内部搭建简单,3分钟即可。
该工具GitHub开源,作者是binary-husky/chatgpt_academic。Star6.8K。感谢作者及其他贡献人员。

第二章 搭建教程

2.1 前提

需要一台电脑
需要一个ChatGPT账号

2.2 步骤

git clone https://github.com/binary-husky/chatgpt_academic.git
cd chatgpt_academic
配置 OpenAI API KEY
# 安装依赖
python -m pip install -r requirements.txt
# 运行
python main.py
出现如下图所示信息即可。内部进行访问

第三章 使用教程

3.1 中文输入论文题目

3.2 学术中译英

3.3 LaTex格式自动转换

使用chatgpt进行输出的公式,一般都是latex格式的公式,可以一键进行转换。

3.4 语法纠错

将语法纠错后,重新编写

3.5 英文润色

Below is a paragraph from an academic paper. Polish the writing to meet the academic style, improve the spelling, grammar, clarity, concision and overall readability. When neccessary, rewrite the whole sentence. Furthermore, list all modification and explain the reasons to do so in markdown table.
将上面的话作为promt输入,进行学术论文的润色工作。

3.5 中文润色

作为一名中文学术论文写作改进助理,你的任务是改进所提供文本的拼写、语法、清晰、简洁和整体可读性,同时 分解长句,减少重复,并提供改进建议。请只提供文本的更正版本,避免包括解释。请编辑以下文本:
将上面这段话作为promt作为输入。但是中文做promt一般效果不佳,最好使用英文。
As a Chinese academic essay writing improvement assistant, your task is to improve the spelling, grammar, clarity, conciseness, and overall readability of the text provided, while breaking down long sentences, reducing repetition, and providing suggestions for improvement. Please only provide a corrected version of the text and avoid including explanations. Please edit the text below. Reply in Chinese
相关推荐
FreeBuf_2 天前
新型Agent感知伪装技术利用OpenAI ChatGPT Atlas浏览器传播虚假内容
人工智能·chatgpt
GPT-Mirrors3 天前
通知:大可Ai镜像版更名为 GPT-Mirrors
人工智能·ai·chatgpt
AI大模型学徒3 天前
Chatbox 安装 for Windows
windows·语言模型·chatgpt
AmazingKO3 天前
推送报错403怎么办?vscode推送项目到github
chatgpt·github·visual studio code·竹相左边
丁学文武3 天前
如何把ChatGPT嵌入到自己的应用中?
人工智能·chatgpt·编码·大模型应用·ai替代
没有梦想的咸鱼185-1037-16634 天前
AI大模型支持下的:ArcGIS数据处理、空间分析、可视化及多案例综合应用
人工智能·arcgis·chatgpt·数据分析
梦想的初衷~4 天前
AI赋能科研创新:ChatGPT-4o与DeepSeek-R1在学术研究中的深度应用指南
机器学习·语言模型·chatgpt
何玺4 天前
豆包、元宝、Kimi等AI对话大模型会成为“带货”主流吗?
人工智能·chatgpt
SiYuanFeng4 天前
chatgpt5胡乱回答?乱回复?如何取消chatgpt 的记忆功能优化?
chatgpt
算法打盹中5 天前
深入解析 Transformer 模型:以 ChatGPT 为例从词嵌入到输出预测的大语言模型核心工作机制
人工智能·深度学习·语言模型·chatgpt·transformer·1024程序员节