Giter Club home page Giter Club logo

neeq-annual-reports's Introduction

The NEEQ Annual Reports Data

Introduction

The data file company-profiles.txt contains 20040 records that are crawled and manually cleaned from the Chinese National Equities Exchange and Quotations (NEEQ) system: http://www.neeq.com.cn/. Each record has 4 columns: the annual report id, release time, company code, content. Data is collected from 2015-01-01 to 2018-01-01, covering three years (2014 to 2017).

Note that some companies release two copies of reports annually. And for new companies listed from, say 2015, the 2014 report will be missing.

Usage

Data can be parsed using the following snippet.

def parse_data(filename): 
	with open(filename, "r", encoding="utf-8") as f:
		split_lines = [line.strip().split("\t") for line in f]
	id2content = {sl[0]: sl[3] for sl in split_lines}
	id2company = {sl[0]: sl[2] for sl in split_lines}
	return id2content, id2company

Citation

The paper that introduces this dataset and where more details can be found is: https://aclweb.org/anthology/W19-5501

H. Bai, F. Z. Xing, E. Cambria, W. B. Huang. Business Taxonomy Construction Using Concept-Level Hierarchical Clustering. The First Workshop on Financial Technology and Natural Language Processing, FinNLP@IJCAI, 2019.

Please cite if you find this dataset useful in your research.

neeq-annual-reports's People

Contributors

fxing79 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.