Sandaruth commited on
Commit
9b26312
·
verified ·
1 Parent(s): 55c9a5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -43,9 +43,29 @@ size_categories:
43
 
44
  <!-- Provide a quick summary of the dataset. -->
45
 
46
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
 
 
47
 
48
  ## Dataset Details
49
 
 
 
 
 
 
50
  ### Dataset Description
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  <!-- Provide a quick summary of the dataset. -->
45
 
46
+ This dataset is designed for text summarization tasks, specifically focusing on financial and liquidity data. It combines structured text from different segments of financial reports, allowing for both automatic and human evaluation in text summarization tasks.
47
+
48
+ <!-- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1). -->
49
 
50
  ## Dataset Details
51
 
52
+ This dataset was built using the dataset presented in the research paper "**Long Text and Multi-Table Summarization: Dataset and Method**". The dataset consists of financial documents with detailed reports and their corresponding summaries, which aim to condense lengthy documents into shorter, coherent summaries.
53
+
54
+ Paper Reference:
55
+ [Long Text and Multi-Table Summarization: Dataset and Method](https://arxiv.org/abs/2302.03815)
56
+
57
  ### Dataset Description
58
 
59
+ **Dataset Structure**
60
+
61
+ The dataset is divided into:
62
+
63
+ - Train: The primary dataset for model training.
64
+ - Validation: Used for validation during training.
65
+ - Test: Used for final evaluation of the summarization models.
66
+
67
+ Each entry consists of:
68
+
69
+ - text: The full input document, which is around 2500 words in length.
70
+ - summary: A condensed version of the document, around 350 words long.
71
+