English
Summarization
5 papers
igorgavi commited on
Commit
f6147de
1 Parent(s): 534a51a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -57,7 +57,8 @@ model are the already existing and vastly applied BART-Large CNN, Pegasus-XSUM a
57
  the Sumy Python Library and include SumyRandom, SumyLuhn, SumyLsa, SumyLexRank, SumyTextRank, SumySumBasic, SumyKL and SumyReduction. Each of the
58
  methods used for text summarization will be described indvidually in the following sections.
59
 
60
-
 
61
 
62
  ![architeru](https://github.com/marcosdib/S2Query/Classification_Architecture_model.png)
63
 
@@ -327,17 +328,17 @@ Table 2: Results from Pre-trained Longformer + ML models.
327
 
328
  ```bibtex
329
  @conference{webist22,
330
- author ={Carlos Rocha. and Marcos Dib. and Li Weigang. and Andrea Nunes. and Allan Faria. and Daniel Cajueiro.
331
- and Maísa {Kely de Melo}. and Victor Celestino.},
332
- title ={Using Transfer Learning To Classify Long Unstructured Texts with Small Amounts of Labeled Data},
333
  booktitle ={Proceedings of the 18th International Conference on Web Information Systems and Technologies - WEBIST,},
334
  year ={2022},
335
- pages ={201-213},
336
- publisher ={SciTePress},
337
- organization ={INSTICC},
338
- doi ={10.5220/0011527700003318},
339
- isbn ={978-989-758-613-2},
340
- issn ={2184-3252},
341
  }
342
  ```
343
 
 
57
  the Sumy Python Library and include SumyRandom, SumyLuhn, SumyLsa, SumyLexRank, SumyTextRank, SumySumBasic, SumyKL and SumyReduction. Each of the
58
  methods used for text summarization will be described indvidually in the following sections.
59
 
60
+ | Model | Params |
61
+ |:-----:|:------:|
62
 
63
  ![architeru](https://github.com/marcosdib/S2Query/Classification_Architecture_model.png)
64
 
 
328
 
329
  ```bibtex
330
  @conference{webist22,
331
+ author ={Daniel O. Cajueiro and Maísa {Kely de Melo}. and Arthur G. Nery and Silvia A. dos Reis and Igor Tavares
332
+ and Li Weigang and Victor R. R. Celestino.},
333
+ title ={A comprehensive review of automatic text summarization techniques: method, data, evaluation and coding},
334
  booktitle ={Proceedings of the 18th International Conference on Web Information Systems and Technologies - WEBIST,},
335
  year ={2022},
336
+ pages ={},
337
+ publisher ={},
338
+ organization ={},
339
+ doi ={},
340
+ isbn ={},
341
+ issn ={},
342
  }
343
  ```
344