<!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>Challenges in Automated Question Answering for Privacy Policies</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Abhilasha Ravichanderx</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alan Blackx</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Eduard Hovyx</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Joel Reidenbergy</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>N. Cameron Russelly</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Norman Sadehx</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>Privacy policies are legal documents used to inform users about the collection and handling of their data services or technologies with which they interact. Research has shown that few users take the time to read these policies, as they are often long and difficult to understand. In addition, users often only care about a small subset of issues discussed in privacy policies, and some of the issues they actually care about may not even be addressed in the text of the policies. Rather than requiring users to read the policies, a better approach might be to allow them to simply ask questions about those issues they care about, possibly through iterative dialog. In this work, we take a step towards this goal by exploring the idea of an automated privacy question-answering assistant, and look at the kinds of questions users are likely to pose to such a system. This analysis is informed by an initial study that elicits privacy questions from crowdworkers about the data practices of mobile apps. We analyze 1350 questions posed by crowdworkers about the privacy practices of a diverse cross section of mobile applications. This analysis sheds some light on privacy issues mobile app users are likely to inquire about as well as their ability to articulate questions in this domain. Our findings in turn should help inform the design of future privacy question answering systems.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Privacy policies are the legal documents which disclose the
ways in which a company gathers, uses, shares and manages
user data. They are now nearly ubiquitous on websites and
mobile applications. Privacy policies work under the ”notice
and choice” regime, where users read privacy policies and
can then choose whether or not to accept the terms of the
policy, occasionally subject to some opt-in or opt-out
provisions.</p>
      <p>
        However due to the length and verbosity of these
documents
        <xref ref-type="bibr" rid="ref1 ref33 ref5 ref9">(Cate, 2010; Cranor, 2012; Schaub et al., 2015; Gluck
et al., 2016)</xref>
        , the average user does not read the privacy
policies they consent to
        <xref ref-type="bibr" rid="ref12 ref3">(Jain, Gyanchandani, and Khare,
2016; Commission and others, 2012)</xref>
        .
        <xref ref-type="bibr" rid="ref19">McDonald and Cranor
(2008)</xref>
        find that if users spent time reading the privacy
policies for all the website they interact with, it would account
for a significant portion of the time they currently spend on
the web. This disconnect between the requirements of real
Internet users and their theoretical behavior under the notice
and choice paradigm render this model largely ineffective
        <xref ref-type="bibr" rid="ref29 ref30 ref7">(Reidenberg et al., 2015b)</xref>
        . This is an opportunity for
language technologies to help better serve the needs of users,
by processing privacy policies automatically and allowing
users to engage with them through interactive dialog. The
legal domain has long served as a useful application domain
for Natural Language Processing techniques
        <xref ref-type="bibr" rid="ref18">(Mahler, 2015)</xref>
        ,
however the sheer pervasiveness of websites and mobile
applications in today’s world necessitates the creation of
automatic techniques to help users better understand the content
of privacy policies.
      </p>
      <p>In this work, we explore the idea of an automated
“privacy assistant”, which allows users to explore the content of
a privacy policy by answering their questions. This kind of
question-answering approach would allow for a more
personalized approach to privacy, enabling users to review
sections of policies that they are most interested in. The
successful development of effective question-answering
functionality for privacy requires a careful understanding of the
types of questions users are likely to ask, how users are
likely to formulate these questions, as well as estimating the
difficulty of answering these questions. In this work, it is our
goal to explore these issues by providing a preliminary
qualitative analysis of privacy-related questions posed by
crowdworkers.</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <sec id="sec-2-1">
        <title>Policy Analysis</title>
        <p>
          There has been considerable interest in making the content
of privacy policies easy to understand. These include
approaches that prescribe guidelines for drafting privacy
policies
          <xref ref-type="bibr" rid="ref14 ref20">(Kelley et al., 2009; Micheti, Burkell, and Steeves,
2010)</xref>
          or require service providers to encode privacy-policies
in a machine-readable format
          <xref ref-type="bibr" rid="ref4">(Cranor, 2003)</xref>
          . These
methods have not seen widespread adoption from industry and
were abandoned. More recently, the community has been
looking at automatically understanding the content of
privacy policies
          <xref ref-type="bibr" rid="ref16 ref23 ref23 ref24 ref31 ref32 ref38">(Sadeh et al., 2013; Liu et al., 2016; Oltramari
et al., 2017; Mysore Sathyendra et al., 2017; Wilson et al.,
2017)</xref>
          . Perhaps most closely related to our contribution is the
work of
          <xref ref-type="bibr" rid="ref10">Harkous et al. (2018)</xref>
          , which investigates answering
questions from privacy policies by looking at privacy-related
questions users ask companies on Twitter and annotating
“segments” in the privacy policy as being relevant answers.
Our study differs from their approach in several ways. First,
our study is an order larger in magnitude . This is in part due
to the scalability of our crowdsourcing methodology (x ), at
the expense of having ‘natural’ questions. However, as we
show later in this work finding such questions in the wild
can also be challenging. Secondly, we take into account for
the fact that an answer to a question might not always be in
the privacy policy, and if it is, it is possible there are multiple
correct answers. This more accurately reflects a real-world
scenario where users can ask any question of a privacy
assistant. Third, our answers are provided by domain experts
with legal training. Moreover, the annotations are provided
at a sentence-level granularity. This is a considerable
advantage over segment-level annotations for two reasons: first,
the concept of what constitutes a segment is poorly defined
and has different meanings to different audiences whereas
the notion of a sentence is much more objective. Second :
a finer level of granularity allows us to eliminate redundant
information within segments, and presenting irrelevant
information to a user detracts from how helpful an answer is.
A system can always default to presenting segment-level
information if required, by selecting all the sentences within
the segment.
          <xref ref-type="bibr" rid="ref32">Sathyendra et al. (2017)</xref>
          present some initial
approaches to question answering for privacy policies. They
outline several avenues for future work, including the need
to elicit more representative datasets, determine if questions
are unanswerable, and decrease reliance on segments. Our
work takes a first step in this direction through a
crowdsourced study that elicits a wide range of questions as well
as legally-sound answers at the sentence-level of granularity.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Reading Comprehension</title>
        <p>
          Several large-scale reading comprehension/answer selection
datasets exist for Wikipedia passages
          <xref ref-type="bibr" rid="ref13 ref18 ref2 ref27 ref28">(Rajpurkar et al., 2016;
Rajpurkar, Jia, and Liang, 2018; Joshi et al., 2017; Choi
et al., 2018)</xref>
          and news articles
          <xref ref-type="bibr" rid="ref11 ref25 ref36">(Trischler et al., 2016;
Hermann et al., 2015; Onishi et al., 2016)</xref>
          . Our work
considers question-answering within the specialized privacy
domain, where documents are typically long and complex, and
their accurate interpretation requires legal expertise. Thus,
our work can also be considered to be related to similar
efforts in the legal domain (e.g.,
          <xref ref-type="bibr" rid="ref22">Monroy, Calvo, and Gelbukh
(2009</xref>
          );
          <xref ref-type="bibr" rid="ref26">Quaresma and Rodrigues (2005)</xref>
          ). These approaches
are based on information retrieval for legal documents and
have primarily been applied to juridical documents.
          <xref ref-type="bibr" rid="ref6">Do
et al. (2017)</xref>
          describes retrieving relevant Japanese Civil
Code documents for question answering.
          <xref ref-type="bibr" rid="ref15">Kim, Xu, and
Goebel (2015</xref>
          ) investigate answering true/false questions
from Japanese bar exams.
          <xref ref-type="bibr" rid="ref17">Liu, Chen, and Ho (2015</xref>
          )
explores finding relevant Taiwanese legal statutes for a
natural language query . A number of authors have also
described domain-specific knowledge engineering approaches
combining ontologies and knowledge bases to answer
questions (e.g.,
          <xref ref-type="bibr" rid="ref21">Molla´ and Vicedo (2007)</xref>
          ;
          <xref ref-type="bibr" rid="ref8">Frank et al. (2007)</xref>
          ).
          <xref ref-type="bibr" rid="ref7">Feng et al. (2015)</xref>
          ;
          <xref ref-type="bibr" rid="ref35">Tan et al. (2016)</xref>
          look at non-factoid
question answering in the insurance domain. Each of these
specialized domains present their own unique challenges, and
progress in them requires a careful understanding of the
domain as well as best practices in presenting information to
the end user.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Crowdsourced Study</title>
      <p>We would like to gain a better understanding of the kinds
of questions users are likely to ask, and what legally-sound
answers to them would be. For this purpose, we collect our
data in two stages: first, we crowdsource questions on the
contents of privacy policies from crowdworkers, and then
we rely on domain experts with legal training to provide
answers to the questions. We would like to note that our
methodology only exposes crowdworkers to public
information about each of the companies, rather than requiring them
to read the privacy policy to formulate questions. This
includes the name of the mobile application, the description of
the mobile application as presented on the Google Playstore
as well as screenshots from the mobile application. This
approach attempts to circumvent potential bias from lexical
entrainment, and more generally the risk of biasing
crowdworkers to ask questions only about the practices disclosed
in the privacy policy.</p>
      <p>
        In this study we intentionally select mobile applications
from a number of different categories, specifically
focusing on apps from categories that occupy 2% of mobile
applications on the Google Playstore
        <xref ref-type="bibr" rid="ref18 ref34">(Story, Zimmeck, and
Sadeh, 2018)</xref>
        1 2 3. We would like to collect a representative
1As of April 1, 2018
2Games are by far the largest category of apps on the Google
Playstore. We collapse the different game subcategories into one
category for our purposes.
      </p>
      <p>3We choose to focus on the privacy policies of mobile
applications given the ubiquitousness of smartphones. However, our study
design is limited to Android mobile applications. In practice
however, these mobile applications often share privacy policies across
platforms
set of questions such that we range from mobile
applications which are well-known and likely to have carefully
constructed privacy policies, all the way to applications which
may have smaller install bases and less sophisticated
privacy policies. We sample applications from each category
using the Google Playstore recommendation engine, such
that only half of the applications in our corpus have more
than 5 million installs 4. We collect data for 27 privacy
policies across 10 categories of mobile applications. 5</p>
      <sec id="sec-3-1">
        <title>Crowdsourced Question Elicitation</title>
        <p>An important objective of this study is to elicit and
understand the types of questions users are likely to have when
looking to install a mobile application. As discussed
earlier, we present information similar to the information found
when looking at the application in the Google playstore
(Figure 2). We use Amazon Mechanical Turk to elicit questions
about these privacy policies. Crowdworkers were asked to
imagine they installed a mobile application and could talk to
a trusted privacy assistant, whom they could ask any
privacyrelated question pertaining to the app. They were paid 12$
per hour to ask five questions for a given policy. We solicited
questions from Turkers who were conferred “master”
status, and whose location was within the United States and
our task received favorable reviews on TurkerHub. For each
mobile application, crowdworkers were also asked to rate
their understanding of what the app does on a Likert scale
of 1-5 (ranging from not being familiar to understanding
it extremely well), as well as to indicate whether they had
installed or used the app before. We also collected
demographic information regarding the age of the crowdworkers.</p>
      </sec>
      <sec id="sec-3-2">
        <title>Answer Selection</title>
        <p>We are not just interested in collecting data on what
questions users ask, but also a corpus of what good answers to
these questions would be. For this purpose, given questions
4We choose 5 million installs as a threshold on popularity of
the mobile application, but this choice is debatable. Mobile
applications with fewer than 5 million installs could also represent
applications of large corporations and vice versa.</p>
        <p>
          5The Playstore categories we sample applications from
include: Books and Reference, Business, Education, Entertainment,
Lifestyle, Health and Fitness, News and Magazines, Tools, Travel
and Local, and Games.
for a particular application, we recruit four experts with legal
training to formulate answers to these questions based on the
text of that application’s privacy policy. The experts annotate
questions for their relevance, subjectivity and also identify
the relevant OPP-115
          <xref ref-type="bibr" rid="ref16 ref37">(Wilson et al., 2016)</xref>
          category(ies)
corresponding to each question, if any. We then formulate the
problem of answering the question as a sentence selection
task, and ask our annotators to find supporting evidence in
the document which can help in answering the question. In
this way, every question is shown to at least one annotator,
and 350 questions are annotated by multiple annotators 6.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Analysis</title>
      <sec id="sec-4-1">
        <title>What types of questions do users ask the privacy assistant?</title>
        <p>
          We would like to explore the kinds of questions that users
ask our conversational assistant. We analyze questions based
on their question words, as well as by having our expert
annotators indicate whether they believe the questions are
related to privacy, whether they are subjective in nature and
what categories they belong to in the OPP-15 ontology
          <xref ref-type="bibr" rid="ref16 ref37">(Wilson et al., 2016)</xref>
          . The results of this analysis is as follows7:
        </p>
        <sec id="sec-4-1-1">
          <title>6These form our held-out test set.</title>
          <p>7All analyses in this section are presented on the ’All’ data split
unless mentioned otherwise
is/does
what
will
how
can
are
who
where
if
27.9 %
13.5 %
11.9 %
10.1 %
8.6 %
4.5 %
4.4 %
1.3 %
1.8 %
Question Words We qualitatively analyze questions by
their expected types, based on the first word of the question.
Note that while the question word can give us some
information about the information-seeking intent of the user, the
different question words can often be used interchangeably. For
example, the questions ’will it collect my location?’ can also
be phrased as ‘does it collect my location’. Keeping these
limitations in mind, we perform a qualitative analysis of the
elicited questions to identify common user intents. The
distributions of questions across types can be found in Table 2.
By far, the largest proportion of questions can be grouped
into the ‘is/does’ category where, similar to the ‘are’
category, users are often questioning the assistant about a
particular privacy attribute (for example, ’does this app track my
location?’ or ‘is this app tracking my location?’). The next
largest category includes ‘what’ questions which include a
broad spectrum of questions (for example, what sort of
analytics are integrated in the app?’ or ’what do you do with
my information’). The ‘will’ and ‘can’ questions are usually
asking about a potential privacy harm (for example, ‘will i
be explicitly told when my info is being shared with a third
party?’ or ‘will any academic institutions or employers be
able to access my performance/score information?’ or ‘can
the app see what i type and what i search for?’). ’How’
questions generally either ask about specific company
processes, or abstract attributes, such as security, longevity of
data retention etc (for example, ‘how safe is my password’
and ‘how is my data protected’). Relevant ‘where’ questions
are generally related to data storage (for example, ‘Where is
my data stored?’). Questions that begin with ‘who’ are
usually asking about first party or third party access to data (for
example, ‘who can see my account information?’ or ‘who all
has access to my medical information?’). Finally questions
in the ‘if’ category typically establish a premise, before
asking a question. Such a question needs to be answered based
on both the contents of the policy as well as assuming the
information in the premise is true (for example, ‘if i link it
to my Facebook will it have access to view my private
information?’ or ‘if i choose to opt out of the app gathering my
personal data, can i still use the app?’).</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>Relevance and Subjectivity We analyze how many of the</title>
        <p>questions asked to our privacy assistant are ‘relevant’ i.e are
related to privacy, and how many are subjective in nature.</p>
        <p>In the real-world it isn’t necessary that users will only ask
our privacy assistant questions related to privacy. Thus, it is
important for us to be able to identify which questions we
are capable of attempting to answer. We analyze the test-set
where each example features multiple annotations from our
expert-annotators. We consider the majority-vote to be the
judgement of whether a question is relevant or subjective.
We find that 78.85% of questions received by our privacy
assistant are relevant, with 6.28% being subjective. Table. 3
gives us more insight into this phenomena. We observe that
the majority of questions (74%) are relevant but not
subjective (for example, ‘what information are they collecting?’).
4.86% of questions are both relevant and subjective (for
example, ‘is my data safe?’), 1.4% are subjective but not
relevant (for example, ‘are there any in game purchases in the
wordscapes app that i should be concerned about?’) and
finally 19.71% are neither relevant nor subjective (‘does the
app require an account to play?’).</p>
        <p>
          Question Ontology Categories Next we ask our
annotators to indicate the OPP-15 data practice category
          <xref ref-type="bibr" rid="ref16 ref37">(Wilson et
al., 2016)</xref>
          that best describes the question. Broadly, the
ontology describes 10 data practice categories. The interested
reader is invited to refer to
          <xref ref-type="bibr" rid="ref16 ref37">(Wilson et al., 2016)</xref>
          for a detailed
description of these data practices. Annotators are allowed
to annotate a question as belonging to multiple categories.
For example, the question ’What information of mine is
collected by this app and who is it shared with?’ might belong
to both the ‘First Party Collection and Use’ and the ‘Third
Party Sharing and Collection’ OPP-115 data practice
categories. We consider a category to be correct, if at least 2
annotators identify it to be relevant. In cases where none of the
categories are identified as relevant, we default to ’other’ if it
is identified as a relevant category by at least one annotator.
If not, we mark the category as ’no agreement’. The results
from this analysis are presented in Table. 4. We observe that
questions about first party and third party practices account
for nearly 58.7% of all the questions asked of our assistant.
Comparative Analysis We analyze 100 samples drawn
from the Twitter privacy dataset
          <xref ref-type="bibr" rid="ref10">(Harkous et al., 2018)</xref>
          ,
annotating them for OPP-category, relevance and if they are a
question or not. We find that in the Twitter dataset, 23 % of
the questions are complaints rather than questions. By
OPPcategory classification, 26% are First Party, 37% are Third
Party, 14% are Data Security, 5% are User Access, 3% are
User choice and 9% could be grouped in the ‘other’
category. Only 6% of the questions collected are not privacy
related.
        </p>
        <sec id="sec-4-2-1">
          <title>First Party Collection//Use Third Party Sharing//Collection Data Security Data Retention</title>
          <p>User Access, Edit and Deletion
User Choice//Control
Other
International and Specific Audiences
No Agreement</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Experiments</title>
      <p>
        We would like to characterize and study the difficulty of the
question-answering task for humans. We formulate the
problem of identifying relevant evidence in the document to
answer the question as a sentence-selection task, where it is
possible to choose not to answer a question by not
identifying any relevant sentences. We evaluate using
sentencelevel F1 rather than IR-style metrics so as to accommodate
models to abstain from answering 8. Similar to
        <xref ref-type="bibr" rid="ref2">Choi et al.
(2018)</xref>
        ;
        <xref ref-type="bibr" rid="ref27">Rajpurkar et al. (2016)</xref>
        , we compute the maximum
F1 amongst all the reference answers. As abstaining from
giving an answer is always legally sound but seldom
helpful, we do not consider a question to be unanswerable if only
a minority of experts abstain from giving an answer. Similar
to
        <xref ref-type="bibr" rid="ref2">(Choi et al., 2018)</xref>
        given n reference answers, we report
the average maximum F1 performance of the (n 1)th
subset compared to the heldout reference.
      </p>
      <p>
        As discussed previously, since most questions are
difficult to answer in a legally-sound way based on the contents
of the privacy policy alone, abstaining from answering is
often going to be a safe action. We would like to emphasize
that this is not a criticism of the annotators or the people
asking the questions, but rather a characteristic of this
domain where privacy policies are often silent or ambiguous
on issues users are likely to inquire about. To quantify the
magnitude of this effect, we demonstrate that a model which
always abstains from answering the question can achieve
reasonable performance (Table 5), yet still leaves a large
gap for improvement. We would further like to understand
what makes the majority of our annotators decide a question
should not be answered. We randomly sample 100
questions that were deemed unanswerable, and annotate them
post-hoc with reasons informed by expert annotations. We
find that for 56% of unanswerable questions, the answer to
the question would typically not be present in most privacy
policies. These would include questions such as ‘how does
the currency within the game work?’ and suggests that users
would benefit from being informed about the scope of
typical privacy policies. However, they also include questions
such as ‘has Viber had data breaches in the past?’ which
8Similar to
        <xref ref-type="bibr" rid="ref18 ref28">(Rajpurkar, Jia, and Liang, 2018)</xref>
        and
        <xref ref-type="bibr" rid="ref18 ref39">(Yang, Yih,
and Meek, 2015)</xref>
        , for negative examples models are awarded 1 F1
if they abstain from answering and 0 F1 for any answer at all
      </p>
      <sec id="sec-5-1">
        <title>Model No Answer (NA) Human</title>
      </sec>
      <sec id="sec-5-2">
        <title>Precision 36.2 70.3</title>
      </sec>
      <sec id="sec-5-3">
        <title>Recall</title>
        <p>36.2
71.1
ideally a privacy assistant would be able to answer, but is
not present within a typical privacy policy. In the future, a
privacy assistant could draw upon various sources of
information such as metadata from the Google Playstore,
background legal knowledge, news articles, social media etc. in
order to broaden its coverage across questions. For an
additional 24% of unanswerable questions, the answers were
expected to be found in the privacy policy, but the privacy
policy was silent on a possible answer (such as ‘is my app
data encrypted?’). Generally when a policy is silent it is not
safe to make any assumptions. 6% of questions asked by a
user are too vague to understand correctly such as ‘who can
contact me through the app?’, such questions would
benefit from the assistant engaging in a clarification dialogue.
Another 4% are ambiguously phrased, such as ‘any
difficulties to occupy the privacy assistant?’. These kind of
questions are very hard to interpret correctly. 3% of
unanswerable questions are too specific in nature, and it is unlikely the
creators of the privacy policy would anticipate that particular
question (‘does it have access to financial apps i use?’).
Finally, 7% of unanswerable questions are too subjective and
our annotators tend to abstain from answering (for example,
‘how do i know this app is legit?’).</p>
        <p>We would also like to be able to characterize the
disagreement on this task. It is important to note here that all
of our annotators are experts with legal training rather than
crowdworkers, and their provided answers can generally be
assumed to be valid legal opinions about the question. We
tease apart the difference from where they abstained to
answer to their disagreements by comparing against the No
Answer (henceforth known as NA) baseline (Table 5). In
Table 5 we observe the human F1 is 70.7%, demonstrating
considerable agreement on the right answer. We would still like</p>
        <p>NA Model</p>
        <p>Human</p>
      </sec>
      <sec id="sec-5-4">
        <title>NA Model Human is/does what</title>
      </sec>
      <sec id="sec-5-5">
        <title>First Party Collection/Use Third Party Sharing/Collection Data Security Data Retention</title>
        <p>User Access, Edit and Deletion
User Choice/Control
Other
International &amp; Specific Audiences
No Agreement
to investigate whether any disagreements are valid, or if they
are due to poor definitions or lack of adequate specification
in the annotation instructions. We randomly sample 50
samples and annotate them for likely reasons for disagreement
9. We find that they ”agree on 64% of instances and disagree
on 36%. We further determine that 92.8% of disagreements
were legitimate, valid different interpretations. For 43.75%
the question was interpreted differently, in 25% the contents
of the privacy policy were interpreted differently and the
remaining were due to other sources of error (for example, in
the question ‘who is allowed to use the app’, most
annotators abstain from answering, but one annotator points out
that the policy states that children under the age of 13 are
not allowed to use the app.)</p>
        <p>We next analyze disagreements based on the type of
question that was asked (Table. 6). As observed, the wh-type of
the question may give us some information about the
intent of the questions. We observe that our expert annotators
rarely abstain to answer when a user asks a ’will’ question
about a potential privacy harm, taking care to identify
relevant sections of the privacy policy. Similarly ’if’ type
questions generally are quite specific and require careful
reasoning. On the other hand ‘where’ questions are generally about
data storage. They are vague, for example ’where is my data
stored?’ is probably not asking for the exact location of the
company’s datacenters but it is unclear what granularity is
meant in the question (e.g., particular country, versus
knowing whether the data is stored on a mobile phone or in the
cloud).</p>
        <p>We also analyze disagreements based on the OPP-115
category of the question (Table. 7). As expected, questions
where annotators disagree on the category of the question,
have more disagreements than simply abstaining to answer.
Similarly for user choice, the policy typically does not
answer questions like ‘how do I limit its access to data’ fully,
so the annotators tend to abstain from answering. In contrast,
questions about first party and third party practices are
usually anticipated and often have answers in the privacy policy.</p>
        <p>9We do not use F1 to measure disagreement, and instead
manually filter samples so we can capture both when the legal experts
interpreted the question differently, as well as when they interpret
the contents of the privacy policy differently.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>What kinds of questions should an automated privacy
assistant expect to receive? We explore this question by
designing a study that elicits questions from crowdworkers who are
asked to think about the data practices of mobile apps they
might consider downloading on their smartphones. We
qualitatively analyze the types of questions asked by users, and
identify a number of challenges associated with generating
answers to these questions. While in principle privacy
policies should be written to answer questions users are likely
to have, in practice, our study shows that questions asked
by users often go beyond what is disclosed in the text of
privacy policies. Challenges arise in automated question
answering, both because policies are often silent or ambiguous
on issues that users are likely to inquire about, and also
because users are not very good at articulating their privacy
questions - and occasionally even ask questions that have
nothing to do with privacy. Determining a user’s intent may
be a process of discovery for both the user and the assistant,
and thus in the future it would be helpful if the assistant was
capable of engaging in clarification dialogue. Such a privacy
assistant would have to reconcile the need to be helpful to
the user and provide answers that are legally accurate with
the need to be helpful. It would have to be capable of
disambiguating questions by engaging in dialogues with users;
it would have to be able to supplement information found
(or lacking) in the privacy policy with additional sources of
information such as background legal knowledge. Ideally, it
would also be able to interpret ambiguity in the policy and
also be able interpret silence about different issues. We hope
that the identification of these requirements will help inform
the design of effective automatic privacy assistants.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>This work has been supported by the National Science
Foundation under Grant No. CNS 13-30596 and No. CNS CNS
13-30214. The views and conclusions contained herein are
those of the authors and should not be interpreted as
necessarily representing the official policies or endorsements,
either expressed or implied, of the NSF, or the US
Government. The authors would like to thank Lorrie Cranor, Florian
Schaub and Shomir Wilson for insightful feedback and
discussion related to this work.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Cate</surname>
            ,
            <given-names>F. H.</given-names>
          </string-name>
          <year>2010</year>
          .
          <article-title>The limits of notice and choice</article-title>
          .
          <source>IEEE Security &amp; Privacy</source>
          <volume>8</volume>
          (
          <issue>2</issue>
          ):
          <fpage>59</fpage>
          -
          <lpage>62</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>He</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ; Iyyer,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Yatskar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Yih</surname>
          </string-name>
          , W.-t.;
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Liang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <year>2018</year>
          .
          <article-title>Quac: Question answering in context</article-title>
          . arXiv preprint arXiv:
          <year>1808</year>
          .07036.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Commission</surname>
          </string-name>
          ,
          <string-name>
            <surname>U. F. T.</surname>
          </string-name>
          , et al.
          <year>2012</year>
          .
          <article-title>Protecting consumer privacy in an era of rapid change: Recommendations for businesses and policymakers</article-title>
          .
          <source>FTC Report.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Cranor</surname>
            ,
            <given-names>L. F.</given-names>
          </string-name>
          <year>2003</year>
          .
          <article-title>P3p: Making privacy policies more useful</article-title>
          .
          <source>IEEE Security &amp; Privacy</source>
          <volume>99</volume>
          (
          <issue>6</issue>
          ):
          <fpage>50</fpage>
          -
          <lpage>55</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Cranor</surname>
            ,
            <given-names>L. F.</given-names>
          </string-name>
          <year>2012</year>
          .
          <article-title>Necessary but not sufficient: Standardized mechanisms for privacy notice and choice</article-title>
          . J. on Telecomm. &amp;
          <string-name>
            <given-names>High</given-names>
            <surname>Tech</surname>
          </string-name>
          . L.
          <volume>10</volume>
          :
          <fpage>273</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Do</surname>
          </string-name>
          , P.
          <article-title>-</article-title>
          K.;
          <string-name>
            <surname>Nguyen</surname>
          </string-name>
          , H.-T.;
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          -X.;
          <string-name>
            <surname>Nguyen</surname>
            , M.-T.; and Nguyen,
            <given-names>M.-L.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Legal question answering using ranking svm and deep convolutional neural network</article-title>
          .
          <source>arXiv preprint arXiv:1703</source>
          .
          <fpage>05320</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Feng</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Xiang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Glass</surname>
            ,
            <given-names>M. R.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>Applying deep learning to answer selection: A study and an open task</article-title>
          .
          <source>arXiv preprint arXiv:1508</source>
          .
          <fpage>01585</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Frank</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Krieger</surname>
          </string-name>
          , H.-U.;
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Uszkoreit</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Crysmann</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ; Jo¨rg, B.; and Scha¨fer,
          <string-name>
            <surname>U.</surname>
          </string-name>
          <year>2007</year>
          .
          <article-title>Question answering from structured knowledge sources</article-title>
          .
          <source>Journal of Applied Logic</source>
          <volume>5</volume>
          (
          <issue>1</issue>
          ):
          <fpage>20</fpage>
          -
          <lpage>48</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Gluck</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Friedman</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Habib</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ; Sadeh,
          <string-name>
            <given-names>N.</given-names>
            ;
            <surname>Cranor</surname>
          </string-name>
          ,
          <string-name>
            <surname>L. F.</surname>
          </string-name>
          ; and Agarwal,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          <year>2016</year>
          .
          <article-title>How short is too short? implications of length and framing on the effectiveness of privacy notices</article-title>
          .
          <source>In 12th Symposium on Usable Privacy and Security (SOUPS)</source>
          ,
          <fpage>321</fpage>
          -
          <lpage>340</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Harkous</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Fawaz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Lebret</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Shin</surname>
            ,
            <given-names>K. G.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Aberer</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <year>2018</year>
          .
          <article-title>Polisis: Automated analysis and presentation of privacy policies using deep learning</article-title>
          .
          <source>arXiv preprint arXiv:1802</source>
          .02561.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Hermann</surname>
            ,
            <given-names>K. M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Kocisky</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Grefenstette</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Espeholt</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Kay</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ; Suleyman,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ; and Blunsom,
          <string-name>
            <surname>P.</surname>
          </string-name>
          <year>2015</year>
          .
          <article-title>Teaching machines to read and comprehend</article-title>
          .
          <source>In Advances in Neural Information Processing Systems</source>
          ,
          <volume>1693</volume>
          -
          <fpage>1701</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Jain</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Gyanchandani</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Khare</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>Big data privacy: a technological perspective and review</article-title>
          .
          <source>Journal of Big Data</source>
          <volume>3</volume>
          (
          <issue>1</issue>
          ):
          <fpage>25</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Weld</surname>
            ,
            <given-names>D. S.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Triviaqa: A large scale distantly supervised challenge dataset for reading comprehension</article-title>
          .
          <source>arXiv preprint arXiv:1705</source>
          .
          <fpage>03551</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Kelley</surname>
            ,
            <given-names>P. G.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bresee</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Cranor</surname>
            ,
            <given-names>L. F.</given-names>
          </string-name>
          ; and Reeder,
          <string-name>
            <surname>R. W.</surname>
          </string-name>
          <year>2009</year>
          .
          <article-title>A nutrition label for privacy</article-title>
          .
          <source>In Proceedings of the 5th Symposium on Usable Privacy and Security</source>
          , 4. ACM.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Kim</surname>
          </string-name>
          , M.-Y.;
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ; and Goebel,
          <string-name>
            <surname>R.</surname>
          </string-name>
          <year>2015</year>
          .
          <article-title>Applying a convolutional neural network to legal question answering</article-title>
          .
          <source>In JSAI International Symposium on Artificial Intelligence</source>
          ,
          <fpage>282</fpage>
          -
          <lpage>294</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ; Wilson,
          <string-name>
            <given-names>S.</given-names>
            ;
            <surname>Schaub</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ; and
            <surname>Sadeh</surname>
          </string-name>
          ,
          <string-name>
            <surname>N.</surname>
          </string-name>
          <year>2016</year>
          .
          <article-title>Analyzing vocabulary intersections of expert annotations and topic models for data practices in privacy policies</article-title>
          .
          <source>In 2016 AAAI Fall Symposium Series.</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.-H.</given-names>
          </string-name>
          ; Chen, Y.-L.; and
          <string-name>
            <surname>Ho</surname>
            ,
            <given-names>W.-L.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>Predicting associated statutes for legal problems</article-title>
          .
          <source>Information Processing &amp; Management</source>
          <volume>51</volume>
          (
          <issue>1</issue>
          ):
          <fpage>194</fpage>
          -
          <lpage>211</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Mahler</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>What is nlp and why should lawyers care</article-title>
          .
          <source>Retrieved March</source>
          <volume>12</volume>
          :
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>McDonald</surname>
            ,
            <given-names>A. M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Cranor</surname>
            ,
            <given-names>L. F.</given-names>
          </string-name>
          <year>2008</year>
          .
          <article-title>The cost of reading privacy policies</article-title>
          .
          <source>ISJLP</source>
          <volume>4</volume>
          :
          <fpage>543</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Micheti</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Burkell</surname>
          </string-name>
          , J.; and
          <string-name>
            <surname>Steeves</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <year>2010</year>
          .
          <article-title>Fixing broken doors: Strategies for drafting privacy policies young people can understand</article-title>
          .
          <source>Bulletin of Science, Technology &amp; Society</source>
          <volume>30</volume>
          (
          <issue>2</issue>
          ):
          <fpage>130</fpage>
          -
          <lpage>143</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Molla´</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Vicedo</surname>
            ,
            <given-names>J. L.</given-names>
          </string-name>
          <year>2007</year>
          .
          <article-title>Question answering in restricted domains: An overview</article-title>
          .
          <source>Computational Linguistics</source>
          <volume>33</volume>
          (
          <issue>1</issue>
          ):
          <fpage>41</fpage>
          -
          <lpage>61</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Monroy</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Calvo</surname>
          </string-name>
          , H.; and
          <string-name>
            <surname>Gelbukh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2009</year>
          .
          <article-title>Nlp for shallow question answering of legal documents using graphs</article-title>
          .
          <source>Computational Linguistics and Intelligent Text Processing 498-508.</source>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <given-names>Mysore</given-names>
            <surname>Sathyendra</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.</surname>
          </string-name>
          ; Wilson,
          <string-name>
            <given-names>S.</given-names>
            ;
            <surname>Schaub</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ;
            <surname>Zimmeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ; and
            <surname>Sadeh</surname>
          </string-name>
          ,
          <string-name>
            <surname>N.</surname>
          </string-name>
          <year>2017</year>
          .
          <article-title>Identifying the provision of choices in privacy policy text</article-title>
          .
          <source>In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing</source>
          ,
          <fpage>2774</fpage>
          -
          <lpage>2779</lpage>
          . Copenhagen, Denmark: Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <surname>Oltramari</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Piraviperumal</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ; Wilson,
          <string-name>
            <given-names>S.</given-names>
            ;
            <surname>Cherivirala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ; Norton, T. B.;
            <surname>Russell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. C.</given-names>
            ;
            <surname>Story</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ;
            <surname>Reidenberg</surname>
          </string-name>
          , J.; and
          <string-name>
            <surname>Sadeh</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Privonto: A semantic framework for the analysis of privacy policies</article-title>
          .
          <source>Semantic Web (Preprint)</source>
          :
          <fpage>1</fpage>
          -
          <lpage>19</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <surname>Onishi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ; Bansal,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Gimpel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ; and
            <surname>McAllester</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          <year>2016</year>
          .
          <article-title>Who did what: A large-scale person-centered cloze dataset</article-title>
          .
          <source>In Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing</source>
          ,
          <fpage>2230</fpage>
          -
          <lpage>2235</lpage>
          . Austin, Texas: Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <surname>Quaresma</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Rodrigues</surname>
            ,
            <given-names>I. P.</given-names>
          </string-name>
          <year>2005</year>
          .
          <article-title>A question answer system for legal information retrieval</article-title>
          .
          <source>In JURIX</source>
          ,
          <fpage>91</fpage>
          -
          <lpage>100</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <surname>Rajpurkar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ; Zhang, J.;
          <string-name>
            <surname>Lopyrev</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ; and Liang,
          <string-name>
            <surname>P.</surname>
          </string-name>
          <year>2016</year>
          . Squad:
          <volume>100</volume>
          ,000+
          <article-title>questions for machine comprehension of text</article-title>
          .
          <source>arXiv preprint arXiv:1606</source>
          .
          <fpage>05250</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <surname>Rajpurkar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Jia</surname>
            , R.; and Liang,
            <given-names>P.</given-names>
          </string-name>
          <year>2018</year>
          .
          <article-title>Know what you don't know: Unanswerable questions for squad</article-title>
          . arXiv preprint arXiv:
          <year>1806</year>
          .03822.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <string-name>
            <surname>Reidenberg</surname>
            ,
            <given-names>J. R.</given-names>
          </string-name>
          ; Breaux,
          <string-name>
            <given-names>T.</given-names>
            ;
            <surname>Cranor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. F.</given-names>
            ;
            <surname>French</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ;
            <surname>Grannis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ;
            <surname>Graves</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. T.</given-names>
            ;
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ;
            <surname>McDonald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ;
            <surname>Norton</surname>
          </string-name>
          , T. B.; and Ramanath,
          <string-name>
            <surname>R.</surname>
          </string-name>
          <year>2015a</year>
          .
          <article-title>Disagreeable privacy policies: Mismatches between meaning and users' understanding</article-title>
          .
          <source>Berkeley Tech. LJ</source>
          <volume>30</volume>
          :
          <fpage>39</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <string-name>
            <surname>Reidenberg</surname>
            ,
            <given-names>J. R.</given-names>
          </string-name>
          ; Russell,
          <string-name>
            <given-names>N. C.</given-names>
            ;
            <surname>Callen</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. J.</surname>
          </string-name>
          ; Qasir,
          <string-name>
            <surname>S.</surname>
          </string-name>
          ; and Norton, T. B.
          <year>2015b</year>
          .
          <article-title>Privacy harms and the effectiveness of the notice and choice framework</article-title>
          .
          <source>ISJLP</source>
          <volume>11</volume>
          :
          <fpage>485</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <string-name>
            <surname>Sadeh</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Acquisti</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Breaux</surname>
          </string-name>
          , T. D.;
          <string-name>
            <surname>Cranor</surname>
            ,
            <given-names>L. F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>McDonald</surname>
            ,
            <given-names>A. M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Reidenberg</surname>
            ,
            <given-names>J. R.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>N. A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Russell</surname>
            ,
            <given-names>N. C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ; et al.
          <year>2013</year>
          .
          <article-title>The usable privacy policy project: Combining crowdsourcing, machine learning and natural language processing to semiautomatically answer those privacy questions users care about</article-title>
          .
          <source>Technical report, Technical Report</source>
          , CMU-ISR-
          <volume>13</volume>
          -
          <issue>119</issue>
          , Carnegie Mellon University.
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <surname>Sathyendra</surname>
            ,
            <given-names>K. M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Ravichander</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Story</surname>
            ,
            <given-names>P. G.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Black</surname>
            ,
            <given-names>A. W.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Sadeh</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Helping users understand privacy notices with automated query answering functionality: An exploratory study</article-title>
          .
          <source>Technical Report.</source>
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Balebako</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Durity</surname>
            ,
            <given-names>A. L.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Cranor</surname>
            ,
            <given-names>L. F.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>A design space for effective privacy notices</article-title>
          .
          <source>In Eleventh Symposium On Usable Privacy and Security (SOUPS</source>
          <year>2015</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          <string-name>
            <surname>Story</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Zimmeck</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Sadeh</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2018</year>
          .
          <article-title>Which apps have privacy policies?</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          <string-name>
            <surname>Tan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ; dos Santos,
          <string-name>
            <given-names>C.</given-names>
            ;
            <surname>Xiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ; and
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          <year>2016</year>
          .
          <article-title>Improved representation learning for question answer matching</article-title>
          .
          <source>In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          ,
          <fpage>464</fpage>
          -
          <lpage>473</lpage>
          . Berlin, Germany: Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          <string-name>
            <surname>Trischler</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Yuan</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Harris</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Sordoni</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bachman</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Suleman</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>Newsqa: A machine comprehension dataset</article-title>
          .
          <source>arXiv preprint arXiv:1611</source>
          .
          <fpage>09830</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          <string-name>
            <surname>Wilson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Dara</surname>
            ,
            <given-names>A. A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Cherivirala</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; Leon,
          <string-name>
            <surname>P. G.</surname>
          </string-name>
          ; Andersen,
          <string-name>
            <given-names>M. S.</given-names>
            ;
            <surname>Zimmeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ;
            <surname>Sathyendra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. M.</given-names>
            ;
            <surname>Russell</surname>
          </string-name>
          ,
          <string-name>
            <surname>N. C.</surname>
          </string-name>
          ; et al.
          <year>2016</year>
          .
          <article-title>The creation and analysis of a website privacy policy corpus</article-title>
          .
          <source>In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume</source>
          <volume>1</volume>
          :
          <string-name>
            <surname>Long</surname>
            <given-names>Papers)</given-names>
          </string-name>
          , volume
          <volume>1</volume>
          ,
          <fpage>1330</fpage>
          -
          <lpage>1340</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          <string-name>
            <surname>Wilson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Sathyendra</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Zimmeck</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; Ramanath,
          <string-name>
            <surname>R.</surname>
          </string-name>
          ; Liu,
          <string-name>
            <given-names>F.</given-names>
            ;
            <surname>Sadeh</surname>
          </string-name>
          , N.; and
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Analyzing privacy policies at scale: From crowdsourcing to automated annotations</article-title>
          .
          <source>ACM Transactions on the Web.</source>
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Yih</surname>
          </string-name>
          , W.-t.; and
          <string-name>
            <surname>Meek</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>Wikiqa: A challenge dataset for open-domain question answering</article-title>
          .
          <source>In Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing</source>
          ,
          <fpage>2013</fpage>
          -
          <lpage>2018</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>