{"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/arxiv-2604-24720","title":"Sentiment and Emotion Classification of Indonesian E-Commerce Reviews via Multi-Task BiLSTM and AutoML Benchmarking","arxiv_id":"2604.24720","date":"2026-04-27","proceeding":null,"authors":["Hermawan Manurung","Ibrahim Al-Kahfi","Ahmad Rizqi","Martin Clinton Tosima Manullang"],"abstract":"Indonesian marketplace reviews mix standard vocabulary with slang, regional loanwords, numeric shorthands, and emoji, making lexicon-based sentiment tools unreliable in practice. This paper describes a two-track classification pipeline applied to the PRDECT-ID dataset, which contains 5,400 product reviews from 29 Indonesian e-commerce categories, each labeled for binary sentiment (Positive/Negative) and five-class emotion (Happy, Sad, Fear, Love, Anger). The first track applies TF-IDF vectorization with a PyCaret AutoML sweep across standard classifiers. The second track is a PyTorch Bidirectional Long Short-Term Memory (BiLSTM) network with a shared encoder and two task-specific output heads. A preprocessing module applies 14 sequential cleaning steps, including a 140-entry slang dictionary assembled from marketplace corpora. Four configurations are benchmarked: BiLSTM Baseline, BiLSTM Improved, BiLSTM Large, and TextCNN. Training uses class-weighted cross-entropy loss, ReduceLROnPlateau scheduling, and early stopping. Both tracks are deployed as Gradio applications on Hugging Face Spaces. Source code is publicly available at https://github.com/ikii-sd/pba2026-crazyrichteam.","url_abs":"https://arxiv.org/abs/2604.24720","url_pdf":"https://arxiv.org/pdf/2604.24720","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2604.24720"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/ikii-sd/pba2026-crazyrichteam","reach":null}],"summary":{"ran":7,"unverified":7},"by_repo_kind":{"found_in_text":{"samples":14,"ran":7,"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":14,"samples":[{"code_sha256_prefix":"2d04b8a814d490f4","entry":"count_parameters","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"models/model_design.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/models/model_design.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2d04b8a814d490f4"}},{"code_sha256_prefix":"64ec818fa8f21fdf","entry":"ensure_dir","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/utils.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"64ec818fa8f21fdf"}},{"code_sha256_prefix":"38e8cb22dc8b3c3e","entry":"get_optimizer","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/model.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"38e8cb22dc8b3c3e"}},{"code_sha256_prefix":"0d77e8af1cc709ef","entry":"get_scheduler","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/model.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0d77e8af1cc709ef"}},{"code_sha256_prefix":"9f5518d781d79ca9","entry":"get_timestamp","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/utils.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9f5518d781d79ca9"}},{"code_sha256_prefix":"c466331dc08516d3","entry":"load_raw_data","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/dataloader.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/dataloader.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c466331dc08516d3"}},{"code_sha256_prefix":"7264d0ad783b5f14","entry":"setup_run_logger","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/logger.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/logger.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7264d0ad783b5f14"}},{"code_sha256_prefix":"3f00e382b379ed91","entry":"batch_clean","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/preprocessing.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/preprocessing.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3f00e382b379ed91"}},{"code_sha256_prefix":"862c10c06cda19eb","entry":"build","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/models/model_baseline.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/models/model_baseline.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"862c10c06cda19eb"}},{"code_sha256_prefix":"6e1c1d75d4a820c2","entry":"build","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/models/model_improved.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/models/model_improved.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6e1c1d75d4a820c2"}},{"code_sha256_prefix":"91c5a0e971609b59","entry":"build","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/models/model_large.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/models/model_large.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"91c5a0e971609b59"}},{"code_sha256_prefix":"b79931a1936e4453","entry":"build_model","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/model.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b79931a1936e4453"}},{"code_sha256_prefix":"a0244a869f42339c","entry":"clean_text","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/preprocessing.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/preprocessing.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a0244a869f42339c"}},{"code_sha256_prefix":"d016d475578a1d97","entry":"get_logger","repo":"ikii-sd/pba2026-crazyrichteam","repo_kind":"found_in_text","path":"src/logger.py","file_url":"https://github.com/ikii-sd/pba2026-crazyrichteam/blob/HEAD/src/logger.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d016d475578a1d97"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}