当前位置:网站首页>SereTOD2022 Track2 Code Analysis - Task-based Dialogue Systems Challenge for Semi-Supervised and Reinforcement Learning
SereTOD2022 Track2 Code Analysis - Task-based Dialogue Systems Challenge for Semi-Supervised and Reinforcement Learning
2022-07-31 00:23:00 【AIMasterStar】
SereTOD2022 Challenge is jointly organized by the team of Mr. Ou Zhijian from Tsinghua University and Mr. Feng Junlan from China Mobile.Workshop on Dialogue Systems">EMNLP2022 Workshop on Task-Based Dialogue Systems for Semi-Supervised and Reinforcement Learning.The data set is oriented to real business scenarios, the oral dialogue is transcribed, and the complexity is extremely high. The data disclosed in the challenge is of great significance. The NLU of the benchmark code is implemented based on BERT, and the NLG is implemented based on GPT2, which has good learning value.Therefore, we analyze the benchmark method and implementation code of Track2 in this challenge in detail.About task settings and data labeling rules See another blog post.
GITHUB Code Base: https://github.com/SereTOD/SereTOD2022
Table of Contents
边栏推荐
- A Brief Talk About MPI
- xss靶机训练【实现弹窗即成功】
- The difference between substring and substr in MySQL
- After writing business code for many years, I found these 11 doorways, which only experts know
- DNS解析过程【访问网站】
- How to open the payment channel interface?
- WMware Tools安装失败segmentation fault解决方法
- Linux 部署mysql 5.7全程跟踪 完整步骤 django部署
- MySQL数据库进阶篇
- ELK部署脚本---亲测可用
猜你喜欢
随机推荐
ES 中时间日期类型 “yyyy-MM-dd HHmmss” 的完全避坑指南
The first level must project independently
joiplay模拟器rtp如何安装
消息队列存储消息数据的MySQL表设计
Axure轮播图
[Meng Xin problem solving] Delete the Nth node from the bottom of the linked list
XSS相关知识
【深入浅出玩转FPGA学习14----------测试用例设计2】
加密传输过程
网络常用的状态码
WMware Tools安装失败segmentation fault解决方法
software development design process
DNS解析过程【访问网站】
Regular expression password policy and regular backtracking mechanism bypass
h264和h265解码上的区别
DATA AI Summit 2022提及到的对 aggregate 的优化
Homework: iptables prevent nmap scan and binlog
GO GOPROXY代理设置
Shell programming conditional statement test command Integer value, string comparison Logical test File test
SereTOD2022 Track2代码剖析-面向半监督和强化学习的任务型对话系统挑战赛









