An open API service indexing awesome lists of open source software.

https://github.com/habedi/gnnforunresolvedquestions

The repository hosts the code, data, and other artefacts for the paper "A deep learning-based approach for identifying unresolved questions on Stack Exchange Q&A communities through graph-based communication modelling", available here: https://link.springer.com/article/10.1007/s41060-023-00454-0
https://github.com/habedi/gnnforunresolvedquestions

deep-learning fewshot-learning graph-neural-networks question-answering research-paper stack-exchange text-classification text-mining

Last synced: 4 months ago
JSON representation

The repository hosts the code, data, and other artefacts for the paper "A deep learning-based approach for identifying unresolved questions on Stack Exchange Q&A communities through graph-based communication modelling", available here: https://link.springer.com/article/10.1007/s41060-023-00454-0

Awesome Lists containing this project

README

        

# GNNforUnresolvedQuestions

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=plastic)](https://raw.githubusercontent.com/habedi/GNNforUnresolvedQuestions/master/LICENSE)

The repository contains the code, data, and other artefacts for the paper [A deep learning-based approach for identifying unresolved questions on Stack Exchange Q &A communities through graph-based communication modelling](https://link.springer.com/article/10.1007/s41060-023-00454-0).

### Downloding the data

You can download the data from Hugging Face using the following command:

```Bash
git submodule update --init --recursive
```

### Citation

If you use the material in this repository in your research, please use the information below to cite the paper:

```
@Article{AbediFirouzjaei2023,
author = {Hassan Abedi Firouzjaei},
title = {{A deep learning-based approach for identifying unresolved questions on Stack Exchange Q{\&}A communities through graph-based communication modelling}},
journal = {International Journal of Data Science and Analytics},
year = {2023},
doi = {10.1007/s41060-023-00454-0},
}
```

### License for the data

The data stored here, mainly the processed CSV files, are licensed
under [Creative Commons license](http://creativecommons.org/licenses/by/4.0/).
Please see https://stackoverflow.com/help/licensing for more information about licenses that apply to the data
originating from the Stack Exchange platform.

### License for the code

The code in this repository is available under [MIT License](LICENSE).