ACL Accepted Papers
ACL Accepted Papers 2016-2018
@kaggle.takahirokubo0_acl_accepted_papers_20162018
ACL Accepted Papers 2016-2018
@kaggle.takahirokubo0_acl_accepted_papers_20162018
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!
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.
CREATE TABLE acl_papers (
"year" BIGINT,
"kind" VARCHAR,
"title" VARCHAR,
"authors" VARCHAR,
"summary" VARCHAR,
"url" VARCHAR
);Anyone who has the link will be able to view this.