Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.31 KB

index.md

File metadata and controls

43 lines (30 loc) · 1.31 KB
layout
base

Word Representations

This page contains data and code related the publication "Size (and Domain) Matters: Evaluating Semantic Word Representations for Biomedical Text" by Stenetorp et al. (2012).

Data

The word representations introduced in the publication can be found here.

Code

The code used for the Named Entity Recognition (NER) experiments can be found here.

The code used for the Semantic Category Disambiguation (SCD) experiments can be found here.

Publications

For details please see:

@inproceedings{stenetorp2012size,
author      = {Stenetorp, Pontus and Soyer, Hubert and Pyysalo, Sampo
    and Ananiadou, Sophia and Chikayama, Takashi},
title       = {Size (and Domain) Matters: Evaluating Semantic Word
    Space Representations for Biomedical Text},
year        = {2012},
booktitle   = {Proceedings of the 5th International Symposium on
    Semantic Mining in Biomedicine},
}