英语写作中“大量的”“重大的”“显著的”substantial、considerable、significant的用法

一般"大量的""重大的"会用a great number of 、a great amount of 、a plenty of 、great等,这些表达都过于trivial ,用好substantial、considerable、significant 会对写作增色不少。

一、对于可数事物,用a considerable/substantial number of,例如:

A considerable number of GPUs are used in training the Large Model.(大量的GPU用于训练大模型。)

A substantial number of users outsource their data to the cloud. In this context, data auditing especially data integrity auditing has turned out to be a crucial requirement for users. (大量的用户将数据存在云上。在这种背景/情形下,数据审计特别是数据完整性审计就成为用户的关键需求。)

注意,虽然有a number of improvements/achievements,但不要用a considerable/substantial number of形容improvements 、achievements 等,那样有点过于夸张了。

二、对于improvement、achievement(一般是单数,有时复数形式)等、以及不可数事物,直接用substantial、considerable和significant 形容,例如:

Considerable/Substantial/Significant achievement in deep learning like image recognition and natural language processing opened the door to the AI era. (深度学习的大量/重大/显著成果(图像识别、自然语言处理等)打开了AI时代的大门。)

Considerable/Substantial/Significant improvement of performances in terms of ......renders the system applicable eventually.(......方面性能的大量/重大/显著改进使系统最终进入了实用。)

Considerable/Substantial/Significant investments are required for the ambitious plan. (这个雄心勃勃的计划需要大量投资。)

A considerable/substantial/significant decline in quality led to a disastrous result.(质量的大幅下滑导致了灾难性的后果。)

The institution received considerable/substantial/significant financial support but failed in its efforts to realize controllable nuclear fusion. (该机构获得大量资金支持,但是实现受控核聚变的努力还是失败了。)

As illustrated in Fig.5, the proposed scheme achieves considerable/significant improvement in efficiency of communication and computation compared with existing schemes.(如图5所示,所提出的方案在通信、计算效率方面比已有方案有显著改善。)

++The launch of the AI product Sora received considerable/substantial/significant attention++. (Sora的推出引起了广泛关注。)

上句中received 可以用attracted 、earned 代替。

三、避免在科技写作中使用enormous、huge和immense,这些一般是口语中带夸张语气的单词,和口语中absolutely等语气一样。

(例如均属原创!)

相关推荐
DKPT20 分钟前
Java桥接模式实现方式与测试方法
java·笔记·学习·设计模式·桥接模式
巴伦是只猫2 小时前
【机器学习笔记Ⅰ】13 正则化代价函数
人工智能·笔记·机器学习
X_StarX8 小时前
【Unity笔记02】订阅事件-自动开门
笔记·学习·unity·游戏引擎·游戏开发·大学生
MingYue_SSS8 小时前
开关电源抄板学习
经验分享·笔记·嵌入式硬件·学习
巴伦是只猫8 小时前
【机器学习笔记 Ⅱ】1 神经网络
笔记·神经网络·机器学习
weixin_437398218 小时前
转Go学习笔记(2)进阶
服务器·笔记·后端·学习·架构·golang
teeeeeeemo10 小时前
回调函数 vs Promise vs async/await区别
开发语言·前端·javascript·笔记
致***锌13 小时前
期权标准化合约是什么?
笔记
Wilber的技术分享14 小时前
【机器学习实战笔记 14】集成学习:XGBoost算法(一) 原理简介与快速应用
人工智能·笔记·算法·随机森林·机器学习·集成学习·xgboost
V我五十买鸡腿16 小时前
顺序栈和链式栈
c语言·数据结构·笔记·算法