kbressem commited on
Commit
4493a08
1 Parent(s): d746040

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ - text-classification
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ # Health Advice
10
+
11
+ ## Dataset Description
12
+
13
+ - **Paper:** https://experts.syr.edu/en/publications/detecting-causal-language-use-in-science-findings
14
+
15
+ ### Dataset Summary
16
+
17
+ This is the dataset use in the paper: Detecting Causal Language Use in Science Findings.
18
+ It was cleaned and formated to fit into the alpaca template.
19
+
20
+ ### Citation Information
21
+
22
+ ```
23
+ @inproceedings{yu-etal-2019-detecting,
24
+ title = "Detecting Causal Language Use in Science Findings",
25
+ author = "Yu, Bei and
26
+ Li, Yingya and
27
+ Wang, Jun",
28
+ 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)",
29
+ month = nov,
30
+ year = "2019",
31
+ address = "Hong Kong, China",
32
+ publisher = "Association for Computational Linguistics",
33
+ url = "https://aclanthology.org/D19-1473",
34
+ doi = "10.18653/v1/D19-1473",
35
+ pages = "4664--4674",
36
+ }
37
+ ```