【阅读笔记】Three ways ChatGPT helps me in my academic writing

Three ways ChatGPT helps me in my academic writing

论文地址
关于GPT进行润色的文章,摘取了里面的提示词做个记录。

1. Polishing academic writing(学术润色)

模板:I’m writing a paper on [topic] for a leading [discipline] academic journal. What I tried to say in the following section is [specific point]. Please rephrase it for clarity, coherence and conciseness, ensuring each paragraph flows into the next. Remove jargon. Use a professional tone.

2. Elevating peer review

模板:Assume you’re an expert and seasoned scholar with 20+ years of academic experience in [field]. On the basis of my summary of a paper in [field], where the main focus is on [general topic], provide a detailed review of this paper, in
the

### Understanding Academic Writing Academic writing involves several key components that contribute to its effectiveness and clarity. Efficient reading techniques are essential when engaging with academic materials, as they allow readers to grasp the main ideas without focusing excessively on every detail[^1]. One such technique is skimming, which helps identify the primary arguments or conclusions within a text by concentrating on introductory sentences, concluding statements, and other significant markers instead of delving into specifics immediately[^3]. Incorporating referencing skills appropriately ensures proper acknowledgment of sources used during research activities while maintaining transparency about borrowed information through parenthetical citations placed directly after utilizing someone else's work inside one’s own document[^2]. This practice strengthens credibility alongside demonstrating respect towards original authors whose contributions have informed new studies. Additionally, constructing comprehensive yet succinct summaries known as literature reviews plays an integral role in showcasing understanding across various scholarly domains. These reviews should highlight unresolved issues among existing works along with synthesizing both historical developments alongside contemporary advancements pertinent to particular fields under investigation[^5]. Furthermore, attending specialized courses may provide additional insights regarding best practices associated with producing high-quality pieces aligned closely with expected standards set forth throughout academia today[^4]. ```python def summarize_literature(research_papers): """ Function to create a concise summary of given research papers. Args: research_papers (list): List containing details of each paper including title, abstracts etc. Returns: str: Summary combining major findings from provided list. """ overall_summary = "" for paper in research_papers: # Extracting core elements like objectives & results per article extracted_info = extract_core_elements(paper['abstract']) formatted_text = format_for_inclusion(extracted_info) overall_summary += f"{formatted_text}\n" return generate_concise_overview(overall_summary) def extract_core_elements(text): pass def format_for_inclusion(data): pass def generate_concise_overview(full_content): pass ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

今天不熬夜!

你的鼓励将是我创作的最大动力~

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值