Nikita Pavlichenko commited on
Commit
cfba825
1 Parent(s): 2f3a24e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -15,7 +15,7 @@ metrics:
15
 
16
  ## Model description
17
 
18
- This is a T5 Large fine-tuned for crowdsourced text aggregation tasks. The model takes multiple performers' responses and yields a single aggregated response. This approach was introduced for the first time during [VLDB 2021 Crowd Science Challenge](https://crowdscience.ai/challenges/vldb21) and originally implemented at the second-place competitor's [GitHub](https://github.com/A1exRey/VLDB2021_workshop_t5).
19
 
20
  ## How to use
21
 
@@ -53,6 +53,19 @@ CrowdSpeech| test-other | 10.61
53
 
54
 
55
  ### BibTeX entry and citation info
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  ```bibtex
58
  @misc{pavlichenko2021vox,
 
15
 
16
  ## Model description
17
 
18
+ This is a T5 Large fine-tuned for crowdsourced text aggregation tasks. The model takes multiple performers' responses and yields a single aggregated response. This approach was introduced for the first time during [VLDB 2021 Crowd Science Challenge](https://crowdscience.ai/challenges/vldb21) and originally implemented at the second-place competitor's [GitHub](https://github.com/A1exRey/VLDB2021_workshop_t5). The [paper](http://ceur-ws.org/Vol-2932/short2.pdf) describing this model was presented at the [2nd Crowd Science Workshop](https://crowdscience.ai/conference_events/vldb21).
19
 
20
  ## How to use
21
 
 
53
 
54
 
55
  ### BibTeX entry and citation info
56
+ ```bibtex
57
+ @inproceedings{Pletenev:21,
58
+ author = {Pletenev, Sergey},
59
+ title = {{Noisy Text Sequences Aggregation as a Summarization Subtask}},
60
+ year = {2021},
61
+ booktitle = {Proceedings of the 2nd Crowd Science Workshop: Trust, Ethics, and Excellence in Crowdsourced Data Management at Scale},
62
+ pages = {15--20},
63
+ address = {Copenhagen, Denmark},
64
+ issn = {1613-0073},
65
+ url = {http://ceur-ws.org/Vol-2932/short2.pdf},
66
+ language = {english},
67
+ }
68
+ ```
69
 
70
  ```bibtex
71
  @misc{pavlichenko2021vox,