Baselight

ACL Accepted Papers

ACL Accepted Papers 2016-2018

@kaggle.takahirokubo0_acl_accepted_papers_20162018

Loading...
Loading...

About this Dataset

ACL Accepted Papers

Context

To analyze the trend of the research is an interesting and important task. But many conferences does not publish its accepted paper list by useful format.

For that reason, I share the recent ACL accepted papers dataset!

Content

This dataset includes ACL accepted papers (long & short) from 2016 to 2018.

And if arXiv version exists, its summary and URL are acquired.
The source code to get the dataset is shared on GitHub.

Tables

Acl Papers

@kaggle.takahirokubo0_acl_accepted_papers_20162018.acl_papers
  • 289.68 KB
  • 1011 rows
  • 6 columns
Loading...

CREATE TABLE acl_papers (
  "year" BIGINT,
  "kind" VARCHAR,
  "title" VARCHAR,
  "authors" VARCHAR,
  "summary" VARCHAR,
  "url" VARCHAR
);

Share link

Anyone who has the link will be able to view this.