我正在使用带有以下输入的OPENIE6 ( https://github.com/dair-iitd/openie6 ):-
特朗普总统会见了印度和中国的领导人。
但我只得到一个三胞胎:-
ARG1 = President trump
V = met
ARG2 = the leaders of India and China.
相反,如文档和演示中所述,应该有两个三元组:-
ARG1 = President trump
V = met,
ARG2 = the leaders of India.
ARG1 = President trump
V = met
ARG2 = the leaders of China.
任何人都可以帮忙,确切的问题是什么?