dfki-nlp commited on
Commit
3b4cadd
1 Parent(s): 94b2a90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -70,7 +70,7 @@ English
70
  [Needs More Information]
71
 
72
  ### Data Fields
73
- '''
74
  -context: html content of data file as string
75
  -file_name: a string name of file
76
  -spans: a sequence containing id, type, location and text of a span
@@ -80,7 +80,7 @@ English
80
  -attributions:
81
  -normalizations:
82
  -notes:
83
- '''
84
  ### Data Splits
85
 
86
  train : 40 instances
@@ -140,7 +140,7 @@ Annotation guidelines can be found [here](http://data.dws.informatik.uni-mannhei
140
  [Needs More Information]
141
 
142
  ### Citation Information
143
- '''
144
  @inproceedings{lauscher2018b,
145
  title = {An argument-annotated corpus of scientific publications},
146
  booktitle = {Proceedings of the 5th Workshop on Mining Argumentation},
@@ -150,4 +150,4 @@ Annotation guidelines can be found [here](http://data.dws.informatik.uni-mannhei
150
  year = {2018},
151
  pages = {4046}
152
  }
153
- '''
 
70
  [Needs More Information]
71
 
72
  ### Data Fields
73
+ ```
74
  -context: html content of data file as string
75
  -file_name: a string name of file
76
  -spans: a sequence containing id, type, location and text of a span
 
80
  -attributions:
81
  -normalizations:
82
  -notes:
83
+ ```
84
  ### Data Splits
85
 
86
  train : 40 instances
 
140
  [Needs More Information]
141
 
142
  ### Citation Information
143
+ ```
144
  @inproceedings{lauscher2018b,
145
  title = {An argument-annotated corpus of scientific publications},
146
  booktitle = {Proceedings of the 5th Workshop on Mining Argumentation},
 
150
  year = {2018},
151
  pages = {4046}
152
  }
153
+ ```