bloomberg/sigir2018-kg-contextualization

8

2 commits

updated Jul 6, 2018

See the code

README

sigir2018-kg-contextualization

This repository contains the data with manual annotations gathered using CrowdFlower for our SIGIR 2018 paper:

Nikos Voskarides, Edgar Meij, Ridho Reinanda, Abhinav Khaitan, Miles Osborne, Giorgio Stefanoni, Kambadur Prabhanjan and Maarten de Rijke: Weakly-supervised Contextualization of Knowledge Graph Facts. 2018. In Proceedings of the 41st International ACM SIGIR conference on Research and Development in Information Retrieval (SIGIR '18).

It based on Freebase and released under the same CC-BY license. We provide more details on this dataset at https://www.techatbloomberg.com/research-weakly-supervised-contextualization-knowledge-graph-facts/.

The file itself is gzipped and has the following structure.

{
    "query_id" : {
        "relation": "",
        "query": "",
        "candidates": [
            {
                "cand_id": {
                    "cf_label": 0,
                    "dist_sup_label": 0,
                    "path": []
                }
            }
        ]
    }
}
FieldDescription
relationThe predicates of the query relation
queryThe query fact path
candidatesThe list of candidate facts
cand_idThe candidate fact ID
cf_labelThe relevance label from CrowdFlower annotations
dist_sup_labelThe relevance label from distant supervision
pathThe candidate fact path: ([subject_id, list_of_subject_types], pred, [object_id, list_of_object_types])

Note that the format of each path is as follows.

FieldDescription
subject_idThe subject ID
subject_type_1...nThe types of the subject
predicateThe predicate
object_idThe object ID
object_type_1...nThe types of the object

Contributors

ejmeij

1 commits

kpfleming

1 commits

bloomberg/sigir2018-kg-contextualization

8

2 commits

updated Jul 6, 2018

See the code

README

sigir2018-kg-contextualization

This repository contains the data with manual annotations gathered using CrowdFlower for our SIGIR 2018 paper:

Nikos Voskarides, Edgar Meij, Ridho Reinanda, Abhinav Khaitan, Miles Osborne, Giorgio Stefanoni, Kambadur Prabhanjan and Maarten de Rijke: Weakly-supervised Contextualization of Knowledge Graph Facts. 2018. In Proceedings of the 41st International ACM SIGIR conference on Research and Development in Information Retrieval (SIGIR '18).

It based on Freebase and released under the same CC-BY license. We provide more details on this dataset at https://www.techatbloomberg.com/research-weakly-supervised-contextualization-knowledge-graph-facts/.

The file itself is gzipped and has the following structure.

{
    "query_id" : {
        "relation": "",
        "query": "",
        "candidates": [
            {
                "cand_id": {
                    "cf_label": 0,
                    "dist_sup_label": 0,
                    "path": []
                }
            }
        ]
    }
}
FieldDescription
relationThe predicates of the query relation
queryThe query fact path
candidatesThe list of candidate facts
cand_idThe candidate fact ID
cf_labelThe relevance label from CrowdFlower annotations
dist_sup_labelThe relevance label from distant supervision
pathThe candidate fact path: ([subject_id, list_of_subject_types], pred, [object_id, list_of_object_types])

Note that the format of each path is as follows.

FieldDescription
subject_idThe subject ID
subject_type_1...nThe types of the subject
predicateThe predicate
object_idThe object ID
object_type_1...nThe types of the object

Contributors

ejmeij

1 commits

kpfleming

1 commits