<!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>Metadata Synchronization between Bilingual Resources: Case Study in Wikipedia</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Eun-kyung Kim</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Matthias Weidl</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Key-Sun Choi</string-name>
          <email>kschoi@world.kaist.ac.kr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Korea Advanced Institute of, Science and Technology</institution>
          ,
          <addr-line>Yuseong-gu, Guseong-dong, Daejeon</addr-line>
          ,
          <country>Republic of Korea</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Universit a ̈t Leipzig, Department of Computer</institution>
          ,
          <addr-line>Science, Johannisgasse 26, D-04103 Leipzig</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <fpage>35</fpage>
      <lpage>38</lpage>
      <abstract>
        <p>In this paper, we present a conceptual study aimed at understanding the impact of international resource synchronization in Wikipedia and DBpedia. In the absence of any information synchronization, each country would construct its own datasets and manage it from its users. Moreover the cooperation across the various countries is adversely a ected. The solution is based on the analysis of Wikipedia infobox templates and on experimentation such as term translation.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Experimentation</title>
      <sec id="sec-1-1">
        <title>1. INTRODUCTION</title>
        <p>Wikipedia is an international project which is a web-based,
free-content encyclopedia and is written collaboratively.
Wikipedia has made tremendous e ect in the web. It has
grown rapidly into one of the largest reference web sites.
The main advantage of using Wikipedia is its wide coverage
of concepts and languages. Wikipedia currently comprises
more than 260 languages. However, Wikipedia still lacks
sufcient support for non-English languages. The 22% articles
in all Wikipedias belong to the English language version.
Although English has been accepted as a global standard
to exchange information between di erent countries,
companies and people, the majority of users are attracted by
projects and web sites if the information is available in their
native language as well. One can also assume that the
proportion of users on the Internet who do not speak English
will continue to rise.</p>
        <p>Due to the di erences in the amount of information
between English and non-English languages in Wikipedia, there
needs to not only avoid information loss, but also enrich
informations.</p>
        <p>Copyright is held by the author/owner(s).</p>
        <p>WWW2010, April 26-30, 2010, Raleigh, North Carolina.</p>
        <p>
          In this paper we presents our e orts to create a
multilingual system for translation-based information
synchronization. Our work is based on idea that Wikipedia as a
multilingual corpus and especially translation results
between di erent editions provide valuable multilingual
resources to the web. To explore this problem, we developed
Metadata Synchronization, a platform for translation-based
data synchronization between English Wikipedia and
Korean Wikipedia. It aims to translate infoboxes from the
English Wikipedia into Korean and insert it into the Korean
Wikipedia. Because Wikipedia o ers a number of structural
elements, in particular, the infobox template is used to
express structured information about a condensed set of
important facts relating to the article[
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. The infobox is
manually created by authors that create or edit an article. As
a result, many articles have no infoboxes and other articles
contain infoboxes which are not complete. Moreover, even
the interlanguage linked articles do not use the same
infobox template or contain di erent amount of information.
Interlanguage links are links from any page describing an
entity in one Wikipedia language to a page describing the
same subject in another language. This problem raises an
important issue about multi-lingual access on the Web.
        </p>
        <p>The rest of this paper is organized as follows: In section
2, we describe related work. The framework and details of
the proposed approach are given in section 3. Section 4 and
5 discusse the experimentation and results. At the end, we
summarize the obtained results and point our future work.
2.</p>
      </sec>
      <sec id="sec-1-2">
        <title>RELATED WORK</title>
        <p>
          Wikipedia represents a valuable source of knowledge to
extract semantic information between concepts. [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] focuses
on research that extracts and makes use of the concepts,
relations, facts and descriptions found in Wikipedia, and
organizes the work into four broad categories: applying Wikipedia
to natural language processing; using it to facilitate
information retrieval and information extraction; and as a resource
for ontology building.
        </p>
        <p>
          In [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], the authors suggests a methodology that semantic
information can be extracted from Wikipedia by analyzing
the links between categories. They try to provide a
semantic schema for Wikipedia which could improve its search
capabilities and provide contributors with meaningful
suggestions for editing the Wikipedia pages.
        </p>
        <p>
          DBpedia1[
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] is a large, on-going, project which
concentrates on the task of converting Wikipedia content into
structured knowledge, and make it usable for the Semantic Web.
An important component of DBpedia is harvesting of the
information present in infoboxes. The infobox extraction
algorithm detects such templates and recognizes their structure
and saves it in RDF triples. DBpedia reached a high-quality
of the extracted information and o ers datasets of the
extracted Wikipedia in 91 di erent languages. However,
DBpedia still lacks su cient support for non-English languages.
First, DBpedia only extracts data from non-English
articles that have an inter-language link to an English article.
Therefore all other articles cannot be queried by DBpedia.
Another reason is that the Live Extraction Server [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] only
supports the timely extraction of the English Wikipedia.
Due to the di erences in the number of resources between
English and non-English languages in DBpedia, there needs
to be a synchronization among them.
        </p>
        <p>
          [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] presents a method for cross-lingual alignment of
template and infobox attributes in Wikipedia. The alignment is
used to add and complete templates and infoboxes in one
language with information derived from Wikipedia in
another language.
        </p>
        <p>
          In the area of cross-language data fusion, another project
has been launched[
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. The goal is to extract infobox data
from multiple Wikipedia editions and fusing the extracted
data among editions. To increase the quality of articles,
missing data in one edition will be complemented by data
from other editions. If a value exists more than once, the
property which is most likely correct will be selected.
        </p>
        <p>Our metadata synchronization algorithm consists of two
consecutive steps: a metadata extraction step and a
metadata translation step. Figure 1 illustrates the work ow of
our approach. In order to illustrate our approach, we
examine a case study in Wikipedia by using the Infobox as
metadata. Wikipedia is considered to be one of the most
successful collaborative editing communities on the web, we
consider it as an interesting example to discuss multilingual
synchronization.</p>
        <p>In particular, Web pages pose main problems to
multilingual resource:
The S-group contains pairs of articles which use the
same infobox template but have a di erent amount of
information. For example, an English-written article
and a non-English-written article, which have an
interlanguage link and use the same infobox template,
but have a di erent amount of template attributes.
The D-group contains pairs of articles which use
different infobox templates. D-group emerges due to the
di erent degrees of each Wikipedia communities'
activities. In communities where many editors lively
participate, template categories and formats are more
wellde ned and more ne-grained. For example,
philosopher, politician, o ceholder and military person
templates in English are matched just person template in
Korean. It appears not only a Korean Wikipedia but
also non-English Wikipedias.</p>
        <p>The M-group contains pairs of articles where an
infobox exists on only one side.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>The forms of each types are shown in Figure 2. We also re ned template schema that is necessary for several reasons. The rst reason is that many templates use the abbreviation for its name, for example, SW books,</title>
      <p>NRHP and MLB player. In the cases of SW books and NRHP,
these stand for Star Wars books and National Register
of Historic Places respectively. However, a SW is widely
used for an abbreviation of a software and NRHP is used only
in Wikipedia. Thus it is di cult to understand.</p>
      <p>
        The second reason is that the template name does not
have same meaning as the common sense in a dictionary.
For example, according to the Wiktionary[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] television
means `An electronic communication medium that allows
the transmission of real-time visual images, and often sound'.
However, for example, the Template:Infobox television
represents television program. Its attributes are shown in
below:
      </p>
      <p>Infobox television=fshow name, image, caption,
genre, format, creator, developer, writer, director,
producer, country, opentheme, ...g</p>
      <p>Moreover di erent format of properties with same
meaning should be re ned. In order to overcome the problems of
multiple property names being used for the same type, for
example, `birth place', `birthplace and age' and `place birth'
are mapped to `birthPlace'. In addition, the `img' property
is replaced into the `image', because the later form is better
to translate. If this is solved, it will be a great help for
organizing templates and the e ciency of our synchronization
framework will be higher.</p>
      <p>
        We extracted English triples in infoboxes are simply
translated into Korean triples. For the dictionary-based term
translation [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], we use bilingual dictionary which is originally
created for Englsih-to-Korean translations from Wikipedia
interlanguage links [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], with our pre-constructed bilingual
resources from SWRC 3. The dictionary based translation
is easy to set up. It just requires access to a bilingual
dictionary. However, using multiple translation entries from a
dictionary can generate large amounts of ambiguity which is a
classic problem of translation. Another problem comes from
the uncollected names. Such as proper names, uncollected
3Semantic Web Research Center http://swrc.kaist.ac.kr
names are still not correctly translated using the
dictionarybased translation. After we constructed the translation
resource, we added several translation patterns for multi-terms.
Multi-terms are set of single terms such as Computer
Science. We extracted 11 translation patterns(9 patterns for
syntactic solving and 2 patterns for Date) using bilingual
alignment of collocations (See Table 1). It uses the simple
method of word co-occurrence in two or more aligned
sentences across languages. We used the English-Korean
multilingual corpus from SWRC. It consists of 60,000 pairs of
sentences. We can choose from any of those aligned
parallel sentences and determine the relative word order in the
collocation [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>After the translation step, we try to align the bilingual
metadata. For the alignment, we manually constructed the
mapping table between Korean and English template schemas
based on translation results.</p>
      <p>The details of this method are described in the following.
4.</p>
      <sec id="sec-2-1">
        <title>EXPERIMENTATION</title>
        <p>We introduce the details of experimental dataset and the
processing of the data.
4.1</p>
      </sec>
      <sec id="sec-2-2">
        <title>Metadata Extraction</title>
        <p>We need two types of data sets for experimentation. One
type is the Wikipedia dump and the other type of data is
the DBpedia dataset. In this paper, we only use Korean and
English data, but our approach can be applied on any
language of data in Wikipedia. We extracted 37,576 Korean
articles contain infobox using Wikipedia dumps at March,
2010. Once the data is ready, all articles are parsed to
extract attribute-value pairs of infobox. We got 1,042 infobox
templates in Korean. We got 2,792 infobox templates in
English using DBpedia dataset, and 1,642 template-pairs. It is
noted lots of templates are duplicate uses. Thus, the number
of template-pairs is much bigger than the number of
templates in Korean. However, there are many articles having
infobox without the name of template, it is a hurdle in the
progress and development of the infobox extraction.
4.2</p>
      </sec>
      <sec id="sec-2-3">
        <title>Metadata Translation</title>
        <p>We executed the translation from English triples in
infoboxes to Korean triples. In our experiments, we used
DBpedia 3.4 as resource for the translation, a comparison of
datasets is as follows:</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>English Triples in DBpedia: 43,974,018</title>
      <p>We can get translated Korean triples over 30 times larger
than existing Korean triples. However, its quality is still
quite poor. Because lots of triples include sentences or phrases
such as below:</p>
      <p>Triple 1. \%21%21%21", \currentMembers", \Nic
Offer Allan Wilson Mario Andreoni Tyler Pope Dan
Gorman Sean McGahan Shannon Funchess Paul
Quattrone"
Also, a large amount of translated triples consists of only
numbers. Our translation approach is compared to a
statistical machine translation system by Google Translate API.
The Google Translate API is an initial prototype used a
statistical MT system based on Moses and trained on
Europarl. Overall, the Google Translate API performed better
and executed faster than our dictionary based translation.
However, in case of proper nouns and abbreviations, our
approach yields slightly higher accuracy than Google Translate
API.
5.</p>
      <sec id="sec-3-1">
        <title>DISCUSSIONS</title>
        <p>Today, we created the metadata using translated results.
However, we did not check the consistency between existing
things and new things. To solve this problem, we try to
utilize this consistency management to construct a large and
ne-grained ontology by using infobox template. Thus we
have built a template ontology, OntoCloud4, from DBpedia
and Wikipedia to e ciently build the template structure.</p>
        <p>The construction of OntoCloud consists of the following
steps: (1) extracting templates of DBpedia as concepts in an
ontology, for example, the Template:Infobox Person (2)
extracting attributes of these templates, for example, name of
Person. These attributes are mapped to properties in
ontology. (3) constructing the concept hierarchy by set inclusion
of attributes, for example, Book is a subclass of Book series.
For the ontology building, similar types of templates are
mapped to one concept. For example, the Template:infobox
baseball player and Template:infobox asian baseball player
describe baseball player. Using the OntoCloud, we could be
check the consistency of templates.</p>
      </sec>
      <sec id="sec-3-2">
        <title>CONCLUSIONS</title>
        <p>As the web grows in number of pages and amount of
information, there is an increasing interest towards supporting
tasks such as organizing, and enriching. We have proposed a
novel idea on using term translation not only to synchronize
but also to enrich information of multilingual web resources,
and presented an e ective approach to implement this idea
in Wikipedia. Our work is ongoing for technical
improvements, such as better alignment between bilingual metadata,
and more precise translating. After the veri cation of
template consistency, the Korean Wikipedia and DBpedia can
be updated automatically. This will be helpful to
guarantee that the same information can be recognized in di erent
languages. Moreover, will be helpful to edit articles and to
create infoboxes when a new article is created. It can
support the authors by suggesting the right template. As future
work, it is planned to support more standardization for the
Korean language and improve the quality of the translated
datasets.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>E.</given-names>
            <surname>Adar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Skinner</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. S.</given-names>
            <surname>Weld</surname>
          </string-name>
          .
          <article-title>Information arbitrage across multi-lingual wikipedia</article-title>
          .
          <source>In WSDM '09: Proceedings of the Second ACM International Conference on Web Search and Data Mining</source>
          , pages
          <volume>94</volume>
          {
          <fpage>103</fpage>
          , New York, NY, USA,
          <year>2009</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          , G. Kobilarov,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Cyganiak</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ives</surname>
          </string-name>
          .
          <article-title>Dbpedia: A nucleus for a web of open data</article-title>
          .
          <source>In Proceedings of 6th International Semantic Web Conference, 2nd Asian Semantic Web Conference (ISWC+ASWC</source>
          <year>2007</year>
          ), pages
          <fpage>722</fpage>
          {
          <fpage>735</fpage>
          .
          <source>November</source>
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R.</given-names>
            <surname>Basili</surname>
          </string-name>
          ,
          <string-name>
            <surname>D. De Cao</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Croce</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Coppola</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Moschitti</surname>
          </string-name>
          .
          <article-title>Cross-language frame semantics transfer in bilingual corpora</article-title>
          .
          <source>In Computational Linguistics and Intelligent Text Processing, Lecture Notes in Computer Science</source>
          , chapter
          <volume>27</volume>
          , pages
          <fpage>332</fpage>
          {
          <fpage>345</fpage>
          .
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>G.</given-names>
            <surname>Bouma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Duarte</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Islam</surname>
          </string-name>
          .
          <article-title>Cross-lingual alignment and completion of wikipedia templates</article-title>
          .
          <source>In CLIAWS3 '09: Proceedings of the Third International Workshop on Cross Lingual Information Access</source>
          , pages
          <volume>21</volume>
          {
          <fpage>29</fpage>
          ,
          <string-name>
            <surname>Morristown</surname>
          </string-name>
          , NJ, USA,
          <year>2009</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chernov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Iofciu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Nejdl</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhou</surname>
          </string-name>
          .
          <article-title>Extracting semantic relationships between wikipedia categories</article-title>
          . In In 1st International Workshop:
          <article-title>"SemWiki2006 - From Wiki to Semantics" (SemWiki 2006), co-located with the ESWC2006 in Budva</article-title>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>C. B. Eugenio Tacchini</surname>
            ,
            <given-names>Andreas</given-names>
          </string-name>
          <string-name>
            <surname>Schultz</surname>
          </string-name>
          .
          <article-title>Experiments with wikipedia cross-language data fusion</article-title>
          .
          <source>In 5th Workshop on Scripting and Development for the 5th Workshop on Scripting and Development for the Semantic Web (SFSW2009)</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Hellmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Stadler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          .
          <article-title>Dbpedia live extraction</article-title>
          .
          <source>In Proc. of 8th International Conference on Ontologies, DataBases, and Applications of Semantics (ODBASE)</source>
          , volume
          <volume>5871</volume>
          of Lecture Notes in Computer Science, pages
          <volume>1209</volume>
          {
          <fpage>1223</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>O.</given-names>
            <surname>Levow</surname>
          </string-name>
          .
          <article-title>Dictionary-based techniques for cross-language information retrieval</article-title>
          .
          <source>Information Processing and Management</source>
          ,
          <volume>41</volume>
          :
          <fpage>523</fpage>
          {
          <fpage>547</fpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>O.</given-names>
            <surname>Medelyan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Milne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Legg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and I. H.</given-names>
            <surname>Witten</surname>
          </string-name>
          .
          <article-title>Mining meaning from wikipedia</article-title>
          .
          <source>May</source>
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>F.</given-names>
            <surname>Wu</surname>
          </string-name>
          and
          <string-name>
            <given-names>D. S.</given-names>
            <surname>Weld</surname>
          </string-name>
          .
          <article-title>Automatically re ning the wikipedia infobox ontology</article-title>
          .
          <source>In WWW '08: Proceeding of the 17th international conference on World Wide Web</source>
          , pages
          <volume>635</volume>
          {
          <fpage>644</fpage>
          , New York, NY, USA,
          <year>2008</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>T.</given-names>
            <surname>Zesch</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Muller, and I. Gurevych. Extracting lexical semantic knowledge from wikipedia and wiktionary</article-title>
          .
          <source>In Proc. of the 6th Conference on Language Resources and Evaluation (LREC)</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>