{"id":30983033,"url":"https://github.com/xuhwang/corr_www","last_synced_at":"2025-10-14T19:12:13.467Z","repository":{"id":147938887,"uuid":"550843334","full_name":"XuHwang/CoRR_www","owner":"XuHwang","description":"Cooperation of Retriever and Ranker Framework.","archived":false,"fork":false,"pushed_at":"2022-10-13T12:27:25.000Z","size":1804,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-12T10:21:56.301Z","etag":null,"topics":["knowledge-distillation","negative-sampling","ranking","recommender-system","retrieval"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XuHwang.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-10-13T12:21:15.000Z","updated_at":"2024-10-27T10:41:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffd35b57-c107-4822-98ed-bd7fae0f7c2c","html_url":"https://github.com/XuHwang/CoRR_www","commit_stats":null,"previous_names":["xuhwang/corr_www","angushuang17/corr_www"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/XuHwang/CoRR_www","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XuHwang%2FCoRR_www","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XuHwang%2FCoRR_www/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XuHwang%2FCoRR_www/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XuHwang%2FCoRR_www/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XuHwang","download_url":"https://codeload.github.com/XuHwang/CoRR_www/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XuHwang%2FCoRR_www/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020649,"owners_count":26086895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["knowledge-distillation","negative-sampling","ranking","recommender-system","retrieval"],"created_at":"2025-09-12T10:12:27.767Z","updated_at":"2025-10-14T19:12:13.462Z","avatar_url":"https://github.com/XuHwang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoRR\n\nHere is the code for Cooperative Retriever and Ranker in Deep Recommenders based on recommendation library [RecStudio](https://github.com/ustcml/RecStudio)\n\n\n### Dataset\n\nWith RecStudio, the dataset can be downloaded automatically by specifying dataset name.\n\n\n### Run\n\nTo run CoRR algorithm, you should run:\n\n```bash\npython run.py -m CoRR -d amazon-electronics --batch_size 512\n```\n\nIf you just want to have a try, a tiny dataset is recommended: ml-100k.\n\nFor general recommendation, you should run:\n\n```bash\npython run.py -m CoRRMF -d amazon-electronics --batch_size 1024\n```\n\nThe default retriever and ranker are [SASRec, DIN] for sequential recommendation and [MF+DeepFM] for general recommendation. If you want to specify retriever and ranker, run like this:\n\n```bash\npython run.py -m CoRR -d amazon-electronics --retriever Caser --ranker BST\n```\n\nThe default number of negatives is 20, you can specify it with arguments `--num_neg`, i.e. `--num_neg 100`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuhwang%2Fcorr_www","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxuhwang%2Fcorr_www","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuhwang%2Fcorr_www/lists"}