Giter Club home page Giter Club logo

ipre's Introduction

IPRE

IPRE: a Dataset for Inter-Personal Relationship Extraction

Dataset/Format

Files Contents
sent_train/dev/test sentID   eh   et   sentence
sent_relation_train/dev/test sentID   relationIDs
bag_relation_train/dev/test bagID   eh   et   sentIDs   relationIDs

The above table shows the format of our data set. Some keywords are explained as follows:

  • eh   The head entity in the sentence.
  • et   The tail entity in the sentence.
  • sentence   A segmented sentence contains the eh and et.
  • sentID   A unique ID given to an instance, which consists of a ordered entity pair and a sentence.
  • bagID   A unique ID given to a bag, and all setences in a bag contains the same entity pair.
  • relationID   A unique ID given to a relation type.

Note that the part represented by the keywords mentioned above is separated by a tab character. Moreover, relationIDs is composed of several relationID that separated by a space character, and sentIDs is also so.

Dataset/Files

Each dataset contains three files, in which one file stores the mapping information between sentID and instance, and the remaining two files store the data in dataset at sentence-level and bag-level respectively.

For example, test set contains sent_test.txt, sent_relation_test.txt and bag_relation_test.txt. The mapping information between sentID and instance in test set is stored in sent_test.txt, and the data in test set at sentence-level and bag-level are stored in sent_relation_test.txt and bag_relation_test.txt respectively.

Reference

If you use the IPRE data, please cite the following paper:

  • Haitao Wang, Zhengqiu He, Jin Ma, Wenliang Chen, Min Zhang. 2019. IPRE: a Dataset for Inter-Personal Relationship Extraction. https://arxiv.org/abs/1907.12801

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.