Update README_CN.md
This commit is contained in:
parent
36abb3b47c
commit
f1d48ef68a
|
@ -60,5 +60,32 @@ cd DeepKE/example/ner/few-shot
|
||||||
|
|
||||||
[LightNER](https://arxiv.org/abs/2109.00720)
|
[LightNER](https://arxiv.org/abs/2109.00720)
|
||||||
|
|
||||||
|
## 引用
|
||||||
|
|
||||||
|
如果您使用了上述代码,请您引用下列论文:
|
||||||
|
|
||||||
|
```bibtex
|
||||||
|
@article{DBLP:journals/corr/abs-2109-00720,
|
||||||
|
author = {Xiang Chen and
|
||||||
|
Ningyu Zhang and
|
||||||
|
Lei Li and
|
||||||
|
Xin Xie and
|
||||||
|
Shumin Deng and
|
||||||
|
Chuanqi Tan and
|
||||||
|
Fei Huang and
|
||||||
|
Luo Si and
|
||||||
|
Huajun Chen},
|
||||||
|
title = {LightNER: {A} Lightweight Generative Framework with Prompt-guided
|
||||||
|
Attention for Low-resource {NER}},
|
||||||
|
journal = {CoRR},
|
||||||
|
volume = {abs/2109.00720},
|
||||||
|
year = {2021},
|
||||||
|
url = {https://arxiv.org/abs/2109.00720},
|
||||||
|
eprinttype = {arXiv},
|
||||||
|
eprint = {2109.00720},
|
||||||
|
timestamp = {Mon, 20 Sep 2021 16:29:41 +0200},
|
||||||
|
biburl = {https://dblp.org/rec/journals/corr/abs-2109-00720.bib},
|
||||||
|
bibsource = {dblp computer science bibliography, https://dblp.org}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue