fleonce commited on
Commit
1d94b0c
·
verified ·
1 Parent(s): 4c555e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -99,6 +99,23 @@ python3 train.py --dataset scierc/d_ff_150 --transformer KISTI-AI/Scideberta-ful
99
  ```
100
 
101
  ```text
102
- @inproceedings{citation}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  ```
104
 
 
99
  ```
100
 
101
  ```text
102
+ @inproceedings{hennen-etal-2024-iter,
103
+ title = "{ITER}: Iterative Transformer-based Entity Recognition and Relation Extraction",
104
+ author = "Hennen, Moritz and
105
+ Babl, Florian and
106
+ Geierhos, Michaela",
107
+ editor = "Al-Onaizan, Yaser and
108
+ Bansal, Mohit and
109
+ Chen, Yun-Nung",
110
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
111
+ month = nov,
112
+ year = "2024",
113
+ address = "Miami, Florida, USA",
114
+ publisher = "Association for Computational Linguistics",
115
+ url = "https://aclanthology.org/2024.findings-emnlp.655",
116
+ doi = "10.18653/v1/2024.findings-emnlp.655",
117
+ pages = "11209--11223",
118
+ abstract = "When extracting structured information from text, recognizing entities and extracting relationships are essential. Recent advances in both tasks generate a structured representation of the information in an autoregressive manner, a time-consuming and computationally expensive approach. This naturally raises the question of whether autoregressive methods are necessary in order to achieve comparable results. In this work, we propose ITER, an efficient encoder-based relation extraction model, that performs the task in three parallelizable steps, greatly accelerating a recent language modeling approach: ITER achieves an inference throughput of over 600 samples per second for a large model on a single consumer-grade GPU. Furthermore, we achieve state-of-the-art results on the relation extraction datasets ADE and ACE05, and demonstrate competitive performance for both named entity recognition with GENIA and CoNLL03, and for relation extraction with SciERC and CoNLL04.",
119
+ }
120
  ```
121