Papers › SD-QA: Spoken Dialectal Question Answering for the Real World

SD-QA: Spoken Dialectal Question Answering for the Real World

24 Sep 2021Findings (EMNLP) 2021 11arXiv:2109.12072archive 2025-07-28

Fahim Faisal, Sharlina Keshava, Md Mahfuz ibn Alam, Antonios Anastasopoulos

Question answering (QA) systems are now available through numerous commercial applications for a wide variety of domains, serving millions of users that interact with them via speech interfaces. However, current benchmarks in QA research do not account for the errors that speech recognition models might introduce, nor do they consider the language variations (dialects) of the users. To address this gap, we augment an existing QA dataset to construct a multi-dialect, spoken QA benchmark on five languages (Arabic, Bengali, English, Kiswahili, Korean) with more than 68k audio prompts in 24 dialects from 255 speakers. We provide baseline results showcasing the real-world performance of QA systems and analyze the effect of language variety and other sensitive speaker attributes on downstream performance. Last, we study the fairness of the ASR and QA models with respect to the underlying user populations. The dataset, model outputs, and code for reproducing all our experiments are available: https://github.com/ffaisal93/SD-QA.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2109.12072")

Code

Syntology Ran 0 of 22 code samples harvested from 1 repository linked to this paper; 22 have no recorded run.

By repository: official repository: 22 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ffaisal93/sd-qa officialmentioned in papermentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 0 ran; 0 honoured the contract we drafted; 22 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

22unverified

Licence: 0 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ffaisal93/sd-qa. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

byte_len ffaisal93/sd-qa/baselines/tydiqa/baseline/data.py official repository unverified Apache-2.0 (permissive) · 7671754d0cee7d11 · report
byte_slice ffaisal93/sd-qa/baselines/tydiqa/tydi_eval.py official repository unverified Apache-2.0 (permissive) · 787fbf63d8c1ab07 · report
byte_slice ffaisal93/sd-qa/baselines/tydiqa/baseline/data.py official repository unverified Apache-2.0 (permissive) · 5e27cb5b15ab895f · report
byte_str ffaisal93/sd-qa/baselines/tydiqa/baseline/data.py official repository unverified Apache-2.0 (permissive) · a5845e18acb8844b · report
compute_partial_match_scores ffaisal93/sd-qa/baselines/tydiqa/eval_utils.py official repository unverified Apache-2.0 (permissive) · 7ef49e1793449f8b · report
dir_check ffaisal93/sd-qa/experiments/utils.py official repository unverified Apache-2.0 (permissive) · ea2aa48fb12d0a30 · report
extract_answers ffaisal93/sd-qa/extract_qa_from_jsonl.py official repository unverified Apache-2.0 (permissive) · fd24ba8d7375d425 · report
find_audio_dir ffaisal93/sd-qa/sdqa_triples_from_jsonl.py official repository unverified Apache-2.0 (permissive) · d19afd0251c48ecd · report
gelu ffaisal93/sd-qa/baselines/tydiqa/baseline/bert/modeling.py official repository unverified Apache-2.0 (permissive) · 51d3bc0cfa6415a3 · report
get_activation ffaisal93/sd-qa/baselines/tydiqa/baseline/bert/modeling.py official repository unverified Apache-2.0 (permissive) · 217fe96a5945a42d · report
get_assignment_map_from_checkpoint ffaisal93/sd-qa/baselines/tydiqa/baseline/bert/modeling.py official repository unverified Apache-2.0 (permissive) · 7bc46f4950599a87 · report
get_metadata ffaisal93/sd-qa/experiments/utils.py official repository unverified Apache-2.0 (permissive) · d60c3869c082ce69 · report
load_jsonl_example_ids ffaisal93/sd-qa/analyze_data_links.py official repository unverified Apache-2.0 (permissive) · da7b79cb32612610 · report
load_metadata_ids ffaisal93/sd-qa/analyze_data_links.py official repository unverified Apache-2.0 (permissive) · 50ed7d3089187d7d · report
load_txt_ids ffaisal93/sd-qa/analyze_data_links.py official repository unverified Apache-2.0 (permissive) · 5d1dc7f1ffae5ff9 · report
read_reference ffaisal93/sd-qa/experiments/transcript_replace.py official repository unverified Apache-2.0 (permissive) · 91c7ebc9939cc186 · report
safe_average ffaisal93/sd-qa/baselines/tydiqa/eval_utils.py official repository unverified Apache-2.0 (permissive) · e5609b0f6acf5d82 · report
safe_divide ffaisal93/sd-qa/baselines/tydiqa/eval_utils.py official repository unverified Apache-2.0 (permissive) · 999c2750713a6692 · report
sanitize_field ffaisal93/sd-qa/extract_qa_from_jsonl.py official repository unverified Apache-2.0 (permissive) · 606f24554fa9223b · report
utf8_slice ffaisal93/sd-qa/extract_qa_from_jsonl.py official repository unverified Apache-2.0 (permissive) · 812e406d9764d77d · report
utf8_slice ffaisal93/sd-qa/sdqa_triples_from_jsonl.py official repository unverified Apache-2.0 (permissive) · f4a930be2113e081 · report
write_out ffaisal93/sd-qa/experiments/transcript_replace.py official repository unverified Apache-2.0 (permissive) · dad8041c5ab85e66 · report

Tasks

FairnessQuestion AnsweringSpeech Recognitionspeech-recognition

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections