Skip to content

Sharing your results

rzanoli edited this page Nov 28, 2013 · 11 revisions

This page reports the results obtained by EOP users and the configuration files they used to produce those results. Using the reported configuration files allows other users to replicate experiments under the same condition or avoid doing experiments that have already been done.

Users that would like to share their results with the other EOP members can either upload their results into this page directly (it needs a GitHub account) or they can contact the EOP members by the provided mailing lists.

Experiments archive:

EDA Data Set Result Configuration File Name
BIUTEE
EDITS
TIE GER-RTE-3 0.8 MaxEntClassificationEDA_Base+OpenNLP_DE.xml
ENG-RTE-3 0.8 MaxEntClassificationEDA_Base+OpenNLP_EN.xml

BIUTEE


EDITS


TIE

**_Configuration file name:_** MaxEntClassificationEDA_Base+OpenNLP_DE.xml Data set: GER-RTE-3 Results: 0.8(Pr) 0.8(Re), 0.8(F1)

Author name: .....
Affiliation: .....
Contact: .........

Configuration file content:

<configuration>
  <section name="PlatformConfiguration">
    <property name="activatedEDA">eu.excitementproject.eop.core.MaxEntClassificationEDA</property>
    <property name="language">DE</property>
    <property name="activatedLAP">eu.excitementproject.eop.lap.dkpro.OpenNLPTaggerDE</property>
  </section>

  <section name="BagOfWordsScoring">
  </section>

  <section name="eu.excitementproject.eop.core.MaxEntClassificationEDA">
    <property name="modelFile">eop-resources-1.0.2/model/MaxEntClassificationEDAModel_Base+OpenNLP_DE</property>
    <property name="trainDir">/tmp/</property>
    <property name="testDir">/tmp/</property>
    <property name="classifier">10000,1</property>
    <property name="Components">BagOfWordsScoring</property>
  </section>
</configuration>
**_Configuration file name_:** MaxEntClassificationEDA_Base+OpenNLP_EN.xml Data set: ENG-RTE-3 Results: 0.8(Pr) 0.8(Re), 0.8(F1)

Author name: .....
Affiliation: .....
Contact: .........

Configuration file content:


Clone this wiki locally