https://github.com/francomano/semeval2010-task8
https://github.com/francomano/semeval2010-task8
attention-based neural-network nlp rule-based-nlp svm-classifier
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/francomano/semeval2010-task8
- Owner: francomano
- Created: 2025-03-30T22:20:47.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-03-30T22:25:46.000Z (about 1 month ago)
- Last Synced: 2025-03-30T23:24:11.790Z (about 1 month ago)
- Topics: attention-based, neural-network, nlp, rule-based-nlp, svm-classifier
- Language: Jupyter Notebook
- Homepage:
- Size: 21.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Relation Classification - SEMEVAL 2010 task 8
Relation classification is a task of assigning predefined relation labels to the entity pairs that occur in texts.
Example:
Sentence: [People]_e1 have been moving back into [downtown]_e2
Relation: Entity-Destination(e1,e2) where e1 = people, e2 = downtown