Update README.md
Browse files
README.md
CHANGED
|
@@ -140,4 +140,19 @@ Our evaluation metric is F1 at the full entity-level. That is, we aggregated adj
|
|
| 140 |
<td>95.7%</td>
|
| 141 |
</tr>
|
| 142 |
</tbody>
|
| 143 |
-
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
<td>95.7%</td>
|
| 141 |
</tr>
|
| 142 |
</tbody>
|
| 143 |
+
</table>
|
| 144 |
+
|
| 145 |
+
|
| 146 |
+
## Citation
|
| 147 |
+
|
| 148 |
+
If you use our model or custom training/evaluation data in your research, please cite our accompanying paper as follows:
|
| 149 |
+
|
| 150 |
+
```bibtex
|
| 151 |
+
@article{bct2025,
|
| 152 |
+
title = {300 Years of British Patents},
|
| 153 |
+
author = {Enrico Berkes and Matthew Lee Chen and Matteo Tranchero},
|
| 154 |
+
journal = {arXiv preprint arXiv:2401.12345},
|
| 155 |
+
year = {2025},
|
| 156 |
+
url = {https://arxiv.org/abs/2401.12345}
|
| 157 |
+
}
|
| 158 |
+
```
|