fastNLP/reproduction
2019-07-08 19:51:03 +08:00
..
Biaffine_parser 1. 删除Trainer中对train_data必须为DataSet的assert 2019-06-15 13:10:28 +08:00
Chinese_word_segmentation Dev0.4.0 (#149) 2019-05-22 18:43:56 +08:00
coreference_resolution 指代消解源码 2019-07-06 18:28:46 +08:00
joint_cws_parse 增加joint_cws_parse的代码 2019-07-01 14:04:49 +08:00
LSTM+self_attention_sentiment_analysis Dev0.4.0 (#149) 2019-05-22 18:43:56 +08:00
matching Add cntn model for matching. 2019-07-07 15:24:48 +08:00
POS_tagging 1. 删除Trainer中对train_data必须为DataSet的assert 2019-06-15 13:10:28 +08:00
seqence_labelling Merge pull request #177 from SrWYG/dev0.5.0 2019-07-08 12:44:49 +08:00
Star_transformer - update star-transformer README 2019-07-07 16:29:01 +08:00
Summmarization/BertSum add BertSum 2019-07-08 16:10:01 +09:00
text_classification Yelp_f的结果 2019-07-08 19:51:03 +08:00
__init__.py 1. 将pad的功能从FieldArray中剥离出来,使用Padder完成各种padding操作。 2019-01-15 22:21:55 +08:00
README.md 大幅度更新: 2019-07-06 01:08:55 +08:00
utils.py Merge pull request #177 from SrWYG/dev0.5.0 2019-07-08 12:44:49 +08:00

模型复现

这里复现了在fastNLP中实现的模型旨在达到与论文中相符的性能。

复现的模型有:

任务复现

Text Classification (文本分类)

  • still in progress

Matching (自然语言推理/句子匹配)

Sequence Labeling (序列标注)

Coreference resolution (指代消解)

  • still in progress

Summarization (摘要)

  • still in progress

...