naturallogic / README.md
sileod's picture
Upload README.md with huggingface_hub
746f83a
metadata
language:
  - en
license: apache-2.0
task_categories:
  - text-classification
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: 'original_id '
      dtype: int64
    - name: ' sent1 '
      dtype: string
    - name: ' sent2 '
      dtype: string
    - name: ' keyword_before '
      dtype: string
    - name: ' relation 1to2 '
      dtype: string
    - name: ' pattern '
      dtype: string
    - name: ' original_label '
      dtype: string
    - name: ' original_genre '
      dtype: string
    - name: ' consistent '
      dtype: bool
    - name: ' formula '
      dtype: string
    - name: ' start_ends '
      dtype: string
    - name: ' new_label '
      dtype: string
  splits:
    - name: train
      num_bytes: 2011728.0534709194
      num_examples: 6390
  download_size: 227618
  dataset_size: 2011728.0534709194

https://github.com/feng-yufei/Neural-Natural-Logic

@inproceedings{feng2020exploring,
  title={Exploring End-to-End Differentiable Natural Logic Modeling},
  author={Feng, Yufei, Ziou Zheng, and Liu, Quan and Greenspan, Michael and Zhu, Xiaodan},
  booktitle={Proceedings of the 28th International Conference on Computational Linguistics},
  pages={1172--1185},
  year={2020}
}