在哪里找到最新的关系提取数据集
问题描述:
我正在寻找一个包含大量关系元组的数据集.例如,对人员"和位置"的搜索将产生居住地",工作地点"等.华盛顿大学的OpenIE
I am looking for a dataset which contains large quantities of relation tuples. For example, the search of "people" and "location" yields "lives in", "worked in", etc. University of Washington's OpenIE http://OpenIE.cs.washington.edu is a good tool but their dataset is only accessible through web. Where can I download a database or library like this?
答
- 为此,OpenIE本身提供了11 gb的大型数据集.选中
http://knowitall.cs.washington.edu/paralex/
尽管这是一个自动应答系统,但您可以根据自己的目的考虑中间关系提取结果.
Although it is an auto answering system, you can consider intermediate relation extraction result for your purpose.
- 您可以实现的另一种方法是使用
syntex parse
.根据您的要求,使用syntex解析器并编写规则以提取主题,对象和其他实体.
- Another method you could implement is using
syntex parse
. Use syntex parser and write rules to extract subject, object and other entities as per your requirement.