UKPLab / emnlp2017-relation-extraction

Context-Aware Representations for Knowledge Base Relation Extraction
Apache License 2.0
289 stars 71 forks source link

CoreNLP version #8

Closed andychisholm closed 6 years ago

andychisholm commented 6 years ago

Would be useful to have some documentation of the CoreNLP version/models used.

Pre-trained models seem to work much better with the previous CoreNLP release (3.8.0) in comparison with the current one (3.9.1).

daniilsorokin commented 6 years ago

Hi,

this is a good comment! Thanks you.

I have used the CoreNLP 3.7.0 models, it is semi-documented in the code :) https://github.com/UKPLab/emnlp2017-relation-extraction/blob/f3a6159bd1c424fffb467723b4b0abaab4bb9365/relation_extraction/stanford_tag_dataset.py#L28

I will add it to the ReadMe as well

Daniil

daniilsorokin commented 6 years ago

Added info on CoreNLP models in the ReadMe