Coder Social home page Coder Social logo

ebm-nlp's Introduction

EBM-NLP

This corpus release contains 4,993 abstracts annotated with (P)articipants, (I)nterventions, and (O)utcomes. Training labels are sourced from AMT workers and aggregated to reduce noise. Test labels are collected from medical professionals. A sample annotated document looks like:

picture alt

Full annotations are available in ebm_nlp_*.tar.gz, which are organized as follows.

  • documents/ Documents are labeled by their PubMed identification number (PMID). Each document has two files:

    • documents/{PMID}.text Raw text of the abstract
    • documents/{PMID}.tokens Tokenized text to which the labels are assigned
  • annotations/{aggregated|individual}/ Since each document is multiply-annotated, we present two versions of the data:

    • aggregated Recommended - One set of labels per document derived from a voting strategy.
    • individual All labels from each worker (multiply-annotated documents, noisy)
  • .../{starting_spans|hierarchical_labels}/

    • starting_spans/ Labels for P/I/O text spans
    • hierarchical_labels/ Detailed labels for each starting span
  • .../{participants|interventions|outcomes}/ Labels for each P/I/O element are separated since they occasionally overlap (for 3% of tokens). An example of combining them for joint learning can be found in https://github.com/bepnye/EBM-NLP/tree/master/models/lstm-crf

The label mappings for each PIO element are:

label P I O
0 No label No label No label
1 Age Surgical Physical
2 Sex Physical Pain
3 Sample size Drug Mortality
4 Condition Educational Adverse effects
5 Psychological Mental
6 Other Other
7 Control

ebm-nlp's People

Contributors

bepnye avatar

Watchers

James Cloos avatar

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.