GithubHelp home page GithubHelp logo

cail2019's People

Contributors

dsir123 avatar haoxizhong avatar hui001 avatar xcjthu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cail2019's Issues

要素识别线上提交错误汇总

结果为运行失败

1.文件读取、写入或者编码错误,典型错误:提交的zip包解压到当前文件夹后不能直接看到main.py;

2.待预测内容可能是字符串,也可能是数字等其他类型,所以操作之前可以先强制转换下,参见baseline中的第21行(fact = ' '.join(self.cut.cut(str(content))))

其他待补充……

结果为测试错误

1.预测生成的文件格式或者编码错误,预测文件的输出格式与待预测文件要求完全一致,内容上只有每个句子对应的labels字段从空列表改为选手模型预测的要素列表,且预测的要素必须在tags.txt中;

其他待补充……

要素识别的judger.py运行问题

给的tags.txt最后一行不是空行,
所以会导致

class Judger:
# Initialize Judger, with the path of tag list
def init(self, tag_path):
self.tag_dic = {}
f = open(tag_path, "r", encoding='utf-8')
self.task_cnt = 0
for line in f:
self.task_cnt += 1
self.tag_dic[line[:-1]] = self.task_cnt #这里实际上会出错

baseline-bert

请问基于bert的baseline在哪里呢?

感谢并期待你的回复!

Help with the dataset

Can you tell me how to prepare this dataset or how did the pipeline work? I want to implement this thing for our law systems.

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.