dfki-nlp commited on
Commit
9fcdbfe
1 Parent(s): 3b4cadd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -95
README.md CHANGED
@@ -2,73 +2,50 @@
2
  annotations_creators:
3
  - expert-generated
4
  language_creators:
5
- - expert-generated
6
  languages:
7
  - en-US
8
  licenses: []
9
  multilinguality:
10
  - monolingual
11
- pretty_name: sciarg
12
- size_categories: []
13
- source_datasets:
14
- - original
15
  task_categories:
16
- - token-classification
17
  task_ids:
18
  - parsing
19
  ---
20
 
21
- # Dataset Card for sciarg
22
 
23
  ## Table of Contents
24
- - [Dataset Description](#dataset-description)
25
- - [Dataset Summary](#dataset-summary)
26
- - [Supported Tasks](#supported-tasks-and-leaderboards)
27
  - [Languages](#languages)
28
- - [Dataset Structure](#dataset-structure)
29
  - [Data Instances](#data-instances)
30
  - [Data Fields](#data-instances)
31
- - [Data Splits](#data-instances)
32
- - [Dataset Creation](#dataset-creation)
33
- - [Curation Rationale](#curation-rationale)
34
- - [Source Data](#source-data)
35
- - [Annotations](#annotations)
36
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
37
- - [Considerations for Using the Data](#considerations-for-using-the-data)
38
- - [Social Impact of Dataset](#social-impact-of-dataset)
39
- - [Discussion of Biases](#discussion-of-biases)
40
- - [Other Known Limitations](#other-known-limitations)
41
  - [Additional Information](#additional-information)
42
- - [Dataset Curators](#dataset-curators)
43
  - [Licensing Information](#licensing-information)
44
  - [Citation Information](#citation-information)
45
 
46
- ## Dataset Description
47
 
48
- - **Homepage:** https://github.com/anlausch/ArguminSci
49
- - **Repository:** https://github.com/anlausch/ArguminSci
50
- - **Paper:** https://aclanthology.org/W18-5206.pdf
51
  - **Leaderboard:** [Needs More Information]
52
  - **Point of Contact:** [Needs More Information]
53
 
54
- ### Dataset Summary
55
-
56
- This dataset is an extension of the Dr. Inventor corpus (Fisas et al., 2015, 2016) with an annotation layer containing fine-grained argumentative components and relations. It is the first argument-annotated corpus of scientific publications (in English), which allows for joint analyses of argumentation and other rhetorical dimensions of scientific writing.
57
 
58
- ### Supported Tasks and Leaderboards
59
-
60
- [Needs More Information]
61
 
62
  ### Languages
63
 
64
- English
65
 
66
  ## Dataset Structure
67
-
68
  ### Data Instances
69
-
70
  [Needs More Information]
71
-
72
  ### Data Fields
73
  ```
74
  -context: html content of data file as string
@@ -81,73 +58,34 @@ English
81
  -normalizations:
82
  -notes:
83
  ```
84
- ### Data Splits
85
-
86
- train : 40 instances
87
-
88
- ## Dataset Creation
89
-
90
- ### Curation Rationale
91
-
92
- [Needs More Information]
93
-
94
- ### Source Data
95
-
96
- #### Initial Data Collection and Normalization
97
-
98
- [Needs More Information]
99
-
100
- #### Who are the source language producers?
101
-
102
- [Needs More Information]
103
-
104
- ### Annotations
105
 
106
- #### Annotation process
107
 
108
- Annotation guidelines can be found [here](http://data.dws.informatik.uni-mannheim.de/sci-arg/annotation_guidelines.pdf).
109
-
110
- #### Who are the annotators?
111
-
112
- [Needs More Information]
113
-
114
- ### Personal and Sensitive Information
115
-
116
- [Needs More Information]
117
-
118
- ## Considerations for Using the Data
119
-
120
- ### Social Impact of Dataset
121
-
122
- [Needs More Information]
123
-
124
- ### Discussion of Biases
125
-
126
- [Needs More Information]
127
-
128
- ### Other Known Limitations
129
-
130
- [Needs More Information]
131
 
132
  ## Additional Information
133
 
134
- ### Dataset Curators
135
-
136
- [Needs More Information]
137
-
138
  ### Licensing Information
139
 
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},
147
- publisher = {Association for Computational Linguistics},
148
- author = {Lauscher, Anne and Glava\v{s}, Goran and Ponzetto, Simone Paolo},
149
- address = {Brussels, Belgium},
150
- year = {2018},
151
- pages = {4046}
152
- }
153
- ```
 
 
 
 
 
 
 
 
2
  annotations_creators:
3
  - expert-generated
4
  language_creators:
5
+ - found
6
  languages:
7
  - en-US
8
  licenses: []
9
  multilinguality:
10
  - monolingual
 
 
 
 
11
  task_categories:
12
+ - structure-prediction
13
  task_ids:
14
  - parsing
15
  ---
16
 
17
+ # Information Card for Brat
18
 
19
  ## Table of Contents
20
+ - [Description](#description)
21
+ - [Summary](#summary)
 
22
  - [Languages](#languages)
23
+ - [Dataset Structure](#dataset-structure)
24
  - [Data Instances](#data-instances)
25
  - [Data Fields](#data-instances)
26
+ - [Annotation Information](#annotation-information)
 
 
 
 
 
 
 
 
 
27
  - [Additional Information](#additional-information)
 
28
  - [Licensing Information](#licensing-information)
29
  - [Citation Information](#citation-information)
30
 
31
+ ## Description
32
 
33
+ - **Homepage:** https://brat.nlplab.org
34
+ - **Paper:** https://aclanthology.org/E12-2021/
 
35
  - **Leaderboard:** [Needs More Information]
36
  - **Point of Contact:** [Needs More Information]
37
 
38
+ ### Summary
 
 
39
 
40
+ Brat is an intuitive web-based tool for text annotation supported by Natural Language Processing (NLP) technology. BRAT has been developed for rich structured annota- tion for a variety of NLP tasks and aims to support manual curation efforts and increase annotator productivity using NLP techniques. brat is designed in particular for structured annotation, where the notes are not free form text but have a fixed form that can be automatically processed and interpreted by a computer.
 
 
41
 
42
  ### Languages
43
 
44
+ English.
45
 
46
  ## Dataset Structure
 
47
  ### Data Instances
 
48
  [Needs More Information]
 
49
  ### Data Fields
50
  ```
51
  -context: html content of data file as string
 
58
  -normalizations:
59
  -notes:
60
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
 
62
 
63
+ ## Annotation Information
64
+ Annotations created in brat are stored on disk in a standoff format: annotations are stored separately from the annotated document text, which is never modified by the tool. For each text document in the system, there is a corresponding annotation file. The two are associatied by the file naming convention that their base name (file name without suffix) is the same: for example, the file DOC-1000.ann contains annotations for the file DOC-1000.txt. More information can be found [here](https://brat.nlplab.org/standoff.html).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
  ## Additional Information
67
 
 
 
 
 
68
  ### Licensing Information
69
 
70
  [Needs More Information]
71
 
72
  ### Citation Information
73
+
74
  ```
75
+ @inproceedings{stenetorp-etal-2012-brat,
76
+ title = "brat: a Web-based Tool for {NLP}-Assisted Text Annotation",
77
+ author = "Stenetorp, Pontus and
78
+ Pyysalo, Sampo and
79
+ Topi{\'c}, Goran and
80
+ Ohta, Tomoko and
81
+ Ananiadou, Sophia and
82
+ Tsujii, Jun{'}ichi",
83
+ booktitle = "Proceedings of the Demonstrations at the 13th Conference of the {E}uropean Chapter of the Association for Computational Linguistics",
84
+ month = apr,
85
+ year = "2012",
86
+ address = "Avignon, France",
87
+ publisher = "Association for Computational Linguistics",
88
+ url = "https://aclanthology.org/E12-2021",
89
+ pages = "102--107",
90
+ }
91
+ ```