Datasets:
PiC
/

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
phrase_similarity / README.md
PiC's picture
Update README.md
cea1db2
metadata
annotations_creators:
  - expert-generated
language_creators:
  - found
  - expert-generated
language:
  - en
license:
  - cc-by-nc-4.0
multilinguality:
  - monolingual
paperswithcode_id: phrase-in-context
pretty_name: 'PiC: Phrase Similarity (PS)'
size_categories:
  - 10K<n<100K
source_datasets:
  - original
task_categories:
  - text-classification
task_ids:
  - semantic-similarity-classification

Dataset Card for "PiC: Phrase Similarity"

Table of Contents

Dataset Description

Dataset Summary

PS is a binary classification task with the goal of predicting whether two multi-word noun phrases are semantically similar or not given the same context sentence. This dataset contains ~10K pairs of two phrases along with their contexts used for disambiguation, since two phrases are not enough for semantic comparison. Our ~10K examples were annotated by linguistic experts on <upwork.com> and verified in two rounds by 1000 Mturkers and 5 linguistic experts.

Supported Tasks and Leaderboards

[More Information Needed]

Languages

English.

Dataset Structure

Data Instances

PS

  • Size of downloaded dataset files: 4.60 MB
  • Size of the generated dataset: 2.96 MB
  • Total amount of disk used: 7.56 MB
{
  "phrase1": "annual run",
  "phrase2": "yearlong performance",
  "sentence1": "since 2004, the club has been a sponsor of the annual run for rigby to raise money for off-campus housing safety awareness.",
  "sentence2": "since 2004, the club has been a sponsor of the yearlong performance for rigby to raise money for off-campus housing safety awareness.",
  "label": 0,
  "idx": 0,
}

Data Fields

The data fields are the same among all splits.

  • phrase1: a string feature.
  • phrase2: a string feature.
  • sentence1: a string feature.
  • sentence2: a string feature.
  • label: a classification label, with negative (0) and positive (1).
  • idx: an int32 feature.

Data Splits

name train validation test
PS 7362 1052 2102

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Initial Data Collection and Normalization

The source passages + answers are from Wikipedia and the source of queries were produced by our hired linguistic experts from Upwork.com.

Who are the source language producers?

We hired 13 linguistic experts from Upwork.com for annotation and more than 1000 human annotators on Mechanical Turk along with another set of 5 Upwork experts for 2-round verification.

Annotations

Annotation process

[More Information Needed]

Who are the annotators?

13 linguistic experts from Upwork.com.

Personal and Sensitive Information

No annotator identifying details are provided.

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

This dataset is a joint work between Adobe Research and Auburn University. Creators: Thang M. Pham, David Seunghyun Yoon, Trung Bui, and Anh Nguyen.

@PMThangXAI added this dataset to HuggingFace.

Licensing Information

This dataset is distributed under Creative Commons Attribution-NonCommercial 4.0 International (CC-BY-NC 4.0)

Citation Information

@article{pham2022PiC,
  title={PiC: A Phrase-in-Context Dataset for Phrase Understanding and Semantic Search},
  author={Pham, Thang M and Yoon, Seunghyun and Bui, Trung and Nguyen, Anh},
  journal={arXiv preprint arXiv:2207.09068},
  year={2022}
}