ArneBinder / pie-datasets

Building scripts for Pytorch-IE datasets.
MIT License
1 stars 0 forks source link

`sciarg` dataset: fix `contradicts` is symmetric #163

Closed ArneBinder closed 2 days ago

ArneBinder commented 2 days ago

Until now, it was missed that the contradicts relation is symmetric (see SciArg guidelines, page 3). This PR adds the contradicts relations to the ones that get direction normalized. Note that this has only an effect to the converted dataset!

This also fixes the relation labels in some tables in the readme.

codecov[bot] commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (e68f60d) to head (fb54cf5). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #163 +/- ## =========================================== + Coverage 98.52% 100.00% +1.47% =========================================== Files 6 1 -5 Lines 407 49 -358 =========================================== - Hits 401 49 -352 + Misses 6 0 -6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.