Code Monkey home page Code Monkey logo

Comments (3)

eugene-yh avatar eugene-yh commented on June 10, 2024

你好,请问一下如何绘制论文中figure3第②和第③张的confidence-similariy graph?有相关的代码可以参考吗?谢谢。

您好,在README的CSD训练部分详细描述了散点图的产生方法以及确定曲线后如何更新到faspell.py中。散点图相关代码主要在plot.py中。

from faspell.

XuJ avatar XuJ commented on June 10, 2024

你好,请问一下如何绘制论文中figure3第②和第③张的confidence-similariy graph?有相关的代码可以参考吗?谢谢。

您好,在README的CSD训练部分详细描述了散点图的产生方法以及确定曲线后如何更新到faspell.py中。散点图相关代码主要在plot.py中。

谢谢回复。可能我表达得有些问题,散点图的产生方法和绘制您已经在readme和代码里解释得很清楚了,但是请问图中threshold那条曲线是如何确定的呢,faspell.py的Curves类别里只有全过滤和不过滤以及一个两条切线的例子,并没有能够复现论文中figure3第②和第③张的threshold曲线的方法。谢谢。

from faspell.

eugene-yh avatar eugene-yh commented on June 10, 2024

你好,请问一下如何绘制论文中figure3第②和第③张的confidence-similariy graph?有相关的代码可以参考吗?谢谢。

您好,在README的CSD训练部分详细描述了散点图的产生方法以及确定曲线后如何更新到faspell.py中。散点图相关代码主要在plot.py中。

谢谢回复。可能我表达得有些问题,散点图的产生方法和绘制您已经在readme和代码里解释得很清楚了,但是请问图中threshold那条曲线是如何确定的呢,faspell.py的Curves类别里只有全过滤和不过滤以及一个两条切线的例子,并没有能够复现论文中figure3第②和第③张的threshold曲线的方法。谢谢。

确定曲线,如论文所述,需要手动进行。figure3第②和第③张的threshold曲线是理想情况。实际实验中,我们采取若干条切线来近似。具体的线条,可以通过在训练集上多次试验得出:曲线如果偏高,则试验精确率(字符级别,后同)不变召回率会下降,而如果曲线偏低,精确率会下降而召回率不变,所以寻找到这两者之间的平衡点即可。

from faspell.

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.