File size: 2,091 Bytes
41df4a7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
  "builder_name": "movie_rationales",
  "citation": "\n@unpublished{eraser2019,\n    title = {ERASER: A Benchmark to Evaluate Rationalized NLP Models},\n    author = {Jay DeYoung and Sarthak Jain and Nazneen Fatema Rajani and Eric Lehman and Caiming Xiong and Richard Socher and Byron C. Wallace}\n}\n@InProceedings{zaidan-eisner-piatko-2008:nips,\n  author    =  {Omar F. Zaidan  and  Jason Eisner  and  Christine Piatko},\n  title     =  {Machine Learning with Annotator Rationales to Reduce Annotation Cost},\n  booktitle =  {Proceedings of the NIPS*2008 Workshop on Cost Sensitive Learning},\n  month     =  {December},\n  year      =  {2008}\n}\n",
  "config_name": "default",
  "dataset_name": "movie_rationales",
  "dataset_size": 8727198,
  "description": "\nThe movie rationale dataset contains human annotated rationales for movie\nreviews.\n",
  "download_checksums": {
    "http://www.eraserbenchmark.com/zipped/movies.tar.gz": {
      "num_bytes": 3899487,
      "checksum": null
    }
  },
  "download_size": 3899487,
  "features": {
    "review": {
      "dtype": "string",
      "_type": "Value"
    },
    "label": {
      "names": [
        "NEG",
        "POS"
      ],
      "_type": "ClassLabel"
    },
    "evidences": {
      "feature": {
        "dtype": "string",
        "_type": "Value"
      },
      "_type": "Sequence"
    },
    "chunked_review": {
      "dtype": "string",
      "_type": "Value"
    }
  },
  "homepage": "http://www.cs.jhu.edu/~ozaidan/rationales/",
  "license": "",
  "size_in_bytes": 12626685,
  "splits": {
    "train": {
      "name": "train",
      "num_bytes": 6851077,
      "num_examples": 1600,
      "dataset_name": "movie_rationales"
    },
    "validation": {
      "name": "validation",
      "num_bytes": 830115,
      "num_examples": 200,
      "dataset_name": "movie_rationales"
    },
    "test": {
      "name": "test",
      "num_bytes": 1046006,
      "num_examples": 199,
      "dataset_name": "movie_rationales"
    }
  },
  "version": {
    "version_str": "0.1.0",
    "major": 0,
    "minor": 1,
    "patch": 0
  }
}