Giter Club home page Giter Club logo

Comments (8)

lonePatient avatar lonePatient commented on May 24, 2024

from daguan_2019_rank9.

heroazhe avatar heroazhe commented on May 24, 2024

from daguan_2019_rank9.

lonePatient avatar lonePatient commented on May 24, 2024

@heroazhe 很简单的一个想法啊,结束位置依赖于开始位置,很自然的将开始位置信息与文本语义向量结合作为结束预测的输入,那相当于有两种方式,直接hard label即argmax(logits),这种的话train时候hard label是真实的,但是预测的时候是argmax的,不一定正确,这个就像seq2seq里面的“Exposure @bias”(好像那么一回事,呵呵瞎哔哔的),那么就可以使用soft label,即softmax预测的logits,这样train和test是同步的,当然可以折中,抽样,加一个概率判断是使用hard还是soft。

from daguan_2019_rank9.

heroazhe avatar heroazhe commented on May 24, 2024

from daguan_2019_rank9.

heroazhe avatar heroazhe commented on May 24, 2024

from daguan_2019_rank9.

lonePatient avatar lonePatient commented on May 24, 2024

@heroazhe 不会吧的啊 ,你看下bert的输出

from daguan_2019_rank9.

heroazhe avatar heroazhe commented on May 24, 2024

from daguan_2019_rank9.

lonePatient avatar lonePatient commented on May 24, 2024

@heroazhe 还是那个问题啊 ,训练的时候标签是可知的,可用可不用,这里需呀做实验才知道哪种好,我这里可能是应该是为了应对eval使用soft label,将hard label转化为one-hot形式,纬度保持一致,具体的需要你个人做实验蔡得知。

from daguan_2019_rank9.

Related Issues (7)

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.