Anomaly Detection with Neural Parsers That Never Reject
Alexander Grushin, Walt Woods

TL;DR
This paper introduces methods to extract production rules from neural parsers trained with reinforcement learning, enabling anomaly detection and grammatical inference for unknown sentence formats, including complex and high-entropy ones.
Contribution
The paper presents novel procedures for extracting production rules from RL-trained neural parsers and using them for anomaly detection and grammatical inference.
Findings
Effective in detecting anomalies in non-regular formats.
Capable of identifying anomalies even in high-entropy regions.
Two-pass method reduces rule set complexity for complex formats.
Abstract
Reinforcement learning has recently shown promise as a technique for training an artificial neural network to parse sentences in some unknown format, through a body of work known as RL-GRIT. A key aspect of the RL-GRIT approach is that rather than explicitly inferring a grammar that describes the format, the neural network learns to perform various parsing actions (such as merging two tokens) over a corpus of sentences, with the goal of maximizing the estimated frequency of the resulting parse structures. This can allow the learning process to more easily explore different action choices, since a given choice may change the optimality of the parse (as expressed by the total reward), but will not result in the failure to parse a sentence. However, this also presents a limitation: because the trained neural network can successfully parse any sentence, it cannot be directly used to…
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 · Software Engineering Research · Fuzzy Logic and Control Systems
