HitAgain
I am now a researcher at Noah's Ark Lab, Huawei. Recently focus on LLM Alignment & LLM Enhanced Information Retrieval
Huawei Noah's Ark Lab中国深圳
HitAgain's Stars
CoIR-team/coir
A Comprehensive Benchmark for Code Information Retrieval.
ict-bigdatalab/awesome-pretrained-models-for-information-retrieval
A curated list of awesome papers related to pre-trained models for information retrieval (a.k.a., pretraining for IR).
RUCAIBox/DenseRetrieval
ymcui/Chinese-LLaMA-Alpaca
中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)
HitAgain/ContrastiveLearning-TF2
基于tensorflow2.3实现的对比学习在语义表示方面的实践
HitAgain/Graph4Sum
Multi Sentences Abstract Summarization
NTMC-Community/MatchZoo
Facilitating the design, comparison and sharing of deep text matching models.
alibaba/euler
A distributed graph deep learning framework.
HitAgain/Machine-Learning-practice
这是一份传统机器学习算法的实现清单 里面融合了很多自己的思考和理解都写在了代码的注释中和一些文档里面
HitAgain/Virtual-person-posture-rotation-representation-and-loss-calculation-tool
This is my internship project in NetEase game AI Lab: multi-modal virtual human interaction, through the text to predict the virtual human action and then generate animation through Unity rendering, enhance the interactive experience of virtual characters. This is the calculation tool I used to refer to the Python version written independently by the relevant C code, including quaternions, rotation vectors, Euler angles, and the loss function between the predicted rotation and the true rotation. This part I listed separately as a calculation tool for everyone to use in the game AI experiment development process. QuartClass is a class that integrates all functions. I have tested all the features and it is stable and feasible.