Giter Club home page Giter Club logo

ashishsalunkhe / aspect-based-financial-sentiment-analysis Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 3.0 116 KB

Aspect based sentiment analysis aims to detect an aspect (i.e. features) in a given text and then perform sentiment analysis of the text with respect to that aspect. This project aims to give a solution for the FiQA 2018 challenge subtask 1.

Jupyter Notebook 100.00%
aspect-based-sentiment-analysis deep-learning machine-learning sentiment-analysis

aspect-based-financial-sentiment-analysis's Introduction

Ashish Vishvasrao Salunkhe

Hi there! ๐Ÿ‘‹

I'm Ashish Vishvasrao Salunkhe, a data science aficionado with a keen eye for building impactful data products using cutting-edge tools.

About Me

I'm currently pursuing a Master of Information Management at the University of Maryland, College Park, while gaining practical experience in various roles. My academic journey equips me with a strong foundation in statistics, user research, big data infrastructure, and machine learning.

I'm actively seeking opportunities to contribute to open-source projects and collaborate on data-driven solutions that make a real difference.

My Skills

  • Data Enthusiast: I'm passionate about exploring the potential of data science across various domains.
  • Software Engineer: With a computer engineering background, I enjoy building robust and maintainable software solutions.
  • Data Engineer: I'm proficient in designing and building scalable data pipelines and data architectures.
  • Product Management: I've defined product vision, conducting market research, prioritizing features based on data and user needs.
  • User Experience: User research, wireframing, prototyping, design thinking, implemented a user-centric approach to product development.
  • Agile Project Management: Worked effectively in cross-functional teams, prioritizing tasks, and managing development lifecycles.

Get in Touch

Feel free to reach out to me via Email or connect with me on LinkedIn. Let's chat about data science, software engineering, or any tech-related challenge!

GitHub Stats



aspect-based-financial-sentiment-analysis's People

Contributors

ashishsalunkhe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

aspect-based-financial-sentiment-analysis's Issues

How to process data when a sentence has multiple targets

Hi! Because there are only json files in the repository, there is no csv file in the code. How to process data when a sentence has multiple targets? Can you provide the preprocess code?

For example
"1443": {
"sentence": "Saudi Aramco, Shell plan to break up Motiva, divide up assets",
"info": [
{
"snippets": "['Shell plan to break up Motiva, divide up assets']",
"target": "Saudi Aramco",
"sentiment_score": "-0.142",
"aspects": "['Corporate/Strategy/Reorganization']"
},
{
"snippets": "['plan to break up Motiva, divide up assets']",
"target": "Shell",
"sentiment_score": "-0.102",
"aspects": "['Corporate/Strategy/Reorganization']"
}
]
},

Where do I find the checkpoint/config?

How do I get these files

##use downloaded model, change path accordingly
BERT_VOCAB= '/home/ashish/FiQA/uncased_L-12_H-768_A-12/vocab.txt'
BERT_INIT_CHKPNT = '/home/ashish/FiQA/uncased_L-12_H-768_A-12/bert_model.ckpt'
BERT_CONFIG = '/home/ashish/FiQA/uncased_L-12_H-768_A-12/bert_config.json'

Are you able to share the complete codes?

Hi, Ashish Salunkhe
I am a student who is interested in NLP and currently I am studying Aspect based sentiment analysis myself.
I have read your paper "Aspect Based Sentiment Analysis on Financial Data using Transferred Learning Approach using Pre-Trained BERT and Regressor Model", and think it is really applicable and great job, especially in financial domain..
I tried to replicate your work but face some problems, so could you share the codes for this project if possible?
I would be really grateful. Thank you.

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.