Giter Site home page Giter Site logo

das-boot / scite Goto Github PK

View Code? Open in Web Editor NEW
60.0 10.0 15.0 1.09 MB

Code and data for paper 'Causality extraction based on self-attentive BiLSTM-CRF with transferred embeddings'

Home Page: https://github.com/Das-Boot/scite

License: Apache License 2.0

Jupyter Notebook 82.73% Python 17.27%
causality-extraction sequence-labeling bilstm-crf flair-embeddings self-attention

scite's Introduction

Hi there 👋

GitHub Badge CV Badge Website Badge Email Bage Scholar Bage ORCID Bage


I'm Zhaoning!

  • 👣 I am a second-year PhD student working with Prof. Haiyan Wu in Affective, Neuroscience and Decision-making Laboratory (A. N. D Lab) in the psychology program at the University of Macau (Macao, China).

    Before that, I was a research assistant supervised by Prof. Yixuan Ku in Memory and Emotion Laboratory (MELab) at the Department of Psychology, Sun Yat-Sen University (SYSU, Guangzhou, China). Before joining this lab, I worked as an NLP engineer in the Department of Big Data and Artificial Intelligence at Tianpeng Technology Co., Ltd (Guangzhou, China).

    I received a B.E. degree in Information Security in 2016 and an M.E. degree in Software Engineering in 2018, both from SYSU.

  • 💡 Enlightened by Heinrich Heine's famous quote, 'Thought precedes action, as lighting does thunder', I devoted myself to theoretical research after familiarising myself with empirical research and application. Specifically, I aspire to make contributions to a 'virtuous circle' in which shared insights into artificial intelligence and social psychology will advance the development of both fields.

  • 🌊 Research interests: Social cognition, social neuroscience, mentalising, artificial social intelligence, natural language processing

Academia Bage Bluesky Bage Linkedin Bage Mastodon Bage RG Bage X Bage


Recent Research Articles


scite's People

Contributors

das-boot avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

scite's Issues

缺少news-backward-0.4.1.pt

你好,在Create Contextual String Embeddings with Flair的步骤中,如下代码
charlm_embedding_backward = FlairEmbeddings('your path to /news-backward-0.4.1.pt')
在我的本地路径中是一个空文件,请问还有哪里可以下载到这个文件呢

About data_prep.ipynb

Hi, i;m tring to use data_prep.ipynb to generate the trainning data,but stuck in this cell:Create Word Embeddings with Wiki-Extvec
when i try to do "Copy from extvec weights of words that appear in index2word",following error comes out:
`---------------------------------------------------------------------------
ConnectionRefusedError Traceback (most recent call last)
d:\apps\anaconda\envs\py36\lib\site-packages\urllib3\connection.py in _new_conn(self)
169 conn = connection.create_connection(
--> 170 (self._dns_host, self.port), self.timeout, **extra_kw
171 )

d:\apps\anaconda\envs\py36\lib\site-packages\urllib3\util\connection.py in create_connection(address, timeout, source_address, socket_options)
95 if err is not None:
---> 96 raise err
97

d:\apps\anaconda\envs\py36\lib\site-packages\urllib3\util\connection.py in create_connection(address, timeout, source_address, socket_options)
85 sock.bind(source_address)
---> 86 sock.connect(sa)
87 return sock
`
Did you have meet the same problem?And would you mind tell your requirments for this work?
I download the wiki_extvec from https://public.ukp.informatik.tu-darmstadt.de/reimers/2017_english_embeddings/wiki_extvec.gz;
is this right?

It's my fault,I didn't download corenlp..

some Problem in Chain CRF.py

def _fetch_mask(self):
mask = None

    if self._inbound_nodes:
        mask = self._inbound_nodes[0].input_masks[0]

    return mask

I haven't found the corresponding function for the input_masks here. Is there anything that can be replaced?

add_weight in CRF has issues with multiple names

Running the code "as-is" I see

/content/ChainCRF.py in build(self, input_shape)
302 name='U',
303 regularizer=self.U_regularizer,
--> 304 constraint=self.U_constraint)
305
306 self.b_start = self.add_weight((n_classes, ),

TypeError: add_weight() got multiple values for argument 'name'

Is the code maintained?

missing documents

“w_filePath = 'data/index/index_w.pkl'"
Excuse me, How can I get the missing documents?

Model Log links

The README.md lists two links for the model logs, a google drive link and a Baidu Netlink. Do they point to the same model log; if I download the mode log from the google drive link do I still need to download the model log from the Baidu link?

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.