From 2d19da89949c6cc9165e18d5a33ac29dbceae921 Mon Sep 17 00:00:00 2001 From: Vimos Tan Date: Tue, 9 Mar 2021 21:19:04 +0800 Subject: [PATCH] Add readme toc --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 337b28c..e91dfbc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![ZhugeBERT](chengyubert1.png) +![ChengyuBERT](chengyubert1.png) # ChengyuBERT @@ -6,6 +6,25 @@ A repository for Chinese Idiom/Chengyu Recommendation. In this repo, we release code for the two papers on Chengyu Recommendation. +Table of Contents +================= + + * [ChengyuBERT](#chengyubert) + * [Data](#data) + * [Pretrained Models](#pretrained-models) + * [Dual Embeddings](#dual-embeddings) + * [Preprocessing](#preprocessing) + * [Training](#training) + * [Evaluation](#evaluation) + * [Two Stage](#two-stage) + * [Preprocessing](#preprocessing-1) + * [Stage One](#stage-one) + * [Stage Two for Official](#stage-two-for-official) + * [Stage Two for Competition](#stage-two-for-competition) + * [Acknowledgement](#acknowledgement) + +Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc) + ## Data We used the newly released dataset [ChID](https://github.com/zhengcj1/ChID-Dataset). Users of this repo are encouraged to read their paper to get detailed descriptions of each splits.