fastNLP/reproduction
2019-07-09 13:56:01 +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 大幅度更新:1、更新requirements;2、将modules.aggregator的内容移至modules.encoder;3、将SQuADMetric重命名为ExtractiveQAMetric;4、更新reproduction的README;5、将reproduction/text_classification的dataloader移动到fastNLP.io.data_loader并做适配性修改 2019-07-09 01:01:47 +08:00
joint_cws_parse fix bug in load dataset test code 2019-07-09 02:18:11 +08:00
LSTM+self_attention_sentiment_analysis Dev0.4.0 (#149) 2019-05-22 18:43:56 +08:00
matching 大幅度更新:1、更新requirements;2、将modules.aggregator的内容移至modules.encoder;3、将SQuADMetric重命名为ExtractiveQAMetric;4、更新reproduction的README;5、将reproduction/text_classification的dataloader移动到fastNLP.io.data_loader并做适配性修改 2019-07-09 01:01:47 +08:00
POS_tagging 1. 删除Trainer中对train_data必须为DataSet的assert 2019-06-15 13:10:28 +08:00
seqence_labelling sequence labeling 的dataloader 2019-07-09 11:30:36 +08:00
Star_transformer fix bug in load dataset test code 2019-07-09 02:18:11 +08:00
Summarization Update test_dataLoader.py 2019-07-09 13:56:01 +08:00
text_classification Merge pull request #5 from lyhuang18/lyhuang-reproduction 2019-07-08 21:24:22 +08:00
__init__.py 1. 将pad的功能从FieldArray中剥离出来,使用Padder完成各种padding操作。 2019-01-15 22:21:55 +08:00
README.md fix bug in load dataset test code 2019-07-09 02:18:11 +08:00
utils.py Merge pull request #177 from SrWYG/dev0.5.0 2019-07-08 12:44:49 +08:00

模型复现

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

复现的模型有:

任务复现

Text Classification (文本分类)

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

Sequence Labeling (序列标注)

Coreference resolution (共指消解)

Summarization (摘要)

...