Papers › Dial HEALTHDIAL for Advice: A Multilingual and Multi-Parallel Spoken Dialogue Dataset...

Dial HEALTHDIAL for Advice: A Multilingual and Multi-Parallel Spoken Dialogue Dataset for Knowledge-Grounded Information Seeking

28 May 2026arXiv:2605.30107added by Syntology

Songbo Hu, Yinhong Liu, Ej Zhou, Evgeniia Razumovskaia, Xiaobin Wang, Alexander Fraser, Ivan Vulić, Anna Korhonen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Creating spoken dialogue datasets is methodologically challenging, and these challenges are amplified when the goal is to build multilingual, multi-parallel datasets at scale. This work introduces HEALTHDIAL, a large-scale, multilingual, and multi-parallel dataset for developing and evaluating retrieval-augmented generation (RAG)-based spoken dialogue systems. The dataset comprises 6,000 information-seeking dialogues (1,500 per language) grounded in trusted content from the World Health Organization (WHO) and 163 hours of user speech recorded from native speakers of diverse dialects across four official WHO languages: Arabic, Chinese, English, and Spanish. Each speaker is annotated with demographic (e.g., gender, age) and sociolinguistic (e.g., primary language, region of origin) variables. We report benchmark results across key dialogue tasks, which reveal consistent performance disparities across languages, even among high-resource ones. To support future research, we release the dataset, a prototype system, and a toolkit for data collection and system evaluation.

PaperPDFCode 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="2605.30107")

Code

Syntology Ran 9 of 17 code samples harvested from 2 repositories linked to this paper; 8 have no recorded run. Of those that ran: 3 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 2 repositories, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

fxsjy/jieba found in paper text by Syntology report
cambridgeltl/healthdial found in paper text by Syntology report
LAION-AI/CLAP found in paper text by Syntology report

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

17 samples harvested; 9 ran; 0 honoured the contract we drafted; 8 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.

3ran · fixture could not drive it
6ran
8unverified

Licence: 1 of the 17 samples is 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

HealthDialogueDatabase cambridgeltl/healthdial/benchmark/filtering/knowledge_filtering_huggingface.py found in paper text by Syntology ran licence not identified · pointer only · c595287942b35bb9 · report
drop_path LAION-AI/CLAP/src/laion_clap/clap_module/htsat.py found in paper text by Syntology ran · fixture could not drive it fingerprinted CC0-1.0 (permissive) · 3ac6b7d76e8e3584 · report
get_map LAION-AI/CLAP/src/laion_clap/clap_module/loss.py found in paper text by Syntology ran fingerprinted CC0-1.0 (permissive) · 8f1fbba0d901fc52 · report
list_pretrained LAION-AI/CLAP/src/laion_clap/clap_module/pretrained.py found in paper text by Syntology ran CC0-1.0 (permissive) · 1b5ce257bf996aa5 · report
list_pretrained_model_tags LAION-AI/CLAP/src/laion_clap/clap_module/pretrained.py found in paper text by Syntology ran fingerprinted CC0-1.0 (permissive) · 3518f35d3bdd87e1 · report
list_pretrained_tag_models LAION-AI/CLAP/src/laion_clap/clap_module/pretrained.py found in paper text by Syntology ran fingerprinted CC0-1.0 (permissive) · 14ecc7f9f89e5449 · report
load_state_dict LAION-AI/CLAP/src/laion_clap/clap_module/factory.py found in paper text by Syntology ran CC0-1.0 (permissive) · 70e141a0d42038bd · report
trunc_normal_ LAION-AI/CLAP/src/laion_clap/clap_module/htsat.py found in paper text by Syntology ran · fixture could not drive it CC0-1.0 (permissive) · 02566da69866c48c · report
window_partition LAION-AI/CLAP/src/laion_clap/clap_module/htsat.py found in paper text by Syntology ran · fixture could not drive it fingerprinted CC0-1.0 (permissive) · f9fd6241d935f07b · report
build_model_from_openai_state_dict LAION-AI/CLAP/src/laion_clap/clap_module/model.py found in paper text by Syntology unverified CC0-1.0 (permissive) · 50d4bb09e01d4068 · report
create_model LAION-AI/CLAP/src/laion_clap/clap_module/factory.py found in paper text by Syntology unverified CC0-1.0 (permissive) · 45f94d269568c929 · report
create_model_and_transforms LAION-AI/CLAP/src/laion_clap/clap_module/factory.py found in paper text by Syntology unverified CC0-1.0 (permissive) · 9a7b593a493f3ce9 · report
create_pann_model LAION-AI/CLAP/src/laion_clap/clap_module/pann_model.py found in paper text by Syntology unverified CC0-1.0 (permissive) · a2c00fabc470d8f8 · report
gather_features LAION-AI/CLAP/src/laion_clap/clap_module/loss.py found in paper text by Syntology unverified CC0-1.0 (permissive) · 9b31c784540df0d7 · report
load_openai_model LAION-AI/CLAP/src/laion_clap/clap_module/openai.py found in paper text by Syntology unverified CC0-1.0 (permissive) · 6303189072e277c6 · report
lp_gather_features LAION-AI/CLAP/src/laion_clap/clap_module/loss.py found in paper text by Syntology unverified CC0-1.0 (permissive) · 473061649d09d30c · report
trace_model LAION-AI/CLAP/src/laion_clap/clap_module/model.py found in paper text by Syntology unverified CC0-1.0 (permissive) · 6c018f9e8c31090c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.30107, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

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