Accelerating and Evaluation of Syntactic Parsing in Natural Language Question Answering Systems
Zhe Chen, Dunwei Wen

TL;DR
This paper introduces new methods to significantly speed up syntactic parsing in NLP systems, enabling real-time processing crucial for user interfaces and dialogue systems, through corpus-based models and pruning techniques.
Contribution
It proposes two novel acceleration techniques, Compressed POS Set and Syntactic Patterns Pruning, along with evaluation factors PT and RT, to enhance parsing speed in NLP applications.
Findings
Effective speed improvements demonstrated in experiments
Proposed methods reduce parsing time significantly
Evaluation factors PT and RT aid parameter tuning
Abstract
With the development of Natural Language Processing (NLP), more and more systems want to adopt NLP in User Interface Module to process user input, in order to communicate with user in a natural way. However, this raises a speed problem. That is, if NLP module can not process sentences in durable time delay, users will never use the system. As a result, systems which are strict with processing time, such as dialogue systems, web search systems, automatic customer service systems, especially real-time systems, have to abandon NLP module in order to get a faster system response. This paper aims to solve the speed problem. In this paper, at first, the construction of a syntactic parser which is based on corpus machine learning and statistics model is introduced, and then a speed problem analysis is performed on the parser and its algorithms. Based on the analysis, two accelerating methods,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Speech and dialogue systems
