add medical tag
Browse files
README.md
CHANGED
@@ -11,6 +11,7 @@ task_categories:
|
|
11 |
task_ids: []
|
12 |
tags:
|
13 |
- conditional-text-generation
|
|
|
14 |
dataset_info:
|
15 |
- config_name: document
|
16 |
features:
|
@@ -117,5 +118,4 @@ Token counts are white space based.
|
|
117 |
pages = "615--621",
|
118 |
abstract = "Neural abstractive summarization models have led to promising results in summarizing relatively short documents. We propose the first model for abstractive summarization of single, longer-form documents (e.g., research papers). Our approach consists of a new hierarchical encoder that models the discourse structure of a document, and an attentive discourse-aware decoder to generate the summary. Empirical results on two large-scale datasets of scientific papers show that our model significantly outperforms state-of-the-art models.",
|
119 |
}
|
120 |
-
```
|
121 |
-
|
|
|
11 |
task_ids: []
|
12 |
tags:
|
13 |
- conditional-text-generation
|
14 |
+
- medical
|
15 |
dataset_info:
|
16 |
- config_name: document
|
17 |
features:
|
|
|
118 |
pages = "615--621",
|
119 |
abstract = "Neural abstractive summarization models have led to promising results in summarizing relatively short documents. We propose the first model for abstractive summarization of single, longer-form documents (e.g., research papers). Our approach consists of a new hierarchical encoder that models the discourse structure of a document, and an attentive discourse-aware decoder to generate the summary. Empirical results on two large-scale datasets of scientific papers show that our model significantly outperforms state-of-the-art models.",
|
120 |
}
|
121 |
+
```
|
|