Digitala Vetenskapliga Arkivet

Endre søk
RefereraExporteraLink to record
Permanent link

Direct link
Referera
Referensformat
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Annet format
Fler format
Språk
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Annet språk
Fler språk
Utmatningsformat
  • html
  • text
  • asciidoc
  • rtf
Sociotechnical Aspects of Automated Recommendations: Algorithms, Ethics, and Evaluation
Malmö universitet, Fakulteten för teknik och samhälle (TS), Institutionen för datavetenskap och medieteknik (DVMT).ORCID-id: 0000-0002-9767-5324
2020 (engelsk)Doktoravhandling, med artikler (Annet vitenskapelig)
Abstract [en]

Recommender systems are algorithmic tools that assist users in discovering relevant items from a wide range of available options. Along with the apparent user value in mitigating the choice overload, they have an important business value in boosting sales and customer retention. Last, but not least, they have brought a substantial research value to the algorithm developments of the past two decades, mainly in the academic community. This thesis aims to address some of the aspects that are important to consider when recommender systems pave their way towards real-life applications.

sted, utgiver, år, opplag, sider
Malmö: Malmö universitet, 2020. , s. 238
Serie
Studies in Computer Science ; 9
Emneord [en]
recommender systems, recommendations, matchmaking, recommendation ethics
HSV kategori
Identifikatorer
URN: urn:nbn:se:mau:diva-13750DOI: 10.24834/isbn.9789178770755ISBN: 978-91-7877-074-8 (tryckt)ISBN: 978-91-7877-075-5 (digital)OAI: oai:DiVA.org:mau-13750DiVA, id: diva2:1412829
Disputas
2020-05-08, Auditorium C, C0E11, Niagara buildning, Nordenskiöldsgatan 1, Malmö, 13:00 (engelsk)
Opponent
Veileder
Tilgjengelig fra: 2020-03-11 Laget: 2020-03-08 Sist oppdatert: 2024-02-27bibliografisk kontrollert
Delarbeid
1. Comparative Evaluation of Top-N Recommenders in e-Commerce: an Industrial Perspective
Åpne denne publikasjonen i ny fane eller vindu >>Comparative Evaluation of Top-N Recommenders in e-Commerce: an Industrial Perspective
2015 (engelsk)Inngår i: Proceedings: 2015 IEEE 14th International Conference on Machine Learning and Applications, ICMLA 2015, IEEE, 2015, s. 1024-1031Konferansepaper, Publicerat paper (Fagfellevurdert)
Abstract [en]

We experiment on two real e-commerce datasets and survey more than 30 popular e-commerce platforms to reveal what methods work best for product recommendations in industrial settings. Despite recent academic advances in the field, we observe that simple methods such as best-seller lists dominate deployed recommendation engines in e-commerce. We find our empirical findings to be well-aligned with those of the survey, where in both cases simple personalized recommenders achieve higher ranking than more advanced techniques. We also compare the traditional random evaluation protocol to our proposed chronological sampling method, which can be used for determining the optimal time-span of the training history for optimizing the performance of algorithms. This performance is also affected by a proper hyperparameter tuning, for which we propose golden section search as a fast alternative to other optimization techniques.

sted, utgiver, år, opplag, sider
IEEE, 2015
Emneord
recommender systems, recommenations, collaborative filtering, e-commerce, recommender systems survey, matrix factorization, golden section search, evaluation of recommender systems
HSV kategori
Identifikatorer
urn:nbn:se:mau:diva-16746 (URN)10.1109/ICMLA.2015.183 (DOI)000380483600179 ()2-s2.0-84969700034 (Scopus ID)19943 (Lokal ID)19943 (Arkivnummer)19943 (OAI)
Konferanse
14th IEEE International Conference on Machine Learning and Applications, Miami, Florida, USA (December 9-11, 2015)
Tilgjengelig fra: 2020-03-30 Laget: 2020-03-30 Sist oppdatert: 2024-02-05bibliografisk kontrollert
2. Towards an Ethical Recommendation Framework
Åpne denne publikasjonen i ny fane eller vindu >>Towards an Ethical Recommendation Framework
2017 (engelsk)Inngår i: Conference Proceedings 11 th IEEE International Conference on Research Challenges in Information Science, IEEE, 2017, s. 211-220Konferansepaper, Publicerat paper (Fagfellevurdert)
Abstract [en]

The goal of our study is to provide a holistic view on various ethical challenges that complicate the design and use of recommender systems (RS). Our findings materialize into an ethical recommendation framework, which maps RS development stages to the corresponding ethical concerns, and further down to known solutions and the proposed user-adjustable controls. The need for such a framework is dictated by the apparent lack of research in this particular direction and the severity of consequences stemming from the neglect of the code of ethics in recommendations. The framework aims to aid RS practitioners in staying ethically alert while taking morally charged design decisions. At the same time, it would give users the desired control over the sensitive moral aspects of recommendations via the proposed “ethical toolbox”. The idea is embraced by the participants of our feasibility study.

sted, utgiver, år, opplag, sider
IEEE, 2017
Serie
International Conference on Research Challenges in Information Science, ISSN 2151-1357
Emneord
recommendation ethics, recommender systems, ethics
HSV kategori
Identifikatorer
urn:nbn:se:mau:diva-12584 (URN)10.1109/RCIS.2017.7956539 (DOI)000413085800023 ()2-s2.0-85024478828 (Scopus ID)23023 (Lokal ID)978-1-5090-5476-3 (ISBN)23023 (Arkivnummer)23023 (OAI)
Konferanse
IEEE 11th International Conference on Research Challenges in Information Science (RCIS), Brighton, UK (2017)
Tilgjengelig fra: 2020-02-29 Laget: 2020-02-29 Sist oppdatert: 2025-02-04bibliografisk kontrollert
3. A Bandit-Based Ensemble Framework for Exploration/Exploitation of Diverse Recommendation Components: An Experimental Study within E-Commerce
Åpne denne publikasjonen i ny fane eller vindu >>A Bandit-Based Ensemble Framework for Exploration/Exploitation of Diverse Recommendation Components: An Experimental Study within E-Commerce
2020 (engelsk)Inngår i: ACM Transactions on Interactive Intelligent Systems, ISSN 2160-6455, E-ISSN 2160-6463, Vol. 10, nr 1, s. 4:1-4:32, artikkel-id 4Artikkel i tidsskrift (Fagfellevurdert) Published
Abstract [en]

This work presents an extension of Thompson Sampling bandit policy for orchestrating the collection of base recommendation algorithms for e-commerce. We focus on the problem of item-to-item recommendations, for which multiple behavioral and attribute-based predictors are provided to an ensemble learner. In addition, we detail the construction of a personalized predictor based on k-Nearest Neighbors (kNN), with temporal decay capabilities and event weighting. We show how to adapt Thompson Sampling to realistic situations when neither action availability nor reward stationarity is guaranteed. Furthermore, we investigate the effects of priming the sampler with pre-set parameters of reward probability distributions by utilizing the product catalog and/or event history, when such information is available. We report our experimental results based on the analysis of three real-world e-commerce datasets.

sted, utgiver, år, opplag, sider
ACM Digital Library, 2020
Emneord
E-commerce recommender systems, Thompson Sampling, multi-arm bandit ensembles, session-based recommendations, streaming recommendations
HSV kategori
Identifikatorer
urn:nbn:se:mau:diva-2479 (URN)10.1145/3237187 (DOI)000564083500004 ()2-s2.0-85075692959 (Scopus ID)30500 (Lokal ID)30500 (Arkivnummer)30500 (OAI)
Tilgjengelig fra: 2020-02-27 Laget: 2020-02-27 Sist oppdatert: 2024-09-19bibliografisk kontrollert
4. FlowRec: Prototyping Session-based Recommender Systemsin Streaming Mode
Åpne denne publikasjonen i ny fane eller vindu >>FlowRec: Prototyping Session-based Recommender Systemsin Streaming Mode
2020 (engelsk)Inngår i: PAKDD 2020: Advances in Knowledge Discovery and Data Mining, Springer, 2020Konferansepaper, Publicerat paper (Fagfellevurdert)
Abstract [en]

Despite the increasing interest towards session-based and streaming recommender systems, there is still a lack of publicly available evaluation frameworks supporting both these paradigms. To address the gap, we propose FlowRec — an extension of the streaming framework Scikit-Multiflow, which opens plentiful possibilities for prototyping recommender systems operating on sessionized data streams, thanks to the underlying collection of incremental learners and support for real-time performance tracking. We describe the extended functionalities of the adapted prequential evaluation protocol, and develop a competitive recommendation algorithm on top of Scikit-Multiflow’s implementation of a Hoeffding Tree. We compare our algorithm to other known baselines for the next-item prediction task across three different domains.

sted, utgiver, år, opplag, sider
Springer, 2020
Serie
Lecture Notes in Computer Science, ISSN 0302-9743, E-ISSN 1611-3349 ; 12084
Emneord
Streaming recommendations, Session-based recommendations, Prequential evaluation, Online learning, Hoeffding Tree
HSV kategori
Identifikatorer
urn:nbn:se:mau:diva-17191 (URN)10.1007/978-3-030-47426-3_6 (DOI)000716986400006 ()2-s2.0-85085731034 (Scopus ID)978-3-030-47425-6 (ISBN)978-3-030-47426-3 (ISBN)
Konferanse
24th Pacific-Asia Conference on Knowledge Discovery and Data Mining (PAKDD), 2020
Tilgjengelig fra: 2020-05-07 Laget: 2020-05-07 Sist oppdatert: 2024-02-05bibliografisk kontrollert
5. Matchmaking Under Fairness Constraints: A Speed Dating Case Study
Åpne denne publikasjonen i ny fane eller vindu >>Matchmaking Under Fairness Constraints: A Speed Dating Case Study
2020 (engelsk)Inngår i: Bias and Social Aspects in Search and Recommendation: First International Workshop, BIAS 2020, Lisbon, Portugal, April 14, Proceedings / [ed] Ludovico Boratto; Stefano Faralli; Mirko Marras; Giovanni Stilo, Springer, 2020, s. 43-57Konferansepaper, Publicerat paper (Fagfellevurdert)
Abstract [en]

Reported evidence of biased matchmaking calls into question the ethicality of recommendations generated by a machine learning algorithm. In the context of dating services, the failure of an automated matchmaker to respect the user’s expressed sensitive preferences (racial, religious, etc.) may lead to biased decisions perceived by users as unfair. To address the issue, we introduce the notion of preferential fairness, and propose two algorithmic approaches for re-ranking the recommendations under preferential fairness constraints. Our experimental results demonstrate that the state of fairness can be reached with minimal accuracy compromises for both binary and non-binary attributes.

sted, utgiver, år, opplag, sider
Springer, 2020
Serie
Communications in Computer and Information Science, ISSN 1865-0929, E-ISSN 1865-0937 ; 1245
HSV kategori
Identifikatorer
urn:nbn:se:mau:diva-17198 (URN)10.1007/978-3-030-52485-2_5 (DOI)2-s2.0-85088749055 (Scopus ID)978-3-030-52484-5 (ISBN)978-3-030-52485-2 (ISBN)
Konferanse
First International Workshop on Algorithmic Bias in Search and Recommendation, BIAS 2020, Lisbon, Portugal, April 14, Proceedings
Tilgjengelig fra: 2020-05-08 Laget: 2020-05-08 Sist oppdatert: 2024-02-05bibliografisk kontrollert

Open Access i DiVA

fulltext(4419 kB)2152 nedlastinger
Filinformasjon
Fil FULLTEXT02.pdfFilstørrelse 4419 kBChecksum SHA-512
42b5deeed09b40bc76408fd1e82b914753bd36ee8c9249469ca033a366005cb304dd29433ec5c9326ae763966c48fa6274de313667d1e0f7657188784ba55fef
Type fulltextMimetype application/pdf
Bestill online >>

Andre lenker

Forlagets fulltekst

Søk i DiVA

Av forfatter/redaktør
Paraschakis, Dimitris
Av organisasjonen

Søk utenfor DiVA

GoogleGoogle Scholar
Totalt: 2245 nedlastinger
Antall nedlastinger er summen av alle nedlastinger av alle fulltekster. Det kan for eksempel være tidligere versjoner som er ikke lenger tilgjengelige

doi
isbn
urn-nbn

Altmetric

doi
isbn
urn-nbn
Totalt: 2634 treff
RefereraExporteraLink to record
Permanent link

Direct link
Referera
Referensformat
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Annet format
Fler format
Språk
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Annet språk
Fler språk
Utmatningsformat
  • html
  • text
  • asciidoc
  • rtf