hulumei123
hulumei123
informable = { 'weather': ['date','location','weather_attribute'], 'navigate': ['poi_type','distance'], 'schedule': ['event'] } requestable = { 'weather': ['weather_attribute'], 'navigate': ['poi','traffic','address','distance'], 'schedule': ['event','date','time','party','agenda','room'] } 请问你informable和requestable中的字段是如何确定的?为什么列表中一些实体有而一些实体没有?比如说:'date'存在于informable的'weather'中,而不存在于requestable的'weather‘中。请问能解释一下确定这些实体的依据吗?
为什么代码中的informable和requestable跟论文中描述的不太一样?请问如何确定informable和requestable中的实体?