Consider ```The dog they adopted barks```. We get: ``` {'lf': {'dobj': 'barks', 'pred': 'adopted', 'subj': ['dog', 'they']}, 'sentence': 'The dog they adopted barks .'} ``` arguably we want to distinguish the two "subjects" through different relations.
Consider
The dog they adopted barks.We get:
arguably we want to distinguish the two "subjects" through different relations.