<!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>Less Data, More Questions: Fairness and Accuracy Under Data Minimization in Recommender Systems⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Salvatore Bufi</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vincenzo Paparella</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vito Walter Anelli</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tommaso Di Noia</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>ISTI-CNR</institution>
          ,
          <addr-line>Pisa</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Politecnico di Bari</institution>
          ,
          <addr-line>Bari</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Privacy laws now require data minimization, but its broader efects on recommender systems (RS) are still unclear. We systematically study how common minimization techniques reshape the three key RS goals-accuracy, user fairness, and provider fairness. Across multiple datasets and models we (i) measure performance shifts under data minimization strategies, (ii) pinpoint techniques that best balance the three objectives, and (iii) compare model robustness to data reduction. We find that while several strategies improve group-level consumer fairness, they often reduce accuracy and can even worsen provider fairness; the size of these trade-ofs strongly depends on the chosen technique and model. Code and data are public at https://github.com/salvatore-bufi/ DataMinimizationFairness.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Data Minimization</kwd>
        <kwd>Recommender Systems</kwd>
        <kwd>Fairness</kwd>
        <kwd>Multi-Objective Evaluation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Recommender systems (RSs) form the backbone of many digital platforms, tailoring content in
ecommerce, streaming, and social media [
        <xref ref-type="bibr" rid="ref8">34, 25, 13, 23, 27, 8</xref>
        ]. Their accuracy, however, is increasingly
at odds with growing concerns over privacy, security risks, and the challenges of scalability, due to
their reliance on fine-grained user data [
        <xref ref-type="bibr" rid="ref5">17, 15, 5, 29</xref>
        ]. Laws such as the GDPR, CCPA/CPRA, and
China’s PIPL mandate data minimization, i.e., retaining only what is strictly necessary [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4">3, 1, 2, 4</xref>
        ]. Initial
work has examined how data minimization afects accuracy [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], privacy [16], bias [10, 26, 28], and
peruser performance [35]. Yet, data minimization reshapes available user-item interactions by discarding
or selectively retaining interactions, potentially altering the distribution of users and items. These
alterations can amplify existing biases and undermine system fairness from consumer and producer
perspectives. Despite the field’s growing focus on fairness [
        <xref ref-type="bibr" rid="ref6">38, 12, 31, 30, 6, 37</xref>
        ], a rigorous account
of data minimization impact on both accuracy and fairness is still missing. This study bridges the
gap by systematically investigating the interplay between data minimization, accuracy, and fairness
in recommendation, specifically, we: (i) Evaluate how minimization strategies impact accuracy and
fairness on multiple real-world datasets; (ii) Pinpoint data minimization strategies that best balance
the three objectives via a multi-objective evaluation; (iii) Investigate how diferent model architectures
react to data minimization when balancing the competing objectives of accuracy and fairness. Code
and data are available at https://github.com/salvatore-bufi/DataMinimizationFairness.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Experimental Setup</title>
      <p>
        This research carries out a comprehensive investigation into the efects of data minimization on
recommender systems, moving beyond a simple accuracy analysis to consider its broader implications
for both users and item providers. In this section, we detail the experimental setup employed to address
the following research questions:
RQ1: How does data minimization impact the accuracy, provider fairness, and consumer fairness of
recommendations? What are the observable trade-ofs at the strategy level?
RQ2: Which data minimization strategies most efectively preserve recommender system performance
compared to training on the full dataset?
RQ3: How robust are diferent recommendation models to data minimization, particularly concerning
maintaining a balance between accuracy and fairness?
Data Preparation and Protocol. Experiments rely on two public benchmarks: MovieLens 1M (ML1M)
[20, 14] and Ambar[19]. To make data-minimization efects observable while keeping models trainable,
we follow Biega et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Specifically, we retain users with at least 45 ratings (and for Ambar, items as
well), then randomly sample 2500 users from each dataset.
      </p>
      <p>
        Following this pre-processing, we implement our evaluation protocol which adapts the methodology
from Biega et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] to simulate a real-world user consent scenario, where the availability of data is
determined by individual user choices. We randomly select 30% of users from the full dataset to form
our experimental group, whose interaction data constitutes  . For each user in  , we partition
their ratings into a candidate set (70%), a validation set (10%), and a test set (20%). The final training
data is created by applying various minimization strategies to the candidate set, selecting only  ratings
per user, with  = {1, 3, 7, 15, 100}.
      </p>
      <p>Algorithms and Metrics. Our study evaluates the impact of data minimization on five representative
algorithms from distinct methodological families: the graph-based LightGCN [21], neighborhood-based
User-kNN [33], matrix factorization (BPRMF [32]), a linear model (EASER [36]), and a variational
autoencoder (MultiVAE [24]). This diverse selection ensures our findings are comprehensive across diferent
recommendation approaches. We assess performance across three objectives. We use nDCG [22] to
measure accuracy. For fairness, we evaluate consumer fairness with Mean Absolute Deviation (MAD) [11],
which quantifies quality disparities between user groups, and provider fairness with Ranking-based
Statistical Parity (RSP) [39], which measures how uniformly item categories are exposed. Finally, we
use the Hypervolume (HV) [18] to analyze the simultaneous performance on accuracy, consumer, and
provider fairness.</p>
      <p>
        Data Minimization Strategies. In our study, we evaluate several approaches to minimize user
data. These strategies are designed to select subsets of user-item interactions that serve as input to the
system. In this paper, we study the data minimization strategies explored by Biega et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], aiming at
broadening their assessment to fairness issues. These include a Full data baseline and methods that
select  interactions per user based on: Random selection; recency (Most Recent)1; highest/lowest
scores (Most/Least Favorite); global popularity (Most Rated); proximity to the average item profile
(Most Characteristic); and highest rating variability (Highest Variance).
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Results and Discussion</title>
      <p>This section presents the empirical findings that address our three research questions by analyzing the
impact of data minimization on accuracy and fairness2.</p>
      <p>Impact of Data Minimization on Key Objectives (RQ1). We find that data minimization significantly
impacts recommendation quality, as shown in Table 1. Accuracy consistently drops as fewer interactions
are retained (i.e., smaller ), with extreme minimization ( = 1) rendering recommendations
impractical. This reduction, however, generally improves consumer fairness (lower MAD) by leveling the
performance across user groups, albeit at the cost of relevance. The efect on provider fairness (RSP) is
more complex. At low  values, the impact is unpredictable, but a clear trade-of with accuracy emerges:
strategies that yield higher accuracy, e.g. “Most Rated”, tend to degrade provider fairness by narrowing
1The Most Recent strategy was not applied to the Ambar dataset due to a lack of timestamps.
2Full results on the ML1M and Ambar datasets are available in the original paper.</p>
      <p>Strategy
while mitigating the fairness degradation seen in other approaches. These intricate trade-ofs are also
reflected in the Hypervolume (HV) metric, underscoring that data minimization’s efectiveness cannot
be judged on accuracy alone. We conclude that data minimization introduces a critical trade-of: while
consumer fairness may improve, it comes at the expense of accuracy and can lead to unpredictable outcomes
for provider fairness, requiring nuanced strategies to balance these objectives.</p>
      <p>Performance of Data Minimization Strategies (RQ2). To evaluate how well strategies preserve
overall performance compared to using the full dataset, we adopt a multi-objective approach. We
represent each outcome as a point in a 3D space (nDCG, RSP, MAD) and measure its Euclidean distance
( ) from the reference point (performance on full data). A smaller  indicates better preservation. As
shown in Figure 1, when  is large, most strategies perform similarly well, but a clear hierarchy emerges
as  decreases. The “Most Rated” and “Most Characteristic” strategies consistently exhibit the highest 
values, indicating poor overall performance preservation due to their strong biases toward accuracy
and fairness, respectively. In contrast, strategies that introduce variability into user profiles, such as
“Most Favorite,” and “Highest Variance”, achieve lower  values. Thus, data minimization strategies that
efectively shape user profiles by introducing variability are best at retaining the holistic performance of
the recommender system.</p>
      <p>Robustness of Recommender Models (RQ3). To assess model robustness, we analyze the mean
( ) and standard deviation ( ) of the Euclidean distances ( ), across all minimization strategies for a
given , as reported in Table 2. A lower  signifies better overall robustness, while a lower  indicates
 across all scenarios and proving particularly efective under extreme data sparsity (  = 1) due to
its information propagation mechanism. BPRMF also demonstrates strong generalization. In contrast,
traditional methods show limitations. UserKNN is robust for moderate minimization ( ≥
falters with scarcer data. EASER, relying on co-occurrence statistics, is highly sensitive to sparsity.
3) but
MultiVAE’s performance is dataset-dependent, showing weaker robustness in ML1M but achieving the
best performance in Ambar at the global level. We conclude that graph-based modeling, which enhances
classic factorization-based representations, is crucial for building recommenders that are robust to extreme
data reduction when accuracy and fairness are considered jointly.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion and Future Work</title>
      <p>We audited the impact of data minimization on the accuracy and fairness trade-ofs in RSs. Our findings
reveal a critical trade-of, where consumer fairness often improves at the cost of accuracy and provider
fairness. Strategies that introduce variability into user profiles, alongside robust graph-based models,
proved most efective at balancing these objectives. Future work will focus on engineering recommender
systems that are inherently fair and robust under severe data constraints.</p>
    </sec>
    <sec id="sec-5">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the author did not use any AI tool.
systems. In Proceedings of the 33rd ACM Conference on User Modeling, Adaptation and
Personalization, UMAP 2025, New York City, NY, USA, June 16-19, 2025, pages 114–123. ACM, 2025. doi:
10.1145/3699682.3728356. URL https://doi.org/10.1145/3699682.3728356.
[10] Gemma Galdon Clavell, Mariano Martín Zamorano, Carlos Castillo, Oliver Smith, and Aleksandar
Matic. Auditing algorithms: On lessons learned and the risks of data minimization. In AIES, pages
265–271. ACM, 2020.
[11] Yashar Deldjoo, Vito Walter Anelli, Hamed Zamani, Alejandro Bellogín, and Tommaso Di Noia. A
lfexible framework for evaluating user and item fairness in recommender systems. User Model.
User Adapt. Interact., 31(3):457–511, 2021. doi: 10.1007/S11257-020-09285-1. URL https://doi.org/
10.1007/s11257-020-09285-1.
[12] Yashar Deldjoo, Dietmar Jannach, Alejandro Bellogín, Alessandro Difonzo, and Dario Zanzonelli.</p>
      <p>Fairness in recommender systems: research landscape and future directions. User Model. User
Adapt. Interact., 34(1):59–108, 2024.
[13] Dario Di Palma, Giovanni Maria Biancofiore, Vito Walter Anelli, Fedelucio Narducci, and
Tommaso Di Noia. Content-based or collaborative? insights from inter-list similarity analysis of
chatgpt recommendations. In UMAP (Adjunct Publication), pages 28–33. ACM, 2025.
[14] Dario Di Palma, Felice Antonio Merra, Maurizio Sfilio, Vito Walter Anelli, Fedelucio Narducci,
and Tommaso Di Noia. Do llms memorize recommendation datasets? A preliminary study on
movielens-1m. In SIGIR, pages 2582–2586. ACM, 2025.
[15] Tobias Eichinger and Axel Küpper. Distributed data minimization for decentralized collaborative
ifltering systems. In ICDCN, pages 140–149. ACM, 2023.
[16] Tobias Eichinger and Axel Küpper. On data minimization and anonymity in pervasive
mobile-tomobile recommender systems. Pervasive Mob. Comput., 103:101951, 2024.
[17] Michèle Finck and Asia Biega. Reviving purpose limitation and data minimisation in
personalisation, profiling and decision-making systems. CoRR, abs/2101.06203, 2021.
[18] M. Fleischer. The measure of pareto optima. In EMO, volume 2632 of Lecture Notes in Computer</p>
      <p>Science, pages 519–533. Springer, 2003.
[19] Elizabeth Gómez, David Contreras, Ludovico Boratto, and Maria Salamó. AMBAR: A dataset for
assessing multiple beyond-accuracy recommenders. In RecSys, pages 137–147. ACM, 2024.
[20] F. Maxwell Harper and Joseph A. Konstan. The movielens datasets: History and context. ACM</p>
      <p>Trans. Interact. Intell. Syst., 5(4):19:1–19:19, 2016.
[21] Xiangnan He, Kuan Deng, Xiang Wang, Yan Li, Yong-Dong Zhang, and Meng Wang. Lightgcn:
Simplifying and powering graph convolution network for recommendation. In SIGIR, pages
639–648. ACM, 2020.
[22] Walid Krichene and Stefen Rendle. On sampled metrics for item recommendation. In Rajesh Gupta,
Yan Liu, Jiliang Tang, and B. Aditya Prakash, editors, KDD ’20: The 26th ACM SIGKDD Conference on
Knowledge Discovery and Data Mining, Virtual Event, CA, USA, August 23-27, 2020, pages 1748–1757.</p>
      <p>ACM, 2020. doi: 10.1145/3394486.3403226. URL https://doi.org/10.1145/3394486.3403226.
[23] Nian Li, Chen Gao, Depeng Jin, and Qingmin Liao. Disentangled modeling of social homophily
and influence for social recommendation. IEEE Trans. Knowl. Data Eng., 35(6):5738–5751, 2023.
[24] Dawen Liang, Rahul G. Krishnan, Matthew D. Hofman, and Tony Jebara. Variational autoencoders
for collaborative filtering. In WWW, pages 689–698. ACM, 2018.
[25] Alberto Carlo Maria Mancino, Antonio Ferrara, Salvatore Bufi, Daniele Malitesta, Tommaso Di
Noia, and Eugenio Di Sciascio. Kgtore: Tailored recommendations through knowledge-aware
GNN models. In RecSys, pages 576–587. ACM, 2023.
[26] Vincenzo Paparella, Vito Walter Anelli, Ludovico Boratto, and Tommaso Di Noia. Reproducibility
of multi-objective reinforcement learning recommendation: Interplay between efectiveness and
beyond-accuracy perspectives. In Jie Zhang, Li Chen, Shlomo Berkovsky, Min Zhang, Tommaso Di
Noia, Justin Basilico, Luiz Pizzato, and Yang Song, editors, Proceedings of the 17th ACM Conference
on Recommender Systems, RecSys 2023, Singapore, Singapore, September 18-22, 2023, pages 467–478.</p>
      <p>ACM, 2023. doi: 10.1145/3604915.3609493. URL https://doi.org/10.1145/3604915.3609493.
[27] Vincenzo Paparella, Vito Walter Anelli, Franco Maria Nardini, Rafaele Perego, and Tommaso Di
Noia. Post-hoc selection of pareto-optimal solutions in search and recommendation. In CIKM,
pages 2013–2023. ACM, 2023.
[28] Vincenzo Paparella, Dario Di Palma, Vito Walter Anelli, and Tommaso Di Noia. Broadening
the scope: Evaluating the potential of recommender systems beyond prioritizing accuracy. In
Jie Zhang, Li Chen, Shlomo Berkovsky, Min Zhang, Tommaso Di Noia, Justin Basilico, Luiz
Pizzato, and Yang Song, editors, Proceedings of the 17th ACM Conference on Recommender Systems,
RecSys 2023, Singapore, Singapore, September 18-22, 2023, pages 1139–1145. ACM, 2023. doi:
10.1145/3604915.3610649. URL https://doi.org/10.1145/3604915.3610649.
[29] Vincenzo Paparella, Alberto Carlo Maria Mancino, Antonio Ferrara, Claudio Pomo, Vito Walter
Anelli, and Tommaso Di Noia. Knowledge graph datasets for recommendation. In Vito Walter
Anelli, Pierpaolo Basile, Gerard de Melo, Francesco Maria Donini, Antonio Ferrara, Cataldo
Musto, Fedelucio Narducci, Azzurra Ragone, and Markus Zanker, editors, Proceedings of the Fifth
Knowledge-aware and Conversational Recommender Systems Workshop co-located with 17th ACM
Conference on Recommender Systems (RecSys 2023), Singapore, September 19th, 2023, volume 3560
of CEUR Workshop Proceedings, pages 109–117. CEUR-WS.org, 2023. URL https://ceur-ws.org/
Vol-3560/short2.pdf.
[30] Hossein A. Rahmani, Mohammadmehdi Naghiaei, and Yashar Deldjoo. A personalized framework
for consumer and producer group fairness optimization in recommender systems. Trans. Recomm.</p>
      <p>Syst., 2(3):19:1–19:24, 2024.
[31] Theresia Veronika Rampisela, Maria Maistro, Tuukka Ruotsalo, and Christina Lioma.
Evaluation measures of individual item fairness for recommender systems: A critical study. CoRR,
abs/2311.01013, 2023.
[32] Stefen Rendle, Christoph Freudenthaler, Zeno Gantner, and Lars Schmidt-Thieme. BPR: bayesian
personalized ranking from implicit feedback. CoRR, abs/1205.2618, 2012.
[33] Paul Resnick, Neophytos Iacovou, Mitesh Suchak, Peter Bergstrom, and John Riedl. Grouplens:</p>
      <p>An open architecture for collaborative filtering of netnews. In CSCW, pages 175–186. ACM, 1994.
[34] Abdulaziz Samra, Evgeny Frolov, Alexey Vasilev, Alexander Grigorevskiy, and Anton Vakhrushev.</p>
      <p>Cross-domain latent factors sharing via implicit matrix factorization. In RecSys, pages 309–317.</p>
      <p>ACM, 2024.
[35] Nasim Sonboli, Sipei Li, Mehdi Elahi, and Asia Biega. The trade-of between data minimization
and fairness in collaborative filtering. CoRR, abs/2410.07182, 2024.
[36] Harald Steck. Embarrassingly shallow autoencoders for sparse data. In WWW, pages 3251–3257.</p>
      <p>ACM, 2019.
[37] Marco Valentini. Cooperative and competitive llm-based multi-agent systems for recommendation.</p>
      <p>In Claudia Hauf, Craig Macdonald, Dietmar Jannach, Gabriella Kazai, Franco Maria Nardini, Fabio
Pinelli, Fabrizio Silvestri, and Nicola Tonellotto, editors, Advances in Information Retrieval - 47th
European Conference on Information Retrieval, ECIR 2025, Lucca, Italy, April 6-10, 2025, Proceedings,
Part V, volume 15576 of Lecture Notes in Computer Science, pages 204–211. Springer, 2025. doi:
10.1007/978-3-031-88720-8\_33. URL https://doi.org/10.1007/978-3-031-88720-8_33.
[38] Yifan Wang, Weizhi Ma, Min Zhang, Yiqun Liu, and Shaoping Ma. A survey on the fairness of
recommender systems. ACM Trans. Inf. Syst., 41(3):52:1–52:43, 2023.
[39] Ziwei Zhu, Jianling Wang, and James Caverlee. Measuring and mitigating item
underrecommendation bias in personalized ranking systems. In Jimmy X. Huang, Yi Chang, Xueqi
Cheng, Jaap Kamps, Vanessa Murdock, Ji-Rong Wen, and Yiqun Liu, editors, Proceedings of the 43rd
International ACM SIGIR conference on research and development in Information Retrieval, SIGIR 2020,
Virtual Event, China, July 25-30, 2020, pages 449–458. ACM, 2020. doi: 10.1145/3397271.3401177.
URL https://doi.org/10.1145/3397271.3401177.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <article-title>[1] California consumer privacy act (ccpa)</article-title>
          . https://cloud.google.com/security/compliance/ccpa. accessed 2024-
          <volume>02</volume>
          -13.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <article-title>[2] The california privacy rights act of 2020</article-title>
          . https://thecpra.org/. accessed 2024-
          <volume>02</volume>
          -13.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Regulation</surname>
          </string-name>
          (EU)
          <year>2016</year>
          /
          <article-title>679 of the European Parliament and of the Council of 27 April 2016 on the protection of natural persons with regard to the processing of personal data and on the free movement of such data</article-title>
          ,
          <source>and repealing Directive</source>
          <volume>95</volume>
          /46/EC (
          <article-title>General Data Protection Regulation)</article-title>
          . https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=
          <source>CELEX:32016R0679. accessed</source>
          <year>2024</year>
          -
          <volume>03</volume>
          - 15.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Translation</surname>
          </string-name>
          :
          <article-title>Personal information protection law of the people's republic of china -</article-title>
          efective
          <source>nov. 1</source>
          ,
          <year>2021</year>
          . https://digichina.stanford.edu/work/ translation-personal
          <article-title>-information-protection-law-of-the-peoples-republic-of-china-efective-</article-title>
          <string-name>
            <surname>nov-</surname>
          </string-name>
          1-2021/. accessed 2024-
          <volume>02</volume>
          -13.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Vito</given-names>
            <surname>Walter</surname>
          </string-name>
          <string-name>
            <surname>Anelli</surname>
          </string-name>
          , Alejandro Bellogín, Tommaso Di Noia, Francesco Maria Donini, Vincenzo Paparella, and
          <string-name>
            <given-names>Claudio</given-names>
            <surname>Pomo</surname>
          </string-name>
          .
          <article-title>Adherence and constancy in LIME-RS explanations for recommendation (long paper)</article-title>
          .
          <source>In Vito Walter Anelli</source>
          , Pierpaolo Basile, Tommaso Di Noia, Francesco Maria Donini, Cataldo Musto, Fedelucio Narducci, Markus Zanker, Himan Abdollahpouri, Toine Bogers, Bamshad Mobasher, Casper Petersen, and Maria Soledad Pera, editors,
          <source>Joint Workshop Proceedings of the 3rd Edition</source>
          of
          <article-title>Knowledge-aware and Conversational Recommender Systems (KaRS) and the 5th Edition of Recommendation in Complex Environments (ComplexRec) co-located with 15th ACM Conference on Recommender Systems (RecSys</article-title>
          <year>2021</year>
          ), Virtual Event, Amsterdam, The Netherlands,
          <year>September 25</year>
          ,
          <year>2021</year>
          , volume
          <volume>2960</volume>
          <source>of CEUR Workshop Proceedings. CEUR-WS.org</source>
          ,
          <year>2021</year>
          . URL https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2960</volume>
          /paper11.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Vito</given-names>
            <surname>Walter</surname>
          </string-name>
          <string-name>
            <surname>Anelli</surname>
          </string-name>
          , Yashar Deldjoo, Tommaso Di Noia, Daniele Malitesta, Vincenzo Paparella, and
          <string-name>
            <given-names>Claudio</given-names>
            <surname>Pomo</surname>
          </string-name>
          .
          <article-title>Auditing consumer- and producer-fairness in graph collaborative filtering</article-title>
          . In Jaap Kamps, Lorraine Goeuriot, Fabio Crestani, Maria Maistro, Hideo Joho, Brian Davis, Cathal Gurrin, Udo Kruschwitz, and Annalina Caputo, editors,
          <source>Advances in Information Retrieval - 45th European Conference on Information Retrieval</source>
          ,
          <string-name>
            <surname>ECIR</surname>
          </string-name>
          <year>2023</year>
          , Dublin, Ireland, April 2-
          <issue>6</issue>
          ,
          <year>2023</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>I</given-names>
          </string-name>
          , volume
          <volume>13980</volume>
          of Lecture Notes in Computer Science, pages
          <fpage>33</fpage>
          -
          <lpage>48</lpage>
          . Springer,
          <year>2023</year>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -28244-7\_3. URL https://doi.org/10.1007/978-3-
          <fpage>031</fpage>
          -28244-
          <issue>7</issue>
          _
          <fpage>3</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Asia</surname>
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Biega</surname>
            ,
            <given-names>Peter</given-names>
          </string-name>
          <string-name>
            <surname>Potash</surname>
          </string-name>
          ,
          <string-name>
            <surname>Hal Daumé</surname>
            <given-names>III</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernando</surname>
            <given-names>Diaz</given-names>
          </string-name>
          , and
          <string-name>
            <given-names>Michèle</given-names>
            <surname>Finck</surname>
          </string-name>
          .
          <article-title>Operationalizing the legal principle of data minimization for personalization</article-title>
          .
          <source>In SIGIR</source>
          , pages
          <fpage>399</fpage>
          -
          <lpage>408</lpage>
          . ACM,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Salvatore</given-names>
            <surname>Bufi</surname>
          </string-name>
          , Alberto Carlo Maria Mancino, Antonio Ferrara, Daniele Malitesta,
          <article-title>Tommaso Di Noia, and Eugenio Di Sciascio</article-title>
          .
          <article-title>KGUF: simple knowledge-aware graph-based recommender with user-based semantic features filtering</article-title>
          .
          <source>In IRonGraphs</source>
          , volume
          <volume>2197</volume>
          of Communications in Computer and Information Science, pages
          <fpage>41</fpage>
          -
          <lpage>59</lpage>
          . Springer,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Salvatore</given-names>
            <surname>Bufi</surname>
          </string-name>
          , Vincenzo Paparella, Vito Walter Anelli, and Tommaso Di Noia.
          <article-title>Legal but unfair: Auditing the impact of data minimization on fairness and accuracy trade-of in recommender</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>