Skip to content

Commit 92cbef4

Browse files
committed
Added arXiv paper citation
1 parent 562dd34 commit 92cbef4

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Noise-Aware Training (NAT)
22

3-
This repository contains the code and the data that can be used to reproduce the experiments described in the "**NAT: Noise-Aware Training for Robust Neural Sequence Labeling**" paper, which was accepted to be presented at the [ACL 2020](https://acl2020.org/) conference.
3+
This repository contains the code and the data that can be used to reproduce the experiments described in the "**[NAT: Noise-Aware Training for Robust Neural Sequence Labeling](https://arxiv.org/abs/2005.07162)**" paper, which was accepted to be presented at the [ACL 2020](https://acl2020.org/) conference.
44

55
## Background
66

@@ -20,10 +20,10 @@ NAT was implemented as an extension to the [FLAR](https://github.com/zalandorese
2020
│ ├── trainers
2121
│ └── visual
2222
├── resources
23-
| ├── cmx
24-
| ├── taggers
23+
├── cmx
24+
├── taggers
2525
│ ├── tasks
26-
| └── typos
26+
└── typos
2727
└── robust_ner
2828
```
2929

@@ -139,6 +139,22 @@ Finally, the prepared model can be evaluated on the real OCR erros by using the
139139
python3 main.py --mode eval --corpus conll03_en --model my_trained_model --cmx_file tesseract3-RS
140140
```
141141

142+
## Citing NAT
143+
Please cite our paper when using the code:
144+
```
145+
@misc{namysl2020nat,
146+
title={{NAT}: Noise-Aware Training for Robust Neural Sequence Labeling},
147+
author={Marcin Namysl and Sven Behnke and Joachim K{\"{o}}hler},
148+
year={2020},
149+
primaryClass={cs.CL},
150+
journal={CoRR},
151+
volume={abs/2005.07162},
152+
eprint={2005.07162},
153+
archivePrefix={arXiv},
154+
url={https://arxiv.org/abs/2005.07162},
155+
}
156+
```
157+
142158
## Authors
143159

144160
* Marcin Namysl [dblp](https://dblp.uni-trier.de/pers/hd/n/Namysl:Marcin), [orcid](https://orcid.org/0000-0001-7066-1726)

0 commit comments

Comments
 (0)