Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
audio
audioduration (s)
4.76
152
label
class label
1.68k classes
01765267145645
11765267324032
21765267467541
31765267523380
41765268569610
51765268691144
61765268731413
71765268822786
81765268950788
91765269000435
101765269081062
111765269140053
121765269238611
131765269307837
141765269354443
151765269392784
161765269472140
171765269545857
181765269639369
191765269685327
201765269736467
211765269771338
221765269919432
231765270098993
241765270189383
251765270189384
261765270227084
271765270286011
281765270320247
291765270360270
301765270419384
311765270503602
321765270566549
331765270612810
341765270694250
351765270749483
361765271520642
371765271550858
381765271579320
391765271640064
401765271670818
411765271692565
421765271783986
431765271806593
441765271830942
451765271855095
461765271888727
471765271922979
481765271952372
491765271979455
501765271979456
511765272142941
521765272167874
531765272265583
541765272291717
551765272319397
561765272359289
571765272392761
581765272452879
591765272478494
601765331636296
611765331689730
621765331762081
631765331860147
641765331898863
651765331991917
661765332045533
671765332114562
681765332198898
691765332231057
701765332339782
711765332367431
721765332422427
731765332570890
741765332604590
751765332629775
761765332665651
771765332710565
781765332833202
791765332882825
801765333029231
811765333066585
821765333092629
831765333122680
841765333255121
851765333332042
861765333367740
871765333428496
881765333458076
891765333492418
901765333518833
911765333568406
921765333656960
931765333687684
941765333786285
951765333822101
961765333896358
971765333960430
981765334030089
991765334148420
End of preview. Expand in Data Studio

YUE-PUB-Speech

This repo contains the data for our paper YUE-PUB-Speech: A Speech-based Pragmatic Understanding Benchmark for Cantonese (Interspeech 2026).

Links

Task Description

The benchmark consists of 14 pragmatic understanding tasks, which are grouped into three major pragmatic phenomena.

Task ID Phenomenon Description Source
Task 1–2 Implicature Response Classification CIRCA
Task 3 Implicature Response Classification CIRCA
Task 4 Implicature Implicature Recovery GRICE
Task 5–6 Implicature Agreement / Sarcasm Detection FigQA
Task 7 Implicature Figurative Language Understanding FLUTE
Task 8–9 Implicature Figurative Language Understanding FLUTE
Task 10 Implicature Implicature Natural Language Inference (NLI) IMPPRES
Task 11 Presupposition Presupposition Natural Language Inference (NLI) IMPPRES
Task 12 Presupposition Presupposition Question Answering DailyDialog
Task 13 Reference Deictic Question Answering GRICE
Task 14 Reference Reference Resolution via Metonymy Metonymy

Data Description

This is a dataset suitable for the speech-based pragmatic understanding task with multiple-choice question answering.

All datasets are stored in the data/ folder.

  • The benchmark covers 3 major pragmatic phenomena.
phenomena = [
    "implicature",
    "presupposition",
    "reference"
]
  • The benchmark consists of 14 tasks collected from 7 existing pragmatic datasets.
sources = [
    "CIRCA",
    "GRICE",
    "FigQA",
    "FLUTE",
    "IMPPRES",
    "DailyDialog",
    "Metonymy"
]
  • The benchmark contains 1,680 dialogue instances with approximately 10.87 hours of recorded Cantonese speech.

  • The speech recordings are collected from 4 native Cantonese speakers (2 male and 2 female).

  • The benchmark supports the following input modalities.

modalities = [
    "text",
    "speech",
    "text+speech"
]
  • Each instance contains the dialogue context, question, answer options, ground-truth answer, and the corresponding speech recording. An example is shown below.
{
    "id": "0",
    "context": "X同Y係星期五放工時間差唔多嘅同事。",
    "question": "想唔想我順便車你返屋企?",
    "response": "我想我自己車我自己返屋企。",
    "options": [
        "Direct answer",
        "Indirect answer"
    ],
    "answer": "Direct answer",
    "audio": "audio/0.wav"
}

Dataset Statistics

Property Value
Language Cantonese
Modality Text + Speech
Total Instances 1,680
Audio Duration 10.87 Hours
Speakers 4 Native Speakers (2 Male, 2 Female)
Pragmatic Phenomena 3
Tasks 14
Source Datasets 7

Pragmatic Phenomena

Category #Tasks #Instances
Implicature 10 1,200
Presupposition 2 240
Reference 2 240

Evaluation

The primary evaluation metric is:

  • Accuracy

Citation

@inproceedings{wen2026yuepubspeech,
  title     = {{YUE-PUB-Speech}: A Speech-based Pragmatic Understanding Benchmark for Cantonese},
  author    = {Wen, Yajie and Gong, Ziwei and Wu, Chengyan and Gong, Xiyun and Xue, Yun and Hirschberg, Julia and Ma, Bolei},
  booktitle = {Proceedings of Interspeech 2026},
  year      = {2026},
  address   = {Sydney, Australia},
  publisher = {International Speech Communication Association (ISCA)}
}
Downloads last month
8