why-in-Shanghaitech / pj-farnn

CS274A NLP project about the paper "Cold-start and Interpretability: Turning Regular Expressions into Trainable Recurrent Neural Networks". Student code release.
4 stars 0 forks source link

Q2: Test on number of DFA node conflicts with the question description. #2

Open why-in-Shanghaitech opened 5 months ago

why-in-Shanghaitech commented 5 months ago

Since we do not test the leading zeros, it is impossible to control the number of DFA nodes. Possible solutions are

  1. Change the project description and add tests for leading zeros;
  2. Remove the DFA tests.

Option 2 potentially allows for hacking and may lead to other issues in further questions. More investigation is required.