{"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-2602-01030","title":"Bias in the Ear of the Listener: Assessing Sensitivity in Audio Language Models Across Linguistic, Demographic, and Positional Variations","arxiv_id":"2602.01030","date":"2026-02-01","proceeding":null,"authors":["Sheng-Lun Wei","Yu-Ling Liao","Yen-Hua Chang","Hen-Hsen Huang","Hsin-Hsi Chen"],"abstract":"This work presents the first systematic investigation of speech bias in multilingual MLLMs. We construct and release the BiasInEar dataset, a speech-augmented benchmark based on Global MMLU Lite, spanning English, Chinese, and Korean, balanced by gender and accent, and totaling 70.8 hours ($\\approx$4,249 minutes) of speech with 11,200 questions. Using four complementary metrics (accuracy, entropy, APES, and Fleiss' $κ$), we evaluate nine representative models under linguistic (language and accent), demographic (gender), and structural (option order) perturbations. Our findings reveal that MLLMs are relatively robust to demographic factors but highly sensitive to language and option order, suggesting that speech can amplify existing structural biases. Moreover, architectural design and reasoning strategy substantially affect robustness across languages. Overall, this study establishes a unified framework for assessing fairness and robustness in speech-integrated LLMs, bridging the gap between text- and speech-based evaluation. The resources can be found at https://github.com/ntunlplab/BiasInEar.","url_abs":"https://arxiv.org/abs/2602.01030","url_pdf":"https://arxiv.org/pdf/2602.01030","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":"https://app.syntology.ai/?focus=2602.01030","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.01030"}},"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/ntunlplab/BiasInEar","reach":null}],"summary":{"unverified":9},"by_repo_kind":{"found_in_text":{"samples":9,"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":"05fd64cca28e0e29","entry":"accuracy","repo":"ntunlplab/BiasInEar","repo_kind":"found_in_text","path":"src/biasinear/metrics/accuracy.py","file_url":"https://github.com/ntunlplab/BiasInEar/blob/HEAD/src/biasinear/metrics/accuracy.py","link_basis":"first_harvest_node","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":"05fd64cca28e0e29"}},{"code_sha256_prefix":"740833a557742ca7","entry":"apes","repo":"ntunlplab/BiasInEar","repo_kind":"found_in_text","path":"src/biasinear/metrics/apes.py","file_url":"https://github.com/ntunlplab/BiasInEar/blob/HEAD/src/biasinear/metrics/apes.py","link_basis":"first_harvest_node","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":"740833a557742ca7"}},{"code_sha256_prefix":"95b65c2d9caf6db2","entry":"chunk_audio","repo":"ntunlplab/BiasInEar","repo_kind":"found_in_text","path":"src/biasinear/utils.py","file_url":"https://github.com/ntunlplab/BiasInEar/blob/HEAD/src/biasinear/utils.py","link_basis":"first_harvest_node","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":"95b65c2d9caf6db2"}},{"code_sha256_prefix":"2e08197deb3f78fb","entry":"compress_audio","repo":"ntunlplab/BiasInEar","repo_kind":"found_in_text","path":"src/biasinear/utils.py","file_url":"https://github.com/ntunlplab/BiasInEar/blob/HEAD/src/biasinear/utils.py","link_basis":"first_harvest_node","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":"2e08197deb3f78fb"}},{"code_sha256_prefix":"abab13f1f084d532","entry":"concat_audio","repo":"ntunlplab/BiasInEar","repo_kind":"found_in_text","path":"src/biasinear/utils.py","file_url":"https://github.com/ntunlplab/BiasInEar/blob/HEAD/src/biasinear/utils.py","link_basis":"first_harvest_node","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":"abab13f1f084d532"}},{"code_sha256_prefix":"7009da680bd24b63","entry":"fleiss_kappa","repo":"ntunlplab/BiasInEar","repo_kind":"found_in_text","path":"src/biasinear/metrics/fleiss_kappa.py","file_url":"https://github.com/ntunlplab/BiasInEar/blob/HEAD/src/biasinear/metrics/fleiss_kappa.py","link_basis":"first_harvest_node","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":"7009da680bd24b63"}},{"code_sha256_prefix":"a959ae1fc6c9cbd7","entry":"load_dataset","repo":"ntunlplab/BiasInEar","repo_kind":"found_in_text","path":"src/biasinear/data.py","file_url":"https://github.com/ntunlplab/BiasInEar/blob/HEAD/src/biasinear/data.py","link_basis":"first_harvest_node","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":"a959ae1fc6c9cbd7"}},{"code_sha256_prefix":"2f2d25b6d159ef94","entry":"parse_answer","repo":"ntunlplab/BiasInEar","repo_kind":"found_in_text","path":"src/biasinear/models/_parser.py","file_url":"https://github.com/ntunlplab/BiasInEar/blob/HEAD/src/biasinear/models/_parser.py","link_basis":"first_harvest_node","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":"2f2d25b6d159ef94"}},{"code_sha256_prefix":"4e17bc044d2a4586","entry":"question_entropy","repo":"ntunlplab/BiasInEar","repo_kind":"found_in_text","path":"src/biasinear/metrics/entropy.py","file_url":"https://github.com/ntunlplab/BiasInEar/blob/HEAD/src/biasinear/metrics/entropy.py","link_basis":"first_harvest_node","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":"4e17bc044d2a4586"}}]},"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":null}