Sam commited on
Commit
f03d076
1 Parent(s): 0394351

Update from sam

Browse files
Files changed (1) hide show
  1. Arguement_Mining_CL2017.py +3 -3
Arguement_Mining_CL2017.py CHANGED
@@ -36,12 +36,12 @@ _CITATION = """\
36
  """
37
 
38
  _DESCRIPTION = """\
39
- tokens along with chunk id. Begining of arguement denoted by Arg_B,inside arguement
40
- denoted by Arg_I, other chunks are O
41
  Orginial train,test split as used by the paper is provided
42
  """
43
 
44
- _URL = "https://raw.githubusercontent.com/Sam131112/Argument-Mining-Dataset/main/"
45
  _TRAINING_FILE = "train.txt"
46
  _TEST_FILE = "test.txt"
47
 
 
36
  """
37
 
38
  _DESCRIPTION = """\
39
+ tokens along with chunk id. IOB1 format Begining of arguement denoted by B-ARG,inside arguement
40
+ denoted by I-ARG, other chunks are O
41
  Orginial train,test split as used by the paper is provided
42
  """
43
 
44
+ _URL = "https://raw.githubusercontent.com/Sam131112/Argument-Mining-Dataset/main"
45
  _TRAINING_FILE = "train.txt"
46
  _TEST_FILE = "test.txt"
47