Towards metadata-aware algorithms for recommender systems:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Abschlussarbeit Buch |
Sprache: | English |
Veröffentlicht: |
Hildesheim
Universität Hildesheim
2008
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis Inhaltsverzeichnis Abstract |
Beschreibung: | 118 Seiten Illustrationen, Diagramme |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV045115599 | ||
003 | DE-604 | ||
005 | 20190204 | ||
007 | t | ||
008 | 180803s2008 a||| m||| 00||| eng d | ||
035 | |a (OCoLC)1056965868 | ||
035 | |a (DE-599)BVBBV045115599 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-355 | ||
084 | |a ST 515 |0 (DE-625)143677: |2 rvk | ||
100 | 1 | |a Tso-Sutter, Karen H. L. |e Verfasser |0 (DE-588)14053816X |4 aut | |
245 | 1 | 0 | |a Towards metadata-aware algorithms for recommender systems |c Karen H. L. Tso-Sutter |
264 | 1 | |a Hildesheim |b Universität Hildesheim |c 2008 | |
300 | |a 118 Seiten |b Illustrationen, Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
502 | |b Dissertation |c University of Hildesheim |d 2008 | ||
650 | 0 | 7 | |a Kollaborative Filterung |0 (DE-588)7512839-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Metadaten |0 (DE-588)4410512-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Empfehlungssystem |0 (DE-588)7511891-9 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4113937-9 |a Hochschulschrift |2 gnd-content | |
689 | 0 | 0 | |a Empfehlungssystem |0 (DE-588)7511891-9 |D s |
689 | 0 | 1 | |a Kollaborative Filterung |0 (DE-588)7512839-1 |D s |
689 | 0 | 2 | |a Metadaten |0 (DE-588)4410512-5 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m B:DE-101 |q application/pdf |u http://d-nb.info/999133063/04 |3 Inhaltsverzeichnis |
856 | 4 | 2 | |m Digitalisierung UB Regensburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030505827&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
856 | 4 | 2 | |m Digitalisierung UB Regensburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030505827&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |3 Abstract |
999 | |a oai:aleph.bib-bvb.de:BVB01-030505827 |
Datensatz im Suchindex
_version_ | 1804178761009070080 |
---|---|
adam_text | Contents
Contents xi
1 Introduction 1
1.1 Motivation ...................................................... 3
1.2 Contributions.................................................. 3
1.3 Published Work................................................... 4
1.4 Chapter Overview................................................. 6
2 Recommender Systems 7
2.1 Recommender Systems Techniques................................. 10
2.1.1 Collaborative Filtering................................... 10
2.1.2 Content-Based Filtering................................... 14
2.1.3 Hybrid Filtering Algorithms............................... 15
2.1.4 Other RS Techniques....................................... 15
2.2 Datasets for Recommender Systems ............................... 16
2.2.1 Datasets for Attribute-Aware RS........................... 16
2.2.1.1 Attribute Data.................................... 18
2.2.2 Datasets for Tag-Aware RS................................. 20
3 Related Work 23
3.1 Attribute-Aware RS.............................................. 23
3.1.1 Content-Boosted CF........................................ 24
3.1.2 PLSA with attributes...................................... 26
3.1.2.1 PLSA - Aspect Model............................... 26
3.1.2.2 Three-way Aspect Model............................ 30
3.1.2.3 JointPLSA......................................... 31
3.1.3 Kim and Li’s Approach..................................... 32
3.2 Tag-Aware RS ................................................... 34
IV
CONTENTS
4 Metadata-Aware RS Approaches: Attribute Driven 36
4.1 CF-Based Attribute-Aware Models................................... 36
4.1.1 Sequential CBF and CF (Adapted Content-Boosted)............. 37
4.1.2 Joint Weighting of CF and CBF............................... 39
4.1.3 Item-Based CF with Attribute Similarity (Item-AttrSim CF) . . 41
4.1.4 Item-Based CF with Attribute-Extended (Item-AttrExt CF) . . 43
4.2 Probabilistic Attribute-Aware Models ............................. 45
4.2.1 Three-way Aspect Model - Item Prediction Problem............ 45
4.2.2 JointPLSA - Item Prediction Problem......................... 49
4.2.3 PLSA Extended with Attributes (PLSA AttrExt)................ 53
5 Metadata-Aware RS Approaches: Tag Driven 56
5.1 Decomposition of Tag-Aware Data................................... 57
5.2 Tag Extension CF (TagExt CF)...................................... 58
5.3 Tag Similarities CF (TagSim CF)................................... 64
6 Fusion: Combining User-Based and Item-Based Models 68
6.1 Fusion for the Predicting Rating Problem.......................... 68
6.2 Generic Fusion for the Item Prediction Problem.................... 70
6.3 Metadata-Aware RS Fusion.......................................... 72
6.3.1 Variations of Attribute-Aware RS Fusion .................... 74
6.3.2 Variations of Tag-Aware RS Fusion........................... 74
6.4 Stacking........................................................ 74 7
7 Empirical Analysis 76
7.1 Datasets........................................................... 76
7.1.1 Datasets for Attributes-Aware RS ........................... 76
7.1.1.1 MovieLens........................................... 77
7.1.1.2 Netflix ............................................ 77
7.1.2 Datasets for Tag-Aware RS................................... 78
7.1.2.1 Last.fm............................................. 78
7.1.2.2 BibSonomy........................................... 81
7.2 Methods in Comparison.............................................. 83
7.2.1 Attribute-Aware RS Algorithms .............................. 84
7.2.2 Tag-Aware RS Algorithms..................................... 85
7.3 Evaluation Protocol and Settings................................... 86
7.4 Attribute-Aware Experiment Results................................. 88
7.4.1 Results for MovieLens Dataset............................... 88
7.4.2 Results for Netflix2M Dataset............................... 90
v
CONTENTS
7.5 Tag-Aware Experiment Results................................... 91
7.5.1 Results for Last.fm Dataset.............................. 91
7.5.2 Results for BibSonomy Dataset............................ 94
7.6 Tags vs. Attributes............................................ 95
7.7 Impact of Metadata............................................. 95
7.7.1 New-Item Protocol........................................ 96
7.7.1.1 Results of New-Item Protocol..................... 97
7.7.2 Random Metadata.......................................... 99
7.7.2.1 Results of the Impact of Random Tags.............100
7.8 Summary........................................................101
8 Conclusion 107
8.1 Summary........................................................107
8.2 Discussion and Outlook.........................................108
References 118
vi
Abstract
One of the main functionalities of recommender systems (RS) is to suggest
items that users might be interested in. Hence, RS have been employed
in many e-commerce websites urging to raise sales by recommending items
that could initiate consumer’s willingness to make a purchase. Thus, the
interest in ameliorating recommendation quality and the effort in research-
ing RS algorithms to suggest better recommendations never stop growing.
Metadata such as content information about the items (attributes) have
typically been used to enrich RS algorithms. Recently, the trend of employ-
ing RS has expanded to other e-communities such as social tagging systems,
inspiring the possibility to exploit tags to enhance RS.
In this thesis, we investigate several research gaps in metadata-aware RS
algorithms. In particular, we examine attribute-aware RS algorithms focus-
ing on the overlooked item prediction problem as well as the new emerging
challenge of tag-aware RS algorithms. Moreover, a fusion mechanism is in-
troduced that aims to alleviate the sparsity problem as well as to profit from
the presence of metadata. Besides, we also explore the impact of metadata
on the overall recommendation quality and on two specific cases when i)
new items and ii) random tags, are injected to the system. Furthermore,
the proposed metadata-aware RS models are evaluated empirically.
|
any_adam_object | 1 |
author | Tso-Sutter, Karen H. L. |
author_GND | (DE-588)14053816X |
author_facet | Tso-Sutter, Karen H. L. |
author_role | aut |
author_sort | Tso-Sutter, Karen H. L. |
author_variant | k h l t s khlt khlts |
building | Verbundindex |
bvnumber | BV045115599 |
classification_rvk | ST 515 |
ctrlnum | (OCoLC)1056965868 (DE-599)BVBBV045115599 |
discipline | Informatik |
format | Thesis Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01956nam a2200397 c 4500</leader><controlfield tag="001">BV045115599</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20190204 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">180803s2008 a||| m||| 00||| eng d</controlfield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1056965868</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV045115599</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 515</subfield><subfield code="0">(DE-625)143677:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Tso-Sutter, Karen H. L.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)14053816X</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Towards metadata-aware algorithms for recommender systems</subfield><subfield code="c">Karen H. L. Tso-Sutter</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Hildesheim</subfield><subfield code="b">Universität Hildesheim</subfield><subfield code="c">2008</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">118 Seiten</subfield><subfield code="b">Illustrationen, Diagramme</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="502" ind1=" " ind2=" "><subfield code="b">Dissertation</subfield><subfield code="c">University of Hildesheim</subfield><subfield code="d">2008</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Kollaborative Filterung</subfield><subfield code="0">(DE-588)7512839-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Metadaten</subfield><subfield code="0">(DE-588)4410512-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Empfehlungssystem</subfield><subfield code="0">(DE-588)7511891-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4113937-9</subfield><subfield code="a">Hochschulschrift</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Empfehlungssystem</subfield><subfield code="0">(DE-588)7511891-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Kollaborative Filterung</subfield><subfield code="0">(DE-588)7512839-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Metadaten</subfield><subfield code="0">(DE-588)4410512-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">B:DE-101</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://d-nb.info/999133063/04</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030505827&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030505827&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Abstract</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-030505827</subfield></datafield></record></collection> |
genre | (DE-588)4113937-9 Hochschulschrift gnd-content |
genre_facet | Hochschulschrift |
id | DE-604.BV045115599 |
illustrated | Illustrated |
indexdate | 2024-07-10T08:09:06Z |
institution | BVB |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-030505827 |
oclc_num | 1056965868 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR |
owner_facet | DE-355 DE-BY-UBR |
physical | 118 Seiten Illustrationen, Diagramme |
publishDate | 2008 |
publishDateSearch | 2008 |
publishDateSort | 2008 |
publisher | Universität Hildesheim |
record_format | marc |
spelling | Tso-Sutter, Karen H. L. Verfasser (DE-588)14053816X aut Towards metadata-aware algorithms for recommender systems Karen H. L. Tso-Sutter Hildesheim Universität Hildesheim 2008 118 Seiten Illustrationen, Diagramme txt rdacontent n rdamedia nc rdacarrier Dissertation University of Hildesheim 2008 Kollaborative Filterung (DE-588)7512839-1 gnd rswk-swf Metadaten (DE-588)4410512-5 gnd rswk-swf Empfehlungssystem (DE-588)7511891-9 gnd rswk-swf (DE-588)4113937-9 Hochschulschrift gnd-content Empfehlungssystem (DE-588)7511891-9 s Kollaborative Filterung (DE-588)7512839-1 s Metadaten (DE-588)4410512-5 s DE-604 B:DE-101 application/pdf http://d-nb.info/999133063/04 Inhaltsverzeichnis Digitalisierung UB Regensburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030505827&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis Digitalisierung UB Regensburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030505827&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA Abstract |
spellingShingle | Tso-Sutter, Karen H. L. Towards metadata-aware algorithms for recommender systems Kollaborative Filterung (DE-588)7512839-1 gnd Metadaten (DE-588)4410512-5 gnd Empfehlungssystem (DE-588)7511891-9 gnd |
subject_GND | (DE-588)7512839-1 (DE-588)4410512-5 (DE-588)7511891-9 (DE-588)4113937-9 |
title | Towards metadata-aware algorithms for recommender systems |
title_auth | Towards metadata-aware algorithms for recommender systems |
title_exact_search | Towards metadata-aware algorithms for recommender systems |
title_full | Towards metadata-aware algorithms for recommender systems Karen H. L. Tso-Sutter |
title_fullStr | Towards metadata-aware algorithms for recommender systems Karen H. L. Tso-Sutter |
title_full_unstemmed | Towards metadata-aware algorithms for recommender systems Karen H. L. Tso-Sutter |
title_short | Towards metadata-aware algorithms for recommender systems |
title_sort | towards metadata aware algorithms for recommender systems |
topic | Kollaborative Filterung (DE-588)7512839-1 gnd Metadaten (DE-588)4410512-5 gnd Empfehlungssystem (DE-588)7511891-9 gnd |
topic_facet | Kollaborative Filterung Metadaten Empfehlungssystem Hochschulschrift |
url | http://d-nb.info/999133063/04 http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030505827&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030505827&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT tsosutterkarenhl towardsmetadataawarealgorithmsforrecommendersystems |
Es ist kein Print-Exemplar vorhanden.
Inhaltsverzeichnis