<!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>The simpler the better - Retrieval Model comparison for Prior-Art Search in Patents @ CLEF-IP 2013</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andreas Eiselt</string-name>
          <email>R@100</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gabriel Oberreuter</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Innovandio S.A.</institution>
          ,
          <addr-line>Miguel Claro 195, Santiago</addr-line>
          ,
          <country country="CL">Chile</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Task</institution>
          ,
          <addr-line>Corpus and Evaluation</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Patentability and novelty search is an essential part of any patent application. It ensures that the idea that should be patented has not already been registered anywhere else in the world. However, this task is complicated by the large number of documents and the fact that they are written in many different languages. In this paper we survey four approaches that will help to automate the task and share the insights we have gained through our participation in the CLEF-IP Workshop 2013.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>The level of innovation is one of the principal measures that determines if an
idea can be patented or not. In order to estimate it, an exhaustive search in over
80 million patents from more than 100 patent authorities has to be performed.
To date, this is still usually carried out with the help of keyword searches. That
this strategy does not work is proven by the fact that 54% of the 2.5 million
annual patent applications are rejected. The main problem is that the language
used in patents is often subject specific as well as inaccurate and misleading.
The reason for this is that the applicants are usually not interested in making
their ideas public and therefore try to disguise them as good as possible. Another
problem is that patent documents may be written in many different languages,
which makes it even harder to find similar ideas.</p>
      <p>For our participation in the patentability and novelty search task of the
CLEF-IP workshop, which was to automatically find all documents and their
respective passages that describe concepts strongly related to those explained in
the source document, we explored the applicability of four approaches that will
be explained in the following chapter.
For the CLEF-IP patentability or novelty search task all participants were
provided with a corpus divided into two sets of patent documents: the first set Dpat
contains 3.118.088 patent documents (2.680.604 from the EPO and 437.484 from
the WIPO) and the second set Dapp 210 patent documents (belonging to 69
patents). Furthermore a set of 149 topics T was given. Each ti 2 T was defined
as a subset from the claims of one patent document di 2 Dapp. The basic task
was, given a topic ti, find those passages pn in dpat 2 Dpat that are semantically
related.</p>
      <p>
        The results were then evaluated on document as well as on passage level. On
document level the Patent Retrieval Evaluation Score (PRES) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] was used with
a cutoff at 100, while the evaluation on passage level was based on the mean
average generalized precision (MAgP) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-2">
      <title>Experiments &amp; Results</title>
      <p>In order to obtain the most relevant documents and passages from Dpat for ti,
the retrieval process was divided into two stages: candidate-retrieval and detailed
comparison. During the candidate-retrieval the most relevant documents from
Dpat were selected and subsequently a detailed comparison was performed to
determine the most relevant passages.</p>
      <p>In order to reduce the space of possible candidates and improved retrieval
quality, we only considered patents from Dpat, which shared at least one
International Patent Classi cation (IPC) with the patent containing ti. We furthermore
used abstracts, claims and descriptions from all patent family members, since
the text contained in ti was too short.</p>
      <p>
        As the amount of patents in the workshop task, as well as in a real-world
scenario is limited, in three of the four approaches the candidate-retrieval was
performed by calculating the text similarity between ti and all possible candidate
documents from Dpat. The detailed comparison at passage level was executed
subsequently between ti and the top 100 candidates from Dpat using the same
similarity measure. As text similarity measure, we evaluated 3 approaches which
were all based on the Vector-Space Model (VSM) and the cosine similarity:
(i) Word uni-grams (ii) Character tri-grams, (iii) Cross-Language Explicit
Semantic Analysis (CL-ESA) . The first approach was based on the idea of simply
comparing the used vocabulary, ignoring the fact that some documents are
written in other languages. This approach was considered the best approximation
for a keyword-search, a strategy commonly used by humans to generate a patent
search-report. The second approach was based on the findings that two text
documents written in different european languages have a strong character N -gram
overlap [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The third approach is known as Cross-Language Explicit
Semantic Analysis (CL-ESA) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. It represents a document as a vector of similarities
to the documents of a multi-lingual reference corpus. This allows to compare
documents on a semantic level, independent of the language in which they are
written.
      </p>
      <p>In comparison to the first three approaches, the fourth was based on a
heuristic candidate retrieval. Therefore, we generated a set of queries for each source
document and executed them on a search engine, which had all documents from
Dpat indexed. For the top candidate documents we then executed a detailed
comparison based again on word uni-grams.</p>
      <p>The results of each submitted run, are presented in Table 1. They show, that</p>
      <p>MAP
0.30
0.26
0.23
0.21
0.38
0.37
0.31
0.29
the simplest approach (cosine similarity between vectors of word uni-grams)
outperforms any other approach. This can be explained by the fact that it guarantees
a higher ranking for documents with similar vocabulary. The same documents
will get a higher score in case of an intelligent keyword-search as it is typically
executed by humans. This also explains the good results of the heuristic candidate
retrieval, as it aims to imitate humans behaviour too. That the approach based
on character tri-grams did not bring the expected advantage is due to the fact
that documents of the same language still share a lot more character n-grams
than semantically related documents in different languages. The interpretation of
the results obtained using CL-ESA may require further investigation. They show
that this approach is, out of the four, the worse approximation for human search
behaviour. Nevertheless, they do not reflect necessarily a bad performance.
Preliminary investigations of the results have shown that CL-ESA assigned a higher
rank to documents which seem to be highly related and which did not appear
in the result-set of simple keyword-searches and neither in the patent search
report. Hence, in order to obtain a better idea of the result-quality, it would be
necessary to manually judge the relatedness of the top-ranked results.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Magdy</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>G.J.:</given-names>
          </string-name>
          <article-title>PRES: a score metric for evaluating recall-oriented information retrieval applications</article-title>
          .
          <source>In: Proceeding of the 33rd international ACM SIGIR conference on Research and development in information retrieval - SIGIR '10</source>
          , New York, New York, USA, ACM Press (
          <year>2010</year>
          )
          <fpage>611</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Kamps</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pehcevski</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kazai</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lalmas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Robertson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Inex 2007 evaluation measures</article-title>
          . In Fuhr, N.,
          <string-name>
            <surname>Kamps</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lalmas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trotman</surname>
          </string-name>
          , A., eds.:
          <article-title>Focused Access to XML Documents</article-title>
          . Volume
          <volume>4862</volume>
          of Lecture Notes in Computer Science. Springer Berlin Heidelberg (
          <year>2008</year>
          )
          <fpage>24</fpage>
          -
          <lpage>33</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>McNamee</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mayfield</surname>
          </string-name>
          , J.:
          <article-title>Character n-gram tokenization for european language text retrieval</article-title>
          .
          <source>Information Retrieval</source>
          <volume>7</volume>
          (
          <issue>1</issue>
          -2) (
          <year>2004</year>
          )
          <fpage>73</fpage>
          -
          <lpage>97</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anderka</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A Wikipedia-Based Multilingual Retrieval Model</article-title>
          . In Macdonald,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ounis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Plachouras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Ruthven</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>White</surname>
          </string-name>
          , R., eds.
          <source>: Advances in Information Retrieval. 30th European Conference on IR Research (ECIR 08)</source>
          . Volume
          <volume>4956</volume>
          of Lecture Notes in Computer Science., Berlin Heidelberg New York, Springer (
          <year>2008</year>
          )
          <fpage>522</fpage>
          -
          <lpage>530</lpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>