Code Monkey home page Code Monkey logo

Comments (3)

kosugi11037 avatar kosugi11037 commented on September 7, 2024

您好,感谢您对我们工作的关注!首先关于第一个问题,实体是有属性信息的,这种属性信息记录在属性三元组中,即结构为 (entity, attribute , value)的三元组,比如(Texas, area Total, 696241.0)就是属性三元组的一个实际例子。假设我们已知实体e1的相关属性三元组(e1, a1, v1), (e1, a2, v2), (e1, a3, v3),那么e1的属性信息,或者说它具有的attribute-value pairs就是集合{(a1, v1), (a2, v2), (a3, v3)};

关于第二个问题,每个value的embedding是将value输入到basic bert unit中得到的(也就是Basic bert unit的mlp输出的向量就是value对应的embedding),相似的,attribute的embedding是把属性名输入到basic bert unit中得到的

from bert-int.

showerage avatar showerage commented on September 7, 2024

大致明白了,感谢回答!这是很棒的工作!

from bert-int.

kosugi11037 avatar kosugi11037 commented on September 7, 2024

谢谢~ 如果有问题的话随时欢迎交流~

from bert-int.

Related Issues (17)

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.