• Stars
    star
    2
  • Language
    Python
  • Created about 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Using Word2vec's center vector and context vector to analysis the collocation relations between Chinese words, and greedily want to extract some dependency relations in sentence (but not so successful).

More Repositories

1

DoLa

Official implementation for the paper "DoLa: Decoding by Contrasting Layers Improves Factuality in Large Language Models"
Python
398
star
2

DiffCSE

Code for the NAACL 2022 long paper "DiffCSE: Difference-based Contrastive Learning for Sentence Embeddings"
Python
290
star
3

Lookback-Lens

Official implementation for the paper "Detecting and Mitigating Contextual Hallucinations in Large Language Models Using Only Attention Maps"
Python
93
star
4

pywordseg

Open Source State-of-the-art Chinese Word Segmentation System with BiLSTM and ELMo. https://arxiv.org/abs/1901.05816
Python
39
star
5

EAR

Code for the ACL 2023 long paper - Expand, Rerank, and Retrieve: Query Reranking for Open-Domain Question Answering
Python
34
star
6

Transformer_CycleGAN_Text_Style_Transfer-pytorch

Implementation of CycleGAN for Text style transfer with PyTorch.
Python
29
star
7

L2KD

Code for the EMNLP2020 long paper "Lifelong Language Knowledge Distillation" https://arxiv.org/abs/2010.02123
Python
12
star
8

ML2018SPRING

NTUEE 2018 spring course - Machine Learning (Pei-Yuan Wu, Hung-Yi Lee, Tsungnan Lin)
Python
11
star
9

NAR-ST

Code for the ACL-IJCNLP 2021 Findings paper "Investigating the Reordering Capability in CTC-based Non-Autoregressive End-to-End Speech Translation"
Python
10
star
10

BiLSTM_Collocation_Parser

BiLSTM+ELMo 搭建的中文 Collocation Parser
Python
9
star
11

Input_Method_auto-Modifier

Windows 自動切換輸入法程式 Chinese computer user always annoyed with modifying input types between Chinese and English every now and then. Sometimes you type in a lot of words but finally find it was under wrong input type. It is a kind of tolerant. So I write this tiny Python code to solve this problem. With this program, we almost no need to press "Shift" to change our input type. It will modify you input type automatically according to the words you type in.
AutoHotkey
6
star
12

MakeNTU2019_workshop

MakeNTU 2019 workshop tutorial for Face Lock with RPi, Azure, OpenCV.
Python
5
star
13

invrat_debias

Code for "Mitigating Biases in Toxic Language Detection through Invariant Rationalization"
Python
4
star
14

AWS_synthesis

Python
2
star
15

LiTy

LiTy: Listen & Type - Efficient Dictation Training Tool for English Learners.
Python
2
star
16

mfcc_extractor

Simple one-line scripts to extract reliable MFCC features with librosa and store in HDF5 format file.
Python
2
star
17

blockchain

A simple implementation of blockchain (UTXO)
Python
2
star
18

DSnP_fraig

Functionally Reduced And-Inverter Graph (FRAIG) - NTUEE Course DSnP Final Project
C++
1
star
19

coffee_beans_recognize

Python
1
star
20

Multiple_clipboard

A tiny tool that can keep each item you copy(up to 100 items). Select one of them to paste by taping "up" and "down" key just like you are keying in commands on the terminal.
Python
1
star