File size: 896 Bytes
c9369f4
 
 
 
 
 
ec61eaf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c9369f4
 
 
 
 
 
 
ec61eaf
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
{
    "assertiveness-corpus": {
      "description": "A compiled dataset of 6000 texts from multiple sources, scored using SciBert for assertiveness.",
      "homepage": "https://huggingface.co/datasets/Shahradmz/assertiveness-corpus",
      "license": "CC BY-SA 4.0",
      "features": {
        "text": {
          "dtype": "string",
          "description": "The text of the document."
        },
        "assertiveness": {
          "dtype": "float",
          "description": "The assertiveness score of the document rated by SciBert model."
        },
        "source": {
          "dtype": "string",
          "description": "The source of the document."
        },
        "label": {
          "dtype": "int",
          "description": "1 for assertive, 0 for non-assertive."
        }
      },
      "splits": {
        "train": {
          "num_examples": 6000
        }
      }
    }
  }