<!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>Concepts and Collections: A case study using ob jects from the Brooklyn Museum</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Tim Wray</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Peter Eklund</string-name>
          <email>peklund@uow.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Information Systems and Technology University of Wollongong Northfields Ave</institution>
          ,
          <addr-line>Wollongong, NSW 2522</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2011</year>
      </pub-date>
      <fpage>109</fpage>
      <lpage>120</lpage>
      <abstract>
        <p>In this paper, we present a browsing framework for digitised cultural collections. Using a data analysis technique called Formal Concept Analysis (FCA), units of thought can be constructed from a series of objects and their tags. FCA can dynamically generate links in between objects and induce a serendipitous browsing experience using a relatively simple data structure. We evaluate the utility and scalability of our approach to a collection of 15,000 objects from the Brooklyn Museum's collections. We describe how we use natural language processing techniques and external lexical resources to synthesise key terms from museum documentation. We then combine this term extraction process with FCA to effectively demonstrate links between and within collections of objects. In doing so we present a versatile, generalizable term extraction and browsing framework suitable for digital libraries and archives within the art and architecture domain.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Cultural collections are vast, heterogeneous stores of history that are
monumental in their representation of human history and expression. Of particular
interest are the philosophical notions on how to best represent knowledge within
these collections, beginning from the rigid classification hierarchies that are
commonly employed in today’s cultural collections to organic, tag-based, associative
approaches. Weinberger [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] examines tags as a form of classification, and notes
that there are often multiple relationships among objects within a collection,
each of which can be meaningful in their own interpretation. He quotes that
“trees can be built from leaves” – meaning that sorting and categorisation can
be dynamically induced, either from user communities and stakeholders (social
tagging) or from the metadata itself without reliance on an imposed
classification schema. In effect, sorting, categorising and relating objects can be organic,
dynamic and data-driven. When combined with a consistent knowledge
representation structure and controlled vocabulary, these relationships can unify
multiple, heterogeneous collections.
      </p>
      <p>
        Large scale cultural heritage projects such as Europeana1 and Digital NZ2
are a step in the right direction in unifying and providing accessibility to
collections. As a result of projects such as these, there is a large amount of research
conducted in making these collections accessible and semantically inter-related.
For example, Schreiber et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] investigate approaches towards enhancing and
enriching collection metadata and providing semantic annotation and search
facilities to large cultural collections. Klavans et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] describe the nuances
and challenges of extracting metadata from cultural collections using natural
language processing techniques. Work conducted by Trant [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] report on how
audiences can contribute new knowledge to collections in the form of social tagging
while latter work by Klavans et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] examine how such data could be exploited
in order to assist information retrieval and browsing. These authors recognise
the importance of deriving meaning from cultural collections. Their research is
well aligned with related work in data visualisation, such as the Visible Archive
and commonsExplorer projects [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Like our project, these works focus on the
discovery of patterns and relationships within collections, rather than traditional
targeted search.
      </p>
      <p>
        In our approach, we discover these patterns and relationships by using a data
analysis technique called Formal Concept Analysis (FCA). FCA is the
mathemetization of conceptual thinking – a way of ordering and relating structured units
of thought [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. A formal concept denotes a unit of thought and consists of an
extension, the objects that compose that thought, and an intension, the attributes,
properties and meanings that apply to all of the objects within the extension.
For example, when applied to a collection of works, one may be thinking about
“Chinese vases with floral patterns” (the intension, or the attributes) or the
actual 17 vases (the extension, or objects). In human conceptual thinking, concepts
rarely exist on their own, but rather in relation with many other concepts [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]
– as a result neighbouring concepts often play an important role in data
analysis and communication. For example, it is inevitable that there would be some
sort of link between “Chinese vases” and “vases with floral patterns” – these
are superconcepts of “Chinese vases with floral patterns”, so called because they
represent ‘broader’ concepts with a greater set of objects. Dually, concepts such
as “Chinese vases with floral patterns from the Qing dynasty” are subconcepts –
they provide a more narrow, focused view of the collection. These
superconceptsubconcept relationships are one of the core mechanisms in which we use to
provide associative links between clusters of objects and as such, it drives our
framework for browsing digitised collections.
      </p>
      <p>
        Over 10 years of research in applied FCA has been dedicated towards new
approaches of knowledge discovery within collections. Projects such as ImageSleuth
and ImageSleuth2 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] are precursors to the design of the Virtual Museum of the
Pacific [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] in which the current framework is derived from. This research
assesses the applicability of the browsing framework towards a large data-set of
15,000 objects from the Brooklyn Museum’s collections, using an automated
1 http://www.europeana.eu/portal/
2 http://www.digitalnz.org/
term extraction approach to derive the required key terms for analysis. It refines
and assesses the applicability of the content-based retrieval component of the
framework, and its contribution lies in its applicability to a large, real world
data-sets.
      </p>
      <p>The structure of this paper is as follows: Section 2 provides a brief
introduction of Formal Concept Analysis as applied in our case study, and its significance
as a tool for linking groups of objects. In Section 3, we describe how we extract
key terms from the Brooklyn Museum’s API in order to provide a suitable data
structure for analysis. In Section 4, we describe results of our application of
Formal Concept Analysis to those terms, highlighting issues with respect to
scalability and complexity along with the results of the description of a prototype
collection browser. The paper concludes with a discussion on useful applications
and extensions of our work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Formal Concept Analysis</title>
      <p>
        Formal Concept Analysis (FCA) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] is a core feature of our framework that is
used to derive relationships among objects. Central to the theory of FCA is the
notion of the formal concept, and its resulting algebraic structure, the concept
lattice. To clarify the theory of FCA, we will use a Pacific collection of objects
as an example.
      </p>
      <p>A formal concept (A, B) represents a unit of thought, where A is a set of
object identifiers and B is a set of attributes, or ‘tags’, that describe the objects.
For example, the concept “Fijian fans” can be represented by (A, B) where
A = {e002509, e090525} and B = {body accessory, fan, melanesia, fiji}. Formal
concepts can be ordered and arranged in a specialisation hierarchy. A concept
(A, B) is a sub-concept of concept (C, D) if A ⊆ C (or equivalently, B ⊇ D).
Using this definition, more specific concepts have fewer objects and more attributes.
For example: (A, B) &lt; (C, D) where:
(A, B) = {{e002509, e090525}, {body accessory, fan, melanesia, fiji}}
(C, D) = {{e090525, e002509, e058551-004}, {body accessory, melanesia, fiji}}
The set of all formal concepts, together with the specialisation relation, forms
the concept lattice. The concept lattice is an algebraic structure that shows
hierarchies and relations between formal concepts (Fig. 1). It is derived from the
formal context, which is a list of objects and their tags, represented as a
crosstable (Table 1) and formally denoted as a triple K := (G, M, I) where G is a set
of formal objects, M is a set of attributes and I is an incidence relation between
the objects and the attributes.
irsssceceaooydb fan treeaaodnhnm ltreeaoaknnnm isykhflw trceeoaknnnm liseeaanm liseoaynp ijfi ieeaagaupnpunw soaam
×
×
×
×
×
× ×
×
×
×
×
×
×
×
× ×</p>
      <p>×
×
×
×
×
×
×
×
×
×</p>
      <p>
        In Fig. 1, nodes represent formal concepts. Labels above the nodes
represent attributes, (or tags) that describe the object, and labels below the nodes
represent the database identifiers of those objects. The set of attributes for a
particular formal concept is inferred by gathering all of the attribute labels as
one would traverse upwards on the line diagram, starting from the node
represented by the formal concept and ending at the top node. For example, based
on the interpretation on this line diagram, one can infer that objects ‘e002509’
and ‘e090525’ are similar to objects ‘e091567’ and ‘e091570’, in that they share
common attributes ‘fiji’, ‘melanesia’ and ‘body accessories’ and that they are
close to one another. This observation, in part, drives the foundation of the
similarity and distance metrics that we use to provide an order ranked list of similar
formal concepts for a given object [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>The similarity metric is a measure based on the number of common objects
and the number of common attributes (tags) of two given formal concepts (A, B)
and (C, D):
similarity((A, B), (C, D)) := 1 |A ∩ C| + |B ∩ D| .</p>
      <p>2 |A ∪ C| |B ∪ D|</p>
      <p>The distance metric is a measure based on the overlap of the objects and
attributes of two concepts, normalised with respect to the size of the formal
context, where G is the total set of objects and M is the total set of attributes.
For two concepts (A, B) and (C, D), the distance metric is as follows:
distance((A, B), (C, D)) :=</p>
      <p>When combined, these two metrics can be used to provide a list of similar
formal concepts to a given object, ordered from ‘most similar’ to ‘least similar.’ As
we are comparing formal concepts, a similarity query can derive both matching
and nearby objects (e.g. “An American sculpture that depicts youth”) or
clusters of objects (e.g. “6 Contemporary sculptures that are made with bronze”).
Section 4 of this paper describes how we use these similarity metrics to provide
an order ranked list of objects and object clusters from the Brooklyn Museum’s
collections. However, in order to do so, we need to build the formal context by
extracting key terms from the objects.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Term Extraction: Building the Formal Context</title>
      <p>
        Term extraction algorithms, such as Yahoo’s Term Extraction Web Service3,
are commonly employed to assign keywords to documents based on their
content. Our term extraction method is built based on the work of Klavans et al.
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] who discuss the application of computational linguistics to museum
collections along with current state-of-the-art algorithms developed by Medelyan [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ],
Frank et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and Witten et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. We employ external lexical resources,
such as WordNet [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and the Getty’s Art and Architecture Thesaurus4 to
provide semantic background knowledge for the term extraction process. Like many
3 http://developer.yahoo.com/search/content/V1/termExtraction.html
4 http://www.getty.edu/research/tools/vocabularies/aat/about.html
natural language processing applications, we employ a pipeline architecture for
term extraction, shown in Fig. 2.
      </p>
      <p>We source a collection of 15,000 objects using the Brooklyn Museum’s API.
These objects are an amalgation of 12 collections from the museum. The
completeness of the object records vary considerably – some objects have full
descriptions and interpretive labels to a depth and standard typically found within
exhibition catalogues and are often procured for exactly that purpose. These
descriptions often provide the cultural context of the object, how it was used,
where it came from and its significance. Given the time and cost associated with
their research, objects of these descriptions would naturally only occupy a small
portion of the collection. Therefore, 1000 objects were selected as objects having
exhibition quality metadata. Likewise, the entire collection of 15,000 objects were
documented, in the very least, with notes and details of its medium, title,
culture and classification – denoted as basic metadata. As the amount of metadata
present within an object determines the kinds (and types) of terms that could be
extracted from them, we create two instances of our framework to accommodate
these two classes.</p>
      <p>
        To perform the term extraction, we use a program called KEA++. KEA++
has proven to be a high performance extraction program [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] that combines
keyphrase extraction: identifying features and prominent keyphrases from a
document and keyphrase assignment: where terms are selected from a controlled
vocabulary using a trained model. We employ the Getty’s Art and Architecture
Thesaurus (AAT) as the controlled vocabulary. The AAT contains over 34,800
unique concepts under 33 hierarchies for describing object categories, materials,
activities and functions, styles and periods and other abstract phenomena
associated with material culture and artworks. It can be used as a single ontology
for unifying disparate collections and digital archives. Where appropriate, we use
specific hierarchies to perform term extraction on certain types of data fields.
For example, the object’s ‘medium’ data field (shown in Fig. 2) would employ
only a sub-section of the thesaurus, mainly the ‘physical attributes’ and
‘materials’ hierarchies. This is to reduce the likelihood of a document being assigned
an incorrect term due to overstemming (e.g. ‘painting (visual works)’ was often
incorrectly assigned instead of ‘paint (medium)’). For basic metadata, each data
field (‘medium’, ‘title’, ‘culture’ etc.) was provided with a set of 60 training
documents. For the exhibition quality metadata fields, 60 training documents where
used to generate a model that produced 180 documents, which were then refined
to produce the final model.
      </p>
      <p>
        For each object record, KEA++ generates a set of candidate terms. However,
many of these terms are ambiguous – over 16% of terms extracted from the
collections referred to more than one sense within the AAT. For example, the
term ‘gold’ refers to two senses of the word, referring to both the material and
the color property of an object. As described by Palmer et al. [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], the common
linguistic problem of word-sense disambiguation is a particularly challenging one.
To solve this problem, we adapt a method proposed by Klavans et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] that
uses an external algorithm called SenseRelate::AllWords [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. This algorithm is a
Perl module that identifies the correct WordNet sense of each word in a sentence,
using the surrounding text as its context. This AAT sense is then selected by
performing a word overlap of the definitions of the AAT record and the WordNet
sense – the AAT sense with the highest match is assigned to that word.
      </p>
      <p>Once the terms are extracted and disambiguated, we then use them to
construct the formal context. As hierarchical term relationships are naturally
embodied within FCA, we exploit the broader-narrow relationships within the AAT
to enrich the formal context with parent tags so that for example, ‘streetscapes’
→ ‘cultural landscapes’ → ‘landscapes’. These hierarchical relations
complement the similarity and distance metrics described in Section 2 as these metrics
favour objects that share attributes with common parents so that for example,
‘streetscapes’ is notionally similar to ‘suburban landscapes’.</p>
      <p>
        The final step is to prune the formal context in order to reduce its
complexity. Although FCA is theoretically robust, applications that employ it for
data analysis and communication commonly apply a number of techniques to
remove extraneous data points while retaining meaningful representation of its
information space [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. It is also necessary to employ these complexity reduction
measures given the high computational cost of FCA-based operations with
respect to the size of the formal context [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. While more elaborate approaches for
reducing complexity in fully formed concept lattices exist [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], our approach
needs to rely on more rudimentary measures of complexity reduction as each
similarity / distance operation traverses only part of the data-set as required.
We use an approach called context reduction – it removes rarely occurring tags,
which, despite their ‘insignificance’, reduces the size and complexity of the
formal context considerably. This makes sense as the “aboutness” of the objects
are dictated by the attributes that they have in common, rather than the
attributes that they don’t have in common. We remove tags that do not belong
to a threshold percentage of objects, with the threshold value set by default at
0.05%.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Results and Scalability of our Approach</title>
      <p>A key design requirement of our framework is to induce an explorative
browsing experience by computing the similarities and differences between objects,
deriving natural pathways within collections, and highlighting key concepts –
showing collections within collections. Furthermore, its implementation needs to
be scalable with a performance requirement to suit real time interactive browsing
over the Web. To show the results of our work, we have developed a light-weight
prototype collection browser5, shown in Fig. 3. The browser shows a detailed
catalogue description, with links to conceptually similar objects and object
clusters.</p>
      <p>In the example shown in Fig. 3, the extracted terms of the artwork:
{photographs, rituals, women, power, fishing} are used to compute the following
similar formal concepts, order ranked from most similar to least similar:
– { women, photographs, power }</p>
      <p>2 objects (Similarity: 0.55, Distance: 0.99)
– { women, fishing }</p>
      <p>2 objects (Similarity: 0.45, Distance: 0.99)
– { women, power }</p>
      <p>5 objects (Similarity: 0.30, Distance: 0.99)
– { photographs, power }</p>
      <p>6 objects (Similarity: 0.28, Distance: 0.99)
– { women, photographs }</p>
      <p>7 objects (Similarity: 0.27, Distance: 0.99)
5 Two prototype collection browsers are publicly available for the two collections:
1,000 objects with exhibition quality metadata:
http://epoc2.cs.uow.edu.au/brooklyn r 1000 ws/similarity/
15,000 objects with basic metadata:
http://epoc2.cs.uow.edu.au/brooklyn m 15000 ws/similarity/</p>
      <p>From these results, the algorithm derives all objects as a unique set6, and
clusters them according to their member concept. Each similar formal concept
consists of the object we are comparing plus member objects of that same formal
concept, i.e., the first two results indicate individual objects tagged
{ women, photographs, power } and { women, fishing }, respectively. These
objects are presented as ‘related objects’ as shown in Fig. 3. Other formal concepts
are shown as ‘object clusters’ with a series of thumbnails indicating other focal
points of interest within the collection.</p>
      <p>
        We employ natural language labels to describe the objects and object
clusters. These labels are generated from the tags from the formal concepts’ tags,
while their semantics are inferred from their hierarchical membership within the
AAT. For example, for a given set of tags { women, photographs, power }, one
may assume that they describe photographic works that depict women and are
also associated with power, given that ‘women’ exists in the ‘Agents’ hierarchy;
‘photographs’ exists in the ‘Visual Works’ hierarchy and that ‘power’ exists in
the ‘Associated Concepts’ hierarchy. Within each hierarchy, its member tags
indicate what aspect of an artwork they describe. However, a problem with this
approach lies in the inherent ambiguity of whether a term is object-oriented
(describing the object itself, its properties) or subject-oriented (describing what the
work is about or what it depicts) [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. In some cases, terms such as ‘water’
could refer to both a work that is made with water or a work that depicts water
features – an apparent shortcoming of many tag based systems. Currently, the
AAT only recognises water in the former sense, and further curation of these
sorts of tags may be necessary to prevent these semantic ambiguities.
      </p>
      <p>
        Performance and scalability are important factors for real world
implementation. As theorized by Carpineto and Romano [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], the computational cost of
FCA-based operations increases as the size of the formal context gets larger.
The results of our performance testing have indicated that dynamically
perfoming these computations is unsuitable for a collection of more than 200 objects,
with average query times approximating 60 seconds on the full collection of
15,000 objects. To solve this problem, we have adopted a caching method where
similar formal concepts are pre-computed and cached with each object record.
The system updates these caches as new objects are added, or their tags change.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Future Work</title>
      <p>We have presented a term extraction and browsing framework as applied to the
Brooklyn Museum’s collection, using objects and tags as a core data structure.
We have also developed a prototype browsing application to demonstrate our
framework. It is scalable to a collection of 15,000 objects and it can dynamically
generate links to neighbouring objects and object clusters, expressed in natural
language. With a focus on concepts rather than objects, it follows a contemporary
6 Similar formal concepts have a high overlap of common objects. Based on user
feedback, we’ve adopted a design decision to not show duplicate objects within the UI.
data-driven approach of collections browsing, and it can be suitably adopted for
experiments and applications in collections visualisation.</p>
      <p>
        Given that we use a common vocabulary for tagging objects, this work could
be extended to cover multiple collections from different institutions with an
assessment on if or how our framework could scale, along with how it can adapt
to the varying kinds of metadata each collection presents. Tags present a simple
and versatile data structure that can be provided or derived from free text.
Semantic tagging [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] introduces an interesting possibility of solving the previously
mentioned semantic ambiguity problem described in Section 4.
      </p>
      <p>
        Social tagging in museum collections is gaining traction and has proven to
add worthwhile community knowledge to museum collections [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] – for example,
the Brooklyn Museum provides programs such as “Tag You’re It!”7, and these
social tags are commonly used on their website to assist searching and browsing.
As an extension of our work, leveraging social meta-data not only closes gaps
in museum documentation and opens up interpretation to visitors, but it can
also induce dynamic relationships among objects, allowing for a self-evolving and
community-driven approach to the display and interpretation of collections.
7 http://www.brooklynmuseum.org/opencollection/tag game/start.php
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Weinberger</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Taxonomies to tags: From trees to piles of leaves</article-title>
          .
          <source>Release 1.0</source>
          <volume>23</volume>
          (
          <issue>2</issue>
          ) (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Schreiber</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aroyo</surname>
          </string-name>
          , L.,
          <string-name>
            <surname>van Assem</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>de Boer</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hardman</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hildebrand</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Omelayenko</surname>
          </string-name>
          , B.,
          <string-name>
            <surname>van Osenbruggen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tordai</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wielemaker</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wielinga</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Semantic annotation and search of cultural-heritage collections: The multimedian e-culture demonstrator</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          <volume>6</volume>
          (
          <issue>4</issue>
          ) (
          <year>2008</year>
          )
          <fpage>243</fpage>
          - 249
          <source>Semantic Web Challenge</source>
          <year>2006</year>
          /
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Klavans</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sheffield</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abels</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Passonneau</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sidhu</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soergel</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Computational linguistics for metadata building (climb): using text mining for the automatic identification, categorization, and disambiguation of subject terms for image metadata</article-title>
          .
          <source>Multimedia Tools and Applications</source>
          <volume>42</volume>
          (
          <year>2009</year>
          )
          <fpage>115</fpage>
          -
          <lpage>138</lpage>
          10.1007/s11042-008-0253-9.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Trant</surname>
          </string-name>
          , J.: Tagging,
          <article-title>Folksonomy and Art Museums: Results of steve.museum's research</article-title>
          .
          <source>Technical report</source>
          , University of Toronto (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Klavans</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chun</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guerra</surname>
          </string-name>
          , R.D.:
          <article-title>Computational Linguistics in Museums: Applications for Cultural Datasets</article-title>
          . In Trant, J.,
          <string-name>
            <surname>Bearman</surname>
          </string-name>
          , D., eds.
          <source>: Museums and the Web</source>
          <year>2011</year>
          : Proceedings, Archives and Museum
          <string-name>
            <surname>Informatics</surname>
          </string-name>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Hinton</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Whitelaw</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Exploring the digital commons: an approach to the visualisation of large heritage datasets</article-title>
          . http://www.bcs.org/upload/pdf/ewic ev10 s3paper2.
          <string-name>
            <surname>pdf</surname>
          </string-name>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Wille</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ganter</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <source>Formal Concept Analysis: Mathematical Foundations</source>
          . Springer-Verlag, Berlin (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Wille</surname>
          </string-name>
          , R.:
          <article-title>Formal concept analysis as mathematical theory of concepts and concept hierarchies</article-title>
          . In Ganter,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Stumme</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Wille</surname>
          </string-name>
          , R., eds.:
          <source>Formal Concept Analysis. Volume 3626 of Lecture Notes in Computer Science</source>
          . Springer Berlin / Heidelberg (
          <year>2005</year>
          )
          <fpage>47</fpage>
          -
          <lpage>70</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Eklund</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ducrou</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <surname>T.</surname>
          </string-name>
          :
          <article-title>An intelligent user interface for browsing and search MPEG-7 images using concept lattices</article-title>
          .
          <source>In: Proceedings of the 4th international conference on concept lattices and their applications</source>
          .
          <source>LNCS 4923</source>
          , Springer-Verlag (
          <year>2006</year>
          )
          <fpage>1</fpage>
          -
          <lpage>22</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Eklund</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wray</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goodall</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bunt</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lawson</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Christidis</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daniels</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Olffen</surname>
            ,
            <given-names>M.V.</given-names>
          </string-name>
          :
          <article-title>Designing the Digital Ecosystem of the Virtual Museum of the Pacific</article-title>
          .
          <source>In: 3rd IEEE International Conference on Digital Ecosystems and Technologies</source>
          , IEEE Press (
          <year>2009</year>
          )
          <fpage>805</fpage>
          -
          <lpage>811</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Saquer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deogun</surname>
            ,
            <given-names>J.S.:</given-names>
          </string-name>
          <article-title>Concept aproximations based on rough sets and similarity measures</article-title>
          .
          <source>In: Int. J. Appl. Math. Comput. Sci</source>
          . Volume
          <volume>11</volume>
          . (
          <year>2001</year>
          )
          <fpage>655</fpage>
          -
          <lpage>674</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Medelyan</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Automatic keyphrase indexing with a domain-specific thesaurus</article-title>
          .
          <source>Master's thesis</source>
          , University of Waikato (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Frank</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paynter</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Witten</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gutwin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nevill-Manning</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Domain-specific keyphrase extraction</article-title>
          .
          <source>In: Proceedings of the 16th International Joint Conference on Artificial Intelligence</source>
          , San Francisco, CA, Morgan Kaufmann (
          <year>1999</year>
          )
          <fpage>668</fpage>
          -
          <lpage>673</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Witten</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paynter</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frank</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gutwin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nevill-Manning</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          : Kea:
          <article-title>Practical automatic keyphrase extraction</article-title>
          .
          <source>In: Proceedings of the 4th ACM Conference on Digital Libraries</source>
          , Berkeley, CA, ACM Press (
          <year>1999</year>
          ) pp.
          <fpage>254</fpage>
          -
          <lpage>255</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Fellbaum</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>WordNet: An Electronic Lexical Database</article-title>
          . MIT Press, Cambridge, MA, USA (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Palmer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>H.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dang</surname>
          </string-name>
          , H.T.:
          <article-title>Word sense disambiguation: algorithms, applications and trends</article-title>
          . In Edmonds, P.,
          <string-name>
            <surname>Agirre</surname>
            , E., eds.: Text, Speech and
            <given-names>Language</given-names>
          </string-name>
          <string-name>
            <surname>Technology</surname>
          </string-name>
          . Kluwer Academic Publishers, Netherlands (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Pederson</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kolhatkar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Wordnet::senserelate::allwords: a broad coverage word sense tagger that maximizes semantic relatedness</article-title>
          .
          <source>In: Proceedings of Human Language Technologies</source>
          :
          <article-title>The 2009 Annual Conference of the North American Chapter of the Association for Computational Linguistics</article-title>
          , Companion Volume:
          <article-title>Demonstration Session</article-title>
          . NAACL-Demonstrations '
          <volume>09</volume>
          ,
          <string-name>
            <surname>Association for Computational Linguistics</surname>
          </string-name>
          (
          <year>2009</year>
          )
          <fpage>17</fpage>
          -
          <lpage>20</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Kuznetsov</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Obiedkov</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roth</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Reducing the representation complexity of lattice-based taxonomies</article-title>
          . In Priss, U.,
          <string-name>
            <surname>Polovina</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hill</surname>
          </string-name>
          , R., eds.: Conceptual Structures:
          <article-title>Knowledge Architectures for Smart Applications</article-title>
          . Volume
          <volume>4604</volume>
          of Lecture Notes in Computer Science. Springer Berlin / Heidelberg (
          <year>2007</year>
          )
          <fpage>241</fpage>
          -
          <lpage>254</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Carpineto</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Romano</surname>
          </string-name>
          , G.:
          <article-title>Concept Data Analysis: Theory and Applications</article-title>
          . John Wiley &amp; Sons (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Stumme</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Taouil</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bastide</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lakhal</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Conceptual clustering with iceberg concept lattices</article-title>
          .
          <source>In: Proceedings of GI-Fachgruppentreffen Maschinelles Lernen'01</source>
          . Volume
          <volume>763</volume>
          ., Universit¨at Dortmund (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          :
          <article-title>An analysis of image retrieval tasks in the field of art history</article-title>
          .
          <source>Information Processing and Management</source>
          <volume>37</volume>
          (
          <issue>5</issue>
          ) (
          <year>2001</year>
          )
          <fpage>701</fpage>
          -
          <lpage>720</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rasmussen</surname>
            ,
            <given-names>E.M.</given-names>
          </string-name>
          :
          <article-title>Searching for images: the analysis of users' queries for image retrieval in american history</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology</source>
          <volume>54</volume>
          (
          <issue>6</issue>
          ) (
          <year>2003</year>
          )
          <fpage>489</fpage>
          -
          <lpage>511</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Marchetti</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tesconi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ronzano</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Semkey: A Semantic Collaborative Tagging System</article-title>
          .
          <source>In: Proceedings of the WWW Workshop on Tagging and Metadata for Social Information Organisation</source>
          . (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>