**AMiner平台**由清华大学计算机系研发,拥有我国完全自主知识产权。平台包含了超过2.3亿学术论文/专利和1.36亿学者的科技图谱,提供学者评价、专家发现、智能指派、学术地图等科技情报专业化服务。系统2006年上线,吸引了全球220个国家/地区1000多万独立IP访问,数据下载量230万次,年度访问量超过1100万,成为学术搜索和社会网络挖掘研究的重要数据和实验平台。

AMiner平台:https://www.aminer.cn

导语:自然语言推理(Natural Language Inference,NLI)也被称为文本蕴含识别,是自然语言处理中最重要的问题之一,它需要推断两个给定句子之间的逻辑关系。该任务给出了两个句子,分别称为前提和假设,目标是确定它们之间的逻辑关系是必要的、中立的或矛盾的。目前,基于深度学习的文本匹配、预训练的语言模型等多种自然语言处理的方法,都在该领域中大放异彩。

根据AMiner-EMNLP2020词云图和论文可以看出,Natural Language Inference相关工作在本次会议中也有许多不凡的工作,下面我们一起看看Natural Language Inference主题的相关论文。

1.论文名称:Discriminative Nearest Neighbor Few-Shot Intent Detection by Transferring Natural Language Inference.

论文链接:https://www.aminer.cn/pub/5f7fe6d80205f07f689731b7?conf=emnlp2020

作者:Jianguo Zhang, Kazuma Hashimoto, Wenhao Liu, Chien-Sheng Wu, Yao Wan, Philip Yu, Richard Socher, Caiming Xiong

简介:

  • Intent detection is one of the core components when building
    goal-oriented dialog systems.

  • The authors have presented a simple yet efficient nearest-neighbor
    classification model to detect user intents and OOS intents.

  • It includes paired encoding and discriminative training to model
    relations between the input and example utterances.

  • Experimental results show superior performance of the method on a
    large-scale multi-domain intent detection dataset with OOS.

2.论文名称:Discriminatively-Tuned Generative Classifiers for Robust Natural Language Inference.

论文链接:https://www.aminer.cn/pub/5f7fe6d80205f07f689731b8?conf=emnlp2020

作者:Xiaoan Ding, Tianyu Liu, Baobao Chang, Zhifang Sui, Kevin Gimpel

简介:

  • Natural language inference (NLI) is the task of identifying the relationship between two fragments of text, called the premise and the hypothesis.

  • The authors proposed GenNLI, a discriminatively-finetuned generative classifier for NLI tasks, and empirically characterized its performance by comparing it to discriminative models and pretrained models.

  • The authors conducted extensive experiments with GenNLI, showing its robustness across challenging empirical conditions.

  • The authors showed its ability to generate hypotheses given premises and particular labels.

3.论文名称:Unsupervised Natural Language Inference via Decoupled Multimodal Contrastive Learning.

论文链接:https://www.aminer.cn/pub/5f7fe6d80205f07f68973341?conf=emnlp2020

作者:Wanyun Cui, Guangyu Zheng, Wei Wang

简介:

  • The major flaw of previous multimodal SSL methods is that they use a joint encoder for representing the cross-modal correlations.

  • This prevents them from integrating visual knowledge into the text encoder.

  • The authors propose the multimodal aligned contrastive decoupled learning (MACD), which learns to represent visual knowledge while using only texts as inputs.

  • In addition to the decoupled contrastive learning model, the authors propose two optimizations by adding the local structures into account, and by regularizing

4.论文名称:What Can We Learn from Collective Human Opinions on Natural Language Inference Data?

论文链接:https://www.aminer.cn/pub/5f7eef0891e011a5faf10028?conf=emnlp2020

作者:Yixin Nie, Xiang Zhou, Mohit Bansal

简介:

  • Natural Language Understanding (NLU) evaluation plays a key role in benchmarking progress in natural language processing (NLP) research.

  • While common practice in natural language evaluation compares the model prediction to the majority label, Section 5.4 questions the value of continuing such evaluation on current benchmarks as most of the unsolved examples are of low human agreement

  • To address this concern, the authors suggest NLP models be evaluated against the collective human opinion distribution rather than one opinion aggregated from a set of opinions, especially on tasks which take a descriptivist approach10 to language and meaning, including NLI and common sense reasoning.

  • This hints at the connections between human agreements and uncertainty estimation or calibration where machine learning models are required to produce the confidence value of their predictions, leading to important benefits in real-world applications

5.论文名称:ConjNLI: Natural Language Inference Over Conjunctive Sentences.

论文链接:https://www.aminer.cn/pub/5f7fe6d80205f07f6897318b?conf=emnlp2020

作者:Swarnadeep Saha, Yixin Nie, Mohit Bansal

简介:

  • Recent years have seen significant progress in the task of Natural Language Inference (NLI) through the development of large-scale datasets like SNLI and MNLI.

  • The authors presented CONJNLI, a new stress-test dataset for NLI in conjunctive sentences in the presence of negations and quantifiers and requiring diverse “boolean” and “nonboolean” inferences over conjuncts.

  • The authors presented some initial solutions via adversarial training and a predicate-aware RoBERTa model, and achieved some reasonable performance gains on CONJNLI.

  • The authors show limitations of the proposed methods, thereby encouraging future work on CONJNLI for better understanding of conjunctive semantics


更多EMNLP2020论文,可以关注公众号或者链接直达EMNLP2020专题,最前沿的研究方向和最全面的论文数据等你来~
EMNLP2020:https://www.aminer.cn/conf/emnlp2020

EMNLP2020 | 近期必读Natural Language Inference精选论文相关推荐

  1. IJCAI 2020 | 近期必读的卷积神经网络精选论文

    AMiner平台由清华大学计算机系研发,拥有我国完全自主知识产权.平台包含了超过2.3亿学术论文/专利和1.36亿学者的科技图谱,提供学者评价.专家发现.智能指派.学术地图等科技情报专业化服务.系统2 ...

  2. EMNLP2020 | 近期必读Transformer精选论文

    AMiner平台由清华大学计算机系研发,拥有我国完全自主知识产权.平台包含了超过2.3亿学术论文/专利和1.36亿学者的科技图谱,提供学者评价.专家发现.智能指派.学术地图等科技情报专业化服务.系统2 ...

  3. 论文解读: Exploiting Cloze Questions for Few Shot Text Classification and Natural Language Inference

    前言:在自然语言研究领域,某些自然语言处理任务可以利用"预训练模型+任务描述"方式的无监督学习来解决.然而,已有的"预训练模型+任务描述"的无监督学习方法不如有 ...

  4. 论文解读:Exploiting Cloze Questions for Few Shot Text Classification and Natural Language Inference

    论文解读:Exploiting Cloze Questions for Few Shot Text Classification and Natural Language Inference   随着 ...

  5. 论文笔记翻译——Enhanced LSTM for Natural Language Inference(ESIM)

    文章目录 0.前言 1. 模型结构 1.1 input encoding 1.2 local inference modeling 1.3 inference composition 2. 模型实现 ...

  6. 【提示学习】Exploiting Cloze Questions for Few Shot Text Classification and Natural Language Inference

    论文信息 名称 内容 论文标题 Exploiting Cloze Questions for Few Shot Text Classification and Natural Language Inf ...

  7. ESIM:Enhanced LSTM for Natural Language Inference

    原文链接:https://aclanthology.org/P17-1152.pdf ACL 2017 概述 对于自然语言推理任务,Bowman等人在2015年提出了一个大数据集,大多数工作就开始使用 ...

  8. 近期AI领域8篇精选论文(附论文、代码)

    来源:PaperWeekly 本文共3050字,建议阅读7分钟. 本文带你发掘近期8篇AI领域精选论文的亮点和痛点,时刻紧跟 AI 前沿成果. 01 Fast and Accurate Reading ...

  9. Natural Language Inference Over Interaction Space(DIIN)阅读笔记

    文章目录 Introduction Model Interactive Inference Network(IIN) Densely Interactive Inference Network(DII ...

最新文章

  1. java线程间通信管道_通过管道进行线程间通信
  2. Linux_基础指令
  3. android自定义progressbar样式,Android开发中如何实现自定义ProgressBar的样式
  4. 从GitHub中整理出来的15个最受欢迎的Python开源框架,你喜欢哪个
  5. JavaScript--数据结构与算法之二叉树
  6. php 测试控制器,php – 控制器的Laravel单元测试
  7. 数据处理能力相差 2.4 倍?Flink 使用 RocksDB 和 Gemini 的性能对比实验
  8. 大学生计算机基础清考试卷,天大《计算机网络基础》4月毕业清考作业考核试题模板.doc...
  9. 哪里有高中教师教学计算机能力培训,04060406_王世红_高中教师信息技术能力的培训.doc...
  10. 【汇编优化】之linux下如何利用gdb调试汇编代码
  11. 5.Shell 编程从入门到精通 --- 基本文本处理
  12. 科学计算机病毒代码大全,计算机病毒代码有哪些
  13. 《深入理解Windows操作系统》笔记5
  14. JAVA 图片格式转换 jpg、jpeg、png格式互转
  15. MPB:南京​湖泊所王建军组-​湖泊沉积物的野外采集方法
  16. 【SDOI2010】【BZOJ1924】所驼门王的宝藏
  17. java 导出word 含表格_poi 导出word,导出表格(复杂表格合并行列)解决方法
  18. pythonocc 扩展数据_样条在pythonOCC
  19. fmri学习笔记|SPM 代码 循环
  20. 计算Dataframe指定位置上的分位数:df.quantile()

热门文章

  1. oracle竖线分隔符文件导入6,如何在sqlldr中倒入多字符分隔符文件
  2. 专访纪鹏程:为什么说易点租是互联网金融公司
  3. 实时频谱-4.1实时频谱分析仪的应用
  4. SpringSecurity(二十)---OAuth2:实现资源服务器(上)资源服务器搭建以及直接调用授权服务器模式
  5. [转载]中国文明网:拒绝语言暴力不做孩子的差评师
  6. 酒店预订小程序开发的特色优势
  7. 关于keil 官网下载芯片包速度太慢的问题
  8. 初识Flutter之搞定布局约束
  9. 欧拉梯形格式C语言,常微分方程数值解法 欧拉格式和梯形格式比较.doc
  10. 计算机网络中IP地址的配置方法,网络ip地址设置多少_电脑ip地址一般设置多少-win7之家...