-
ACL2023 Hot Dialogue and Larget Language Models Papers List
rockingdingo 2023-08-31 #ACL2023 #nlp #dialogue #llmThis blog summarizes the latest research development of dialogue and large language models (LLM) papers published in ACL2023 conferences. This year there are total 79 papers related to dialogue in ACL2023. Most of the authors' affiliations are top research institutes (Google Research, DeepMind, Meta FAIR) and universities (Stanford, Berkeley, MIT, CMU and others).
READ MORE -
ACL2023 Hot Speech Papers Full List
rockingdingo 2023-08-31 #nlp #ACL2023 #speechThis blog summarizes the latest research development of speech papers published in ACL2023 conferences. This year there are total 54 papers related to speech in ACL2023. Most of the authors' affiliations are top research institutes (Google Research, DeepMind, Meta FAIR) and universities (Stanford, Berkeley, MIT, CMU and others).
READ MORE -
ACL2023 Hot Retrieval Papers Full List
rockingdingo 2023-08-31 #nlp #ACL2023 #retrievalThis blog summarizes the latest research development of retrieval papers published in ACL2023 conferences. This year there are total 76 papers related to retrieval in ACL2023. Most of the authors' affiliations are top research institutes (Google Research, DeepMind, Meta FAIR) and universities (Stanford, Berkeley, MIT, CMU and others).
READ MORE -
ACL2023 Hot Text Summarization Papers Full List
rockingdingo 2023-08-31 #nlp #ACL2023 #text summarizationThis blog summarize the latest research development of summarization papers published in ACL2023 conferences. This year there are total 49 papers related to summarization in ACL2023. Most of the authors' affiliations are top research institutes (Google Research, DeepMind, Meta FAIR) and universities (Stanford, Berkeley, MIT, CMU and others).
READ MORE -
DeepNLP Equation Workspace: Manage, Edit, Share and Display Your Equations.
rockingdingo 2022-12-05 #equation editor #share #edit #displayIn this blog, we will introduce the DeepNLP Equation workspace, which helps users better manage, edit, share and display their equations. In the platform, users can manage their equations and latex code in a personal workspace, which enables users to create new equations (with latex code, personal tags), edit and save equations. It also creates a URL of your equation, which can be shared to the collaborators. In the following sections, we will give you the step by step instructions on how to create, edit and share an equation. Once you finish add the equation, you can copy the latex code of your equation to clipboard and paste the code to your preferred latex file system, e.g. Overleaf, etc.
READ MORE -
Cheatsheet of Latex Code for Most Popular Natural Language Processing Equations
rockingdingo 2022-05-03 #nlp #latex #bertCheatsheet of Latex Code for Most Popular Natural Language Processing Equations
READ MORE -
Tensorflow C++ API调用预训练模型和生产环境编译
rockingdingo 2018-11-01 #tensorflow #cpp #c++ #build #nlp #deep learning研究如何打通tensorflow线下python脚本训练建模,线上生产环境用C++代码直接调用预先训练好的模型完成预测的工作,而不需要用自己写的Inference的函数。因为目前tensorflow提供的C++的API比较少,所以参考了几篇已有的日志,踩了不少坑一并记录下来。写了一个简单的ANN模型对Iris数据集分类的Demo。
READ MORE