LISTING Extraction Results
收藏资源简介:
The file is in json format and contains a list of entities (which may be known or NIL) with the mentions that have been identified for them. The fields are as follows: <pre><code>idx: Index of the entity name: Name of the entity (None, if NIL-entity) is_nil: Whether the entity is a NIL-entity mentions: (list) page: Name of the page where the mention is found listing: Index of the listing where the mention is found item: Index of the item within the listing where the mention is found text: Mention text</code></pre>
本数据集文件采用JSON格式存储,内含实体列表(实体可分为已知实体与NIL实体(NIL-entity)),并收录了为各实体识别出的提及内容。各字段的定义如下: - idx:实体的索引 - name:实体名称(若为NIL实体则取值为None) - is_nil:用于标识该实体是否为NIL实体 - mentions:(列表类型)存储该实体对应的所有提及信息,每个列表项包含以下子字段: - page:提及内容所在页面的名称 - listing:提及内容所属列表项的索引 - item:提及内容在该列表项内的条目索引 - text:提及内容的文本信息



