Browse Source

update readme

waynesun 5 years ago
parent
commit
ea146804cf
2 changed files with 7 additions and 2 deletions
  1. 7 2
      README.md
  2. BIN
      img/trainset_behavior.png

+ 7 - 2
README.md

@@ -44,9 +44,14 @@ while the first parameter 0 means gpu number, the second parameter means the out
 
 We have run experiments several times, achiving avegrage 27.5% logic form accuracy on the dev dataset.
 
-And we found the main challenges of this datasets containing poor condition value prediction, select column and condition column not mentioned in NL question, inconsistent condition relationship representation between NL question and SQL, etc. All these challenges could not be solve by existing baseline and SOTA models.
 
-Correspondingly, this baseline model achieves only 77% accuracy on condition column and 62% accuracy on condition value respectively even on the training set, which require contestants to pay attention to.
+## Experiment analysis
+
+We found the main challenges of this datasets containing poor condition value prediction, select column and condition column not mentioned in NL question, inconsistent condition relationship representation between NL question and SQL, etc. All these challenges could not be solve by existing baseline and SOTA models.
+
+Correspondingly, this baseline model achieves only 77% accuracy on condition column and 62% accuracy on condition value respectively even on the training set, and the overall logic form is only around 50% as well, indicating these problems are challenging for contestants to solve.
+
+<div align="middle"><img src="https://github.com/ZhuiyiTechnology/nl2sql_baseline/blob/master/img/trainset_behavior.png"width="80%" ></div>
 
 ## Related resources:
 https://github.com/salesforce/WikiSQL

BIN
img/trainset_behavior.png