Papers with MIPS
Learning Cross-Architecture Instruction Embeddings for Binary Code Analysis in Low-Resource Architectures (2024.findings-naacl)
Copied to clipboard
| Challenge: | Applying deep learning to binary code analysis has drawn great attention because of its notable performance. |
| Approach: | They propose to learn cross-architecture instruction embeddings where semantically-similar instructions have close embeddements in a shared space. |
| Outcome: | The proposed approach generates high-quality CAIE with good transferability on four ISAs. |
Transductive Learning for Unsupervised Text Style Transfer (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for style transfer are based on an inductive learning approach, which represents the style as embeddings, decoder parameters, or discriminator parameters and directly applies these general rules to the test cases. |
| Approach: | They propose a retrieval-based context-aware style representation that involves top-K relevant sentences in the target style in the transfer process. |
| Outcome: | The proposed method outperforms several strong baselines and is general and effective to the task of unsupervised style transfer. |
Progressively Pretrained Dense Corpus Index for Open-Domain Question Answering (2021.eacl-main)
Copied to clipboard
| Challenge: | Existing open-domain question answering systems are insufficient to capture deep semantic matching that goes beyond lexical overlaps. |
| Approach: | They propose a sample-efficient method to pretrain the paragraph encoder using an existing pretraining model instead of heuristically created pseudo question-paragraph pairs. |
| Outcome: | The proposed method outperforms a strong dense retrieval baseline that uses 6 times more computation for training. |
On Efficient Retrieval of Top Similarity Vectors (D19-1)
Copied to clipboard
| Challenge: | Existing representation learning methods such as Word2vec represent word embeddings in the semantic space. |
| Approach: | They propose an efficient method for searching vectors via a non-metric matching function: inner product. |
| Outcome: | Experiments on data representations learned for different machine learning tasks show the proposed method outperforms existing methods. |