r/MachineLearning - [Discussion] What is the state-of-the-art for entity extraction and relation extraction?

#artificialintelligence 

I am looking for the state-of-the-art entity extraction/relation extraction algorithms that are practical to implement and use for commercial information extraction. Mr. Wilken works at Foobar, Inc (transitively he is then the CEO of Foobar, Inc.). In my experience I've used CRF used hand crafted features for entity tagging followed by a classifier to determine relations between entities use hand crafted features. This is a pretty old school approach and does not leverage any of the advances in word embeddings (Glove, BERT, etc.). I know there are also methods for doing joint entity relation extraction.