You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Noise-Aware Training (NAT)
2
2
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.
4
4
5
5
## Background
6
6
@@ -20,10 +20,10 @@ NAT was implemented as an extension to the [FLAR](https://github.com/zalandorese
20
20
│ ├── trainers
21
21
│ └── visual
22
22
├── resources
23
-
| ├── cmx
24
-
| ├── taggers
23
+
│ ├── cmx
24
+
│ ├── taggers
25
25
│ ├── tasks
26
-
| └── typos
26
+
│ └── typos
27
27
└── robust_ner
28
28
```
29
29
@@ -139,6 +139,22 @@ Finally, the prepared model can be evaluated on the real OCR erros by using the
0 commit comments