fastNLP/reproduction
2019-06-16 23:43:37 +08:00
..
Biaffine_parser Dev0.4.0 (#149) 2019-05-22 18:43:56 +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 update bert for nli in reproduction/matching 2019-06-06 00:09:25 +08:00
POS_tagging Dev0.4.0 (#149) 2019-05-22 18:43:56 +08:00
seqence_labelling/cws 1. 在fieldarray中支持split,int等handy的function 2019-06-12 11:10:33 +08:00
Star_transformer update reproduction/README.md 2019-06-05 16:07:56 +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 序列标注的SemiCRFRelay中文分词. 2019-06-04 23:40:46 +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

...