fastNLP/reproduction
2019-06-25 17:22:10 +08:00
..
Biaffine_parser 1. 删除Trainer中对train_data必须为DataSet的assert 2019-06-15 13:10:28 +08:00
Char-aware_NLM remove unused codes; add more tests 2018-10-07 15:03:00 +08:00
Chinese_word_segmentation Dev0.4.0 (#149) 2019-05-22 18:43:56 +08:00
CNN-sentence_classification * fixing unit tests 2018-11-27 22:22:19 +08:00
HAN-document_classification optimize CWS example 2018-08-31 11:23:40 +08:00
LSTM+self_attention_sentiment_analysis Dev0.4.0 (#149) 2019-05-22 18:43:56 +08:00
matching add RTE and QNLI loader 2019-06-25 17:22:10 +08:00
POS_tagging 1. 删除Trainer中对train_data必须为DataSet的assert 2019-06-15 13:10:28 +08:00
seqence_labelling 1.修改CrossEntropyLoss中存在的反直觉bug; 2.更新sequence labeling 2019-06-24 09:56:28 +08:00
Star_transformer 1. 删除Trainer中对train_data必须为DataSet的assert 2019-06-15 13:10:28 +08:00
text_classification add TC/MTL16Loader 2019-06-16 23:43:37 +08:00
__init__.py 1. 将pad的功能从FieldArray中剥离出来,使用Padder完成各种padding操作。 2019-01-15 22:21:55 +08:00
README.md update reproduction/README.md 2019-06-05 16:10:13 +08:00
utils.py 1. 适配将Batch修改为pytorch的DataLoader的修改 2019-06-17 20:18:07 +08:00

模型复现

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

复现的模型有:

任务复现

Text Classification (文本分类)

  • still in progress

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

  • still in progress

Sequence Labeling (序列标注)

  • still in progress

Coreference resolution (指代消解)

  • still in progress

Summarization (摘要)

  • still in progress

...