OKR
OKR copied to clipboard
OKR: A Consolidated Open Knowledge Representation for Multiple Texts
According to OKR V1 spec, a prepositional phrase that modifies a noun should be considered as (explicit) proposition, where the preposition is the predicate. E.g., for "A mail from John...
Got this output from props_wrapper, for the sentence: 'Several people killed or injured in an explosion at a church in northern Nigeria , officials say .' Notice a predicate named...
Some sentences seem very weird: For example: ``` Boy Scouts ' ` perversion ' files set to be released travel ``` @rachelvov, What's the original tweet? @kleinay, do you know...
in event 1 (car bomb): sentence 13: 'Car Bomb In Christian Area of Beirut' sentence 15: 'Aftermath of Beirut blast - Photos: Car bomb in Beirut' sentence 28: 'Lebanon PM...
@kleinay Shany mentioned that we get lower scores on entity recognition - probably since we group noun compounds. I think we should: 1. Get her evaluation code somewhere on github...
Since we're fixing bugs now, it's getting harder and harder to tell whether we're messing something elsewhere. The proper way to deal with this is probably to introduce unit tests...
* **Hurricane Sandy they call it, already causing havoc across the caribbean.** {'Entities': {'A1': ('it', (4,)), 'A2': ('Hurricane Sandy', (0, 1)), 'A3': ('already', (6,)), 'A4': ('caribbean', (11,)), 'A5': ('havoc', (8,))},...
I encountered this example - its about tweet 258907583165911040 from boy_scouts: > {'Entities': {'A1': ('Released', (10,)), 'A2': ('Perversion Files Set', (4, 6, 7)), 'A3': ('Released', (22,)), 'A4': ('Perversion Files Set',...
Turns out that that Berkeley fails on sentences containing 3 subsequent '?'\!' marks. @kleinay overcame this problem by wrapping the single-sentence parsing stage with "try-except" block, logging and then ignoring...
The predict_predicate_mention method in the file eval_predicate_mention.py takes a gold graph and returns the same graph with predicted predicate mentions instead of gold ones. However it forgets to change the...