摘要:
论文:SimCLS: A Simple Framework for Contrastive Learning of Abstractive Summarization 作者:Yixin Liu 来源:ACL 2021 代码:https://github.com/yixinL7/SimCLR Moti 阅读全文
摘要:
code #include<bits/stdc++.h> #define N 1005 #define ll long long #define mst(a,b) memset(a,b,sizeof(a)) using namespace std; //1850-01-01 星期二 //是否闰年 i 阅读全文