Code Monkey home page Code Monkey logo

360's Introduction

360机器写作与人类写作的巅峰对决

baseline队(3/589)  |  赛题链接

任务:

根据上下文语法语义的一致性与连续性,判断文章是否为人类写作。

数据:

阶段 训练集 测试集
初赛Part1 20w(12w+, 8w-) 15w
初赛Part2 30w(6w+, 24w-) 25w
复赛 60w(24w+, 36w-) 40w
模型分数
模型 类型 分数
CNN word 0.9014
CNN postag+char 0.8982
HAN word 0.9047
HCN word 0.9056

code

目录说明
  • data 原始数据目录
  • cache 缓存文件路径
  • feature 传统方法样本特征代码
  • libs 引用的开源组件
  • models 模型代码
  • train 模型训练脚本
  • utils 数据处理及其他脚本
运行说明
## 预训练词向量
python3 ./utils/w2v.py
## 构建线下训练验证集,生成序列文件
python3 ./utils/data_preprocess.py
## 后续即可运行train目录下脚本训练模型

360's People

Contributors

fuliucansheng 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

Watchers

 avatar  avatar  avatar  avatar

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.