{"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/how-to-fine-tune-bert-for-text-classification","title":"How to Fine-Tune BERT for Text Classification?","arxiv_id":"1905.05583","date":"2019-05-14","proceeding":null,"authors":["Chi Sun","Xipeng Qiu","Yige Xu","Xuanjing Huang"],"abstract":"Language model pre-training has proven to be useful in learning universal language representations. As a state-of-the-art language model pre-training model, BERT (Bidirectional Encoder Representations from Transformers) has achieved amazing results in many language understanding tasks. In this paper, we conduct exhaustive experiments to investigate different fine-tuning methods of BERT on text classification task and provide a general solution for BERT fine-tuning. Finally, the proposed solution obtains new state-of-the-art results on eight widely-studied text classification datasets.","url_abs":"https://arxiv.org/abs/1905.05583v3","url_pdf":"https://arxiv.org/pdf/1905.05583v3.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":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/xuyige/BERT4doc-Classification","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/Derposoft/ai-educator","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok"}},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/Domminique/Deploy-BERT-for-Sentiment-Analysis-with-FastAPI-","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/GeorgeLuImmortal/Hierarchical-BERT-Model-with-Limited-Labelled-Data","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/arctic-yen/Google_QUEST_Q-A_Labeling","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/bcaitech1/p4-dkt-no_caffeine_no_gain","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/helmy-elrais/RoBERT_Recurrence_over_BERT","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/heraclex12/VLSP2020-Fake-News-Detection","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/jyp1111/sentiment_analysis","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/ongunuzaymacar/comparatively-finetuning-bert","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/qinhanmin2014/fine-tune-bert-for-text-classification","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/sahil00199/KYC","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/saproovarun/Google-Quest-Q-A","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/soarsmu/BiasFinder","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"how-to-fine-tune-bert-for-text-classification","repo_url":"https://github.com/uzaymacar/comparatively-finetuning-bert","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"classification","task_name":"General Classification"},{"task_slug":"language-modeling","task_name":"Language Modeling"},{"task_slug":"language-modelling","task_name":"Language Modelling"},{"task_slug":"sentiment-analysis","task_name":"Sentiment Analysis"},{"task_slug":"text-classification","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":"slanted-triangular-learning-rates","method_name":"Slanted Triangular Learning Rates"},{"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":[{"leaderboard":"/sota/sentiment-analysis-on-imdb","task":"Sentiment Analysis","dataset":"IMDb","model":"BERT_large+ITPT","rank_in_archive_order":11,"of":49,"metrics":{"Accuracy":"95.79"},"uses_additional_data":false},{"leaderboard":"/sota/sentiment-analysis-on-imdb","task":"Sentiment Analysis","dataset":"IMDb","model":"BERT_base+ITPT","rank_in_archive_order":14,"of":49,"metrics":{"Accuracy":"95.63"},"uses_additional_data":false},{"leaderboard":"/sota/sentiment-analysis-on-yelp-binary","task":"Sentiment Analysis","dataset":"Yelp Binary classification","model":"BERT_large+ITPT","rank_in_archive_order":2,"of":20,"metrics":{"Error":"1.81"},"uses_additional_data":false},{"leaderboard":"/sota/sentiment-analysis-on-yelp-binary","task":"Sentiment Analysis","dataset":"Yelp Binary classification","model":"BERT_base+ITPT","rank_in_archive_order":5,"of":20,"metrics":{"Error":"1.92"},"uses_additional_data":false},{"leaderboard":"/sota/sentiment-analysis-on-yelp-fine-grained","task":"Sentiment Analysis","dataset":"Yelp Fine-grained classification","model":"BERT_large+ITPT","rank_in_archive_order":2,"of":17,"metrics":{"Error":"28.62"},"uses_additional_data":false},{"leaderboard":"/sota/sentiment-analysis-on-yelp-fine-grained","task":"Sentiment Analysis","dataset":"Yelp Fine-grained classification","model":"BERT_base+ITPT","rank_in_archive_order":4,"of":17,"metrics":{"Error":"29.42"},"uses_additional_data":false},{"leaderboard":"/sota/text-classification-on-ag-news","task":"Text Classification","dataset":"AG News","model":"BERT-ITPT-FiT","rank_in_archive_order":2,"of":24,"metrics":{"Error":"4.8"},"uses_additional_data":false},{"leaderboard":"/sota/text-classification-on-dbpedia","task":"Text Classification","dataset":"DBpedia","model":"BERT-ITPT-FiT","rank_in_archive_order":4,"of":21,"metrics":{"Error":"0.68"},"uses_additional_data":false},{"leaderboard":"/sota/text-classification-on-imdb","task":"Text Classification","dataset":"IMDb","model":"BERT-ITPT-FiT","rank_in_archive_order":1,"of":13,"metrics":{},"uses_additional_data":false},{"leaderboard":"/sota/text-classification-on-sogou-news","task":"Text Classification","dataset":"Sogou News","model":"BERT-ITPT-FiT","rank_in_archive_order":1,"of":3,"metrics":{"Accuracy":"98.07"},"uses_additional_data":false},{"leaderboard":"/sota/text-classification-on-trec-6","task":"Text Classification","dataset":"TREC-6","model":"BERT-ITPT-FiT","rank_in_archive_order":4,"of":19,"metrics":{"Error":"3.2"},"uses_additional_data":false},{"leaderboard":"/sota/text-classification-on-yahoo-answers","task":"Text Classification","dataset":"Yahoo! Answers","model":"BERT-ITPT-FiT","rank_in_archive_order":1,"of":10,"metrics":{"Accuracy":"77.62"},"uses_additional_data":false},{"leaderboard":"/sota/text-classification-on-yelp-2","task":"Text Classification","dataset":"Yelp-2","model":"BERT-ITPT-FiT","rank_in_archive_order":2,"of":5,"metrics":{"Accuracy":"98.08%"},"uses_additional_data":false},{"leaderboard":"/sota/text-classification-on-yelp-5","task":"Text Classification","dataset":"Yelp-5","model":"BERT-ITPT-FiT","rank_in_archive_order":4,"of":7,"metrics":{"Accuracy":"70.58%"},"uses_additional_data":false}],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=1905.05583","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1905.05583"}},"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/Derposoft/ai-educator","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/qinhanmin2014/fine-tune-bert-for-text-classification","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/xuyige/BERT4doc-Classification","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ongunuzaymacar/comparatively-finetuning-bert","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/bcaitech1/p4-dkt-no_caffeine_no_gain","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/uzaymacar/comparatively-finetuning-bert","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/GeorgeLuImmortal/Hierarchical-BERT-Model-with-Limited-Labelled-Data","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/heraclex12/VLSP2020-Fake-News-Detection","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/helmy-elrais/RoBERT_Recurrence_over_BERT","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/soarsmu/BiasFinder","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/arctic-yen/Google_QUEST_Q-A_Labeling","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/sahil00199/KYC","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Domminique/Deploy-BERT-for-Sentiment-Analysis-with-FastAPI-","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/jyp1111/sentiment_analysis","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/saproovarun/Google-Quest-Q-A","reach":{"status":"ok"}}],"summary":{"ran_honours":1,"ran_draft_wrong":5,"unverified":12},"by_repo_kind":{"official":{"samples":1,"ran":1,"repositories":1},"listed":{"samples":17,"ran":5,"repositories":4}},"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":5,"samples":[{"code_sha256_prefix":"eb725d5794b15f6b","entry":"accuracy","repo":"xuyige/BERT4doc-Classification","repo_kind":"official","path":"codes/fine-tuning/run_classifier.py","file_url":"https://github.com/xuyige/BERT4doc-Classification/blob/HEAD/codes/fine-tuning/run_classifier.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"eb725d5794b15f6b"}},{"code_sha256_prefix":"580f29066c394fc3","entry":"clean_corpus","repo":"GeorgeLuImmortal/Hierarchical-BERT-Model-with-Limited-Labelled-Data","repo_kind":"listed","path":"encode_text.py","file_url":"https://github.com/GeorgeLuImmortal/Hierarchical-BERT-Model-with-Limited-Labelled-Data/blob/HEAD/encode_text.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"580f29066c394fc3"}},{"code_sha256_prefix":"835ff702d75feb5b","entry":"gelu","repo":"GeorgeLuImmortal/Hierarchical-BERT-Model-with-Limited-Labelled-Data","repo_kind":"listed","path":"run_hbm.py","file_url":"https://github.com/GeorgeLuImmortal/Hierarchical-BERT-Model-with-Limited-Labelled-Data/blob/HEAD/run_hbm.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"835ff702d75feb5b"}},{"code_sha256_prefix":"a9ecfcb35141c0d8","entry":"get_features","repo":"uzaymacar/comparatively-finetuning-bert","repo_kind":"listed","path":"utils/data_utils.py","file_url":"https://github.com/uzaymacar/comparatively-finetuning-bert/blob/HEAD/utils/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a9ecfcb35141c0d8"}},{"code_sha256_prefix":"3361330ad8f7f29b","entry":"read_data","repo":"GeorgeLuImmortal/Hierarchical-BERT-Model-with-Limited-Labelled-Data","repo_kind":"listed","path":"encode_text.py","file_url":"https://github.com/GeorgeLuImmortal/Hierarchical-BERT-Model-with-Limited-Labelled-Data/blob/HEAD/encode_text.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3361330ad8f7f29b"}},{"code_sha256_prefix":"b6bef72aa7ff57a5","entry":"sizeof_fmt","repo":"GeorgeLuImmortal/Hierarchical-BERT-Model-with-Limited-Labelled-Data","repo_kind":"listed","path":"run_hbm.py","file_url":"https://github.com/GeorgeLuImmortal/Hierarchical-BERT-Model-with-Limited-Labelled-Data/blob/HEAD/run_hbm.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b6bef72aa7ff57a5"}},{"code_sha256_prefix":"89f8ce05994500e0","entry":"accuracy","repo":"soarsmu/BiasFinder","repo_kind":"listed","path":"codes/evaluation/utils.py","file_url":"https://github.com/soarsmu/BiasFinder/blob/HEAD/codes/evaluation/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"89f8ce05994500e0"}},{"code_sha256_prefix":"195884f8c99c2ded","entry":"binary_accuracy","repo":"ongunuzaymacar/comparatively-finetuning-bert","repo_kind":"listed","path":"utils/model_utils.py","file_url":"https://github.com/ongunuzaymacar/comparatively-finetuning-bert/blob/HEAD/utils/model_utils.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":"195884f8c99c2ded"}},{"code_sha256_prefix":"80e450cb7f0ae6aa","entry":"calculate_test_accuracy","repo":"soarsmu/BiasFinder","repo_kind":"listed","path":"codes/evaluation/utils.py","file_url":"https://github.com/soarsmu/BiasFinder/blob/HEAD/codes/evaluation/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"80e450cb7f0ae6aa"}},{"code_sha256_prefix":"4e3b097142759615","entry":"compute_metrics","repo":"soarsmu/BiasFinder","repo_kind":"listed","path":"codes/fine-tuning/fine_tune.py","file_url":"https://github.com/soarsmu/BiasFinder/blob/HEAD/codes/fine-tuning/fine_tune.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4e3b097142759615"}},{"code_sha256_prefix":"6beb1e09719d4c71","entry":"evaluate_btc","repo":"soarsmu/BiasFinder","repo_kind":"listed","path":"codes/evaluation/metric.py","file_url":"https://github.com/soarsmu/BiasFinder/blob/HEAD/codes/evaluation/metric.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6beb1e09719d4c71"}},{"code_sha256_prefix":"d77f3f4547950237","entry":"evaluate_btc_mtnlp","repo":"soarsmu/BiasFinder","repo_kind":"listed","path":"codes/evaluation/metric.py","file_url":"https://github.com/soarsmu/BiasFinder/blob/HEAD/codes/evaluation/metric.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d77f3f4547950237"}},{"code_sha256_prefix":"7a20a049db60aecb","entry":"evaluate_fairness_violation","repo":"soarsmu/BiasFinder","repo_kind":"listed","path":"codes/evaluation/metric.py","file_url":"https://github.com/soarsmu/BiasFinder/blob/HEAD/codes/evaluation/metric.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7a20a049db60aecb"}},{"code_sha256_prefix":"20afd375d0a736a2","entry":"feminineToMasculinePronoun","repo":"soarsmu/BiasFinder","repo_kind":"listed","path":"codes/module/utils.py","file_url":"https://github.com/soarsmu/BiasFinder/blob/HEAD/codes/module/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"20afd375d0a736a2"}},{"code_sha256_prefix":"e0395b2222399e6e","entry":"import_data","repo":"GeorgeLuImmortal/Hierarchical-BERT-Model-with-Limited-Labelled-Data","repo_kind":"listed","path":"run_hbm.py","file_url":"https://github.com/GeorgeLuImmortal/Hierarchical-BERT-Model-with-Limited-Labelled-Data/blob/HEAD/run_hbm.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":"e0395b2222399e6e"}},{"code_sha256_prefix":"902448ea901f1299","entry":"load_pickle","repo":"soarsmu/BiasFinder","repo_kind":"listed","path":"codes/evaluation/utils.py","file_url":"https://github.com/soarsmu/BiasFinder/blob/HEAD/codes/evaluation/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"902448ea901f1299"}},{"code_sha256_prefix":"d8cdad2983e65801","entry":"masculineToFemininePronoun","repo":"soarsmu/BiasFinder","repo_kind":"listed","path":"codes/module/utils.py","file_url":"https://github.com/soarsmu/BiasFinder/blob/HEAD/codes/module/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d8cdad2983e65801"}},{"code_sha256_prefix":"0f466f60939c8876","entry":"masculineToFeminineSalutation","repo":"soarsmu/BiasFinder","repo_kind":"listed","path":"codes/module/utils.py","file_url":"https://github.com/soarsmu/BiasFinder/blob/HEAD/codes/module/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0f466f60939c8876"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}