BattRAE
Code for "BattRAE: Bidimensional Attention-Based Recursive Autoencoders for Learning Bilingual Phrase Embeddings" (AAAI 2017)
Install / Use
/learn @XMUDeepLIT/BattRAEREADME
BattRAE
source code for "BattRAE: Bidimensional Attention-Based Recursive Autoencoders for Learning Bilingual Phrase Embeddings"
If you use this code, please cite <a href="https://arxiv.org/abs/1605.07874">our paper</a>:
@InProceedings{Zhang:AAAI:2017:BattRAE,
author = {Zhang, Biao and Xiong, Deyi and Su, Jinsong},
title = {BattRAE: Bidimensional Attention-Based Recursive Autoencoders for Learning Bilingual Phrase Embeddings},
booktitle = {Proc. of AAAI},
year = {2017},
}
Basic Requirement
- Eigen, http://eigen.tuxfamily.org/index.php
- lbfgs, http://www.chokkan.org/software/liblbfgs/
- g++
- Linux x86_64
How to Run?
To compile the program, use the command
make
To run the program, use the command
- training
./battrae-model Config.ini -train
- testing
./battrae-model Config.ini -test
A demo example is given in directory: demo/, there are one subdirectory:
data/ the training data, test data and dev corpus, with pretrained worde embeddings
The format of training/dev data:
correct source phrase ||| correct target phrase ||| negative source phrase ||| negative target phrase
See detail in the demo example.
Example outputs are given in the demo, and see the "Config.ini" for more detailed training and test settings.
For any comments or questions, please email <a href="mailto:zb@stu.xmu.edu.cn">Biao Zhang</a>.
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
400Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
