Pinned Repositories
e2e_tod_toolkit
A codebase for e2e ToD toolkit.
multi3woz
The official repository for Multi3WOZ: A Multilingual, Multi-Domain, Multi-Parallel Dataset for Training and Evaluating Culturally Adapted Task-Oriented Dialog Systems (TACL 2023)
aoapc-bac2nd
Source codes for book <<<BeginningAlgorithmContests>> Second edition
ATIS_dataset
The ATIS (Airline Travel Information System) Dataset
Competitive-Programming
Training for programming contests
gelatod
A very small and LLM generated task oriented dialogue dataset for gelato 🍨
Simple_Front_End_Compiler
A C to three address code compiler.
songbohu
songbohu's Repositories
songbohu/Competitive-Programming
Training for programming contests
songbohu/Simple_Front_End_Compiler
A C to three address code compiler.
songbohu/aoapc-bac2nd
Source codes for book <<<BeginningAlgorithmContests>> Second edition
songbohu/ATIS_dataset
The ATIS (Airline Travel Information System) Dataset
songbohu/AVLoadingIndicatorView
DEPRECATED
songbohu/bootbot
Facebook Messenger Bot Framework for Node.js
songbohu/Bot-Framework-Tutorial
Microsoft Bot Framework Hands on Lab Tutorial
songbohu/BotBuilder
The Microsoft Bot Builder SDK is one of three main components of the Microsoft Bot Framework. The Microsoft Bot Framework provides just what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/SMS to Skype, Slack, Office 365 mail and other popular services.
songbohu/BotBuilder-Samples
Welcome to the BotBuilder samples repository. Here you will find task-focused samples in C# and Node.js to help you get started with the Bot Builder SDK!
songbohu/cbc
Cb (C flat) compiler. Cb is simplified C.
songbohu/chinese-poetry
最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
songbohu/CoinZ
CoinZ app for Informatics Large Practical.
songbohu/csi-corpus
annotated screenplays for 39 CSI:Crime Scene Investigation episodes for paper "Whodunnit? Crime Drama as a Case for Natural Language Understanding"
songbohu/dgk_lost_conv
dgk_lost_conv 中文对白语料 chinese conversation corpus
songbohu/Dialog_Corpus
用于训练中英文对话系统的语料库 Datasets for Training Chatbot System
songbohu/gcc
songbohu/geopar
A simple semantic parser for the GeoQuery domain, for teaching purposes
songbohu/HanLP
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 关键词提取 自动摘要 短语提取 拼音 简繁转换
songbohu/How-to-learn-node-correctly
[全文]如何正确的学习Node.js
songbohu/hred
Implements the paper " Building End-To-End Dialogue Systems Using Generative Hierarchical Neural Network Models" by Serban et al (currently on the MovieTriples dataset)
songbohu/Interactive-Colourful-Particles
A colourful particle system with an interactive control system based on OpenGL.
songbohu/jflex
The fast scanner generator for Java
songbohu/Mini-C-Language-to-MIPS-Assembly-Language
Java Program that translates C code to MIPS Assembly.
songbohu/negochat_corpus
Negochat Corpus - a dialogue corpus in the negotiation domain
songbohu/PortalAPI
Portal Tutorial
songbohu/seq2seq-summarizer
Pointer-generator reinforced seq2seq summarization in PyTorch
songbohu/SmallerC
Simple C compiler
songbohu/structured_imitation_demo
A demonstration of structured prediction algorithms using imitation learning for natural language processing
songbohu/uoe_programmingclub
University of Edinburgh Programming Club (Webpage coming soon!)
songbohu/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.