{"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/linear-classifier-an-often-forgotten-baseline","title":"Linear Classifier: An Often-Forgotten Baseline for Text Classification","arxiv_id":"2306.07111","date":"2023-06-12","proceeding":null,"authors":["Yu-Chen Lin","Si-An Chen","Jie-Jyun Liu","Chih-Jen Lin"],"abstract":"Large-scale pre-trained language models such as BERT are popular solutions for text classification. Due to the superior performance of these advanced methods, nowadays, people often directly train them for a few epochs and deploy the obtained model. In this opinion paper, we point out that this way may only sometimes get satisfactory results. We argue the importance of running a simple baseline like linear classifiers on bag-of-words features along with advanced methods. First, for many text data, linear methods show competitive performance, high efficiency, and robustness. Second, advanced models such as BERT may only achieve the best results if properly applied. Simple baselines help to confirm whether the results of advanced models are acceptable. Our experimental results fully support these points.","url_abs":"https://arxiv.org/abs/2306.07111v1","url_pdf":"https://arxiv.org/pdf/2306.07111v1.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":"linear-classifier-an-often-forgotten-baseline","repo_url":"https://github.com/jameslyc88/text_classification_baseline_code","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"classification-1","task_name":"Classification"},{"task_slug":"text-classification","task_name":"Text Classification"},{"task_slug":"text-classification-1","task_name":"text-classification"}],"methods":[{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"attention-dropout","method_name":"Attention Dropout"},{"method_slug":"bert","method_name":"BERT"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"linear-warmup-with-linear-decay","method_name":"Linear Warmup With Linear Decay"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"weight-decay","method_name":"Weight Decay"},{"method_slug":"wordpiece","method_name":"WordPiece"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2306.07111","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2306.07111"}},"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":"deterministic:regex_extraction","url":"https://github.com/ASUS-AICS/LibMultiLabel","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":10},"by_repo_kind":{"found_in_text":{"samples":10,"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":"6d1c214a58c9b6d5","entry":"add_collect_handler","repo":"ASUS-AICS/LibMultiLabel","repo_kind":"found_in_text","path":"libmultilabel/logging.py","file_url":"https://github.com/ASUS-AICS/LibMultiLabel/blob/HEAD/libmultilabel/logging.py","link_basis":"first_harvest_node","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":"6d1c214a58c9b6d5"}},{"code_sha256_prefix":"e749f39a3f3338f4","entry":"add_stream_handler","repo":"ASUS-AICS/LibMultiLabel","repo_kind":"found_in_text","path":"libmultilabel/logging.py","file_url":"https://github.com/ASUS-AICS/LibMultiLabel/blob/HEAD/libmultilabel/logging.py","link_basis":"first_harvest_node","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":"e749f39a3f3338f4"}},{"code_sha256_prefix":"d2fb5c665e37fc1b","entry":"argsort_top_k","repo":"ASUS-AICS/LibMultiLabel","repo_kind":"found_in_text","path":"libmultilabel/common_utils.py","file_url":"https://github.com/ASUS-AICS/LibMultiLabel/blob/HEAD/libmultilabel/common_utils.py","link_basis":"first_harvest_node","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":"d2fb5c665e37fc1b"}},{"code_sha256_prefix":"11b1e6d135d352a5","entry":"compute_metrics","repo":"ASUS-AICS/LibMultiLabel","repo_kind":"found_in_text","path":"libmultilabel/linear/metrics.py","file_url":"https://github.com/ASUS-AICS/LibMultiLabel/blob/HEAD/libmultilabel/linear/metrics.py","link_basis":"first_harvest_node","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":"11b1e6d135d352a5"}},{"code_sha256_prefix":"c75134085dccb869","entry":"generate_batch","repo":"ASUS-AICS/LibMultiLabel","repo_kind":"found_in_text","path":"libmultilabel/nn/data_utils.py","file_url":"https://github.com/ASUS-AICS/LibMultiLabel/blob/HEAD/libmultilabel/nn/data_utils.py","link_basis":"first_harvest_node","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":"c75134085dccb869"}},{"code_sha256_prefix":"8ed78a63461e3ac9","entry":"get_metrics","repo":"ASUS-AICS/LibMultiLabel","repo_kind":"found_in_text","path":"libmultilabel/linear/metrics.py","file_url":"https://github.com/ASUS-AICS/LibMultiLabel/blob/HEAD/libmultilabel/linear/metrics.py","link_basis":"first_harvest_node","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":"8ed78a63461e3ac9"}},{"code_sha256_prefix":"27e040e39b27bf21","entry":"is_multiclass_dataset","repo":"ASUS-AICS/LibMultiLabel","repo_kind":"found_in_text","path":"libmultilabel/common_utils.py","file_url":"https://github.com/ASUS-AICS/LibMultiLabel/blob/HEAD/libmultilabel/common_utils.py","link_basis":"first_harvest_node","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":"27e040e39b27bf21"}},{"code_sha256_prefix":"b2d40911d9481032","entry":"tabulate_metrics","repo":"ASUS-AICS/LibMultiLabel","repo_kind":"found_in_text","path":"libmultilabel/linear/metrics.py","file_url":"https://github.com/ASUS-AICS/LibMultiLabel/blob/HEAD/libmultilabel/linear/metrics.py","link_basis":"first_harvest_node","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":"b2d40911d9481032"}},{"code_sha256_prefix":"6c59a7431aec3182","entry":"timer","repo":"ASUS-AICS/LibMultiLabel","repo_kind":"found_in_text","path":"libmultilabel/common_utils.py","file_url":"https://github.com/ASUS-AICS/LibMultiLabel/blob/HEAD/libmultilabel/common_utils.py","link_basis":"first_harvest_node","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":"6c59a7431aec3182"}},{"code_sha256_prefix":"64d887c8cf8c806c","entry":"tokenize","repo":"ASUS-AICS/LibMultiLabel","repo_kind":"found_in_text","path":"libmultilabel/nn/data_utils.py","file_url":"https://github.com/ASUS-AICS/LibMultiLabel/blob/HEAD/libmultilabel/nn/data_utils.py","link_basis":"first_harvest_node","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":"64d887c8cf8c806c"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}