EMNLP2020录取率出炉,main conference+Findings共37.9%

其中主会22.4%,Findings15.5%,总体录取率为37.9%。

其中对于今年的新事物Findings,从官网描述来看,总体还是评价比较高的,甚至拿出了往年的相关顶会录取率(30-40%),也引用了Noah Smith的话:

" I'm optimistic about "Findings of EMNLP" and other similar plans to add publication capacity to NLP conferences. Reputation and prestige are social constructs. In NLP, we are constructing them. What it "means" to have a paper published in EMNLP vs. Findings is something we get to decide. Findings will be a respected venue if strong, citation-worthy work is published there. Good, useful, informative work has been getting rejected under the old model, and that slows everyone down (authors who must decide to work on the paper for another round, its future reviewers, and all of us who don't get to see the work for another cycle). For papers of mine that got into "Findings," I'm advocating to my coauthors accept that outcome and hope others will too. The main down-side is that you won't get a conference talk or poster, but surely with modern indexing tools and "democratized" platforms for sharing content, I'm pretty sure we can find our way through this."

https://2020.emnlp.org/blog/2020-09-18-decisions​ 2020.emnlp.org

点赞
收藏

评论区

加载中...

相关推荐

MySQL:[Err] 1292 - Incorrect datetime value: ‘0000-00-00 00:00:00‘ for column ‘CREATE_TIME‘ at row 1

文章目录问题用navicat导入数据时,报错:原因这是因为当前的MySQL不支持datetime为0的情况。解决修改sql\mode:sql\mode:SQLMode定义了MySQL应支持的SQL语法、数据校验等,这样可以更容易地在不同的环境中使用MySQL。全局s

Oracle 分组与拼接字符串同时使用

SELECTT.,ROWNUMIDFROM(SELECTT.EMPLID,T.NAME,T.BU,T.REALDEPART,T.FORMATDATE,SUM(T.S0)S0,MAX(UPDATETIME)CREATETIME,LISTAGG(TOCHAR(

手写Java HashMap源码

HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程22

最新2021年Java大厂面试经验,赶紧学起来

内容简介:本书一共15章,核心内容为SpringBoot、SpringCloud、Docker、RabbitMQ消息组件。其中,SpringBoot是SpringMVC技术的延伸,使用它进行程序开发会更简单,服务整合也会更容易。SpringCloud是当前微架构的核心技术方案,属于SpringBoot的技术延伸,它可以整合云服务,基于RabbitMQ和G

前端性能优化 - 雅虎军规

无论是在工作中,还是在面试中,web前端性能的优化都是很重要的,那么我们进行优化需要从哪些方面入手呢?可以遵循雅虎的前端优化35条军规,这样对于优化有一个比较清晰的方向.35条军规1.尽量减少HTTP请求个数——须权衡2.使用CDN(内容分发网络)3.为文件头指定Expires或CacheControl,使内容具有缓存性。4.避免空的

​一篇文章总结一下Python库中关于时间的常见操作

前言本次来总结一下关于Python时间的相关操作,有一个有趣的问题。如果你的业务用不到时间相关的操作,你的业务基本上会一直用不到。但是如果你的业务一旦用到了时间操作,你就会发现,淦,到处都是时间操作。。。所以思来想去,还是总结一下吧,本次会采用类型注解方式。time包importtime时间戳从1970年1月1日00:00:00标准时区诞生到现在