About Model Evaluation
JueXiuHuang opened this issue · 2 comments
JueXiuHuang commented
luyaojie commented
Hi,
- The reported performance in the paper is computed by
Offset-level Evaluation
.
I selected the model usingrecord-level Evaluation
during the training stage, and recompute the final result usingOffset-level Evaluation
- The prediction of extraction can be implemented with
T5ForConditionalGeneration
andTreePredictParser
, and I will update the repo later.
luyaojie commented
Hi, you can email me, and I will reply to you with the demo code.