<!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>Using Social and Pseudo-Social Networks for Improved Recommendation Quality</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alan Said</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ernesto W. De Luca</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sahin Albayrak DAI-Lab TU-Berlin</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>alan.said</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ernesto.deluca</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>sahin.albayrak}@dai-lab.de</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>Recommender systems attempt to find relevant data for their users. As the body of data available in the Web sphere becomes larger, this task becomes increasingly harder. In this paper we present a comparison of recommendation results when using different social and pseudo-social features commonly available in online movie recommendation communities. Social relations, whether inferred or not, hold implicit information about users' taste and interests. We present results of a simple method that extends standard collaborative filtering algorithms to include a social network and show that this explicit and implicit information (i.e. direct friendship, and indirect co-commenting etc.) can be used to improve the quality of recommendations.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Estimates say that the currently accumulated amount of data
in the digital universe reached 1.2 zettabytes (1 billion
terabytes) in 2010, which corresponds to a 50% increase during
the two last years [Gantz and Reinsel, 2010]. A body of data
of this size presents substantial challenges for current
information retrieval systems. Independent of whether the task is
search-, classification- or recommendation-oriented,
processing and personalizing results from these systems becomes one
of the most important tasks in order to identify relevant
information. Granted, most systems do not face data amounts of
this size, it is however implied that this accumulated amount
is reflected in many websites which have seen considerable
increase of users during the same time, e.g. Netflix [Siedler,
2010].</p>
      <p>In personalized recommender systems, the de facto
standard Collaborative Filtering (CF) approach, is becoming an
insufficient means to produce relevant results due to the
information overload which follows from the rapid data growth
[Montebello, 1998]. However, the significant increase in data
brings benefits as well, benefits in the form of richer meta
data, i.e. more information related to every transaction,
consumption, movie rating, etc. Using this rich data to extend
regular collaborative filtering approaches can result in better
information management systems, no matter if they are
retrieval or recommendation based.</p>
      <p>In movie recommendation systems, recommender systems
research has mostly been focused on algorithmic approaches
to better use the available data. The two most popular movie
recommendation datasets, from the Netflix Prize1 and the
Movielens2 community, do not include any social or
pseudosocial structures. However, this data is commonly available
in other online recommendation communities.
1.1</p>
    </sec>
    <sec id="sec-2">
      <title>Problem Statement and Contribution</title>
      <p>In this paper, we evaluate how different social and
pseudosocial relations can be employed in order to improve the
quality of recommendations in a movie scenario. Our model
presents how user-item interaction can be used to infer
relations between users. We present early stage results where
these relations, no matter if inferred or explicit, increase the
performance of our collaborative filtering-based movie
recommender</p>
      <p>The main contribution of this paper is the evaluation of
different types of social networks in order to improve
recommendation quality.
1.2</p>
    </sec>
    <sec id="sec-3">
      <title>Outline</title>
      <p>In this paper, we limit ourselves to the domain of movie
recommendation, using a dataset from the Moviepilot3 online
movie recommendation community, and present a simple
extension of standard collaborative filtering which uses regular
and inferred social networks similar to the method presented
by Guy et al. [Guy et al., 2009].</p>
      <p>Our approach infers ties between users based on their
history of comments, whether they have stated they are fans of
the same people, whether they have stated they like the same
news articles, and if they have an explicitly stated friendship
relation.</p>
      <p>The experiments performed in this paper show that when
using these networks, we can improve recommendation
results compared to regular collaborative filtering. The full
details of our approach are presented in Section 3.</p>
      <sec id="sec-3-1">
        <title>1http://www.netflixprize.com/ 2http://www.movielens.org/ 3http://www.moviepilot.de</title>
        <sec id="sec-3-1-1">
          <title>Familiarity vs. Similarity</title>
          <p>In standard collaborative filtering-based recommender
systems, user similarities are calculated based on the user-movie
relations (i.e. similarity), we use user-user relations in
addition (i.e. familiarity). In our analysis and experiments we use
a snapshot of the explicit friendship graph found in
Moviepilot, as well as the implicit networks created when users
interact with the same content (as shown in Figure 2), in order to
improve the quality of our recommendations. The assumption
is that a user’s so-called familiarity networks hold implicit
information about the user’s so-called similarity (CF-based)
network [Said et al., 2010b]. We also present some statistical
data on the dataset and its features.
3</p>
        </sec>
        <sec id="sec-3-1-2">
          <title>Dataset and Experiments</title>
          <p>Moviepilot is Germany’s largest online movie
recommendation community with more than one million users, over fifty
thousand movies, and in excess of 10 million ratings.
3.1</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>The Dataset</title>
      <p>Datasets provided by Moviepilot have been analyzed and
researched previously [Said et al., 2010a]. However, the dataset
used in our evaluation differs from the ones used in prior
publications. This dataset is a subset of the full, unfiltered data
that creates the basis for the Moviepilot website. The dataset
contains ratings by 10; 000 randomly selected users who have
rated at least one movie. In addition to the ratings, the dataset
also contains information on each user’s friendship network
within Moviepilot, as well as the comments posted by each
user, the declarations of being a fan by each user (i.e.
explicit statements saying a user is a fan of an actor, director,
etc.) and the “diggs” of each user (i.e. users can “digg”
different items such as comments, news articles etc.). The total
number of ratings in our subset is 1; 539; 393 spread over a
period of four years (2006 to 2010). Table 1 shows the
number of entities in the dataset and the approximate percentages
of the full snapshot . The ratings are stored on a 0 to 100
scale with 0 being the lowest and 100 being the highest. The
scale shown to the users is however 0.0 to 10.0. The networks
used in this paper were either explicitly stated in the data (i.e.
friendships) or were inferred from users’ interactions with
information available, i.e.:
Friendships
Comments
Fans
Diggs</p>
      <p>Testset</p>
      <p>The sizes of the networks differ as the randomly selected
users have diverse profiles, i.e. those with many friends and
those with few, those who comment often and those who
never comment, etc. The number of nodes and edges in each
network is shown in Table 2, the number of ratings assigned
by users in each of the networks is shown in Table 3.
circa 5000 ratings for 500 randomly selected users. In
order to avoid problems related to cold start (when users have
none or too few items for CF to generate good results) [Said
et al., 2009], for both users and items, we limit our
evaluation to users who have rated at least 30 movies. For each of
these users, 10 movies having been rated with a value above
the user’s average rating were extracted into the evaluation
set (i.e. the set of true positive recommendations). The rest
of the ratings were used for training. The recommendation
algorithm was run twice for the 50 pairs of datasets, once taking
the networks into consideration, and once neglecting the
additional data. The results presented in this paper are averaged
over all runs.</p>
      <p>The recommendation algorithm used in our experiments
was a slightly modified version of K-Nearest Neighbor using
the Pearson Correlation Coefficient as the neighbor similarity
measure. The pearson similarity of two users who were
connected in the networks was multiplied by a factor of 10; 000
(the number of users in our dataset) in order to significantly
affect the similarity measure. Experiments were performed
with K set to 200. Additionally, a random recommender was
used as a baseline for comparison. It should be noted that the
algorithm itself is not the focus of our evaluation, rather the
effects of using this additional information for
recommendation.
3.3</p>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>We evaluate our recommendations with the Mean Average
Precision (MAP) and Precision at 10 (P@10) measures.
These measures where chosen since they are well-known and
widely-used in the field of Recommender Systems and
Information Retrieval, providing a statistically sound estimate of
the recommendation quality [Herlocker et al., 2004].</p>
      <p>Table 3(a) shows the precision levels obtained in our
experiments. As the training and test splits for each network
type have been created separately (due to the sets not
necessarily being overlapping), they can thus not be compared to
each other directly. Therefore, the table also shows the result
of a standard Pearson-based KNN recommender on the same
training and test split compared to the values of social
recommendations. Table 3(b) shows the MAP values in a similar
fashion.</p>
      <p>Our resulting recommendations using social and
pseudosocial networks perform between 0:2% and 5:4% better (in
MAP values) than a regular KNN recommender and similarly
in terms of P@10. We find that the pseudo-social network
created from fan relations does not add much to the
recommendation quality. Our belief is that this is related to the large
number of edges in the network and the fact that people can
be fans for different reasons. The other networks have larger
impacts, with the explicitly stated social network performing
better than the rest. We believe this is due to the relations
expressing a type of “common ground” or agreement between
the two parties.
4</p>
      <sec id="sec-5-1">
        <title>Related Work</title>
        <p>Recommender systems research originated in the late 1980’s
early 1990’s [Resnick et al., 1994] and has since then become
(b) MAP
MAP 10K</p>
        <p>MAP
a ubiquitous topic found at almost every machine learning or
information retrieval related conference.</p>
        <p>More recently, much of the focus of the recommender
systems community was on the Netflix Prize. Pila´szy and
Tikk [Pila´szy and Tikk, 2009], presented provocative results
showing that meta data related to movies is of little value
when it comes to predicting movie ratings. Kirmenis and
Birturk [Kirmenis and Birturk, 2008], on the other hand,
show that a similar approach that utilizes user related meta
data generates better recommendations than a metadata
ignorant approach. A similar hybrid approach is evaluated
by Lekakos and Caravelas [Lekakos and Caravelas, 2006],
where similarity-based data is combined with its
contentbased counterpart to improve recommendations, with good
results.</p>
        <p>Similarly to the Netflix Prize dataset, the Movielens
dataset, provided by the GroupLens4 research lab, has been
frequently used in recommender systems research. For
instance, Herlocker et al. [Herlocker et al., 2002] evaluated
neighborhood-based recommendation using Movielens in
order to create design guidelines for collaborative
filteringbased recommenders. Rashid et al. [Rashid et al., 2002]
researched the problem every system encounters when a new
user starts using the service. Which items to recommend, or
to decide which few items will give the system the most
information about the user.</p>
        <p>Amatriain et al. [Amatriain et al., 2009], pose that re-rating
movies is of significantly higher value than rating new ones.
They show how the amount of time that has passed since the
original rating affects the users’ new rating, and thus the
quality of the recommendations.</p>
        <p>Guy et al. [Guy et al., 2009] create a system for
recommending items based on a users’ aggregated familiarity
network. In this work, the familiarity network is created by
assigning relations between users based on sources such as</p>
        <sec id="sec-5-1-1">
          <title>4http://www.grouplens.org/</title>
          <p>co-authorship of wiki pages within an organization’s internal
network, similar to the implicit networks studied in this paper.
The results show that the familiarity network produces better
recommendations than classical similarity based approaches.
A similar approach is presented by Bonhard and Sasse
[Bonhard and Sasse, 2006].</p>
          <p>Another approach related to familiarity networks is the
concept of trust-based recommendation. Golbeck and
Hendler’s [Golbeck and Hendler, 2006] present an
approach based on explicitly defined trust gathered through the
FilmTrust5 movie recommendation website. FilmTrust asks
its users to assign trust values to their peers, thus stating
whose taste to follow and whose not to follow. They conclude
that trust does add to the quality of the recommendations.
5</p>
        </sec>
      </sec>
      <sec id="sec-5-2">
        <title>Conclusion and Future Work</title>
        <p>In this paper we presented early stage results which indicate
that the networks that users are part of contain latent
information not present in the data found through ordinary user-based
collaborative filtering methods. We showed, in a movie
recommendation scenario, that the actions of users as well as
their social networks are implicitly reflected in their rating
behavior.</p>
        <p>The work presented shows that there is much to gain by
simple extensions of current standard algorithms. However,
the approach needs to be extended and further researched in
order to gain more insight into the different types of networks
users can be part of, and how they affect the quality of
recommendations. Also, combinations of networks, which we
did not touch upon should be taken into consideration.
Similarly, extending this research outside of the movie domain
could provide a deeper understanding of network types and
the users in them. Our current work focuses on combinations
of several network types as well as the integration of
demographic data, i.e. age, gender, etc.</p>
        <p>The main contribution of our paper is an evaluation of
different user-related (pseudo-) social networks, explicit and
implicit. We have shown that, in a movie recommendation
scenario, these types of networks appear to have an effect on the
quality of recommender algorithms, even when implemented
by very simple means.
6</p>
      </sec>
      <sec id="sec-5-3">
        <title>Acknowledgments</title>
        <p>The authors would like to express their gratitude to the
Moviepilot team who contributed to this work with dataset,
relevant insights and support. The work in this paper was
conducted in the scope of the KMulE project which was
sponsored by the German Federal Ministry of Economics and
Technology (BMWi).</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [Amatriain et al.,
          <year>2009</year>
          ]
          <string-name>
            <given-names>X.</given-names>
            <surname>Amatriain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Pujol</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tintarev</surname>
          </string-name>
          , and
          <string-name>
            <given-names>N.</given-names>
            <surname>Oliver</surname>
          </string-name>
          .
          <article-title>Rate it again: increasing recommendation accuracy by user re-rating</article-title>
          .
          <source>In RecSys'09</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <source>[Bonhard and Sasse</source>
          , 2006]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bonhard</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Sasse</surname>
          </string-name>
          .
          <article-title>Knowing me, knowing you using profiles and social networking to improve recommender systems</article-title>
          .
          <source>BT Technology Journal</source>
          ,
          <volume>24</volume>
          (
          <issue>3</issue>
          ),
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <source>[Gantz and Reinsel</source>
          , 2010]
          <string-name>
            <given-names>J.</given-names>
            <surname>Gantz</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Reinsel</surname>
          </string-name>
          .
          <article-title>The digital universe decade are you ready</article-title>
          ?,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <source>[Golbeck and Hendler</source>
          , 2006]
          <string-name>
            <given-names>J.</given-names>
            <surname>Golbeck</surname>
          </string-name>
          and
          <string-name>
            <surname>J. Hendler.</surname>
          </string-name>
          <article-title>FilmTrust: movie recommendations using trust in webbased social networks</article-title>
          .
          <source>In CCNC'06</source>
          , volume
          <volume>1</volume>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [Guy et al.,
          <year>2009</year>
          ]
          <string-name>
            <given-names>I.</given-names>
            <surname>Guy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Zwerdling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Carmel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Ronen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Uziel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Yogev</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Ofek-Koifman</surname>
          </string-name>
          .
          <article-title>Personalized recommendation of social software items based on social relations</article-title>
          .
          <source>In RecSys'09</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [Herlocker et al.,
          <year>2002</year>
          ]
          <string-name>
            <given-names>J.</given-names>
            <surname>Herlocker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Konstan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Riedl</surname>
          </string-name>
          .
          <article-title>Empirical analysis of design choices in neighborhood-based collaborative filtering algorithms</article-title>
          .
          <source>Informational Retrieval</source>
          ,
          <volume>5</volume>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [Herlocker et al.,
          <year>2004</year>
          ]
          <string-name>
            <given-names>J. L.</given-names>
            <surname>Herlocker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Konstan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. G.</given-names>
            <surname>Terveen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J. T.</given-names>
            <surname>Riedl</surname>
          </string-name>
          .
          <article-title>Evaluating collaborative filtering recommender systems</article-title>
          .
          <source>ACM Trans. Inf</source>
          . Syst.,
          <volume>22</volume>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <source>[Kirmenis and Birturk</source>
          , 2008]
          <string-name>
            <given-names>O.</given-names>
            <surname>Kirmenis</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Birturk</surname>
          </string-name>
          .
          <article-title>A Content-Based user model generation and optimization approach for movie recommendation</article-title>
          . In Workshop on ITWP. AAAI Press,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <source>[Lekakos and Caravelas</source>
          , 2006]
          <string-name>
            <given-names>G.</given-names>
            <surname>Lekakos</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Caravelas</surname>
          </string-name>
          .
          <article-title>A hybrid approach for movie recommendation</article-title>
          .
          <source>Multimedia Tools and Applications</source>
          ,
          <volume>36</volume>
          (
          <issue>1-2</issue>
          ),
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <source>[Montebello</source>
          , 1998]
          <string-name>
            <given-names>M.</given-names>
            <surname>Montebello</surname>
          </string-name>
          .
          <article-title>Information overloadan IR problem? String Processing</article-title>
          and Information Retrieval, International Symposium on,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <source>[Pila´szy and Tikk</source>
          , 2009] I. Pila´szy and
          <string-name>
            <given-names>D.</given-names>
            <surname>Tikk</surname>
          </string-name>
          .
          <article-title>Recommending new movies: even a few ratings are more valuable than metadata</article-title>
          .
          <source>In RecSys'09</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [Rashid et al.,
          <year>2002</year>
          ]
          <string-name>
            <given-names>A.M.</given-names>
            <surname>Rashid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Albert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Cosley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.K.</given-names>
            <surname>Lam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>McNee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.A.</given-names>
            <surname>Konstan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Riedl</surname>
          </string-name>
          .
          <article-title>Getting to know you: Learning new user preferences in recommender systems</article-title>
          .
          <source>In IUI'02. ACM</source>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [Resnick et al.,
          <year>1994</year>
          ]
          <string-name>
            <given-names>P.</given-names>
            <surname>Resnick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Iacovou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sushak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bergstrom</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Riedl</surname>
          </string-name>
          . Grouplens:
          <article-title>An open architecture for collaborative filtering of netnews</article-title>
          .
          <source>In CSCW'94</source>
          ,
          <string-name>
            <surname>Chapel</surname>
            <given-names>Hill</given-names>
          </string-name>
          ,
          <string-name>
            <surname>NC</surname>
          </string-name>
          ,
          <year>1994</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [Said et al.,
          <year>2009</year>
          ]
          <string-name>
            <given-names>A.</given-names>
            <surname>Said</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Wetzker</surname>
          </string-name>
          , W.d
          <string-name>
            <surname>Umbrath</surname>
            , and
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Hennig</surname>
          </string-name>
          .
          <article-title>A hybrid PLSA approach for warmer cold start in folksonomy recommendation</article-title>
          . In RecSys Workshop on RSWeb,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [Said et al., 2010a]
          <string-name>
            <given-names>A.</given-names>
            <surname>Said</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Berkovsky</surname>
          </string-name>
          , and E. W. De Luca.
          <article-title>Putting things in context: Challenge on contextaware movie recommendation</article-title>
          .
          <source>In CAMRa'10</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [Said et al., 2010b]
          <string-name>
            <given-names>A.</given-names>
            <surname>Said</surname>
          </string-name>
          , E. W. De Luca, and
          <string-name>
            <given-names>S.</given-names>
            <surname>Albayrak</surname>
          </string-name>
          .
          <article-title>How social relationships affect user similarities</article-title>
          .
          <source>In IUI Workshop on SRS</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <source>[Siedler</source>
          ,
          <year>2010</year>
          ]
          <string-name>
            <given-names>MG</given-names>
            <surname>Siedler</surname>
          </string-name>
          .
          <article-title>Netflix now 15 million users strong with over 60 percent of them streaming content</article-title>
          . http://techcrunch.com/
          <year>2010</year>
          /07/21/ netflix-users/ (retrieved April,
          <year>2011</year>
          ),
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>