<!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>Report on the CLEF-IP 2011 Experiments: Exploring Patent Summarization</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Parvaz Mahdabi</string-name>
          <email>P@100</email>
          <email>P@500</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Linda Andersson</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Allan Hanbury</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fabio Crestani</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Lugano</institution>
          ,
          <country country="CH">Switzerland</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Vienna University of Technology</institution>
          ,
          <country country="AT">Austria</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This technical report presents the work carried out for the Prior Art Candidate Search track of CLEF-IP 2011. In this search scenario, information need is expressed as a patent document (query topic). We compare two methods for estimating query model from the patent document to support summary-based query modeling and descriptionbased query modeling. The former approach utilizes a known text summarization technique, called \TextTiling", and is adopted for patent documents. The latter approach uses the description section of a patent document for estimating the query model. With summary-based query modeling we aspire to capture the main topic of the document as well as the most important subtopics and discard subtopics, which are only marginally discussed in the patent document. We submitted four runs for the Prior Art Candidate Search task. According to recall@1000 our best run was ranked 3rd across 6 participants and 8th, across all 30 submitted runs. In terms of MAP our best run achieved the 3rd rank across participants and 4th rank, across all runs.</p>
      </abstract>
      <kwd-group>
        <kwd>Patent Retrieval</kwd>
        <kwd>Query Generation</kwd>
        <kwd>Patent Summarization</kwd>
        <kwd>CLEF-IP track</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>This paper presents the participation of University of Lugano in collaboration
with Vienna University of Technology in the Prior Art Candidate Search task of
CLEF-IP 2011. This track has been running since 2009 and it is an important
platform for comparing the retrieval performance of di erent patent retrieval
systems and testing new ideas. However, compared to other test collections within
the IR community, patent retrieval is known to be a di cult search task.</p>
      <p>
        Di erent term weighting techniques, IR models and ranking functions
developed and tested within the CLEF and TREC tracks have been reused on the
patent collections, but the expected retrieval e ectiveness do not occur [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. It is
shown that even for the best runs of CLEF-IP, the retrieval e ectiveness is quite
lower compared to other domains in Information Retrieval [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ].
      </p>
      <p>
        The goal of Prior Art Candidate Search is to nd all relevant documents for
a given patent (considered as query topic) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. We submitted four runs and used
the topic set of CLEF-IP 2010 as our training data for tweaking the parameters.
In total, 6 participants submitted 30 runs for this task. Our best performing run
was ranked 3rd across participants and 4th, across all the runs in terms of MAP.
According to recall@1000 our best run was ranked 3rd across participants and
8th, across all the runs.
      </p>
      <p>This paper is organized as follows. In Section 2 we detail our summarization
technique and query modeling approach. In Section 3 we describe the details
of our experimental setup. In Section 4 we report the evaluation results of our
submitted runs. We follow with an analysis in Section 5 and a conclusion in
Section 6.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Our Approach</title>
      <p>An important goal for us is to devise a summary from a patent document. Our
intuition is that the patent summary will re ect the main topic as well as the
subtopics of a patent document in a concise manner. We focus on generating
the summary to improve our query formulation. We were motivated to do so
because of the two following reasons:</p>
      <p>
        Our previous work [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] showed that queries generated from the description
section outperform generated queries from the claims section. Although, it is
known that patent examiners use claims section for query formulation. We tried
to merge the results of di erent sections|to exploit all the available textual
information. But this merging did not shown to be helpful. In the present work
we address this problem by building a summary from the patent document.
      </p>
      <p>
        In a recent study [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] on automatic query generation from patent documents,
authors experimented with US patents and found that \background summary"
performs as the best eld for extracting query terms. Since the background
summary is not available in the European patents, we decided to create a summary
which resembles the background summary.
      </p>
      <p>In this section we describe the details of our approach. We rst explain how to
build a patent summary. We then discuss our take on query generation. Finally,
we explain our citation extraction technique.
2.1</p>
      <sec id="sec-2-1">
        <title>Patent Summarization</title>
        <p>
          Our summarization technique PatTextTiling is a modi cation of
TextTiling|a state of the art text summarization algorithm [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. Automatic text
segmentation and text summarization techniques aspire to capture documents
main topic and subtopics by analyzing the pragmatic structure in terms of
cohesive markers and text coherence. TextTiling divides the text into sequences with
N tokens. The bene t of having a xed number is that each sequence carries
the same amount of information. For each text segment consisting of N number
of sentence sequences a depth score will be produced. The depth score indicates
the gap cohesion which represents a topic shift in the text.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Query Generation</title>
        <p>
          In this work, we aim to employ the knowledge embedded in IPC classes, to
generate important terms and also to improve the retrieval performance. Patent
documents are annotated with IPC classes which represents the di erent areas
of technology to which a patent document pertains. We de ne the relevance
set consisting of documents that have same IPC classes as the query topic.
Each relevant document from this sample is considered as evidence towards the
estimation of the relevance model. We assume documents in relevance set have
equal importance. This set is more speci c in contrast to what we used in our
previous work [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ].
        </p>
        <p>We estimate the importance of each term with a weighted log-likelihood based
approach as shown in Equation 1 . H( Q; Coll) represents the cross entropy
between the query and the collection and H( Q; Cluster) represents the cross
entropy between the query and the cluster.</p>
        <p>H( Q; Coll)</p>
        <p>H( Q; Cluster) / p(wj Q) log
p(wj Cluster)
p(wj Coll)
!
(1)</p>
        <p>This approach favors terms which have high similarity to the document
language model Q and the cluster language model Cluster and low similarity to
the collection language model Coll. We use maximum likelihood estimates for
calculating the language models.</p>
        <p>
          We have two versions of estimating the query model. First, we build a query
model for the summary of the patent document. This method for query modeling
is referred to as summary-based query modeling (SM). Second, we build a query
from the description section of the patent. We refer to this method as
descriptionbased query modeling (DM). Full details of the query generation approach can
be found in [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ].
2.3
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Citation Extraction</title>
        <p>Making use of distinguishing events (e.g. patent application number) in
unrestricted text could be considered as a form of known-item search. The
knownitem search is applied as a search strategy to facilitate the extraction of key
terms and synonyms that later can be used in a non-known item search.
Therefore, we chose to extract the citations in the unrestricted text from all language
sections and add surrounding text from the English text in the topic queries.
We extracted the citations with a two-stage regular expression approach. The
rst step consists of capturing sentences with at least 4 digit sequences combined
with and without hyphen. The next stage aimed to reduce the false positive by
a set of regular expression sequences, where letter pre x was checked against a
positive stop word list consisting of all accepted country codes.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiments</title>
      <p>We rst perform query generation on the patent summary. We refer to this run as
SM. Next, we use the same method for query generation but instead of selecting
terms from the summary of query topic, we select terms from the description
section of the query topic. The output of this method is our second run called
DM. We lter the ranked list of both runs by excluding documents which do not
have at least one IPC class in common with the query document. After that, we
use the list of direct citations extracted for each query topic and we combined
this list with our keyword-based run (by performing a linear combination). The
output of this combination is two more runs which we refer to as Cit+SM and
Cit+DM. The evaluation of our runs is presented in section 4.</p>
      <p>In this section we explain our experimental setup and di erent parameter
settings we used for our submitted runs.
3.1</p>
      <sec id="sec-3-1">
        <title>Experimental Set-Up</title>
        <p>We index the collection with Terrier1. Our preprocessing consists of stop-word
removal and stemming using Porter stemmer. In the experiments we use the
BM25 implementation of Terrier. We limit our experiments to the English subset
of the collection. As explained before, we build two query models: one based on
summary and one based on the description. However, for the retrieval we use
full text of the documents.</p>
        <p>Tables 1 and 2 list some statistical properties of the English subset of the
CLEF-IP 2011 collection.
EP source Avg. document length Avg. unique terms No. Documents
Title 28 23 1,824,499
Abstract 90 57 904,277
Description 5079 718 962,686</p>
        <p>Claims 577 123 1,151,609</p>
        <p>The average number of unique terms and document length for each section
are displayed for both EP and WO subsections of the collection. The last column
displays the number of patent documents which were used in the calculations.
We considered an additional condition while calculating the statistics. We
performed our calculation for documents where the English language meta-tags are
consistent with two independent language detection application (one based on
stop words and one using n-gram technique). This is due to the fact that there
are about 80,000 language meta-tags on section level where the meta-tags show
inconsistency with the suggestion of the language detection applications.</p>
        <sec id="sec-3-1-1">
          <title>1 http://terrier.org/</title>
          <p>WO source Avg. document length Avg. unique terms No. Documents
Title 20 16 311,755
Abstract 91 57 223,348
Description 5632 916 182,653</p>
          <p>Claims 904 147 182,625
For parameters 1 and 2 we rst tried to set these values dynamically according to
each section length and the sentence length but the performance decreased. The
best performance was obtained when parameter 1 was set to 100 and parameter
2 was set to 2. For the gap sequence and the smoothing round we used the
default value. The minimum size was increased to 7 and the number of segments
was set according to the number of paragraph meta-tags present in the text.</p>
          <p>In PatTextTiling additional binary weight was given to the abstract and
speci c paragraphs with citation or heading (e.g. Prior-Art, Background) in the
description section|if present they were included in the nal summery. For the
description and claims sections the lexical cohesive gap distribution were rst
computed independently of each other; and once again on the selected text
segments. The description section was given a more granular threshold meanwhile
the claims section had a reduced granular threshold due to the fact of its stylistic
repetitive writing. The threshold for description and claims were twofold: one
based upon average di erence in the cohesive gap and one xed to a threshold
value (claims 30 and description 20). The xed values were added due to the
fact of the diversity in the gap scores found among topic set documents. The
information found in Lists and Tables were not included in the nal summery.
4</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>Organizers used di erent evaluation scores for evaluating the submitted runs.
We used MAP, ndcg, P@100, P@500, recall@100, recall@500 and recall@1000
to report our retrieval performance on this task. Table 3 shows the results of
our submitted runs on the English subset of queries which is composed of 1351
queries.</p>
      <p>We mainly focused on the textual information for which we submitted SM
and DM run. We also detected the direct citation information present in the
query topic and we combined it with our rst two runs. The output of this
combination is two more runs denoted as Cit+SM and Cit+DM.</p>
      <p>We zoom in to our best performing run Cit+DM to see the e ect of extracted
citations. We only managed to extract citations for 102 query topics out of 1351
English query topics and the average number of found citation for each topic
is 1. Most of the identi ed citations in the unrestricted text did not have EP
and WO numbers. Since we ignored the patent numbers which did not exist in
the collection, our citation extraction runs performed just slightly better than
our runs without citation. An interesting observation was that several extracted
citations were cited by more than one query topic. On average each extracted
citation was cited 1.24 times.</p>
      <p>In order to fully explore the citation extraction mechanism it has to be used in
combination with an online service (e.g. Open Patent Services2) to map identi ed
references to a valid patent application number.</p>
      <p>Table 4 shows the evaluation scores for Cit run. This run has a comparable
MAP to submitted runs but it has a poor recall. This explains why the text and
citation combination is not improving their matching runs without citations, as
expected.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Analysis</title>
      <p>In this section we performed some analysis with the aim to identify the low
retrieval e ectiveness of the SM run. In order to analyze this we looked into some</p>
      <sec id="sec-5-1">
        <title>2 http://www.epo.org/searching/free/ops.html</title>
        <p>features characterizing both the topics and the qrels. In the following analysis
we used the 1348 English topics belonging to the topic set of the CLEF-IP 2010.
We used the topic set of last year for performing our analysis. We considered per
topic analysis and we rst looked into the number of topics in SM run which have
a higher Average Precision (AP) value compared to the DM run. The output of
this analysis shows that SM run outperforms DM run for 618 topics. While, the
DM run outperforms SM run for 628 topics. Figure 1 shows the AP di erences
between SM and DM. For some topics SM works best while for others DM works
best and it is mostly a balanced picture. Therefore, it is not easy to favor one
approach against the other.</p>
        <p>0.8
0.6
0.4
e
cen 0.2
r
ffe 0
i
dP -0.2
A -0.4
-0.6
-0.8</p>
        <p>topics (unsorted)</p>
        <p>We zoom into one example topic where SM performs better than DM. This
example concerns the topic 1038 where the title of the document is Damping
arrangements for Y25 bogies. Table 5 reports MAP and recall scores and Table
6 shows the top 10 terms for the query models constructed for topic 1038 with
SM performing much better than DM.</p>
        <p>SM managed to identify all relevant documents for this query through the
terms introduced by SM query model. As it is displayed in the Table 6 the terms
piston and arrangement are only selected with the SM and not with the DM.</p>
        <p>Next feature we examined is the non-retrievable topics of each run, i.e. the
number of topics that no relevant document was retrieved by that run. The size
of non-retrievable set for SM is 63 and the size of non-retrievable set for DM
is 52. We calculated the overlapping between the non-retrievable set of SM and
DM and we found that for 42 topics none of the runs managed to retrieve any
relevant documents. We rst looked into the number of relevant documents for
non-retrievable topic set in the qrels. Based on our ndings, this feature was not
able to distinguish non-retrievable topic set from the other topics.</p>
        <p>We then decided to check the document length of the relevant documents for
non-retrievable topic set. To our surprise, this investigation showed us that 0.48
of relevant documents do not contain any English text apart from the title. As a
contrast, we decided to compare this with the easy-retrievable, i.e. topics which
were retrieved by both methods with an AP value over 0.9. The corresponding
value for this set is 112 topics and 0.18 of retrieved relevant documents for this
set contain only title section in English.</p>
        <p>These rather contradicting facts indicate that our methods managed to
retrieve relevant documents where only the title of relevant documents existed for
the easy-retrievable set. One reason for the good performance of our methods
despite the lack of the text, could be the extra weight given to the surrounding
text of the unrestricted citation.</p>
        <p>
          The lack of the text in the qrels of non-retrievable set is one of the reasons
which explains the low retrieval e ectiveness of our runs on this set. According
to Bashir and Rauber [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] this problem can be considered as a retrievability bias.
        </p>
        <p>Depending on how the similarity between a query and a document is
measured, some documents maybe more or less retrievable in certain systems, up to
some documents not being retrievable at all within common threshold settings.
Retrieval biases are due to di erent factors such as the popularity of a document
(e.g. increasing weight of references), length of documents and structural
information such as metadata or headings. Therefore, in such scenarios one search
strategy alone (e.g. keyword search) does not perform well.
6</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Conclusion and Future Work</title>
      <p>In this paper, we presented the experiments and results of our participation in
CLEF-IP 2011 Prior Art Candidate Search task. We submitted four runs to this
track. For our rst run we built a summary of the patent document and then
we introduced a method for sampling query terms from the patent summary.</p>
      <p>In our second run we used the description section of a patent document for
sampling query terms. For our third and fourth runs, we combined the extracted
citations from the topics with our rst two runs. According to the evaluation
results our text summarization run performed slightly lower than the run based
on the description. One reason for this is that words in Lists and Tables of the
query topic were not included in the patent summary. In addition, the parameter
setting of the text summarization technique needs to be further explored.</p>
      <p>In this work, we used the documents with same IPC classes as query topic
to calculate the sampling distribution. In an extension to this, we can also take
the citations and use them for estimating the relevancy. Moreover, a document's
importance can be approximated by its relevance to the original query and this
can be used as a document prior.</p>
      <p>For our future work, we need to explore other retrieval mechanisms such as
bibliographic data to address the problem of missing text. In terms of query
modeling, in addition to unigrams, we need to consider n-grams to capture
concepts.
7</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>Authors would like to thank Information Retrieval Facility (IRF) for the support
of this work.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>S.</given-names>
            <surname>Bashir</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Rauber</surname>
          </string-name>
          .
          <article-title>Analyzing document retrievability in patent retrieval settings</article-title>
          .
          <source>In Database and Expert Systems Applications</source>
          , 20th International Conference,
          <source>DEXA 2009</source>
          , pages
          <fpage>753</fpage>
          {
          <fpage>760</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>S.</given-names>
            <surname>Bashir</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Rauber</surname>
          </string-name>
          .
          <article-title>On the relationship between query characteristics and IR functions retrieval bias</article-title>
          .
          <source>In Journal of the American Society for Information Science and Technology</source>
          , volume
          <volume>2</volume>
          :8, pages
          <fpage>1515</fpage>
          {
          <fpage>1532</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Hearst</surname>
          </string-name>
          .
          <article-title>Context and structure in automated full-text information access</article-title>
          . In
          <source>PhD Thesis</source>
          , UC Berkeley Computer Science
          <source>Technical Report number UCB/CSD94/836</source>
          ,
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>P.</given-names>
            <surname>Lopez</surname>
          </string-name>
          and
          <string-name>
            <given-names>L.</given-names>
            <surname>Romary</surname>
          </string-name>
          .
          <article-title>Experiments with citation mining and key-term extraction for prior art search</article-title>
          .
          <article-title>Workshop of the Cross-Language Evaluation Forum, LABs and Workshops</article-title>
          , Notebook Papers,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>W.</given-names>
            <surname>Magdy</surname>
          </string-name>
          and
          <string-name>
            <given-names>G. J. F.</given-names>
            <surname>Jones</surname>
          </string-name>
          .
          <article-title>Applying the KISS Principle for the CLEF-IP 2010 Prior Art Candidate Patent Search Task</article-title>
          .
          <article-title>Workshop of the Cross-Language Evaluation Forum, LABs and Workshops</article-title>
          , Notebook Papers,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>P.</given-names>
            <surname>Mahdabi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Keikha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gerani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Landoni</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Crestani</surname>
          </string-name>
          .
          <article-title>Building queries for prior-art search</article-title>
          .
          <source>In IRFC</source>
          , pages
          <volume>3</volume>
          {
          <fpage>11</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>F.</given-names>
            <surname>Piroi.</surname>
          </string-name>
          CLEF-IP
          <year>2010</year>
          :
          <article-title>Retrieval Experiments in the Intellectual Property Domain</article-title>
          .
          <article-title>Workshop of the Cross-Language Evaluation Forum, LABs and Workshops</article-title>
          , Notebook Papers,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <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>International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <volume>808</volume>
          {
          <fpage>809</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>