CoolFace
Datasetpublic

cheafdevo56/influential_citations_triplets

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes17downloads
README.md42 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: query5    struct:6    - name: abstract7      dtype: string8    - name: corpus_id9      dtype: int6410    - name: title11      dtype: string12  - name: pos13    struct:14    - name: abstract15      dtype: string16    - name: corpus_id17      dtype: int6418    - name: title19      dtype: string20  - name: neg21    struct:22    - name: abstract23      dtype: string24    - name: corpus_id25      dtype: int6426    - name: score27      dtype: int6428    - name: title29      dtype: string30  splits:31  - name: train32    num_bytes: 7669472233    num_examples: 2014134  download_size: 4562928535  dataset_size: 7669472236configs:37- config_name: default38  data_files:39  - split: train40    path: data/train-*41---42