--- license: apache-2.0 language: - zh tags: - multiple-choice - question-answering - dialogue-modeling - natural-language-inference pretty_name: Chinese Dialogue Implicature Dataset configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: id dtype: int64 - name: dialogue dtype: string - name: character dtype: string - name: utterance dtype: string - name: task1 struct: - name: correct_answer dtype: string - name: options sequence: string - name: task2 struct: - name: ambiguous dtype: bool - name: coherence dtype: bool - name: deceit dtype: bool - name: disordered dtype: bool - name: extra_info dtype: bool - name: fact_violation dtype: bool - name: humor dtype: bool - name: indirect_speech dtype: bool - name: insufficient_info dtype: bool - name: irony dtype: bool - name: irrelevant dtype: bool - name: lack_evidence dtype: bool - name: metaphor dtype: bool - name: redundant dtype: bool - name: unclear dtype: bool - name: task3 struct: - name: maxim_violated struct: - name: manner dtype: bool - name: quality dtype: bool - name: quantity dtype: bool - name: relevance dtype: bool splits: - name: train num_bytes: 150033 num_examples: 200 download_size: 108589 dataset_size: 150033 ---