regel-corpus
commited on
Commit
·
3dbe6d1
1
Parent(s):
8373279
update citation and move to top
Browse files
README.md
CHANGED
@@ -20,6 +20,25 @@ Predicts 1 tag:
|
|
20 |
|---------------------------------|-----------|
|
21 |
| Tfbs | DNA region bound by transcription factor |
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
### Demo: How to use in Flair
|
@@ -83,20 +102,5 @@ tagger.predict(sentence)
|
|
83 |
|
84 |
---
|
85 |
|
86 |
-
### Cite
|
87 |
-
|
88 |
-
Please cite the following paper when using this model.
|
89 |
-
|
90 |
-
```
|
91 |
-
@Article{regel,
|
92 |
-
author = {Garda, Samuele and Lenihan-Geels, Freyda and Proft, Sebastian and Hochmuth, Stefanie and Schülke, Markus and Seelow, Dominik and Leser, Ulf},
|
93 |
-
date = {2022},
|
94 |
-
journaltitle = {Under review},
|
95 |
-
title = {RegEl corpus: Identifying DNA regulatory elements in the scientific literature},
|
96 |
-
volume = {-},
|
97 |
-
groups = {-},
|
98 |
-
publisher = {-},
|
99 |
-
}
|
100 |
-
```
|
101 |
|
102 |
|
|
|
20 |
|---------------------------------|-----------|
|
21 |
| Tfbs | DNA region bound by transcription factor |
|
22 |
|
23 |
+
---
|
24 |
+
|
25 |
+
|
26 |
+
### Cite
|
27 |
+
|
28 |
+
Please cite the following paper when using this model.
|
29 |
+
|
30 |
+
```
|
31 |
+
@article{garda2022regel,
|
32 |
+
title={RegEl corpus: identifying DNA regulatory elements in the scientific literature},
|
33 |
+
author={Garda, Samuele and Lenihan-Geels, Freyda and Proft, Sebastian and Hochmuth, Stefanie and Sch{\"u}lke, Markus and Seelow, Dominik and Leser, Ulf},
|
34 |
+
journal={Database},
|
35 |
+
volume={2022},
|
36 |
+
year={2022},
|
37 |
+
publisher={Oxford Academic}
|
38 |
+
}
|
39 |
+
```
|
40 |
+
|
41 |
+
|
42 |
---
|
43 |
|
44 |
### Demo: How to use in Flair
|
|
|
102 |
|
103 |
---
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
|
106 |
|