-
Notifications
You must be signed in to change notification settings - Fork 119
Topic 08: Relation Linking and Relation Disambiguation
Sherry Lin edited this page Oct 14, 2020
·
2 revisions
Relation Linking
- Matching natural language relations to knowledge graph properties for question answering (ReMatch, SEMANTICS 2017)
- Capturing knowledge in semantically-typed relational patterns to enhance relation linking (SIBKB, K-CAP 2017)
Joint Entity and Relation Linking
- Old is Gold: Linguistic Driven Approach for Entity and Relation Linking of Short Text (FALCON, NAACL-HLT 2019)[Paper][Code][Demo][Notes] (DBpedia)
- Falcon 2.0: An Entity and Relation Linking Tool over Wikidata (Falcon 2.0, CIKM 2020) [Paper][Code and Datasets] (Wikidata)
- EARL: Joint Entity and Relation Linking for Question Answering (EARL, ISWC 2018) [Paper][Code] (DBpedia)
- KBPearl: A Knowledge Base Population System Supported by Joint Entity and Relation Linking (VLDB 2020) 🌟
- Joint Entity Linking and Relation Extraction with Neural Networks for Knowledge Base Population (IJCNN 2020)