<!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 Flexible tool for Cross-Collection Patent Search</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Stefania Marrara</string-name>
          <email>stefania.marrara@disco.unimib.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gabriella Pasi</string-name>
          <email>pasi@disco.unimib.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Informatics, Systems and Communication (DISCo) University of Milano-Bicocca</institution>
          ,
          <addr-line>Building U14, I-20126, Milano</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Prior-art retrieval is a crucial application of Patent Retrieval aimed to determine the novelty of a new invention. In this scenario patent authors require an exhaustive knowledge of all related patents and the search often involves multiple patent collections across the world, which do not share the same document structure or vocabulary. For this reason, despite of the numerous patent search applications already available, we propose in this paper PatentLight[1] a search tool that offers novel and flexible functionalities based on both fuzzy logic and IR to help users looking for relevant patents here represented as XML documents. We show some examples of the proposed search tool to inquiry the WIPO and USPTO collections in a flexible way.</p>
      </abstract>
      <kwd-group>
        <kwd>Patent Search</kwd>
        <kwd>Fuzzy Logic</kwd>
        <kwd>Information Retrieval</kwd>
        <kwd>Flexible Query Language</kwd>
        <kwd>XML</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Patent Information Retrieval (PIR) is a specialized branch of Information
Retrieval, which is aimed to support users, often professionals such as patent
attorneys or inventors, in retrieving patents that satisfy their information needs
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        In this scenario, a crucial application is prior-art retrieval [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], which is
performed by patent searchers to determine the novelty of a new invention. In fact
patent authors require an exhaustive knowledge of all related patents since
overlooking a single important patent could lead to detrimental and very expensive
consequences, such as patent infringements and litigation.
      </p>
      <p>Today patents are commonly available thanks to collections such as USPTO
(United States Patent and Trade Office), EPO (European Patent Office) and
WIPO (World Intellectual Property Organization).</p>
      <p>
        Each collection contains several thousands of patents and continues to grow
up year by year; this situation poses a serious issue to patent professionals:
the cost of filing patents, defining claims and defending a claim of infringement
is increasing with time, making the process often too expensive, due to the
complexity in finding relevant patents. In 2010 the estimated cost to find relevant
patents was $1,500 per patent filing [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>For the above reasons Patent Retrieval stimulates an increasing interest of
the scientific community, and it is also considered a complex challenging task
since the vocabulary used in patents is often obscure as it contains a lot of
specialized or technical words. Often the obfuscation of content is intentional by
writers who wish their patents difficult to retrieve; patents contain an intrinsic
structure which often include description, claims or prior-art for instance and
can be different in different collections. Finally typical queries in patent retrieval
include a huge amount of words, often entire claims.</p>
      <p>
        Most Patent Search tools available today are collection dependent. The most
known, Google Patents [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and PatentsSearcher [
        <xref ref-type="bibr" rid="ref14 ref5">5, 14</xref>
        ], are centered on the
USPTO collection even if the issue of world-wide patents search is perceived. In
fact PatentsSearcher claims to ”rely on external services to query international
patents and applications” (see www.patentsearcher.com/aboutSearch.jsp), while
Google Patents includes the WIPO and EPO collections restricted to US patents
only.
      </p>
      <p>Most approaches presented in the literature, based on keyword extraction or
query expansion techniques, proved to produce poor results (see Section 1.1).</p>
      <p>Despite this fact, we believe that a traditional keyword-based analysis of
XML patents joined with our flexible search approach can be promising with
respect to both recall and precision.</p>
      <p>
        The first experimental results produced by [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] on the USPTO collection have
motivated us to further investigate in this direction.
      </p>
      <p>In this paper we present the development of our flexible tool PatentLight
plus some examples obtained on more than one patent collection from different
English language countries. Each document collection stores more or less the
same information (i.e., abstract, author names, topic, description,etc.) but with
different tree structures and tag vocabulary.</p>
      <p>
        For this task our PatentLight tool [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] has been improved by the introduction
of the similar constraint on tag names (see Section 2.2).
      </p>
      <p>The approach we propose in this paper relies on the recent outcomes of
research in XML Retrieval, overcoming the weaknesses of traditional
keywordbased approaches in the patents domain.
1.1</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>Patent IR evolved as a separate branch of IR showing characteristics that
drastically reduce the effectiveness of traditional retrieval techniques.</p>
      <p>In the last years, several approaches have been proposed, which can be
broadly classified into three categories:
– approaches based on query expansion techniques to reduce vocabulary
mismatch;
– approaches based on query extraction techniques to reduce verbose queries
– approaches based on query translation techniques, which include approaches
for querying multilingual patent collections, and approaches to query patents
section by section instead as a whole document.</p>
      <p>Because of the peculiarities of patent retrieval w.r.t traditional retrieval (as
described in the Introduction), standard IR techniques such as query expansion
proved not to work effectively with patent queries due to the presence of noisy
terms in the typical queries.</p>
      <p>
        In real practice however, most patent examiners formulate their queries for
invalidating claims by selecting high frequency terms from the query-patent claim
text, and hence the first approaches proposed in the literature [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ] moved their
steps from this practice and were based on keyword extraction to reduce queries
dimensions, unfortunately achieving results of low quality. More recently, [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] showed that using the whole patent text with raw term frequency (i.e.,
simple number of term occurrences in each document) reduces the job complexity
and the best results are obtained when terms are taken from all the fields of the
query patent.
      </p>
      <p>
        Other approaches, [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], used citation extraction to improve the
retrieval effectiveness of keyword based IR methods, and this idea is also adopted
in [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]that also applies a query expansion technique on segmented queries.
      </p>
      <p>
        Another important work is [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] which also adopted a query expansion
technique based on some structural properties of patents such as abstract, description
and image descriptions.
      </p>
      <p>
        The last class of patent retrieval approaches tries to take advantage from the
multilinguality of most patent collections, which means that the same patent
can be stored in more than one language. Most works are based on natural
language processing (NLP) approaches [
        <xref ref-type="bibr" rid="ref15 ref16 ref17">15–17</xref>
        ]. In particular, the most recent
[
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] uses NLP, and specifically statistical word alignment to translate patent
queries from language to language. More generally, query translation has been a
popular research mainstream and it is usually realized by means of dictionaries,
machine translation systems, ontologies or combinations of these (see [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] for an
overview).
      </p>
      <p>
        Finally a nice survey on users issues and expectations associated to Patent
Retrieval is [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. In this paper authors perform a deep analysis of patent users and
their search requirements with respect to current IR systems and applications.
2
      </p>
      <p>
        FleXy: a Flexible XML Query language
In [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] a flexible extension of the XQuery Full Text language (FleXy) by
introducing flexible constraints on both XML document structure and content was
defined.
      </p>
      <p>
        A patent search application based on FleXy has been proposed in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
PatentLight.
      </p>
      <p>In PatentLight the structure-based constraints of Flexy named below and
near, and the content-based flexible constraint around where employed. In this
section we introduce the constraint similar which applies on tag names, and
we show how the combination of content-based and structure-based evaluation
of results can improve the effectiveness of PatentLight. Here below a short
explanation of the above flexible constraints is given.
2.1</p>
      <p>A short description of below, near and around
The constraint below retrieves the fragments of an XML document (in this case
a patent) that are closer to the path required by the user’s query. The syntax of
the below constraint follows the standard XQuery axis syntax, and it is specified
as: c/below::t, where c is the context node, and t is the target node. The best
retrieved path is the one in which t is direct child of c. Others paths, those in
which t is simply descendant of c, will be retrieved but ranked in a lower position
w.r.t. the best one. To create the list of results we compute a path relevance
1
degree for each retrived fragment, wc,t, computed as wc,t = |desc arc(c,t)| where
desc arc(c,t) is a function that returns the set of descending arcs from c to t if
and only if t is a descendant node of c.</p>
      <p>The flexible constraint near retrieves elements that are connected to the
context node by any path (not only the descendant relationship), i.e., also ancestor
and sibling elements are evaluated. For the near constraint, the scoring
func1
tion is defined as: wc,t = |arcs(c,t)| where arcs(c,t) is the function that returns
the set of arcs that connects the context node c to the target node t following
the shortest path. The near constraint syntax is: c/near::t, where, as for the
constraint below, c is the context node and t is the target node.</p>
      <p>Around is a flexible constraint which applies to numerical data and its
evaluation function is formally defined as the membership function of a fuzzy subset
on the considered numerical domain; the membership function expresses the
similarity between the retrieved values and the numerical value requested by
the user. In the patent domain, the constraint around is defined to the aim of
analyzing date contents.</p>
      <sec id="sec-2-1">
        <title>The FleXy syntax of around is ’tag-date/@date[x around b]’, where</title>
        <p>tag-date is the attribute having the date value that has to be evaluated, x
is the date value of the examined patent, and b is the date written by the user
in his/her query.</p>
        <p>
          The evaluation function of the around constraint produces a score in the
interval [
          <xref ref-type="bibr" rid="ref1">0,1</xref>
          ] based on the date value b specified by the user and the date value
x of the patent. Patents with a date value close to the one specified by the user
will receive a higher score (score close to 1) than other patents. The evaluation
function of the flexible constraint around on the Date domain can be defined as
fuzzy subset with a triangular membership function centered on b.
2.2
        </p>
        <p>
          The similar constraint to assess tag similarity
Similar is a flexible constraint defined on tag names that allows to retrieve
fragments with a target node name similar to the name used in the user query.
Similar is defined as a function whose FleXy syntax is ’similar(x)’, where x
is the node name we are looking for. The evaluation of the function returns a
list of XML fragments with a target node name similar to x where the similarity
1
degree is number in the interval [
          <xref ref-type="bibr" rid="ref1">0,1</xref>
          ] computed as ws = 1+ed with ed = edit
distance between the retrieved tag name and x.
        </p>
        <p>Fig. 1 shows how the similar constraint works on two document fragments,
the left one from the USPTO collection, the right one from the WIPO collection.</p>
        <p>Although the query Q1 is looking for a fragment containing the tag name
last-name, the system is able to retrieve also the patent fragment containing
the tag name orgname with a similarity degree of 0.16.</p>
        <p>Note that traditional XML query languages would not retrieve the second
fragment in the same situation.</p>
        <p>Moreover, to avoid the retrieval of unuseful fragments we can set a threshold
value for ws. At present we do not evaluate synonyms since this option would
include the use of a dictionary or an ontology.</p>
        <p>Q1: applicants//similar(Last-Name)[text() contain text «Smith»]</p>
        <p>US-Patent-Grant</p>
        <p>US-Bibliographic-Data-Grant</p>
        <p>Parties</p>
        <p>Applicants</p>
        <p>Applicant</p>
        <p>AddressBook
ws=1</p>
        <p>Last-Name
Smith
wo-patent-document
parties
applicants
applicant sequence
ws=0.16
addressbook
orgname
Smith</p>
        <p>When a query involves more that one flexible constraint, for instance a flexible
axis and the similar constraint for the target node name, the overall relevance
degree woc,t is computed as a combination between the two scores, wc,t and ws.
In principle we prefer a conservative evaluation and therefore we use woc,t =
min(wc,t, ws) but different solutions could be tested.
3</p>
        <p>
          How the flexible constraints works in patent search
This section explains how the flexible constraints introduced in the previous
section are used to exploit the patent search task. In particular, the proposed
approach has been defined and tested in [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] on the USPTO patent collection that
can be freely downloaded on the web. USPTO is the corpus adopted by most
patent search applications such as Google Patents and PatentsSearcher. Google
Patents has been recently extended to include the WIPO and EPO collections
but search is restricted to US patents only.
        </p>
        <p>In any case it was noted that also EPO and WIPO patent documents show
more or less the same structure of USPTO, even if with different tags. In this
paper we use the similar constraint to extend our tests to a cross collections
composed by USPTO and WIPO.</p>
        <p>The proposed approach allows users to search patents using the formulation
of a keyword based query, in addition the user can choose the similar tag option
to extend the search also to tag names similar to the standard ones.</p>
        <p>
          Subsection 3.1 describes how search results are categorized according to
keyword-based queries, while subsection 3.2 shows how the similar constraint
evaluation changes the original approach in [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ].
3.1
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Keyword-based Query: the approach</title>
      <p>
        An important functionality of FlexSearch [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] is to categorize patents by
exploiting their XML structure. The engine organizes the XML patents into meaningful
semantic XML elements covering the main patent information. In this way the
categorization process described below can easily capture what the user
topical search intent is by identifying the possible interpretations associated with a
patent.
      </p>
      <p>
        By analyzing the patents in the USPTO collection, four categories were
identified in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]: People, Title, Description, and Claims.
      </p>
      <p>The same categories are here adopted for the cross-collection due to the
structural similarity between the WIPO and the USPTO collections.</p>
      <p>Formally, let E be the set of XML elements defined in a patent collection,
and Cat be the set of categories, then one or more elements ei ∈ E are mapped
into each category c ∈ Cat, i.e {e1, ..., em} → c. In the application the four
identified categories along with the corresponding XML elements are: People
(the associated elements are Applicants, Agents, Assignee, Examiners), Title
(title), Description (Description), Claims (claims).</p>
      <p>A user specified keyword based query (here below ”query terms”) is
automatically rewritten into four distinct FleXy queries, one for each of the four
categories. The structure of each query is predefined in order to search the query
terms in pre-established elements as follows:</p>
      <sec id="sec-3-1">
        <title>People: applicants/near::Last-Name[ text() contains text "query terms"]</title>
      </sec>
      <sec id="sec-3-2">
        <title>Title: invention-title[ text() contains text "query terms"]</title>
      </sec>
      <sec id="sec-3-3">
        <title>Descriptions:</title>
      </sec>
      <sec id="sec-3-4">
        <title>Description/below::p[ text() contains text "query terms"]</title>
      </sec>
      <sec id="sec-3-5">
        <title>Claims: claims/below::claim-text[ text() contains text "query terms"]</title>
        <p>The proposed query translation process uses the near constraint in the FleXy
query related to the category People, and the context node is the tag applicants;
this means that we assume that the applicant role (i.e., the inventor) has more
importance in the search with respect to the other roles defined in the patent such
as Agent, Examiner. This choice has been motivated to be coherent with respect
to standard patent search applications (i.e., Google Patents, PatentSearcher,
etc.).</p>
        <p>In case of user queries formulated by the standard textual search area, where
a user writes a name of a person it is supposed that he/she is interested in finding
inventors of patents. However, it is important to notice that by the approach also
patents containing the name with a different role will be retrieved.
3.2</p>
        <p>The evaluation of similar in PatentLight
In this work we improve the PatentLight engine by introducing the possibility
to retrieve also fragments with different tag names w.r.t. those expressed by the
query.</p>
        <p>This feature is useful when we inquiry collections of which we roughly know
the internal structure (tag names and node positions) or when we want to apply
the same query to a composition of patent collections that contain more or less
the same information stored in different tag nodes (for instance the node orgname
instead of the node Last-Name).</p>
        <p>In the engine, if the user chose to add the similar tag evaluation (in the
prototype the user just flags the option in the interface), the set of FleXy queries
would change accordingly as shown below:</p>
      </sec>
      <sec id="sec-3-6">
        <title>People: similar(applicants)/near::Last-Name[ text() contains text "query terms"]</title>
        <p>applicants/near::similar(Last-Name)[
text() contains text "query terms"]</p>
      </sec>
      <sec id="sec-3-7">
        <title>Title: similar(invention-title)[ text() contains text "query terms"]</title>
      </sec>
      <sec id="sec-3-8">
        <title>Descriptions: similar(Description)/below::p[ text() contains text "query terms"]</title>
      </sec>
      <sec id="sec-3-9">
        <title>Claims:</title>
        <p>similar(claims)/below::claim-text[
text() contains text "query terms"]
claims/below::similar(claim-text)[
text() contains text "query terms"]</p>
        <p>Note that the similar constraint is applied to the relevant nodes of each
query and therefore the categories People and Claims will contain two queries
instead of one.</p>
        <p>
          The retrieved fragments are ranked according to two values: the degree of
structural relevance based on the evaluation of FleXy constraints (woc,t), and the
degree of relevance obtained by the full-text scoring of the XQuery Full Text
language (the prototype in [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] uses the BaseX system [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]). The approach privileges
the structural ranking w.r.t. the content based relevance since it was observed
that the paragraphs most related to the invention are usually structurally closer
to the tag Description.
4
        </p>
        <p>PatentLight development and preliminary evaluation
Aim of this work was to evaluate the retrieval capabilities of the flexible
language FleXy when applied to patent collections, with particular emphasis on
the similar constraint able to execute the same queries on different tag
vocabularies.</p>
        <p>
          For this reason PatentLight has been developed on top of the BaseX system
[
          <xref ref-type="bibr" rid="ref25">25</xref>
          ], inheriting its indexing system and query execution engine. In this set of tests
we did not use any known collection as the MAREC collection1 but we created
our test collection with XML patents from the USPTO and WIPO collections
published in a small time slot (i.e., from 2015-01-01 to 2015-01-15) in order to
have heterogeneous document structures and tag names. The final collection
is composed by 146.413 XML patents, 82.800 from the WIPO collections and
63.613 from the USPTO collection. The architecture of the system is depicted
in Figure 2.
1 http://www.ir-facility.org/prototypes/marec
        </p>
        <p>INDEX
INDEXING</p>
        <p>XML
PATENTS
COLLECTION</p>
        <p>DICTIONARY</p>
        <p>BASEX
QUERY ENGINE
RANKING</p>
        <p>USER</p>
        <p>RESULTS</p>
        <p>The main module is the BaseX Query engine, which is in charge of the
collection indexing process and querying. During the querying process each class query
is executed independently with the support of a dictionary for the similar
constraint evaluation. One of the main characteristics of the approach is that each
query produces a set of results, one for each class (People, Title, Descriptions,
Claims), which are not merged. For each result two scores are computed, the
overall relevance degree wo (see Section 2.2) and the degree of relevance
obtained by the full-text scoring of the XQuery Full Text language as
implemented by BaseX. The ranking module reorganizes each class of results by first
considering wo and next the degree of content-based relevance as explained in
Section 2.2.</p>
        <p>To the aim of exploring the usefulness of FleXy on the patent collection we
performed several different searches, the most interesting are shown in Figure
3. For each search we started with a very simple query, then we refined it with
one more keyword or in one case two. In most cases three keywords were enough
to achieve satisfactory results, i.e., a not so large number of retrieved results in
each class without loosing any of the relevant documents found with the less
specific query.</p>
        <p>In this set of trials we wanted to compare PatentLight and Google Patents
w.r.t the prior-art retrieval task. In this task users really need to find the highest
number of relevant patents as possible; in our preliminary evaluations we have
carefully checked the first 50 results for each search, and compared them with
the results provided by Google Patents for the same query. Figure 3 shows the
number of retrieved patents for each query, in parentheses the number of relevant
patents found within the first 50 results. PatentLight presents each query results
divided into four classes (i.e., People, Title, Claims, and Descriptions) depending</p>
        <sec id="sec-3-9-1">
          <title>Query</title>
          <p>Q1: «Bell»</p>
        </sec>
        <sec id="sec-3-9-2">
          <title>Q1.1: «Kettle bell»</title>
        </sec>
        <sec id="sec-3-9-3">
          <title>Q2: «gas turbine»</title>
        </sec>
        <sec id="sec-3-9-4">
          <title>Q2.1: «gas turbine</title>
          <p>compressor»</p>
        </sec>
        <sec id="sec-3-9-5">
          <title>Q3: «Gonzales»</title>
        </sec>
        <sec id="sec-3-9-6">
          <title>Q3.1: « Martino</title>
        </sec>
        <sec id="sec-3-9-7">
          <title>Gonzales»</title>
        </sec>
        <sec id="sec-3-9-8">
          <title>Q4: «search»</title>
        </sec>
        <sec id="sec-3-9-9">
          <title>Q4.1: «search engine»</title>
        </sec>
        <sec id="sec-3-9-10">
          <title>Q4.2: «semantic search engine»</title>
        </sec>
        <sec id="sec-3-9-11">
          <title>Q5: «transistor»</title>
        </sec>
        <sec id="sec-3-9-12">
          <title>Q5.1: « low frequency transistor»</title>
          <p>Patent Light
People Title
64(0)
8(1)
1(1)
6(0)
0
0
0
0
0
0
0
5(1)
1(1)
215(1)
2 (2)
0
0
279(1)
25(2)
2(2)
346(1)
0
Claims
98(2)
2(2)
453(4)
70(2)
0
0
1770(2)
207(2)
5(2)
2730(1)
12(4)</p>
        </sec>
        <sec id="sec-3-9-13">
          <title>Descriptions No class 964(1) 3(1)</title>
          <p>1110(2)
341(2)
46(1)
0
9487(2)
2159(2)
139(1)
8312(1)
910(2)</p>
          <p>Google
Patents
4(0)
0
113(2)
98(2)
40(0)
0
147(2)
114(0)
50(1)
199(1)
110(4)
on the document section where the query keywords were found, while Google
Patents has no classification system and results appear all together in a single
list.</p>
          <p>As shown in Figure 3, in most cases PatentLight retrieved the same number
or a higher number of relevant patents w.r.t. Google Patents within the first
50 results. Moreover the results classification of PatentLight, with in average
short lists, was really useful to easily find the relevant documents and discard
the unuseful classes as a whole.</p>
          <p>See for instance the first query. In this example we were looking for patents
about kettle bells. Google Patents found only 4 patents, none relevant.
PatentLight found 5 patents with the word ”bell” in the title, one was relevant, 64 with
”bell” as person name and hence it was not necessary to check this class of
results, 98 with ”bell” in the claims sections and 964 in the descriptions. The mere
addition of the word ”kettle” drastically reduced the number of retrieved results
also in the sections ”claims” and ”description”, but the relevant documents were
found anyway.</p>
          <p>Conclusions and Future Work
In this paper we have described the development and preliminary evaluation of
PatentLight on a collection of English patents with dishomogeneous structures.
The peculiarity of PatentLight is to allow users to specify flexible constraints
in their queries. Future work will study the evaluation of synonyms for the tag
names used in the queries of the four categories.</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>S.</given-names>
            <surname>Calegari</surname>
          </string-name>
          , E. Panzeri, G. Pasi,
          <article-title>PatentLight: a Patent Search Application</article-title>
          ,
          <source>Proceedings of lliX</source>
          <year>2012</year>
          ,
          <article-title>Nijmegen, The Netherlands</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Mihai</given-names>
            <surname>Lupu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Allan</given-names>
            <surname>Hanbury</surname>
          </string-name>
          .
          <source>Patent Retrieval Foundations and Trends in Information Retrieval</source>
          .
          <volume>7</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>97</lpage>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>W.</given-names>
            <surname>Magdy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lopez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.J.F.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <article-title>Simple vs. Sophisticated Approaches for Patent Prior-Art Search</article-title>
          ,
          <source>In Advances in Information Retrieval</source>
          , vol.
          <volume>6611</volume>
          , Lecture Notes in Computer Science, Springer Berlin Heidelberg, pages
          <fpage>725</fpage>
          -
          <lpage>728</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>4. www.google.com/patents.</mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>5. www.patentssearcher.com.</mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>B.</given-names>
            <surname>Wiens</surname>
          </string-name>
          . Understanding Patents. http://www.benwiens.com/patents.html,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>H.</given-names>
            <surname>Itoh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Mano</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ogawa</surname>
          </string-name>
          .
          <article-title>Term distillation in patent retrieval</article-title>
          .
          <source>In Proceedings of the ACL-2003 worshop on Patent corpus processing -</source>
          Volume
          <volume>20</volume>
          , pages
          <fpage>41</fpage>
          -
          <lpage>45</lpage>
          , Stroudsburg, PA, USA,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>T.</given-names>
            <surname>Takaki</surname>
          </string-name>
          ,
          <article-title>Query terms extraction from patent document for invalidity search</article-title>
          .
          <source>In NTCIR-5</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>X.</given-names>
            <surname>Xue</surname>
          </string-name>
          and
          <string-name>
            <given-names>W. B.</given-names>
            <surname>Croft</surname>
          </string-name>
          .
          <article-title>Transforming patents into prior-art queries</article-title>
          .
          <source>In SIGIR</source>
          , pages
          <fpage>808</fpage>
          -
          <lpage>809</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>M. Z. Wanagiri amd</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Adriani</surname>
          </string-name>
          .
          <article-title>Prior art retrieval using various patent document fields contents</article-title>
          .
          <source>In CLEF-2010</source>
          (Notebook Papers/LABs/Workshops),
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>A.</given-names>
            <surname>Fujii</surname>
          </string-name>
          ,
          <article-title>Enhancing patent retrieval by citation analysis</article-title>
          .
          <source>In SIGIR</source>
          , pages
          <fpage>793</fpage>
          -
          <lpage>794</lpage>
          , ACM,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12. W. Magdy,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lopez</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G. J. F.</given-names>
            <surname>Jones</surname>
          </string-name>
          .
          <article-title>Simple vs. sophisticated approaches for patent prior-art search</article-title>
          .
          <source>In ECIR</source>
          , pages
          <fpage>725</fpage>
          -
          <lpage>728</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>D.</given-names>
            <surname>Ganguly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Leveling</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G. J. F.</given-names>
            <surname>Jones</surname>
          </string-name>
          . United We Fall, Divided WWe Stand:
          <article-title>A Study of Query Segmantation and PRF for Patent Prior Art Search</article-title>
          .
          <source>In Proceedings of PaIR'11</source>
          , pages
          <fpage>13</fpage>
          -
          <lpage>17</lpage>
          , Glasgow,
          <string-name>
            <surname>UK</surname>
          </string-name>
          , ACM,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>V.</given-names>
            <surname>Hristidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hernandez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Fanfan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Varadaraian</surname>
          </string-name>
          .
          <article-title>Patentssearcher: a novel portal to search and explore patents</article-title>
          .
          <source>In PaIR'10</source>
          , pages
          <fpage>33</fpage>
          -
          <lpage>38</lpage>
          , New York, NY, USA, ACM,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>L. S.</given-names>
            <surname>Larkey</surname>
          </string-name>
          .
          <article-title>A patent search and classification system</article-title>
          .
          <source>In ACM DL</source>
          , pages
          <fpage>179</fpage>
          -
          <lpage>187</lpage>
          , ACM,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>M. Osborn</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Strzalkowski</surname>
            , and
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Marinescu</surname>
          </string-name>
          .
          <article-title>Evaluating document retrieval in patent database: A preliminary report</article-title>
          . In F.
          <article-title>Golshani and</article-title>
          K. Makki, editors,
          <source>CIKM</source>
          , pages
          <fpage>216</fpage>
          -
          <lpage>221</lpage>
          , ACM,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>C. Jochim</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Lioma</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Schutze</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Koch</surname>
            , and
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Ertl</surname>
          </string-name>
          .
          <article-title>Preliminary Study into Query Translation for Patent Retrieval</article-title>
          . In PaIR'10, Toronto, Ontario, Canada, pages
          <fpage>57</fpage>
          -
          <lpage>66</lpage>
          , ACM,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>D. W.</given-names>
            <surname>Oard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>He</surname>
          </string-name>
          , and
          <string-name>
            <surname>J. Wang.</surname>
          </string-name>
          <article-title>User-assisted query translation for interactive cross-language information retrieval</article-title>
          .
          <source>Inf</source>
          . Process. Manage.,
          <volume>44</volume>
          (
          <issue>1</issue>
          ):
          <fpage>181</fpage>
          -
          <lpage>211</lpage>
          ,
          <year>2008</year>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19. H.
          <string-name>
            <surname>Joho</surname>
            ,
            <given-names>L. A.</given-names>
          </string-name>
          <string-name>
            <surname>Azzopardi</surname>
            , and
            <given-names>W.</given-names>
          </string-name>
          <string-name>
            <surname>Vanderbauwhede</surname>
          </string-name>
          .
          <article-title>A survey of patent users: an analysis of tasks, behavior, search functionality and system requirements</article-title>
          .
          <source>In Proceedings of the third symposium on Information interaction in context (IIiX '10)</source>
          . ACM, New York, NY, USA,
          <fpage>13</fpage>
          -
          <lpage>24</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <given-names>A.</given-names>
            <surname>Trotman</surname>
          </string-name>
          and
          <string-name>
            <surname>B. Sigurbjornsson. NEXI</surname>
          </string-name>
          ,
          <article-title>Now and Next</article-title>
          .
          <source>In Advances in XML Information Retrieval</source>
          , vol.
          <volume>3493</volume>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Fuhr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lalmas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Malik</surname>
          </string-name>
          , and
          <string-name>
            <surname>Z</surname>
          </string-name>
          . SZlavik, Eds., ed: Sprienger Berlin Heidelberg,
          <year>2005</year>
          , pages
          <fpage>16</fpage>
          -
          <lpage>40</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21. W3C.
          <article-title>XML Path Language 1.0</article-title>
          . http://www.w3.org/TR/xpath/
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22. W3C.
          <article-title>XQuery 1.0: An XML Query Language</article-title>
          . http://www.w3.org/TR/xquery/
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23. W3C.
          <article-title>XQuery and XPath Full Text 1.0</article-title>
          . http://www.w3.org/TR/xpath-full-text10/
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24. E. Damiani,
          <string-name>
            <given-names>S.</given-names>
            <surname>Marrara</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Pasi</surname>
          </string-name>
          ,
          <article-title>A flexible extension ox XPath to improve XML querying</article-title>
          .
          <source>In SIGIR</source>
          , pages
          <fpage>849</fpage>
          -
          <lpage>850</lpage>
          , Singapore,
          <year>2008</year>
          , ACM.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>C. Grun</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Gath</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Holupirek</surname>
            , and
            <given-names>M. H.</given-names>
          </string-name>
          <string-name>
            <surname>Scholl. XQuery Full Text</surname>
          </string-name>
          <article-title>Implementation in BaseX</article-title>
          . In XSym '
          <volume>09</volume>
          , pages
          <fpage>114</fpage>
          -
          <lpage>128</lpage>
          , Berlin, Heidelberg,
          <year>2009</year>
          . SpringerVerlag.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>