pcyin / tranX

A general-purpose neural semantic parser for mapping natural language queries into machine executable code
Apache License 2.0
460 stars 111 forks source link

How to understand different modes #32

Open zhaohan-xi opened 3 years ago

zhaohan-xi commented 3 years ago

(Some updates, previous problem is solved)

Hello Dear Author,

I notice that there are multiple modes in exp.py, which are "train", "train_reconstructor" , "train_paraphrase_identifier", "rerank", "test", and "interactive". I can understand the "train" and "test", but what other 4 modes are used for? In your TranX paper, which contents are corresponding contents for these modes? Thanks!