接着剤の精進日記

競プロでの精進や研究に関係したことを書いていきます。

2020-01-20から1日間の記事一覧

論文メモ ACL2019「Boosting Entity Linking Performance by Leveraging Unlabeled Documents」

Boosting Entity Linking Performance by Leveraging Unlabeled Documents Le, P., and Titov, I. 2019. Boosting Entity Linking Performance by Leveraging Unlabeled Documents. In Proceedings of ACL. Boosting Entity Linking Performance by Leveragi…

AtCoder Beginner Contest 152(ABC152)

ABCEの4完で冷えは回避 D解けなかったの反省だね ところで水色streakがようやく2になりました(ええ…) A - AC or WA ならYes なんだけどAC、そのまさかだよをやった人がいるっぽい 提出コード int main(){ cin.tie(0); ios::sync_with_stdio(false); int N,…