Coder Social home page Coder Social logo

Comments (2)

thinksoso avatar thinksoso commented on July 19, 2024

你的见解是合理的,手动构建模板无法保证指令多样性,我们通过self-struct的方法构建指令数据集,由于gpt3.5功能比gpt3更强大,所以我们使用gpt3.5一次性生成多个提问和回答。保证了多样性之后,我们对一些重要的疾病手动设计了生成模板进行增强生成,并吸收了现有的问答数据。具体的知识库和生成代码还在整理中,感谢关注!

from med-chatglm.

RealDuxy avatar RealDuxy commented on July 19, 2024

感谢回复。所以我总结一下,你们的做法是
方法1. 利用gpt3.5阅读某条疾病医疗知识,然后针对这一条疾病医疗知识生成多个提问和回答。
方法2. 部分重要疾病则是利用方法1 + 手动设计模版

最后的数据集合是方法1+方法2+现有的问答数据。

关于方法1,我自己通过修改belle项目中的prompt,尝试过让chatgpt(gpt3.5-turbo)先阅读材料,然后针对该材料提问和回答,发现效果并不理想(格式和内容质量都很不稳定)。对于医疗问答任务来说对事实性要求相对来说会更高(所以希望他根据给定医疗知识文本提问和回答而不是凭空生成),像请问你们是如何处理这样的问题呢?单纯的调整prompt似乎并不能满足对于指令数据质量的要求

from med-chatglm.

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.