Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
sileod commited on
Commit
7377307
1 Parent(s): 48aa912

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ ---
6
+
7
+ scditb:
8
+ ```
9
+ @inproceedings{yang-li-2018-scidtb,
10
+ title = "{S}ci{DTB}: Discourse Dependency {T}ree{B}ank for Scientific Abstracts",
11
+ author = "Yang, An and
12
+ Li, Sujian",
13
+ booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
14
+ month = jul,
15
+ year = "2018",
16
+ address = "Melbourne, Australia",
17
+ publisher = "Association for Computational Linguistics",
18
+ url = "https://aclanthology.org/P18-2071",
19
+ doi = "10.18653/v1/P18-2071",
20
+ pages = "444--449",
21
+ 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.",
22
+ }
23
+ ```