mirror of
https://gitee.com/fastnlp/fastNLP.git
synced 2024-11-30 03:07:59 +08:00
.. | ||
Biaffine_parser | ||
Char-aware_NLM | ||
Chinese_word_segmentation | ||
CNN-sentence_classification | ||
HAN-document_classification | ||
LSTM+self_attention_sentiment_analysis | ||
matching | ||
POS_tagging | ||
seqence_labelling/cws | ||
Star_transformer | ||
text_classification | ||
__init__.py | ||
README.md | ||
utils.py |
模型复现
这里复现了在fastNLP中实现的模型,旨在达到与论文中相符的性能。
复现的模型有:
- Star-Transformer
- ...
任务复现
Text Classification (文本分类)
- still in progress
Matching (自然语言推理/句子匹配)
- still in progress
Sequence Labeling (序列标注)
- still in progress
Coreference resolution (指代消解)
- still in progress
Summarization (摘要)
- still in progress