Naive Relation Recognition Algorithm
Jump to navigation
Jump to search
A Naive Relation Recognition Algorithm is a Naive Machine Learning Algorithm for the Relation Recognition Task.
- Contex:
- Is typically used as a Baseline Algorithm.
- Examples(s):
- For the OrganizationHeadquarterLocation() relation pick any Organization and Location that occurs in a Sentence if they are the only ones mentioned in the sentence.
- See: PPLRE Evaluation - Naive Algorithm.