Closed Tverous closed 1 year ago
The disconnected graphs is something that can happen when the parser can not attach a sub-graph (leads to the :rel
relations).
The stochastic behavior is something that should not happen. It may be some set()
issue. We will have to check.
I have done 100 rounds using the same checkpoint, all are the same:
# ::tok The coronavirus pandemic has upended the traditional runway format , and in its place a mix of virtual and , in some cases , physical shows with limited audience numbers has started to roll out .
(a / and~10
:op1 (u / upheaval-01~4
:ARG0 (p / pandemic~2
:mod (c2 / coronavirus~1))
:ARG1 (f / format~8
:mod (r3 / runway~7)
:mod (t / tradition~6)))
:op2 (s4 / start-01~31
:ARG1 (r2 / roll-out-02~33
:ARG1 (m / mix-01~15
:ARG1 (s2 / show-04~25
:mod (v / virtual~17))
:ARG2 (s / show-04~16
:mod (c / case-04~22
:quant (s3 / some~21))
:mod (p2 / physical~24)
:prep-with (n / number~29
:ARG1-of (l / limit-01~27)
:quant-of (a2 / audience~28)))))
:ARG2-of (r / replace-01~13
:ARG1 f)))
To clarify @Tverous this is for the upcoming v0.5.3
which will be released this week. We did not do any fix having to do with stochastic, though.
I appreciate your assistance greatly.
Nonetheless, the results I'm obtaining remain inconsistent despite confirming that the versions of all installed packages align with those detailed in the README.
I'll give it another try following the upcoming release.
P.S. I am running the program in a docker container.
we just updated the version, let us know if you still encounter the bug.
The issue has been fixed with the updates.
I'm no longer receiving any inconsistent results.
Thank yo so much! I greatly appreciate your help.
I will close the issue now.
Given the above scripts.
Sometimes the logs will show
WARNING: disconnected graphs
, sometimes not, resulting inconsistent results (penman notations in here) from the same sentence and same pretrained weights.For examples:
and
Is it expected for this kind of behaviors?
Thank you,