Datasets:

Sub-tasks:
parsing
Languages:
English
Multilinguality:
monolingual
Size Categories:
unknown
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
dfki-nlp commited on
Commit
0df8b4b
1 Parent(s): ca3305b

add citation information

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -219,4 +219,19 @@ More information can be found [here](https://aclanthology.org/P18-2071/)
219
 
220
  ### Citation Information
221
 
222
- [Needs More Information]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
 
220
  ### Citation Information
221
 
222
+ ```
223
+ @inproceedings{yang-li-2018-scidtb,
224
+ title = "{S}ci{DTB}: Discourse Dependency {T}ree{B}ank for Scientific Abstracts",
225
+ author = "Yang, An and
226
+ Li, Sujian",
227
+ booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
228
+ month = jul,
229
+ year = "2018",
230
+ address = "Melbourne, Australia",
231
+ publisher = "Association for Computational Linguistics",
232
+ url = "https://aclanthology.org/P18-2071",
233
+ doi = "10.18653/v1/P18-2071",
234
+ pages = "444--449",
235
+ abstract = "Annotation corpus for discourse relations benefits NLP tasks such as machine translation and question answering. In this paper, we present SciDTB, a domain-specific discourse treebank annotated on scientific articles. Different from widely-used RST-DT and PDTB, SciDTB uses dependency trees to represent discourse structure, which is flexible and simplified to some extent but do not sacrifice structural integrity. We discuss the labeling framework, annotation workflow and some statistics about SciDTB. Furthermore, our treebank is made as a benchmark for evaluating discourse dependency parsers, on which we provide several baselines as fundamental work.",
236
+ }
237
+ ```