Dear participants,
For each run, a submission file (run) must be an txt file that
includes all pairs of drugs and its prediction. Algorithms identify
all possible DDI candidate pairs appearing in a single sentence of
text (it should be remembered that only DDIs occurring within the text
unit of a sentence are to be considered for this task). When the DDI
candidate pair is predicted to be a non-authentic DDI, participant
algorithms should generate the label "0". Conversely, when the DDI
candidate pair is predicted to be an authentic DDI, participant
algorithms should generate the label "1".
Algorithms are not allowed to skip examples, that is, they must always
provide a prediction for each pair of drugs.
A more detailed description of the format can be found
http://labda.inf.uc3m.es/DDIExtraction2011/docpredictions.pdf
Participants are allowed to submit a maximum of 5 runs. Each run can
include different sources of information and use different techniques.
For example, some algorithms may not need the information provided by
the MetaMap tool.
Please name your submission file with your team name followed by the
number of the run. For example, the UC3M team may submit the following
files: UC3M_1.txt, UC3M_2.TXT, UC3M_3.TXT, UC3M_4.TXT and UC3M_5.TXT.
Regards,
DDIExtraction 2011 organizers