kor_qpair / README.md
albertvillanova's picture
Replace YAML keys from int to str (#2)
169a77d
metadata
annotations_creators:
  - expert-generated
language_creators:
  - other
language:
  - ko
license:
  - mit
multilinguality:
  - monolingual
size_categories:
  - 1K<n<10K
source_datasets:
  - original
task_categories:
  - text-classification
task_ids:
  - semantic-similarity-classification
pretty_name: KorQpair
dataset_info:
  features:
    - name: question1
      dtype: string
    - name: question2
      dtype: string
    - name: is_duplicate
      dtype:
        class_label:
          names:
            '0': '0'
            '1': '1'
  splits:
    - name: train
      num_bytes: 515365
      num_examples: 6136
    - name: test
      num_bytes: 63466
      num_examples: 758
    - name: validation
      num_bytes: 57242
      num_examples: 682
  download_size: 545236
  dataset_size: 636073

Dataset Card for [Dataset Name]

Table of Contents

Dataset Description

  • Homepage: Github
  • Repository: Github
  • Paper:
  • Leaderboard:
  • Point of Contact:

Dataset Summary

[More Information Needed]

Supported Tasks and Leaderboards

[More Information Needed]

Languages

[More Information Needed]

Dataset Structure

Data Instances

[More Information Needed]

Data Fields

Each row in the dataset contains two questions and a is_duplicate label.

  • question1: The first question
  • question2: The second question
  • is_duplicate: 0 if question1 and question2 are semantically similar; 1 otherwise

Data Splits

[More Information Needed]

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Considerations for Using the Data

Social Impact of Dataset

[More Information Needed]

Discussion of Biases

[More Information Needed]

Other Known Limitations

[More Information Needed]

Additional Information

Dataset Curators

[More Information Needed]

Licensing Information

[More Information Needed]

Citation Information

[More Information Needed]

Contributions

Thanks to @jaketae for adding this dataset.