{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/log-time-and-log-space-extreme-classification","title":"Log-time and Log-space Extreme Classification","arxiv_id":"1611.01964","date":"2016-11-07","proceeding":null,"authors":["Kalina Jasinska","Nikos Karampatziakis"],"abstract":"We present LTLS, a technique for multiclass and multilabel prediction that\ncan perform training and inference in logarithmic time and space. LTLS embeds\nlarge classification problems into simple structured prediction problems and\nrelies on efficient dynamic programming algorithms for inference. We train LTLS\nwith stochastic gradient descent on a number of multiclass and multilabel\ndatasets and show that despite its small memory footprint it is often\ncompetitive with existing approaches.","url_abs":"http://arxiv.org/abs/1611.01964v1","url_pdf":"http://arxiv.org/pdf/1611.01964v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"log-time-and-log-space-extreme-classification","repo_url":"https://github.com/kjasinska/ltls","is_official":0,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"classification-1","task_name":"Classification"},{"task_slug":"classification","task_name":"General Classification"},{"task_slug":"prediction","task_name":"Prediction"},{"task_slug":"structured-prediction","task_name":"Structured Prediction"}],"methods":[{"method_slug":"ltls","method_name":"LTLS"}],"datasets_introduced":[],"methods_introduced":[{"slug":"ltls","name":"LTLS","full_name":"Log-time and Log-space Extreme Classification"}],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1611.01964","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1611.01964"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kjasinska/ltls","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":7},"by_repo_kind":{"named_in_paper":{"samples":7,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"1eb74f74d08a375b","entry":"compute_here_to_sink","repo":"kjasinska/ltls","repo_kind":"named_in_paper","path":"utils/graph.py","file_url":"https://github.com/kjasinska/ltls/blob/HEAD/utils/graph.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1eb74f74d08a375b"}},{"code_sha256_prefix":"11eb2b4c43fdcb99","entry":"count_edge_skips","repo":"kjasinska/ltls","repo_kind":"named_in_paper","path":"utils/graph.py","file_url":"https://github.com/kjasinska/ltls/blob/HEAD/utils/graph.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"11eb2b4c43fdcb99"}},{"code_sha256_prefix":"dfd69c9dcb79e8ba","entry":"create_ranking1","repo":"kjasinska/ltls","repo_kind":"named_in_paper","path":"utils/ranking.py","file_url":"https://github.com/kjasinska/ltls/blob/HEAD/utils/ranking.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"dfd69c9dcb79e8ba"}},{"code_sha256_prefix":"4013f47fb3f62ce4","entry":"create_ranking2","repo":"kjasinska/ltls","repo_kind":"named_in_paper","path":"utils/ranking.py","file_url":"https://github.com/kjasinska/ltls/blob/HEAD/utils/ranking.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4013f47fb3f62ce4"}},{"code_sha256_prefix":"ececaaa2fec797a3","entry":"gengraph","repo":"kjasinska/ltls","repo_kind":"named_in_paper","path":"utils/graph.py","file_url":"https://github.com/kjasinska/ltls/blob/HEAD/utils/graph.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ececaaa2fec797a3"}},{"code_sha256_prefix":"043d5512de4d7487","entry":"load_dataset","repo":"kjasinska/ltls","repo_kind":"named_in_paper","path":"utils/io.py","file_url":"https://github.com/kjasinska/ltls/blob/HEAD/utils/io.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"043d5512de4d7487"}},{"code_sha256_prefix":"6ddbbef5072d7751","entry":"merge_rankings","repo":"kjasinska/ltls","repo_kind":"named_in_paper","path":"utils/ranking.py","file_url":"https://github.com/kjasinska/ltls/blob/HEAD/utils/ranking.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6ddbbef5072d7751"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}