You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We discussed trying a simple approach to enable jSRE to propose cross-sentence relations. Given a window parameterized by k, this approach will concatenate the current sentence +/- k sentences into a pseudo-sentence by removing terminal punctuation and adding a semi-colon, or the word "and", to join sentences together. (May also need to lower-case the first word in the concatenated sentence?)
Then, entities that are candidates for a jSRE relation can be gathered from the entire pseudo-sentence instead of just the current sentence. We are interested in comparing this approach to Yuan's cross-sentence relation extraction methods.
The text was updated successfully, but these errors were encountered:
wkiri
changed the title
Add ability to specify a window (+/- k sentences) to jSRE for cross-sentence relation extraction
Support cross-sentence relation extraction with jSRE
Jul 21, 2021
We discussed trying a simple approach to enable jSRE to propose cross-sentence relations. Given a window parameterized by k, this approach will concatenate the current sentence +/- k sentences into a pseudo-sentence by removing terminal punctuation and adding a semi-colon, or the word "and", to join sentences together. (May also need to lower-case the first word in the concatenated sentence?)
Then, entities that are candidates for a jSRE relation can be gathered from the entire pseudo-sentence instead of just the current sentence. We are interested in comparing this approach to Yuan's cross-sentence relation extraction methods.
The text was updated successfully, but these errors were encountered: