Kahoots Flashcards
True/False: Adaptivity is user driven personalization
false
A system chooses an option and tells the user it did so. This can be described as…
Adaptability (more system-driven)
Which adaptation technique is not considered by the traditional adaptive web literature?
a. Content Adaptation
b. Adaptive Navigation
c. Adaptive Interaction
d. Adaptive Presentation
c
Adaptive Interaction
Removing text fragments belongs to…
a. Adaptive Navigation
b. Adaptive Presentation
c. Content Adaptation
d. Adaptive Presentation and Adaptive Navigation
c
Content Adaptation
The following DOES NOT belong to Adaptive Presentation:
a. Layout Adaption
b. Inserting Fragments
c. Dimming Fragments
d. Zooming
b
Inserting Fragments
The following was the last concept to be added to the traditional categorization of adaptive web techniques:
a. Content Adaption
b. Adaptive Presentation Support
c. Adaptive User Interface Generation
d. Adaptive Navigation Support
a
Content Adaption
True/False: Workspace awareness mechanisms can be considered adaptive interaction support
False
Which of the following statements about the domain model (DM) is wrong?
a. The DM is defined by the entirety of users
b. The DM is usually dynamic
c. A DM comprises several concepts that can be mapped to content
d. The user model might be an overlay over the DM
a + b
The DM is defined by the entirety of users
The DM is usually dynamic
True/False: Content-based user modeling could e.g., use meta data about users, features or text.
True
True/False: Feature-based user modeling belongs to the collaborative approaches
False
True/False: Collaborative user modeling might identify users with similar taste based on their ratings
True
Which of the following does not belong to the explicit user information?
a. Evaluation
b. Previously stored information
c. Self assessment
d. Responses to items
b
Previously stored information
True/False: Naturally occurring actions are considered implicit user interaction.
True
True/False: Collaborative user modeling does not require in-depth personal information about individual users.
True
An adaptive interaction system considers a personal minimum input signal duration. This is called…
a. Scan time
b. Lock time
c. Hold time
c
Hold time
The following statement describes the carry over effect
a. It is a long-term effect. A community’s search history influences results.
b. It is a short-term effect. A user’s search history influences results.
b
It is a short-term effect. A user’s search history influences results.
Which of the following statements about adaptive search is true?
a. Adaptive search might not utilize a non-adaptive search engine.
b. Adaptive search might re-write users’ queries.
c. Adaptive search might re-rank non-personalized search results.
d. Adaptive search tries to consider users’ long- and short-term interests
b + c + d
True/False: Stable values in a user model usually change more slowly, compared to ambiguous ones.
True
True/False: A personalized lock time describes the time span where no input is taken.
True
Google search …
a. has been personalized for more than 15 years.
b. is not subject to the cold start problem
c. mainly considers browsing history as a basis for personalization
d. demonstrates a carry over effect
a + c
True/False: A domain-specific ontology can be used as a basis for related user models
True
A personalized course website automatically subscribes you to a newsletter series of partner companies. This is…
a. Opt-In
b. Opt-Out
b
Opt-Out
One of the following describes that users act rationally when they take privacy-related decisions.
a. Privacy paradox
b. Privacy calculus
c. Privacy pragmatist
d. Privacy fundamentalist
b + c
Privacy calculus
Privacy pragmatist
True/False: The privacy paradox connotes that privacy is situational.
True
Data is not linkable to personal identifiers with reasonable effort. This approach is called…
a. privacy by architecture
b. privacy by decision
c. privacy by policy
d. privacy by chance
a
privacy by architecture
One of the following is NOT a mechanism to protect user models:
a. Perturbation
b. Justification
c. Distribution
d. Aggregation
b
Justification
One of the following is NOT a privacy principle
a. Bandwagon
b. Openness
c. Access
d. Accuracy
a
Bandwagon
A classification process outputs
a. Descriptive models
b. Predictive models
b
Predictive models
The following outputs descriptive models
a. Classification
b. Clustering
c. Regression
b
Clustering
True/False: Classification is considered supervised learning.
True
True/False: Clustering is considered supervised learning
False
True/False: A classifier’s prediction accuracy might not be helpful if class distribution is unbalanced
True
The following is true:
a. A classifier’s accuracy is the ratio of correct predictions
b. Recall is a measure of completeness
c. Recall is the ratio of positive instances correctly classified
d. Precision is the ratio of positive instances correctly classified
a + b + c
A classifier’s accuracy is the ratio of correct predictions
Recall is a measure of completeness
Recall is the ratio of positive instances correctly classified
The following describes overfitting
a. Model fits very specific cases in training data but not general enough
b. Model does not fit specific cases in training data and is too general
a
Model fits very specific cases in training data but not general enough
The following is true for clustering
a. Classes for data instances are not known in beforehand
b. Might help to derive hidden information from data
c. Classes for data instances are known in beforehand
d. Categorizes data based on a given set of classes
a + b
Classes for data instances are not known in beforehand
Might help to derive hidden information from data
The Dice coefficient can be described as follows:
a. It is based on an overlap of keywords between documents.
b. It helps to compute similarities between documents.
c. It is based on a weighted average of rating predictions
d. It always considers all documents in a document pool when comparing two.
a + b
It is based on an overlap of keywords between documents.
It helps to compute similarities between documents.
True/False: TF-IDF can be used to identify the most important keywords in a documents
True
True/False: TF-IDF considers all documents in a documents pool
True
True/False: TF-IDF: A word that appears in many documents will be considered more important and get a higher weight
False
True/False: A word that appears several times in the same documents gets a higher weight.
True
The user has a specific information need; the system tries to find the most relevant items according to the query. This is…
a. Retrieval
b. Browsing
c. Recommendation
a
Retrieval
True/False: Retrieval and Browsing have in common, that the user needs to be active
True
True/False: For a basic collaborative filtering approach we need more than a ratings matrix
False
The values of cosine similarity range between…
a. 0 and 1 (independent of rating scale used)
b. 0 and 1 (if all ratings are positive values)
c. -1 and 1 (if negative ratings are possible)
d. -1 and 1 (independent of rating scale used)
b + c
0 and 1 (if all ratings are positive values)
-1 and 1 (if negative ratings are possible)
True/False: Item-based and user-based collaborative filtering use the same algorithms
True
True/False: Primitive collaborative filtering algorithms can deal well with missing information
False
Neighbourhood selection in collaborative filtering-based systems is usually based on…
a. a minimum threshold of similarity
b. a minimum number of neighbours
c. a maximum number of neighbours
d. all might be true
a + b + c + d
a. a minimum threshold of similarity
b. a minimum number of neighbours
c. a maximum number of neighbours
d. all might be true
True/False: Slope One can deal better with missing ratings, compared to primitive collaborative filtering approaches
True
A filter bubble…
a. occurs if a system only recommends items with the highest prediction
b. isolates users from information outside known interests
c. can influence opinion making in a community
d. is a form of data sparsity
a + b + c
occurs if a system only recommends items with the highest prediction
isolates users from information outside known interests
can influence opinion making in a community
True/False: The cold start problem is a form of data sparsity
True
The following does not belong to adaptive interaction support:
a. Adaptive User Interface Element Arrangement
b. Adaptive Selection of Input Devices
c. Adaptive Team Composition
d. Adaptive Configuration of Input Devices
c
Adaptive Team Composition
True/False: The adaptation model (AM) is linked to both the user model (UM) and the domain model (DM).
True
Which of the following is NOT a vulnerability specific to adaptive systems?
a. Latent access to personal information
b. Injection of malicious code
c. Reverse engineering of personalization
d. Profile injection attacks
b
Injection of malicious code
True/False: A profile injection attack could be used to push or denigrate an item
True
A bandwagon attack…
a. aims at denigrating a certain product
b. requires technical rather than domain knowledge
c. associates a certain item with a more prominent one.
d. relies on items that are regularly rated.
c + d
associates a certain item with a more prominent one.
relies on items that are regularly rated.
One of the following is an OPTIMISTIC approach to counteract profile injection attacks.
a. Analysis of log data to identify potential attacks
b. Increase effort involved with provision of ratings
a
Analysis of log data to identify potential attacks
One of the following is a PESSIMISTIC approach to counteract profile injection attacks.
a. Consider ratings for recommendations only after a while of interaction
b. Remove ratings that users report as suspicious
a
Consider ratings for recommendations only after a while of interaction
True/False: Privacy Pragmatists are willing to disclose data when they see benefit and understand the reasons for data collection.
True