Datasets:
dainis-boumber
commited on
Commit
•
668e210
1
Parent(s):
ea519b2
Update difraud.py
Browse files- difraud.py +2 -4
difraud.py
CHANGED
@@ -12,9 +12,7 @@ TODO: Add citation here
|
|
12 |
"""
|
13 |
|
14 |
_DESCRIPTION = """
|
15 |
-
DIFrauD -- (Domain Independent Fraud Detection)
|
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",
|
@@ -24,7 +22,7 @@ and specify one of the domains available in load_dataset(name):\n
|
|
24 |
"sms",
|
25 |
"twitter_rumours"
|
26 |
|
27 |
-
|
28 |
"""
|
29 |
|
30 |
_HOMEPAGE = "http://cs.uh.edu/~rmverma/ra2.html"
|
|
|
12 |
"""
|
13 |
|
14 |
_DESCRIPTION = """
|
15 |
+
DIFrauD -- (Domain Independent Fraud Detection) is a corpus of deceptive and truthful texts from 7 domains:
|
|
|
|
|
16 |
|
17 |
"fake_news",
|
18 |
"job_scams",
|
|
|
22 |
"sms",
|
23 |
"twitter_rumours"
|
24 |
|
25 |
+
To load a specific domain, pass it as the "name" parameter to load_dataset()
|
26 |
"""
|
27 |
|
28 |
_HOMEPAGE = "http://cs.uh.edu/~rmverma/ra2.html"
|