chizhikchi commited on
Commit
515ce12
1 Parent(s): 0884910

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -31,5 +31,25 @@ The official evaluation results prove that adaptation of a general-domain system
31
  | 017.38 | 32.32 | 55.04 | 33.96 |
32
 
33
  # System description paper and citation
34
- The paper with the detailed description of the system will be published in the [Proceedings of the 22st Workshop on Biomedical Language Processing](https://aclanthology.org/venues/bionlp/).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
 
31
  | 017.38 | 32.32 | 55.04 | 33.96 |
32
 
33
  # System description paper and citation
34
+ The paper with the detailed description of the system is published in the [Proceedings of the 22st Workshop on Biomedical Language Processing](https://aclanthology.org/2023.bionlp-1.53/).
35
+
36
+ BibTeX citation:
37
+ ```
38
+ @inproceedings{chizhikova-etal-2023-sinai,
39
+ title = "{SINAI} at {R}ad{S}um23: Radiology Report Summarization Based on Domain-Specific Sequence-To-Sequence Transformer Model",
40
+ author = "Chizhikova, Mariia and
41
+ Diaz-Galiano, Manuel and
42
+ Urena-Lopez, L. Alfonso and
43
+ Martin-Valdivia, M. Teresa",
44
+ booktitle = "The 22nd Workshop on Biomedical Natural Language Processing and BioNLP Shared Tasks",
45
+ month = jul,
46
+ year = "2023",
47
+ address = "Toronto, Canada",
48
+ publisher = "Association for Computational Linguistics",
49
+ url = "https://aclanthology.org/2023.bionlp-1.53",
50
+ pages = "530--534",
51
+ abstract = "This paper covers participation of the SINAI team in the shared task 1B: Radiology Report Summarization at the BioNLP workshop held on ACL 2023. Our proposal follows a sequence-to-sequence approach which leverages pre-trained multilingual general domain and monolingual biomedical domain pre-trained language models. The best performing system based on domain-specific model reached 33.96 F1RadGraph score which is the fourth best result among the challenge participants. This model was made publicly available on HuggingFace. We also describe an attempt of Proximal Policy Optimization Reinforcement Learning that was made in order to improve the factual correctness measured with F1RadGraph but did not lead to satisfactory results.",
52
+ }
53
+ ```
54
+
55