<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>A standard language for the description of datasets obtained in experimental studies</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>St. Petersburg University</institution>
          ,
          <addr-line>St. Petersburg 199034</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Despite the number of data increases rapidly this does not lead to a comparable increase in knowledge. This is particularly topical for the data received in scientific research as research efforts are expensive and publicly funded. The fundamental possibility of data reuse is provided by metadata but there are a set of standards that often not consistent. Thus, if two datasets described with different standards it is not easy to integrate them. This paper proposes a language for the description of datasets obtained in behavioral experiments. The language allows connecting datasets obtained by independent research groups. The language consists of two top-level concepts - for the experimental procedure and for the resulting dataset description - and ten lower-level concepts. Each of the concepts is described by mandatory and additional characteristics. The former is necessary for the data description, while the latter improves the understanding of the dataset and its suitability for reuse. The developed language was tested on the description (and further integration) of visual search task datasets obtained by different researchers.</p>
      </abstract>
      <kwd-group>
        <kwd>metadata</kwd>
        <kwd>dataset description language</kwd>
        <kwd>metadata schema</kwd>
        <kwd>experimental studies datasets</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Despite the number of data increases rapidly this does not lead to a comparable
increase in knowledge. At the same time, sustainability problems are rising – we are not
living in the open world anymore and with the modern growth pace, we will sooner or
later run out of resources
        <xref ref-type="bibr" rid="ref11">(Weizsäcker von &amp; Wijkman, 2018)</xref>
        . This is particularly
topical for the scientific research data as research efforts are expensive and publicly
funded.
      </p>
      <p>
        The majority of research data are not reusable: it is neither managed properly as
separate datasets
        <xref ref-type="bibr" rid="ref9">(Vines et al., 2014)</xref>
        nor integrated between each other
        <xref ref-type="bibr" rid="ref12">(Wilkinson et
al., 2016)</xref>
        . Thus, to test any hypotheses researcher should collect his or her own
dataset, though some of them could be tested with the datasets already collected by other
researchers. This issue can be solved with a joint database, where different datasets
could be connected. Current research repositories such as figshare1, Zenodo2, or Open
      </p>
    </sec>
    <sec id="sec-2">
      <title>1 https://figshare.com/</title>
      <p>Science Framework3 do not suite this task – several hundreds of them exist, each one
with its own metadata set and store policies.</p>
      <p>To connect different datasets universal language for their description should be
created. Several attempts were already done; however, neither of them was widely
applied. These attempts can be divided into three groups:</p>
      <p>In this paper, a universal language for describing datasets of behavioral
experiments is proposed. The pilot version of the language was created and tested. Further
expansion to the different experimental tasks is under development. After this, the
language can be used in two ways: as a metadata schema for internal use in research
projects and for the integration of datasets obtained by different research groups. For
the last case, a prototype of the platform is planned to be created.
2</p>
      <sec id="sec-2-1">
        <title>Method</title>
        <p>To create a data description language, the NeOn approach was adapted
(SuarezFigueroa, Gómez-Pérez, &amp; Fernández-López, 2012). The development included five
steps:
4. Specification. The language should meet the requirements:
a. allows reuse of experimental data;
b. permits dataset description with a minimum set of required characteristics;
c. suitable for the data obtained in different behavioral experiments.
5. Analysis of the ontological and non-ontological sources for reuse (briefly presented
in the Introduction).
6. Conceptualization. A dictionary of concepts describing datasets was created.
7. Formalization. Hierarchy of the concepts was created (ten upper-level concepts
were identified) and their properties were defined (the concepts were divided into
two groups, for each of the concept characteristics were formulated).
8. Implementation. YAML was chosen as a human-readable language for describing
the data structure. In this language, the data is described using the ‘parameter:
value’ pairs, where the parameters are language schema, and the values are added in
2 https://zenodo.org/
3 https://osf.io/
4 http://www.brainmap.org/
5 http://neurosynth.org/
6 https://neuinfo.org/
accordance with the dataset. We are aiming to change it to OWL together with
graphical user interface implementation.
3</p>
      </sec>
      <sec id="sec-2-2">
        <title>Results</title>
        <p>Developed experimental data description language includes two top-level concepts:
for data and metadata description (Figure 1)7. Metadata (Meta) contains information
that is necessary for dataset understanding and reuse: authors' names, usage rules, file
names, etc. The data description (Dataset) includes information about the
experimental approach and variable definitions. Metadata descriptions and data descriptions
contain Required characteristics without which data cannot be used, and
Optional characteristics that improve the understanding of the dataset and its suitability for
reuse. Thus, there are four types of characteristics for the dataset description:
1) metadata required; 2) metadata optional; 3) data required; 4) data optional.</p>
        <p>
          Metadata characteristics descriptions vary little from experiment to experiment.
It is similar to the common metadata standards such as Dublin Core
          <xref ref-type="bibr" rid="ref10">(Weibel, Kunze,
Lagoze, &amp; Wolf, 1998)</xref>
          with two main additions. The first is disambiguation of the
experiment’s title (experiment_title) and the name of the data file
(trial_file) in the Description characteristics as the same experiment can contain
several files. The second is Sample characteristics as they are crucial for the data
reuse.
        </p>
        <p>Data characteristics vary significantly in different experiments. For example, in
an experimental study of visual search, a set of variables describe stimuli parameter –
its spatial (size and location), temporal (for how long it was demonstrated, the interval
7 Full language schema available freely at
https://github.com/achetverikov/visual_search_db/blob/master/data/import_conf_template.y
aml
between different stimuli) and other visual (like color or shape) characteristics. In the
experiments studying subjective experience, this set will be different – the
characteristics related to the stimuli assessment will be in the first place (such as likability
scale). To preserve suitability for such different datasets’ description and universality
of the language simultaneously detailed description of the task was moved to the
optional characteristics. Thus, in the developed language, required data characteristics
are not specific to the task and include a general description of the experiment and
participants. Optional data characteristics allow to describe the experimental task in
more details and include characteristics of experimental conditions (language, date
and location, software); equipment (display parameters, characteristics of the response
device); and procedure (type and characteristics of the task, parameters of the
presented stimuli).
4</p>
      </sec>
      <sec id="sec-2-3">
        <title>Case study</title>
        <p>The pilot version of the language was tested out on the datasets obtained in the visual
search task. The datasets were collected at open research repositories and websites of
the several research groups in the field. The language was able to describe datasets
obtained by different authors (Figure 2). Based on the description the datasets were
merged into a single database using the R software environment8 and Neo4j graph
database platform9.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>8 https://www.r-project.org/</title>
      <p>9 https://neo4j.com/</p>
      <p>
        Despite the language was able to describe different datasets several limitations
exist. The main is user-driven enrichment of the language assumed by the current
approach for the language extension. It is known that user-tagging systems are
redundant and error-prone
        <xref ref-type="bibr" rid="ref4">(Kiu &amp; Tsui, 2011)</xref>
        , thus, either the introduction of joint
language editing with new characteristics the pre-moderation or its integration with the
formal descriptions of experiments is needed. Also, the issue of missing data is not
yet taken into consideration.
5
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Archer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Data Catalog Vocabulary (DCAT)</article-title>
          .
          <source>Retrieved July 20</source>
          ,
          <year>2019</year>
          , from https://www.w3.org/TR/vocab-dcat/
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Fox</surname>
            ,
            <given-names>P. T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laird</surname>
            ,
            <given-names>A. R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fox</surname>
            ,
            <given-names>S. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fox</surname>
            ,
            <given-names>P. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uecker</surname>
            ,
            <given-names>A. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crank</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , …
          <string-name>
            <surname>Lancaster</surname>
            ,
            <given-names>J. L.</given-names>
          </string-name>
          (
          <year>2005</year>
          ).
          <article-title>BrainMap taxonomy of experimental design: Description and evaluation</article-title>
          .
          <source>Human Brain Mapping</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ),
          <fpage>185</fpage>
          -
          <lpage>198</lpage>
          . https://doi.org/10.1002/hbm.20141
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Gardner</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Akil</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ascoli</surname>
            ,
            <given-names>G. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bowden</surname>
            ,
            <given-names>D. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bug</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Donohue</surname>
            ,
            <given-names>D. E.</given-names>
          </string-name>
          , …
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>R. W.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>The Neuroscience Information Framework: A Data and Knowledge Environment for Neuroscience</article-title>
          ,
          <volume>6</volume>
          ,
          <fpage>149</fpage>
          -
          <lpage>160</lpage>
          . https://doi.org/10.1007/s12021-008-9024-z
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Kiu</surname>
            ,
            <given-names>C. C.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Tsui</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>TaxoFolk: A hybrid taxonomy-folksonomy structure for knowledge classification and navigation</article-title>
          .
          <source>Expert Systems with Applications</source>
          ,
          <volume>38</volume>
          (
          <issue>5</issue>
          ),
          <fpage>6049</fpage>
          -
          <lpage>6058</lpage>
          . https://doi.org/10.1016/j.eswa.
          <year>2010</year>
          .
          <volume>11</volume>
          .014
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Soldatova</surname>
            ,
            <given-names>L. N.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>King</surname>
            ,
            <given-names>R. D.</given-names>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>An ontology of scientific experiments</article-title>
          .
          <source>Journal of The Royal Society Interface</source>
          ,
          <volume>3</volume>
          (
          <issue>11</issue>
          ),
          <fpage>795</fpage>
          -
          <lpage>803</lpage>
          . https://doi.org/10.1098/rsif.
          <year>2006</year>
          .0134
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Starr</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Gastl</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>IsCitedBy: A metadata scheme for datacite</article-title>
          . https://doi.org/10.1045/january2011-starr
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Suarez-Figueroa</surname>
            ,
            <given-names>M. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gómez-Pérez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Fernández-López</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>The NeOn Methodology for Ontology Engineering</article-title>
          . In Ontology Engineering in a Networked World (pp.
          <fpage>9</fpage>
          -
          <lpage>34</lpage>
          ). https://doi.org/10.1007/978-3-
          <fpage>642</fpage>
          -24794-1
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Sure</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bloehdorn</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haase</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hartmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Oberle</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2005</year>
          ).
          <article-title>The SWRC ontology - Semantic Web for research communities</article-title>
          .
          <source>Proceedings of the 12th Portuguese Conference on Artificial Intelligence - Progress in Artificial Intelligence (EPIA</source>
          <year>2005</year>
          ),
          <volume>3803</volume>
          ,
          <fpage>218</fpage>
          -
          <lpage>231</lpage>
          . https://doi.org/10.1007/11595014_
          <fpage>22</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Vines</surname>
            ,
            <given-names>T. H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Albert</surname>
            ,
            <given-names>A. Y. K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andrew</surname>
            ,
            <given-names>R. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Débarre</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bock</surname>
            ,
            <given-names>D. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Franklin</surname>
          </string-name>
          , M. T., …
          <string-name>
            <surname>Rennison</surname>
            ,
            <given-names>D. J.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>The availability of research data declines rapidly with article age</article-title>
          .
          <source>Current Biology</source>
          ,
          <volume>24</volume>
          (
          <issue>1</issue>
          ),
          <fpage>94</fpage>
          -
          <lpage>97</lpage>
          . https://doi.org/10.1016/j.cub.
          <year>2013</year>
          .
          <volume>11</volume>
          .014
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Weibel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kunze</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lagoze</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Wolf</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>1998</year>
          ).
          <article-title>Dublin Core Metadata for Resource Discovery</article-title>
          . Retrieved from http://purl.org/metadata/dublin_core
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Weizsäcker von</surname>
          </string-name>
          , E. U., &amp;
          <string-name>
            <surname>Wijkman</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2018</year>
          ). Come On! Berlin, Germany: Springer
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Wilkinson</surname>
            ,
            <given-names>M. D.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Comment: The FAIR Guiding Principles for scientific data management and stewardship</article-title>
          .
          <source>Scientific Data</source>
          ,
          <volume>3</volume>
          , 160018. https://doi.org/10.1038/sdata.
          <year>2016</year>
          .18
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Yarkoni</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poldrack</surname>
            ,
            <given-names>R. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nichols</surname>
          </string-name>
          , T. E.,
          <string-name>
            <surname>Van Essen</surname>
            ,
            <given-names>D. C.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Wager</surname>
            ,
            <given-names>T. D.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Largescale automated synthesis of human functional neuroimaging data</article-title>
          .
          <source>Nature Methods</source>
          ,
          <volume>8</volume>
          (
          <issue>8</issue>
          ),
          <fpage>665</fpage>
          -
          <lpage>670</lpage>
          . https://doi.org/10.1038/nmeth.1635
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>