Giter Site home page Giter Site logo

相似度的一些问题 about docee HOT 8 CLOSED

WindSearcher avatar WindSearcher commented on July 29, 2024
相似度的一些问题

from docee.

Comments (8)

Spico197 avatar Spico197 commented on July 29, 2024

嗨您好,感谢对本项目和PTPCG的关注~

  • 我还尝试过:余弦相似度、拼接后分类、biaffine attention的方法,没有什么明显差距,dot方法略好
  • 关于对比学习:我觉得值得尝试。目前的模型在边关系的预测上表现并不好,如果能找到一种方法提高实体间连接关系的准确率的话应该会很棒。不过这里对实体的标签进行对比学习可能不太好,似乎应该是对边的关系和实体的标签进行对比学习?

from docee.

WindSearcher avatar WindSearcher commented on July 29, 2024
  • 实体

不是对实体的标签,而是对事件类型的标签。因为同一事件下的论元我们希望它可以两两相连,也就是同一事件下论元的语义相似。

from docee.

WindSearcher avatar WindSearcher commented on July 29, 2024

嗨您好,感谢对本项目和PTPCG的关注~

  • 我还尝试过:余弦相似度、拼接后分类、biaffine attention的方法,没有什么明显差距,dot方法略好
  • 关于对比学习:我觉得值得尝试。目前的模型在边关系的预测上表现并不好,如果能找到一种方法提高实体间连接关系的准确率的话应该会很棒。不过这里对实体的标签进行对比学习可能不太好,似乎应该是对边的关系和实体的标签进行对比学习?

这样通过对比学习的方式让同一事件下的论元更相似,不同事件下的论元相离。

from docee.

Spico197 avatar Spico197 commented on July 29, 2024

嗷嗷,明白了。您说的是intra-connection,我刚刚说的是inter-connection。

PTPCG的原始假设是,“同一事件(实例)”下,论元的语义更相似。而您提到的“同一事件类型”下,论元的语义相似,可能会弱化单事件多实例的事件区分能力。

from docee.

WindSearcher avatar WindSearcher commented on July 29, 2024

嗷嗷,明白了。您说的是intra-connection,我刚刚说的是inter-connection。

PTPCG的原始假设是,“同一事件(实例)”下,论元的语义更相似。而您提到的“同一事件类型”下,论元的语义相似,可能会弱化单事件多实例的事件区分能力。

emm,这个确实是。看来您提到的边关系对比学习更优。之前看到一篇基于关系建模的文章,对于事件里面的论元建立一种关系,用这个来提升事件抽取的性能。感觉可以用来做边关系建模。
我还尝试了词汇信息的嵌入,让句子融合更多特征,不过作用不是很明显。
不知道您有尝试过大模型嘛

from docee.

Spico197 avatar Spico197 commented on July 29, 2024

PTPCG单事件的性能还不错,只是在单事件多实例的时候不太行,所以我觉得inter-connection的区分和建模会更重要一些。

打比赛(DuEE-fin数据集)的时候有加过RoBERTa-large,效果会好很多。encoder-based模型还可以加更大的版本,不过因为当时的baseline都没用BERT,所以就没做实验了。生成式模型方面,后来还试过T5-small/base,效果不如抽取式。因为资源比较紧张就没再做更大模型的测试了。ChatGPT出来之后,发现ACE05的效果不太行,就没有在ChFinAnn上测试过。

from docee.

WindSearcher avatar WindSearcher commented on July 29, 2024

抽取

嗷嗷,感谢您的解答,祝大佬万事顺心。

from docee.

Spico197 avatar Spico197 commented on July 29, 2024

加油,祝一切顺利

from docee.

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.