Papers by Ashwini Challa
Generate, Filter, and Rank: Grammaticality Classification for Production-Ready NLG Systems (N19-2)
Copied to clipboard
| Challenge: | Existing datasets for grammatical error correction don’t capture the distribution of errors that data-driven generators are likely to make. |
| Approach: | They propose a framework that allows candidates to be filtered and ranked to select the best response. |
| Outcome: | The proposed framework can be scaled with relatively low effort and achieve high precision with reasonable recall on a weather domain dataset. |
Best Practices for Data-Efficient Modeling in NLG:How to Train Production-Ready Neural Models with Less Data (2020.coling-industry)
Copied to clipboard
Ankit Arun, Soumya Batra, Vikas Bhardwaj, Ashwini Challa, Pinar Donmez, Peyman Heidari, Hakan Inan, Shashank Jain, Anuj Kumar, Shawn Mei, Karthik Mohan, Michael White
| Challenge: | Natural language generation (NLG) is a critical component in conversational systems . Traditionally, NLG components have been deployed using template-based solutions . however, deployment of such model-based systems has been challenging due to high latency and data needs. |
| Approach: | They propose a family of techniques to deploy data-efficient neural solutions for NLG in conversational systems to production. |
| Outcome: | The proposed techniques achieve production quality with light-weight neural network models using fraction of the data needed otherwise. |