kbressem commited on
Commit
45295f4
1 Parent(s): bc73d03

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ language:
5
+ - en
6
+ ---
7
+
8
+ # Dataset Card for Pubmed Causal
9
+
10
+ ## Dataset Description
11
+
12
+ - **Paper:** https://aclanthology.org/D19-1473/
13
+
14
+ ### Dataset Summary
15
+
16
+ This is the dataset used in the paper: Detecting Causal Language Use in Science Findings.
17
+
18
+ ### Citation Information
19
+ ```
20
+ @inproceedings{yu-etal-2019-detecting,
21
+ title = "Detecting Causal Language Use in Science Findings",
22
+ author = "Yu, Bei and
23
+ Li, Yingya and
24
+ Wang, Jun",
25
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
26
+ month = nov,
27
+ year = "2019",
28
+ address = "Hong Kong, China",
29
+ publisher = "Association for Computational Linguistics",
30
+ url = "https://aclanthology.org/D19-1473",
31
+ doi = "10.18653/v1/D19-1473",
32
+ pages = "4664--4674",
33
+ }
34
+
35
+ ```