fastNLP/reproduction/README.md
2019-06-05 16:07:56 +08:00

30 lines
491 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 模型复现
这里复现了在fastNLP中实现的模型旨在达到与论文中相符的性能。
复现的模型有:
- [Star-Transformer](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
## ...