CoolFace
Datasetpublic

flash02/emnlp_papers_sample

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes6downloads
README.md41 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: paper5    dtype: string6  - name: soundness7    dtype: float648  - name: overall_assessment9    dtype: float6410  - name: reviews11    list:12    - name: comments_suggestions_and_typos13      dtype: string14    - name: ethical_concerns15      dtype: string16    - name: paper_summary17      dtype: string18    - name: summary_of_strengths19      dtype: string20    - name: summary_of_weaknesses21      dtype: string22  - name: filename23    dtype: string24  splits:25  - name: train26    num_bytes: 11350327    num_examples: 528  - name: test29    num_bytes: 119961730    num_examples: 5031  download_size: 73249432  dataset_size: 131312033configs:34- config_name: default35  data_files:36  - split: train37    path: data/train-*38  - split: test39    path: data/test-*40---41