nid989 commited on
Commit
bd74324
·
1 Parent(s): c2b0a34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -18
README.md CHANGED
@@ -6,11 +6,12 @@ The data provided is (headline, body, stance) instances, where the stance is one
6
  * A headline and a body text - either from the same news article or from two different articles.
7
 
8
  **Output**
9
- Classify the stance of the body text relative to the claim made in the headline into one of four categories:
10
- * Agrees: The body text agrees with the headline.
11
- * Disagrees: The body text disagrees with the headline.
12
- * Discusses: The body text discuss the same topic as the headline, but does not take a position
13
- * Unrelated: The body text discusses a different topic than the headline
 
14
 
15
  The distribution of Stance classes in the entire dataset is as follows:
16
 
@@ -19,24 +20,24 @@ The distribution of Stance classes in the entire dataset is as follows:
19
  | 49972 | 0.73131 | 0.17828 | 0.0736012 | 0.016809 |
20
 
21
  annotations_creators:
22
- - found
23
  language_creators:
24
- - found
25
  languages:
26
- - en-US
27
  licenses:
28
- - apache-2.0
29
- multilinguality:
30
- - monolingual
31
  pretty_name: FNC-1
32
  size_categories:
33
- - unknown
34
  source_datasets:
35
- - original
36
  task_categories:
37
- - text-classification
38
  task_ids:
39
- - multi-class-classification
40
- - natural-language-inference
41
- - multi-label-classification
42
- - intent-classification
 
6
  * A headline and a body text - either from the same news article or from two different articles.
7
 
8
  **Output**
9
+
10
+ * Classify the stance of the body text relative to the claim made in the headline into one of four categories:
11
+ * Agrees: The body text agrees with the headline.
12
+ * Disagrees: The body text disagrees with the headline.
13
+ * Discusses: The body text discuss the same topic as the headline, but does not take a position
14
+ * Unrelated: The body text discusses a different topic than the headline
15
 
16
  The distribution of Stance classes in the entire dataset is as follows:
17
 
 
20
  | 49972 | 0.73131 | 0.17828 | 0.0736012 | 0.016809 |
21
 
22
  annotations_creators:
23
+ - found
24
  language_creators:
25
+ - found
26
  languages:
27
+ - en-US
28
  licenses:
29
+ - apache-2.0
30
+ multilingualism:
31
+ - monolingual
32
  pretty_name: FNC-1
33
  size_categories:
34
+ - unknown
35
  source_datasets:
36
+ - original
37
  task_categories:
38
+ - text-classification
39
  task_ids:
40
+ - multi-class-classification
41
+ - natural-language-inference
42
+ - multi-label-classification
43
+ - intent-classification