{"id":23237359,"url":"https://github.com/nicolay-r/attitude-extraction-with-frames","last_synced_at":"2025-10-10T18:19:00.081Z","repository":{"id":109047737,"uuid":"225470579","full_name":"nicolay-r/attitude-extraction-with-frames","owner":"nicolay-r","description":"Source code for LREC'2020 paper [rejected paper]","archived":false,"fork":false,"pushed_at":"2020-12-17T09:42:07.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T11:55:18.542Z","etag":null,"topics":["frames","relation-extraction","sentiment-analysis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicolay-r.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-02T21:18:04.000Z","updated_at":"2020-12-17T09:42:10.000Z","dependencies_parsed_at":"2023-05-04T02:32:18.480Z","dependency_job_id":null,"html_url":"https://github.com/nicolay-r/attitude-extraction-with-frames","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicolay-r/attitude-extraction-with-frames","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolay-r%2Fattitude-extraction-with-frames","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolay-r%2Fattitude-extraction-with-frames/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolay-r%2Fattitude-extraction-with-frames/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolay-r%2Fattitude-extraction-with-frames/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolay-r","download_url":"https://codeload.github.com/nicolay-r/attitude-extraction-with-frames/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolay-r%2Fattitude-extraction-with-frames/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004913,"owners_count":26083802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["frames","relation-extraction","sentiment-analysis"],"created_at":"2024-12-19T04:13:32.175Z","updated_at":"2025-10-10T18:19:00.063Z","avatar_url":"https://github.com/nicolay-r.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# attitude-extraction-with-frames\n![](https://img.shields.io/badge/Python-2.7-brightgreen.svg)\n\n\u003e **UPD 17'th Decembed, 2020**: Fixed bug in results [evaluation code](https://github.com/nicolay-r/attitude-extraction-with-frames/issues/1)\nthe latter may cause effect with 1.0 prec/recall values for such documents that lacks of neutral attitudes in output labeling.\n\n\u003e Description to be updated.\n\n\n\n# Contents\n* [Dependencies](#dependencies)\n* [Installation](#installation)\n* [Experiments Reproduction](#how-to-run-experiments)\n\n## Dependencies\n\nList of the toolset dependencies are as follows:\n\n* Python 2.7\n\n* [AREkit](https://github.com/nicolay-r/AREkit) -- a toolset for sentiment attitudes extraction task \n(checkout [Installation](#installation) section for details); \n\n## Installation \n\nIncludes three steps:\n\n* Clone this repository:\n```\ngit clone https://github.com/nicolay-r/attitude-extraction-with-frames\n```\n\n* install [AREkit](https://github.com/nicolay-r/AREkit) \nas a dependency in `core` directory:\n```\ncd attitude-extraction-with-frames\ngit clone -b 0.19.3-lrec-rejected-rc https://github.com/nicolay-r/AREkit core\n```\n\n* install data dependencies:\n```\ncd data\n./install.sh\n```\n\n## How to Reproduce Experiments\n\n* Select the experiment type:\n    * `classic` -- is an application of \n        [RuSentRel](https://github.com/nicolay-r/RuSentRel) \n        only for training.\n    * `rusentrel_ds` -- is an application of [RuSentRel](https://github.com/nicolay-r/RuSentRel) and [RuAttitudes](https://github.com/nicolay-r/RuAttitudes) \n        datasets for training.\n```\n# experiment type #1\ncd rusentrel/classic/ctx\n# experiment type #2\ncd rusentrel/rusentrel_ds/ctx\n```\n\n* Run one of the following experiment:\n```\npython bilstm.py\npython cnn.py\npython lstm.py\npython pcnn.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolay-r%2Fattitude-extraction-with-frames","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolay-r%2Fattitude-extraction-with-frames","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolay-r%2Fattitude-extraction-with-frames/lists"}