yilunzhao commited on
Commit
3992e76
1 Parent(s): 2741021

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language: en
4
+ tags:
5
+ - table-to-text
6
+ - summarization
7
+ - long-form-question-answering
8
+ datasets:
9
+ - yale-nlp/QTSumm
10
  ---
11
+
12
+ # QTSumm Dataset
13
+
14
+ QTSumm is a query-focused table summarization dataset proposed in EMNLP 2023 paper [QTSUMM: Query-Focused Summarization over Tabular Data](https://arxiv.org/pdf/2305.14303.pdf). The original Github repository is [https://github.com/yale-nlp/QTSumm](https://github.com/yale-nlp/QTSumm).
15
+
16
+ ## Model Description
17
+
18
+ `yale-nlp/t5-large-finetuned-qtsumm` (based on T5 architecture) is initialized with `t5-large` and finetuned on the QTSumm dataset.
19
+
20
+ ## Usage
21
+
22
+ Check the github repository: [https://github.com/yale-nlp/QTSumm](https://github.com/yale-nlp/QTSumm)
23
+
24
+ ## Reference
25
+
26
+ ```bibtex
27
+ @misc{zhao2023qtsumm,
28
+ title={QTSUMM: Query-Focused Summarization over Tabular Data},
29
+ author={Yilun Zhao and Zhenting Qi and Linyong Nan and Boyu Mi and Yixin Liu and Weijin Zou and Simeng Han and Xiangru Tang and Yumo Xu and Arman Cohan and Dragomir Radev},
30
+ year={2023},
31
+ eprint={2305.14303},
32
+ archivePrefix={arXiv},
33
+ primaryClass={cs.CL}
34
+ }
35
+ ```