dainis-boumber commited on
Commit
ea519b2
·
1 Parent(s): 4e1261d

Update difraud.py

Browse files
Files changed (1) hide show
  1. difraud.py +13 -2
difraud.py CHANGED
@@ -12,8 +12,19 @@ TODO: Add citation here
12
  """
13
 
14
  _DESCRIPTION = """
15
- DIFrauD -- Domain Independent Fraud Detection dataset -- is a labeled corpus containing over 95000 samples
16
- of deceptive and truthful texts from 7 independent domains.
 
 
 
 
 
 
 
 
 
 
 
17
  """
18
 
19
  _HOMEPAGE = "http://cs.uh.edu/~rmverma/ra2.html"
 
12
  """
13
 
14
  _DESCRIPTION = """
15
+ DIFrauD -- (Domain Independent Fraud Detection) \n
16
+ a corpus of deceptive and truthful texts from 7 domains.\n
17
+ and specify one of the domains available in load_dataset(name):\n
18
+
19
+ "fake_news",
20
+ "job_scams",
21
+ "phishing",
22
+ "political_statements",
23
+ "product_reviews",
24
+ "sms",
25
+ "twitter_rumours"
26
+
27
+ otherwise it defaults to "phishing".
28
  """
29
 
30
  _HOMEPAGE = "http://cs.uh.edu/~rmverma/ra2.html"