The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    DataFilesNotFoundError
Message:      No (supported) data files found in sanzanalora/Ben-Sarc
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response
                  config_names = get_dataset_config_names(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 347, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1873, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1854, in dataset_module_factory
                  return HubDatasetModuleFactoryWithoutScript(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1245, in get_module
                  module_name, default_builder_kwargs = infer_module_for_data_files(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 595, in infer_module_for_data_files
                  raise DataFilesNotFoundError("No (supported) data files found" + (f" in {path}" if path else ""))
              datasets.exceptions.DataFilesNotFoundError: No (supported) data files found in sanzanalora/Ben-Sarc

Need help to make the dataset viewer work? Open a discussion for direct support.

Dataset Card for 'Ben-Sarc'

This repository contains the dataset of the paper titled "Ben-Sarc: A Self-Annotated Corpus for Sarcasm Detection from Bengali Social Media Comments and Its Baseline Evaluation" accepted at Natural Language Engineering journal.

Dataset Details

Dataset Description

We are releasing a large-scale self-annotated Bengali corpus for sarcasm detection research problem in the Bengali language named Ben-Sarc containing 25,636 comments, manually collected from different public Facebook pages and evaluated by external evaluators.

Dataset Sources

  • Repository: https://github.com/sanzanalora/Ben-Sarc
  • Paper: Ben-Sarc: A Self-Annotated Corpus for Sarcasm Detection from Bengali Social Media Comments and Its Baseline Evaluation

    Direct Use

    The Ben-Sarc corpus can be used any kind of used for low-resource NLP applications.

    Dataset Structure

    Data Instances

    The Ben-Sarc dataset is in .xlsx format. One example from the Ben-Sarc dataset is given below:

    |----|------------------------------------------------------------------------------------------------------------|----------|
    | id |                                           Text                                                             | Polarity |
    |----|------------------------------------------------------------------------------------------------------------|----------|
    | 589|তোমারে ভাবিয়া সারারাত জাগিয়া ঘুম মোর হয়েছে নষ্ট বুকের বামপাশে চিনচিন ব্যাথা করে একি গ্যাস্ট্রিক না প্রেম হচ্ছে না স্পষ্ট ।          |    1     |
    |----|------------------------------------------------------------------------------------------------------------|----------|
    

    Data Fields

    • id: A string representing the text ID.
    • Text : A string containing the text.
    • Polarity : A number containing the polarity of the text

    Polarity of the Ben-Sarc is defined as follows:

                `0` indicates Non-Sarcastic Text
                
                `1` indicates Sarcastic Text
    

    Dataset Creation

    Curation Rationale

    Detailed in the paper

    Source Data

    Detailed in the paper

    Data Collection and Processing

    Detailed in the paper

    Who are the source data producers?

    Detailed in the paper

    Annotations

    Detailed in the paper

    Annotation process

    Detailed in the paper

    Who are the annotators?

    Detailed in the paper

    Additional Information

    Citation

    If you use our dataset, please cite the following paper:

    @article{loraben,
    author = {Lora, Sanzana and Shahariar, G. and Nazmin, Tamanna and Rahman, Noor and Rahman, Rafsan and Bhuiyan, Miyad and Shah, Faisal},
    pages = {},
    journal = {Engineering Archive Preprint},
    title = {Ben-Sarc: A Corpus for Sarcasm Detection from Bengali Social Media Comments and Its Baseline Evaluation},
    year = {2022},
    doi = {10.31224/osf.io/7yb4c}
    }
    
Downloads last month
0
Edit dataset card