Git Product home page Git Product logo

Comments (5)

lucasjinreal avatar lucasjinreal commented on August 11, 2024 1

WebQA released by Baidu which is in Chinese and contains quit amount of knowledge with accurate answer similar with SQuad.

I think the official download link is down. I can offer a backup link for you if you wanna play with it.

https://drive.google.com/open?id=1r5lNotgWvTw58Y9s3Xodisiw8TuKecRn

from bert-for-tf2.

kpe avatar kpe commented on August 11, 2024

I haven't look at the WebQA yet (do you have a download link for the dataset?), but I'm planning to commit a notebook on how to use bert-for-tf2 on SQuAD soon.

from bert-for-tf2.

lucasjinreal avatar lucasjinreal commented on August 11, 2024

I wanna saw kinda knowledge answer machine example which I believe it can be very fun such as:

Q: **的首都是哪里?
A: 北京

Q:**的首都是在哪个地方?
A: 北京

Q: **的首都是哪个城市?
A: 北京

from bert-for-tf2.

kpe avatar kpe commented on August 11, 2024

Thank you @jinfagang for the link!
I'll have to take a deeper look into it; currently I would say, it seems quite similar to SQuAD, i.e. given a question and a context (called evidence in the WebQA paper), predict a sequence tagging/labeling (i.e. where does the answer occur in the context sequence).
So if I understand correctly, in your example from above, you need to feed both a question and an evidence/context like (北京是**的首都) to predict the answer(北京).

from bert-for-tf2.

lucasjinreal avatar lucasjinreal commented on August 11, 2024

Yes for the conclusion but no, I think input can only be the question. Just using BERT pretrained model to make input sentence to a dense matrix then applying this as an input of a model (this model learns the knowledge from data). correct me if I am wrong.
the main insight is that using BERT to learn similar question station form which targets to a same answer.

However this maybe need another hard work on building such a model which learns on knowledge data.

I believe BERT able to do this quit well.

from bert-for-tf2.

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.