└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Multi-view-Datasets 2 | Multi-view datasets for classification or clustering. 3 | 4 | ### Mfeat: image, six views 5 | https://archive.ics.uci.edu/ml/datasets/Multiple+Features 6 | 7 | ### VIS/NIR: image, two views 8 | no url 9 | 10 | ### 3Sources: text, three views 11 | http://mlg.ucd.ie/datasets/3sources.html 12 | Notice that not all the objects are descriped in three view (only 169). 13 | The preprocessed views is the file as follows. 14 | 3sources_global_bbc.txt 15 | 3sources_global_guardian.txt 16 | 3sources_global_reuters.txt 17 | 3sourceLabel.txt (labels) 18 | 19 | ### BBC (segment): synthetic text, two, three or four views 20 | http://mlg.ucd.ie/datasets/segment.html 21 | The preprocessed views are the files as follows. 22 | bbcview1.txt 23 | bbcview2.txt 24 | bbcview3.txt 25 | bbcview4.txt 26 | bbc_label.txt (labels) 27 | 28 | ### BBCSport (segment): synthetic text, two, three or four views 29 | http://mlg.ucd.ie/datasets/segment.html 30 | The preprocessed views are the files as follows. 31 | bbcsportview1.txt 32 | bbcsportview2.txt 33 | bbcsportview3.txt 34 | bbcsportview4.txt 35 | bbcsport_label.txt (labels) 36 | 37 | ### ReutersEN:text (subset of Multilingual), five views 38 | http://lig-membres.imag.fr/grimal/data.html 39 | The preprocessed views are the files as follows. 40 | reuters_sample0_2000_EN.txt 41 | reuters_sample0_2000_FR.txt 42 | reuters_sample0_2000_GR.txt 43 | reuters_sample0_2000_IT.txt 44 | reuters_sample0_2000_SP.txt 45 | reuters_classid.txt (labels) 46 | 47 | ### Animals with Attributes:image, six views 48 | http://attributes.kyb.tuebingen.mpg.de/ 49 | A subset of the dataset is given in following files. 50 | AwA_sample_10_100_cq.txt 51 | AwA_sample_10_100_lss.txt 52 | AwA_sample_10_100_phog.txt 53 | AwA_sample_10_100_rgsift.txt 54 | AwA_sample_10_100_sift.txt 55 | AwA_sample_10_100_surf.txt 56 | AwA_sample_10_100_classid.txt (labels) 57 | 58 | ### NUS-WIDE-OBJECT: image five views 59 | http://lms.comp.nus.edu.sg/research/NUS-WIDE.htm 60 | A subset of the dataset is given in the folder 'low level features_some5' and the name of files are as follows. 61 | NWO_CH_test.txt 62 | NWO_CM55_test.txt 63 | NWO_CORR_test.txt 64 | NWO_EDH_test.txt 65 | NWO_WT_test.txt 66 | NWO_test_classid.txt (labels) 67 | 68 | ### WebKB: text, two views 69 | http://lig-membres.imag.fr/grimal/data.html 70 | The preprocessed views of Texas are the files in folder 'webKB_texas'. 71 | 72 | ### Movies dataset: text, two views 73 | http://lig-membres.imag.fr/grimal/data.html 74 | The preprocessed views are the files as follows. 75 | M1.txt 76 | M2.txt 77 | Mact.txt 78 | 79 | ### Cora: text, two views 80 | http://lig-membres.imag.fr/grimal/data.html 81 | The preprocessed views are the files as follows. 82 | cora_cites.txt 83 | cora_content.txt 84 | cora_act.txt (labels) 85 | 86 | ### CiteSeer: text, two views 87 | http://lig-membres.imag.fr/grimal/data.html 88 | The preprocessed views are the files as follows. 89 | content_cites.txt 90 | content_content.txt 91 | content_act.txt (labels) 92 | 93 | ### Multi-view Twitter 94 | http://mlg.ucd.ie/aggregation/index.html 95 | --------------------------------------------------------------------------------