常用
w.r.t. 是 with respect to 的缩写。意思是关于……方面,谈到……,提及……。
i.e. 意思是即,也就是。
e.g. 意思是举个例子来说。
s.t. 是 subject to 的缩写。意思是使得...满足...,受...约束。
resp. 单独用意思是分别的;放在括号里意思是相应的。
最后一个不好理解,举个例子:
We design a cross-attention encoder that aims to weigh the correlation between each query node (resp. attribute) and graph node (resp. attribute) and utilize this correlation to learn the structure (resp. attribute) representation.
翻译:
我们设计了一个交叉注意力编码器,旨在衡量每个查询节点(或属性)与图节点(或属性)之间的相关性,并利用这种相关性来学习结构(或属性)表示。
解释:
上述英文中的 “resp.” 是 “respectively” 的缩写,表示分别地。它用于指代前后两部分内容之间的对应关系。
在这句话中,“resp.” 表示 “query node” 对应 “graph node”,以及 “attribute” 对应 “attribute”。完整的解释是:
“我们设计了一个交叉注意力编码器,旨在衡量每个查询节点(分别地,对于属性来说,衡量查询属性)与图节点(分别地,对于属性来说,衡量图属性)之间的相关性,并利用这种相关性来学习结构(分别地,对于属性来说,学习属性)表示。”
简化后,翻译成中文就是:
“我们设计了一个交叉注意力编码器,旨在衡量每个查询节点(或属性)与图节点(或属性)之间的相关性,并利用这种相关性来学习结构(或属性)表示。”
数学相关
r.h.s. 是 right-hand side 的缩写,意思是“等式右边”。
i.i.d. 是 independent and identically distributed 的缩写,意思是“独立同分布”。