Papers by Atsushi Saito

3 papers
RWKV: Reinventing RNNs for the Transformer Era (2023.findings-emnlp)

Copied to clipboard

Challenge: recurrent neural networks struggle to match the performance of Transformers due to limitations in parallelization and scalability.
Approach: They propose a model architecture that combines the efficient parallelizable training of transformers with the efficient inference of RNNs.
Outcome: The proposed model performs on par with similarly sized RNNs, suggesting future work can leverage this architecture to create more efficient models.
Multi-style Generative Reading Comprehension (P19-1)

Copied to clipboard

Challenge: Current studies on generative reading comprehension (RC) focus on extracting an answer span from textual evidence and natural language generation (NLG).
Approach: They propose a multi-style abstractive summarization model for question answering called Masque.
Outcome: The proposed model achieves state-of-the-art performance on the Q&A and Q& A + NLG tasks of MS MARCO and NarrativeQA.
Answering while Summarizing: Multi-task Learning for Multi-hop QA with Evidence Extraction (P19-1)

Copied to clipboard

Challenge: Question answering (QA) using textual sources for purposes such as reading comprehension has attracted much attention.
Approach: They propose a Query Focused Extractor model for evidence extraction and multi-task learning with the QA model.
Outcome: The proposed model achieves state-of-the-art evidence extraction score on hotpotQA and FEVER, which is a recognizing textual entailment task on a large textual database.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations