GithubHelp home page GithubHelp logo

Comments (2)

lihaoyang-ruc avatar lihaoyang-ruc commented on July 3, 2024

这是因为模型beam search出的所有(在这里beam size=8)candidate natsqls都存在错误(可能是语法错误,也可能是其他错误),因此它们都不能被正确翻译到对应的sqls,这时我们会使用sql placeholder来对这个样例进行占位,以方便后续调用评估脚本。我初步估计,有两个原因会导致这种情况,您可以打印并观察模型输出的candidate natsqls(请移步./utils/text2sql_decoding_utils.py中的decode_natsqls函数)来判断属于哪个原因:1. 该问题是代码上可能存在的bug导致的,您可以观察模型输出的natsqls是否存在一些很明显的共性错误;2. 模型确实不能正确地解析您提供的这个样例,因为对于某些过于困难的样例,模型很难做出正确的解析。

from resdsql.

lihaoyang-ruc avatar lihaoyang-ruc commented on July 3, 2024

这个问题由于不活跃而被关闭。如果你有进一步的问题,请随时再次打开它或创建一个新的问题。

from resdsql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.