|
|
|
|
|
by laminarflow027
887 days ago
|
|
OpenNRE (https://github.com/thunlp/OpenNRE) is another good approach to neural relation extraction, though it's slightly dated. What would be particularly interesting is to combine models like OpenNRE or SpanMarker with entity-linking models to construct KG triples. And a solid, scalable graph database underneath would make for a great knowledge base that can be constructed from unstructured text. |
|
I was thinking in terms of RAG and turning text into keywords. Any thoughts there?