Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,27 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
---
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- summarization
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
---
|
8 |
+
# **CNNSum: Exploring Long-Context Summarization with Large Language Models in Chinese Novels**
|
9 |
+
|
10 |
+
[Paper](https://arxiv.org/abs/2412.02819)
|
11 |
+
|
12 |
+
#### **[2024.12.18] - CNNSum Dataset Release!**
|
13 |
+
|
14 |
+
We are excited to announce the release of the **CNNSum dataset**!
|
15 |
+
|
16 |
+
As outlined in **Section 3.1** and **Appendix E** of our paper, we have conducted a final round of manual cleaning to address any possible omissions. This process affects only a minimal number of samples, ensuring that the length statistics reported in our paper remain virtually unchanged.
|
17 |
+
|
18 |
+
---
|
19 |
+
|
20 |
+
### **Dataset Details**
|
21 |
+
|
22 |
+
The dataset consists of two primary fields:
|
23 |
+
|
24 |
+
- **context**: The novel excerpts
|
25 |
+
- **summary**: The manually annotated summaries
|
26 |
+
|
27 |
---
|