forked from Coopercoppers/PFN
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0c091f
commit 8eeffe0
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Notes on dataset | ||
*We do not use any data augmentation technique such as cross-sentence or relation asymmetry. | ||
*Following previous work, we truncate the input sentence to no more than 128 words. | ||
* We do not use any data augmentation technique such as cross-sentence or relation asymmetry. | ||
* Following previous work, we truncate the input sentence to no more than 128 words. | ||
This operation will only affect one sentence in ACE04, other datasets are unaffected. |